# 7/17/12 12:01:14 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 65) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 136) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DomainNotifier() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 136) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 149) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DomainNotifier() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 149) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 215) public void setCompatibilityHandler(IDataStoreCompatibilityHandler handler){ ^^^^^^^ Javadoc: Missing tag for parameter handler ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 223) public IDataStoreCompatibilityHandler getCompatibilityHandler(){ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 452) public IDataStoreTrustManager getTrustManager() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 753) public ConnectionStatus connectDaemon(int daemonPort, int timeout) { ^^^^^^^ Javadoc: Missing tag for parameter timeout ---------- ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 77) public Class getLoadedClass() ^^^^^ Javadoc: Missing tag for return type ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 85) public boolean isLoaded() ^^^^^^^ Javadoc: Missing tag for return type ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 93) public String getClassName() ^^^^^^ Javadoc: Missing tag for return type ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 101) public boolean isRequested() ^^^^^^^ Javadoc: Missing tag for return type ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 109) public boolean isSynchronous() ^^^^^^^ Javadoc: Missing tag for return type ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 117) public void setRequested(boolean requested) ^^^^^^^^^ Javadoc: Missing tag for parameter requested ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 125) public void setLoaded(boolean loaded) ^^^^^^ Javadoc: Missing tag for parameter loaded ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 135) public synchronized void setLoadedClass(Class loadedClass) ^^^^^^^^^^^ Javadoc: Missing tag for parameter loadedClass ---------- ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/Miner.java (at line 156) public ResourceBundle getResourceBundle() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/Miner.java (at line 695) public abstract DataElement handleCommand(DataElement theCommand) throws Exception; ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/Miner.java (at line 695) public abstract DataElement handleCommand(DataElement theCommand) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/Miner.java (at line 702) public abstract String getVersion(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/MinerThread.java (at line 47) public MinerThread(DataStore dataStore) ^^^^^^^^^ Javadoc: Missing tag for parameter dataStore ---------- ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/ByteStreamHandler.java (at line 49) public ByteStreamHandler(DataStore dataStore, DataElement log) ^^^ Javadoc: Missing tag for parameter log ---------- ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/CommandHandler.java (at line 212) public CommandGenerator getCommandGenerator() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/CommandHandler.java (at line 281) public abstract void sendClassInstance(IRemoteClassInstance runnable, String classByteStreamHandlerId); ^^^^^^^^ Javadoc: Missing tag for parameter runnable ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/CommandHandler.java (at line 281) public abstract void sendClassInstance(IRemoteClassInstance runnable, String classByteStreamHandlerId); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter classByteStreamHandlerId ---------- ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 27) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 28) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 29) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 64) private PropertySource _propertySource = null; ^^^^^^^^^^^^^^ Discouraged access: The type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 759) public boolean isSpirit() ^^^^^^^ Javadoc: Missing tag for return type ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 884) public void setSpirit(boolean flag) ^^^^ Javadoc: Missing tag for parameter flag ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 940) public boolean isOfType(String typeStr, boolean isDescriptor) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter isDescriptor ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1403) Object adapter = DesktopElement.getPlatformAdapter(this, key); ^^^^^^^^^^^^^^ Discouraged access: The type DesktopElement is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1403) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1408) else if (PropertySource.matches(key)) ^^^^^^^^^^^^^^ Discouraged access: The type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1408) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1412) _propertySource = new PropertySource(this); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PropertySource(IDataElement) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1412) _propertySource = new PropertySource(this); ^^^^^^^^^^^^^^ Discouraged access: The type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1417) else if (DataElementActionFilter.matches(key)) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DataElementActionFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1417) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1419) return DataElementActionFilter.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DataElementActionFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1419) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 387) public DataElement addMinersLocation(String minersLocation) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 773) public ArrayList getLocalClassLoaders() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 785) public void registerLocalClassLoader(ClassLoader loader) ^^^^^^ Javadoc: Missing tag for parameter loader ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 1809) public DataElement replaceDeleted(DataElement deletedObject) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 1809) public DataElement replaceDeleted(DataElement deletedObject) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter deletedObject ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 2131) public DataElement setHost(DataElement localHostObject) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 2143) public DataElement getSchema() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 2291) public boolean queryServerSpiritState() ^^^^^^^ Javadoc: Missing tag for return type ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3354) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^ Javadoc: Missing tag for parameter size ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3354) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3366) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^ Javadoc: Missing tag for parameter size ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3366) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3421) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^ Javadoc: Missing tag for parameter size ---------- 58. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3421) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 59. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3433) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^ Javadoc: Missing tag for parameter size ---------- 60. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3433) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 61. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3614) public String getUserPreferencesDirectory() ^^^^^^ Javadoc: Missing tag for return type ---------- 62. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3919) private void initElements(int size) ^^^^ Javadoc: Missing tag for parameter size ---------- 63. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4307) public synchronized void cacheClass(String className, byte[] bytes, int size) ^^^^^^^^^ Javadoc: Missing tag for parameter className ---------- 64. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4307) public synchronized void cacheClass(String className, byte[] bytes, int size) ^^^^^ Javadoc: Missing tag for parameter bytes ---------- 65. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4307) public synchronized void cacheClass(String className, byte[] bytes, int size) ^^^^ Javadoc: Missing tag for parameter size ---------- 66. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4490) public void setReferenceTag(String tag) ^^^ Javadoc: Missing tag for parameter tag ---------- 67. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4498) public int printTree(String indent, DataElement root) ^^^ Javadoc: Missing tag for return type ---------- 68. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4498) public int printTree(String indent, DataElement root) ^^^^^^ Javadoc: Missing tag for parameter indent ---------- 69. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4498) public int printTree(String indent, DataElement root) ^^^^ Javadoc: Missing tag for parameter root ---------- 70. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4506) public int printTree(String indent, int number, DataElement root) ^^^ Javadoc: Missing tag for return type ---------- 71. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4506) public int printTree(String indent, int number, DataElement root) ^^^^^^ Javadoc: Missing tag for parameter indent ---------- 72. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4506) public int printTree(String indent, int number, DataElement root) ^^^^^^ Javadoc: Missing tag for parameter number ---------- 73. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4506) public int printTree(String indent, int number, DataElement root) ^^^^ Javadoc: Missing tag for parameter root ---------- ---------- 74. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreAttributes.java (at line 90) public void setAttribute(int attributeIndex, String attribute) ^^^^^^^^^ Javadoc: Missing tag for parameter attribute ---------- ---------- 75. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DefaultDataStoreCompatibilityHandler.java (at line 21) private DataStore _dataStore; ^^^^^^^^^^ The field DefaultDataStoreCompatibilityHandler._dataStore is never read locally ---------- ---------- 76. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/ConnectionEstablisher.java (at line 193) public void finished(ServerReceiver receiver) ^^^^^^^^ Javadoc: Missing tag for parameter receiver ---------- ---------- 77. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 78. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 79. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/server/MinerLoader.java (at line 149) public ArrayList loadMiners(String minerFile, String encoding) throws Exception ^^^^^^^^ Javadoc: Missing tag for parameter encoding ---------- 80. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/server/MinerLoader.java (at line 149) public ArrayList loadMiners(String minerFile, String encoding) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 81. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/DataElementRemover.java (at line 33) import org.eclipse.dstore.core.model.IDataStoreConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.dstore.core.model.IDataStoreConstants is never used ---------- ---------- 82. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/Sender.java (at line 297) public void requestClass(DataElement classRequest) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter classRequest ---------- ---------- 83. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLparser.java (at line 171) public void readFile(BufferedInputStream reader, int size, String path, String byteStreamHandlerId) ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter byteStreamHandlerId ---------- 84. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLparser.java (at line 311) public String readLine(BufferedInputStream reader, Socket socket) ^^^^^^ Javadoc: Missing tag for parameter socket ---------- 85. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLparser.java (at line 502) public DataElement parseDocument(BufferedInputStream reader, Socket socket) throws IOException ^^^^^^ Javadoc: Missing tag for parameter socket ---------- 85 problems (85 warnings)# 7/17/12 12:01:14 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 65) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 136) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DomainNotifier() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 136) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 149) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DomainNotifier() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 149) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 215) public void setCompatibilityHandler(IDataStoreCompatibilityHandler handler){ ^^^^^^^ Javadoc: Missing tag for parameter handler ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 223) public IDataStoreCompatibilityHandler getCompatibilityHandler(){ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 452) public IDataStoreTrustManager getTrustManager() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 753) public ConnectionStatus connectDaemon(int daemonPort, int timeout) { ^^^^^^^ Javadoc: Missing tag for parameter timeout ---------- ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 77) public Class getLoadedClass() ^^^^^ Javadoc: Missing tag for return type ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 85) public boolean isLoaded() ^^^^^^^ Javadoc: Missing tag for return type ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 93) public String getClassName() ^^^^^^ Javadoc: Missing tag for return type ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 101) public boolean isRequested() ^^^^^^^ Javadoc: Missing tag for return type ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 109) public boolean isSynchronous() ^^^^^^^ Javadoc: Missing tag for return type ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 117) public void setRequested(boolean requested) ^^^^^^^^^ Javadoc: Missing tag for parameter requested ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 125) public void setLoaded(boolean loaded) ^^^^^^ Javadoc: Missing tag for parameter loaded ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 135) public synchronized void setLoadedClass(Class loadedClass) ^^^^^^^^^^^ Javadoc: Missing tag for parameter loadedClass ---------- ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/Miner.java (at line 156) public ResourceBundle getResourceBundle() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/Miner.java (at line 695) public abstract DataElement handleCommand(DataElement theCommand) throws Exception; ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/Miner.java (at line 695) public abstract DataElement handleCommand(DataElement theCommand) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/Miner.java (at line 702) public abstract String getVersion(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/MinerThread.java (at line 47) public MinerThread(DataStore dataStore) ^^^^^^^^^ Javadoc: Missing tag for parameter dataStore ---------- ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/ByteStreamHandler.java (at line 49) public ByteStreamHandler(DataStore dataStore, DataElement log) ^^^ Javadoc: Missing tag for parameter log ---------- ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/CommandHandler.java (at line 212) public CommandGenerator getCommandGenerator() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/CommandHandler.java (at line 281) public abstract void sendClassInstance(IRemoteClassInstance runnable, String classByteStreamHandlerId); ^^^^^^^^ Javadoc: Missing tag for parameter runnable ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/CommandHandler.java (at line 281) public abstract void sendClassInstance(IRemoteClassInstance runnable, String classByteStreamHandlerId); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter classByteStreamHandlerId ---------- ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 27) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 28) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 29) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 64) private PropertySource _propertySource = null; ^^^^^^^^^^^^^^ Discouraged access: The type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 759) public boolean isSpirit() ^^^^^^^ Javadoc: Missing tag for return type ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 884) public void setSpirit(boolean flag) ^^^^ Javadoc: Missing tag for parameter flag ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 940) public boolean isOfType(String typeStr, boolean isDescriptor) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter isDescriptor ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1403) Object adapter = DesktopElement.getPlatformAdapter(this, key); ^^^^^^^^^^^^^^ Discouraged access: The type DesktopElement is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1403) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1408) else if (PropertySource.matches(key)) ^^^^^^^^^^^^^^ Discouraged access: The type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1408) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1412) _propertySource = new PropertySource(this); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PropertySource(IDataElement) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1412) _propertySource = new PropertySource(this); ^^^^^^^^^^^^^^ Discouraged access: The type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1417) else if (DataElementActionFilter.matches(key)) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DataElementActionFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1417) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1419) return DataElementActionFilter.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DataElementActionFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1419) 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/ws_30x/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 387) public DataElement addMinersLocation(String minersLocation) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 773) public ArrayList getLocalClassLoaders() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 785) public void registerLocalClassLoader(ClassLoader loader) ^^^^^^ Javadoc: Missing tag for parameter loader ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 1809) public DataElement replaceDeleted(DataElement deletedObject) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 1809) public DataElement replaceDeleted(DataElement deletedObject) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter deletedObject ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 2131) public DataElement setHost(DataElement localHostObject) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 2143) public DataElement getSchema() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 2291) public boolean queryServerSpiritState() ^^^^^^^ Javadoc: Missing tag for return type ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3354) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^ Javadoc: Missing tag for parameter size ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3354) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3366) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^ Javadoc: Missing tag for parameter size ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3366) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3421) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^ Javadoc: Missing tag for parameter size ---------- 58. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3421) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 59. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3433) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^ Javadoc: Missing tag for parameter size ---------- 60. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3433) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 61. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3614) public String getUserPreferencesDirectory() ^^^^^^ Javadoc: Missing tag for return type ---------- 62. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3919) private void initElements(int size) ^^^^ Javadoc: Missing tag for parameter size ---------- 63. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4307) public synchronized void cacheClass(String className, byte[] bytes, int size) ^^^^^^^^^ Javadoc: Missing tag for parameter className ---------- 64. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4307) public synchronized void cacheClass(String className, byte[] bytes, int size) ^^^^^ Javadoc: Missing tag for parameter bytes ---------- 65. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4307) public synchronized void cacheClass(String className, byte[] bytes, int size) ^^^^ Javadoc: Missing tag for parameter size ---------- 66. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4490) public void setReferenceTag(String tag) ^^^ Javadoc: Missing tag for parameter tag ---------- 67. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4498) public int printTree(String indent, DataElement root) ^^^ Javadoc: Missing tag for return type ---------- 68. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4498) public int printTree(String indent, DataElement root) ^^^^^^ Javadoc: Missing tag for parameter indent ---------- 69. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4498) public int printTree(String indent, DataElement root) ^^^^ Javadoc: Missing tag for parameter root ---------- 70. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4506) public int printTree(String indent, int number, DataElement root) ^^^ Javadoc: Missing tag for return type ---------- 71. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4506) public int printTree(String indent, int number, DataElement root) ^^^^^^ Javadoc: Missing tag for parameter indent ---------- 72. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4506) public int printTree(String indent, int number, DataElement root) ^^^^^^ Javadoc: Missing tag for parameter number ---------- 73. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4506) public int printTree(String indent, int number, DataElement root) ^^^^ Javadoc: Missing tag for parameter root ---------- ---------- 74. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreAttributes.java (at line 90) public void setAttribute(int attributeIndex, String attribute) ^^^^^^^^^ Javadoc: Missing tag for parameter attribute ---------- ---------- 75. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DefaultDataStoreCompatibilityHandler.java (at line 21) private DataStore _dataStore; ^^^^^^^^^^ The field DefaultDataStoreCompatibilityHandler._dataStore is never read locally ---------- ---------- 76. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/ConnectionEstablisher.java (at line 193) public void finished(ServerReceiver receiver) ^^^^^^^^ Javadoc: Missing tag for parameter receiver ---------- ---------- 77. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 78. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 79. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/server/MinerLoader.java (at line 149) public ArrayList loadMiners(String minerFile, String encoding) throws Exception ^^^^^^^^ Javadoc: Missing tag for parameter encoding ---------- 80. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/server/MinerLoader.java (at line 149) public ArrayList loadMiners(String minerFile, String encoding) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 81. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/DataElementRemover.java (at line 33) import org.eclipse.dstore.core.model.IDataStoreConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.dstore.core.model.IDataStoreConstants is never used ---------- ---------- 82. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/Sender.java (at line 297) public void requestClass(DataElement classRequest) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter classRequest ---------- ---------- 83. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLparser.java (at line 171) public void readFile(BufferedInputStream reader, int size, String path, String byteStreamHandlerId) ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter byteStreamHandlerId ---------- 84. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLparser.java (at line 311) public String readLine(BufferedInputStream reader, Socket socket) ^^^^^^ Javadoc: Missing tag for parameter socket ---------- 85. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLparser.java (at line 502) public DataElement parseDocument(BufferedInputStream reader, Socket socket) throws IOException ^^^^^^ Javadoc: Missing tag for parameter socket ---------- 85 problems (85 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.4.2_19 Generating reference/api/constant-values.html... Building tree for all the packages and classes... Generating reference/api/org/eclipse/dstore/core/class-use/Activator.html... Generating reference/api/org/eclipse/dstore/core/client/class-use/ClientConnection.html... Generating reference/api/org/eclipse/dstore/core/client/class-use/ConnectionStatus.html... Generating reference/api/org/eclipse/dstore/core/java/class-use/IClassByteStreamHandler.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/ClassRequest.html... Generating reference/api/org/eclipse/dstore/core/java/class-use/IRemoteClassInstance.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/ClassInstanceOutputStream.html... Generating reference/api/org/eclipse/dstore/core/java/class-use/ClassByteStreamHandlerRegistry.html... Generating reference/api/org/eclipse/dstore/core/java/class-use/LocalObjectInputStream.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/ByteStreamHandler.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/DataElement.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/IDataStoreConstants.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/IDataStorePreferenceListener.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/UpdateHandler.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/DataStore.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/ISchemaExtender.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/IExternalLoader.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/ByteStreamHandlerRegistry.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/DataStoreAttributes.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/ISSLProperties.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/DataStoreResources.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/DataStoreSchema.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/DefaultDataStoreCompatibilityHandler.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/IByteStreamHandler.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/DE.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/IByteConverter.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/Client.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/CommandHandler.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/IDataStoreCompatibilityHandler.html... Generating reference/api/org/eclipse/dstore/core/model/class-use/IDataStoreProvider.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/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/ServerLogger.html... Generating reference/api/org/eclipse/dstore/core/server/class-use/ServerReceiver.html... Generating reference/api/org/eclipse/dstore/core/server/class-use/Server.html... Generating reference/api/org/eclipse/dstore/core/server/class-use/SystemServiceManager.html... Generating reference/api/org/eclipse/dstore/core/server/class-use/ConnectionEstablisher.html... Generating reference/api/org/eclipse/dstore/core/server/class-use/SecuredThread.html... Generating reference/api/org/eclipse/dstore/core/server/class-use/IServerLogger.html... Generating reference/api/org/eclipse/dstore/core/server/class-use/ISystemService.html... Generating reference/api/org/eclipse/dstore/core/util/class-use/CommandGenerator.html... Generating reference/api/org/eclipse/dstore/core/util/class-use/Receiver.html... Generating reference/api/org/eclipse/dstore/core/util/class-use/StringCompare.html... Generating reference/api/org/eclipse/dstore/core/util/ssl/class-use/IDataStoreTrustManager.html... Generating reference/api/org/eclipse/dstore/core/util/ssl/class-use/DStoreKeyStore.html... Generating reference/api/org/eclipse/dstore/extra/class-use/IDataElement.html... Generating reference/api/org/eclipse/dstore/extra/class-use/Activator.html... Generating reference/api/org/eclipse/dstore/extra/class-use/IElement.html... Generating reference/api/org/eclipse/dstore/extra/class-use/IDomainNotifier.html... Generating reference/api/org/eclipse/dstore/extra/class-use/DomainEvent.html... Generating reference/api/org/eclipse/dstore/extra/class-use/IDomainListener.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/packages.html... Generating reference/api/overview-summary.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/org/eclipse/dstore/core/Activator.html... Generating reference/api/org/eclipse/dstore/core/client/ClientConnection.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java:90: warning - @noextend is an unknown tag. Generating reference/api/org/eclipse/dstore/core/client/ConnectionStatus.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ConnectionStatus.java:29: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ConnectionStatus.java:29: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/java/IClassByteStreamHandler.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/IClassByteStreamHandler.java:26: warning - @noimplement is an unknown tag. Generating reference/api/org/eclipse/dstore/core/java/IRemoteClassInstance.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/IRemoteClassInstance.java:24: warning - @noimplement is an unknown tag. Generating reference/api/org/eclipse/dstore/core/java/ClassByteStreamHandler.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassByteStreamHandler.java:42: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassByteStreamHandler.java:42: warning - @noinstantiate is an unknown tag. 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... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassByteStreamHandlerRegistry.java:27: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassByteStreamHandlerRegistry.java:27: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/java/ClassInstanceOutputStream.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassInstanceOutputStream.java:26: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassInstanceOutputStream.java:26: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/java/ClassRequest.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java:28: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java:28: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/java/LocalObjectInputStream.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/LocalObjectInputStream.java:29: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/LocalObjectInputStream.java:29: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/java/RemoteClassLoader.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/RemoteClassLoader.java:98: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/RemoteClassLoader.java:98: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/java/RemoteClassLoader.LoadClassThread.html... Generating reference/api/org/eclipse/dstore/core/java/RemoteObjectInputStream.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/RemoteObjectInputStream.java:28: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/RemoteObjectInputStream.java:28: warning - @noinstantiate is an unknown tag. 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/IByteConverter.html... Generating reference/api/org/eclipse/dstore/core/model/IByteStreamHandler.html... Generating reference/api/org/eclipse/dstore/core/model/IDataStoreCompatibilityHandler.html... Generating reference/api/org/eclipse/dstore/core/model/IDataStoreConstants.html... Generating reference/api/org/eclipse/dstore/core/model/IDataStorePreferenceListener.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/ByteStreamHandler.html... Generating reference/api/org/eclipse/dstore/core/model/ByteStreamHandlerRegistry.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/ByteStreamHandlerRegistry.java:30: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/ByteStreamHandlerRegistry.java:30: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/model/Client.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/Client.java:30: warning - @noextend is an unknown tag. Generating reference/api/org/eclipse/dstore/core/model/CommandHandler.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/CommandHandler.java:40: warning - @noextend is an unknown tag. Generating reference/api/org/eclipse/dstore/core/model/DataElement.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java:41: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java:41: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/model/DataStore.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java:94: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java:94: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/model/DataStoreAttributes.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreAttributes.java:29: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreAttributes.java:29: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/model/DataStoreResources.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreResources.java:23: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreResources.java:23: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/model/DataStoreSchema.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreSchema.java:29: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreSchema.java:29: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/model/DE.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DE.java:37: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DE.java:37: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/model/DefaultDataStoreCompatibilityHandler.html... Generating reference/api/org/eclipse/dstore/core/model/Handler.html... Generating reference/api/org/eclipse/dstore/core/model/UpdateHandler.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/UpdateHandler.java:42: warning - @noextend is an unknown tag. Generating reference/api/org/eclipse/dstore/core/server/IServerLogger.html... Generating reference/api/org/eclipse/dstore/core/server/ISystemService.html... Generating reference/api/org/eclipse/dstore/core/server/ConnectionEstablisher.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/ConnectionEstablisher.java:71: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/ConnectionEstablisher.java:71: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/server/SecuredThread.html... Generating reference/api/org/eclipse/dstore/core/server/Server.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/Server.java:34: warning - @noextend is an unknown tag. 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/server/ServerLogger.html... Generating reference/api/org/eclipse/dstore/core/server/ServerReceiver.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/ServerReceiver.java:38: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/ServerReceiver.java:38: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/server/SystemServiceManager.html... Generating reference/api/org/eclipse/dstore/core/util/CommandGenerator.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/CommandGenerator.java:40: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/CommandGenerator.java:40: warning - @noinstantiate is an unknown tag. Generating reference/api/org/eclipse/dstore/core/util/Receiver.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/Receiver.java:43: warning - @noextend is an unknown tag. Generating reference/api/org/eclipse/dstore/core/util/StringCompare.html... Generating reference/api/org/eclipse/dstore/core/util/ssl/IDataStoreTrustManager.html... Generating reference/api/org/eclipse/dstore/core/util/ssl/DStoreKeyStore.html... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/ssl/DStoreKeyStore.java:40: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/ssl/DStoreKeyStore.java:40: warning - @noinstantiate is an unknown tag. 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... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.extra/src/org/eclipse/dstore/extra/IDomainNotifier.java:25: warning - @noimplement is an unknown tag. Generating reference/api/org/eclipse/dstore/extra/IElement.html... Generating reference/api/org/eclipse/dstore/extra/Activator.html... Generating reference/api/org/eclipse/dstore/extra/DomainEvent.html... Generating reference/api/serialized-form.html... Generating reference/api/package-list... Generating reference/api/help-doc.html... Generating reference/api/stylesheet.css... 47 warnings # 7/17/12 12:01:13 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/src/org/eclipse/dstore/extra/IDomainNotifier.java (at line 37) public void enable(boolean on); ^^ Javadoc: Missing tag for parameter on ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.extra/src/org/eclipse/dstore/extra/IDomainNotifier.java (at line 42) public boolean isEnabled(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2 problems (2 warnings)# 7/17/12 12:01:13 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/17/12 12:01:16 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 67) 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/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 68) import org.eclipse.dstore.internal.core.util.XMLparser; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type XMLparser is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 164) public DStoreConnectorService(String name, String description, IHost host) ^^^^ Javadoc: Missing tag for parameter name ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 164) public DStoreConnectorService(String name, String description, IHost host) ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 164) public DStoreConnectorService(String name, String description, IHost host) ^^^^ Javadoc: Missing tag for parameter host ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 202) private String getSystemInfoProperty(String propertyName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter propertyName ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 478) public boolean getRexecLaunchEnabled(SubSystem subsystemImpl) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 478) public boolean getRexecLaunchEnabled(SubSystem subsystemImpl) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsystemImpl ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 496) public boolean getNoLaunchEnabled(SubSystem subsystemImpl) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 496) public boolean getNoLaunchEnabled(SubSystem subsystemImpl) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsystemImpl ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1042) dataStore.setPreference(XMLparser.KEEPALIVE_ENABLED_PREFERENCE, doKeepalive ? "true" : "false", false); //$NON-NLS-1$//$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type XMLparser is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1042) dataStore.setPreference(XMLparser.KEEPALIVE_ENABLED_PREFERENCE, doKeepalive ? "true" : "false", false); //$NON-NLS-1$//$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field KEEPALIVE_ENABLED_PREFERENCE from the type XMLparser is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1043) dataStore.setPreference(XMLparser.KEEPALIVE_RESPONSE_TIMEOUT_PREFERENCE, ""+ keepaliveResponseTimeout, false); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type XMLparser is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1043) dataStore.setPreference(XMLparser.KEEPALIVE_RESPONSE_TIMEOUT_PREFERENCE, ""+ keepaliveResponseTimeout, false); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field KEEPALIVE_RESPONSE_TIMEOUT_PREFERENCE from the type XMLparser is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1044) dataStore.setPreference(XMLparser.IO_SOCKET_READ_TIMEOUT_PREFERENCE, ""+socketTimeout, false); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type XMLparser is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1044) dataStore.setPreference(XMLparser.IO_SOCKET_READ_TIMEOUT_PREFERENCE, ""+socketTimeout, false); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IO_SOCKET_READ_TIMEOUT_PREFERENCE from the type XMLparser is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1404) 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/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1404) 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/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1483) public boolean isNetworkError() ^^^^^^^ Javadoc: Missing tag for return type ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1546) protected SystemMessage createSystemMessage(String msgId, int severity, String msg) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1546) protected SystemMessage createSystemMessage(String msgId, int severity, String msg) { ^^^^^ Javadoc: Missing tag for parameter msgId ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1546) protected SystemMessage createSystemMessage(String msgId, int severity, String msg) { ^^^^^^^^ Javadoc: Missing tag for parameter severity ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1546) protected SystemMessage createSystemMessage(String msgId, int severity, String msg) { ^^^ Javadoc: Missing tag for parameter msg ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1553) protected SystemMessage createSystemMessage(String msgId, int severity, String msg, Throwable e) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1553) protected SystemMessage createSystemMessage(String msgId, int severity, String msg, Throwable e) { ^^^^^ Javadoc: Missing tag for parameter msgId ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1553) protected SystemMessage createSystemMessage(String msgId, int severity, String msg, Throwable e) { ^^^^^^^^ Javadoc: Missing tag for parameter severity ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1553) protected SystemMessage createSystemMessage(String msgId, int severity, String msg, Throwable e) { ^^^ Javadoc: Missing tag for parameter msg ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1553) protected SystemMessage createSystemMessage(String msgId, int severity, String msg, Throwable e) { ^ Javadoc: Missing tag for parameter e ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1560) protected SystemMessage createSystemMessage(String msgId, int severity, String msg, String msgDetails) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1560) protected SystemMessage createSystemMessage(String msgId, int severity, String msg, String msgDetails) { ^^^^^ Javadoc: Missing tag for parameter msgId ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1560) protected SystemMessage createSystemMessage(String msgId, int severity, String msg, String msgDetails) { ^^^^^^^^ Javadoc: Missing tag for parameter severity ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1560) protected SystemMessage createSystemMessage(String msgId, int severity, String msg, String msgDetails) { ^^^ Javadoc: Missing tag for parameter msg ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1560) protected SystemMessage createSystemMessage(String msgId, int severity, String msg, String msgDetails) { ^^^^^^^^^^ Javadoc: Missing tag for parameter msgDetails ---------- ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 62) public ConnectionStatusListener(DataElement status, IConnectorService connection) ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 190) public boolean isConnectionDown() ^^^^^^^ Javadoc: Missing tag for return type ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 222) protected IRunnableContext getRunnableContext(Shell rshell) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 222) protected IRunnableContext getRunnableContext(Shell rshell) ^^^^^^ Javadoc: Missing tag for parameter rshell ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 258) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 258) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 258) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^ Javadoc: Missing tag for parameter port ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 258) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 278) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 278) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 278) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^ Javadoc: Missing tag for parameter port ---------- ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 215) protected boolean determineStatusDone(DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 231) public synchronized void setDone(DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 280) public boolean isNetworkDown() ^^^^^^^ Javadoc: Missing tag for return type ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 395) public ICommunicationsDiagnostic whatIsGoingOn(ICommunicationsDiagnosticFactory factory, boolean quiet, DataElement target) throws InterruptedException //@01 ^^^^^^ Javadoc: Missing tag for parameter target ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 395) public ICommunicationsDiagnostic whatIsGoingOn(ICommunicationsDiagnosticFactory factory, boolean quiet, DataElement target) throws InterruptedException //@01 ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/internal/connectorservice/dstore/Activator.java (at line 119) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/internal/connectorservice/dstore/RexecDstoreServer.java (at line 339) public void setClientConnection(ClientConnection clientConnection) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter clientConnection ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/internal/connectorservice/dstore/RexecDstoreServer.java (at line 1133) private String extractPortNumber (String hostResponse) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter hostResponse ---------- 55 problems (55 warnings)# 7/17/12 12:01:18 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/17/12 12:01:20 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 103) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^^^^ Javadoc: Missing tag for return type ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 103) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^^^^^ Javadoc: Missing tag for parameter username ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 103) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^^^^^ Javadoc: Missing tag for parameter password ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 103) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 103) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^ Javadoc: Missing tag for parameter port ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 103) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^^^^^^ Javadoc: Missing tag for parameter wrapperUI ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 103) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 103) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception JSchException ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 409) protected IRunnableContext getRunnableContext(Shell rshell) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 409) protected IRunnableContext getRunnableContext(Shell rshell) { ^^^^^^ Javadoc: Missing tag for parameter rshell ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 439) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 439) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 439) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^ Javadoc: Missing tag for parameter port ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 439) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 453) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 453) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 453) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^ Javadoc: Missing tag for parameter port ---------- 17 problems (17 warnings)# 7/17/12 12:01:21 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 455) protected IRunnableContext getRunnableContext(Shell rshell) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 455) protected IRunnableContext getRunnableContext(Shell rshell) { ^^^^^^ Javadoc: Missing tag for parameter rshell ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 485) protected void showDisconnectErrorMessage(Shell shell, String hostName, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 485) protected void showDisconnectErrorMessage(Shell shell, String hostName, ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 486) int port, Exception exc) { ^^^^ Javadoc: Missing tag for parameter port ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 486) int port, Exception exc) { ^^^ Javadoc: Missing tag for parameter exc ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 501) protected void showDisconnectCancelledMessage(Shell shell, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 502) String hostName, int port) { ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 502) String hostName, int port) { ^^^^ Javadoc: Missing tag for parameter port ---------- 9 problems (9 warnings)# 7/17/12 12:01:01 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/AbstractRSESystemType.java (at line 69) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 158) public static final synchronized PasswordPersistenceManager getInstance() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 185) public void remove(SystemSignonInformation info) ^^^^ Javadoc: Missing tag for parameter info ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 244) public boolean passwordExists(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^ Javadoc: Missing tag for return type ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 244) public boolean passwordExists(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^^^^ Javadoc: Missing tag for parameter systemtype ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 244) public boolean passwordExists(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 244) public boolean passwordExists(IRSESystemType systemtype, String hostname, String userid) ^^^^^^ Javadoc: Missing tag for parameter userid ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 259) public boolean passwordExists(IRSESystemType systemtype, String hname, String userid, boolean checkDefault) ^^^^^^^ Javadoc: Missing tag for return type ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 396) public SystemSignonInformation find(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 396) public SystemSignonInformation find(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^^^^ Javadoc: Missing tag for parameter systemtype ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 396) public SystemSignonInformation find(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 396) public SystemSignonInformation find(IRSESystemType systemtype, String hostname, String userid) ^^^^^^ Javadoc: Missing tag for parameter userid ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 509) public SystemSignonInformation find(IRSESystemType systemtype, String hname, String userid, boolean checkDefault) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 543) private String getPasswordKey(String hname, String userid) ^^^^^^ Javadoc: Missing tag for return type ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 543) private String getPasswordKey(String hname, String userid) ^^^^^ Javadoc: Missing tag for parameter hname ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 543) private String getPasswordKey(String hname, String userid) ^^^^^^ Javadoc: Missing tag for parameter userid ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 567) public boolean isUserIDCaseSensitive(IRSESystemType systemType) ^^^^^^^ Javadoc: Missing tag for return type ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 567) public boolean isUserIDCaseSensitive(IRSESystemType systemType) ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 586) public IRSESystemType[] getRegisteredSystemTypes() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/RSECorePlugin.java (at line 286) public static String getQualifiedHostName(String hostName) { ^^^^^^ Javadoc: Missing tag for return type ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/RSECorePlugin.java (at line 286) public static String getQualifiedHostName(String hostName) { ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/RSECorePlugin.java (at line 478) private IConfigurationElement[] getSubSystemConfigurationPlugins() ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/RSECorePlugin.java (at line 493) public ISubSystemConfigurationProxy[] getSubSystemConfigurationProxies() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 58. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 59. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 60. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 61. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 65) public static SystemResourceHelpers getResourceHelpers() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 62. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 79) public void deleteResource(IResource fileOrFolder) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter fileOrFolder ---------- 63. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 94) public void renameResource(IResource fileOrFolder, String newName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter fileOrFolder ---------- 64. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 94) public void renameResource(IResource fileOrFolder, String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 65. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 120) public void refreshResource(IResource fileOrFolder) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter fileOrFolder ---------- 66. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 135) public void refreshResourceShallow(IResource fileOrFolder) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter fileOrFolder ---------- 67. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 150) public static boolean testIfResourceInUse(IResource resource) ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 68. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 186) public IFolder getOrCreateFolder(IContainer parentFolder, String folderName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 69. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 186) public IFolder getOrCreateFolder(IContainer parentFolder, String folderName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolder ---------- 70. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 186) public IFolder getOrCreateFolder(IContainer parentFolder, String folderName) ^^^^^^^^^^ Javadoc: Missing tag for parameter folderName ---------- 71. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 205) public boolean ensureFolderExists(IFolder folder) ^^^^^^^ Javadoc: Missing tag for return type ---------- 72. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 205) public boolean ensureFolderExists(IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 73. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 218) public IFolder getFolder(IContainer parent, String folderName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 74. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 218) public IFolder getFolder(IContainer parent, String folderName) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 75. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 218) public IFolder getFolder(IContainer parent, String folderName) ^^^^^^^^^^ Javadoc: Missing tag for parameter folderName ---------- 76. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 234) public IFolder getRenamedFolder(IFolder oldFolder, String newFolderName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 77. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 234) public IFolder getRenamedFolder(IFolder oldFolder, String newFolderName) ^^^^^^^^^ Javadoc: Missing tag for parameter oldFolder ---------- 78. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 234) public IFolder getRenamedFolder(IFolder oldFolder, String newFolderName) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFolderName ---------- 79. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 251) public boolean createFolder(IFolder folder) ^^^^^^^ Javadoc: Missing tag for return type ---------- 80. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 251) public boolean createFolder(IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 81. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 288) public boolean deleteFolder(IFolder folder) ^^^^^^^ Javadoc: Missing tag for return type ---------- 82. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 288) public boolean deleteFolder(IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 83. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 289) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 84. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 312) public boolean renameFolder(IFolder folder, String newName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 85. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 312) public boolean renameFolder(IFolder folder, String newName) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 86. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 312) public boolean renameFolder(IFolder folder, String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 87. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 313) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 88. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 338) public boolean moveFolder(IFolder newParent, IFolder folder) ^^^^^^^ Javadoc: Missing tag for return type ---------- 89. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 338) public boolean moveFolder(IFolder newParent, IFolder folder) ^^^^^^^^^ Javadoc: Missing tag for parameter newParent ---------- 90. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 338) public boolean moveFolder(IFolder newParent, IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 91. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 339) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 92. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 353) public String getFolderPath(IFolder folder) ^^^^^^ Javadoc: Missing tag for return type ---------- 93. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 353) public String getFolderPath(IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 94. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 439) public String[] listFolders(IFolder folder, String namePrefix, String nameSuffix) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 95. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 469) public IFile getFile(IContainer parent, String fileName) ^^^^^ Javadoc: Missing tag for return type ---------- 96. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 469) public IFile getFile(IContainer parent, String fileName) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 97. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 469) public IFile getFile(IContainer parent, String fileName) ^^^^^^^^ Javadoc: Missing tag for parameter fileName ---------- 98. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 489) public boolean fileExists(IFile file) ^^^^^^^ Javadoc: Missing tag for return type ---------- 99. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 489) public boolean fileExists(IFile file) ^^^^ Javadoc: Missing tag for parameter file ---------- 100. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 499) public boolean deleteFile(IFile file) ^^^^^^^ Javadoc: Missing tag for return type ---------- 101. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 499) public boolean deleteFile(IFile file) ^^^^ Javadoc: Missing tag for parameter file ---------- 102. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 500) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 103. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 517) public boolean renameFile(IFile file, String newName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 104. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 517) public boolean renameFile(IFile file, String newName) ^^^^ Javadoc: Missing tag for parameter file ---------- 105. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 518) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 106. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 540) public boolean moveFile(IFolder newParent, IFile file) ^^^^^^^ Javadoc: Missing tag for return type ---------- 107. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 540) public boolean moveFile(IFolder newParent, IFile file) ^^^^^^^^^ Javadoc: Missing tag for parameter newParent ---------- 108. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 540) public boolean moveFile(IFolder newParent, IFile file) ^^^^ Javadoc: Missing tag for parameter file ---------- 109. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 541) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 110. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 564) public static String getFilePath(IFile file) ^^^^^^ Javadoc: Missing tag for return type ---------- 111. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 564) public static String getFilePath(IFile file) ^^^^ Javadoc: Missing tag for parameter file ---------- 112. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 610) public String[] listFiles(IFolder folder, String namePrefix, String nameSuffix) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 113. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 636) public IFolder[] convertToFolderArray(Vector vector) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 114. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 636) public IFolder[] convertToFolderArray(Vector vector) ^^^^^^ Javadoc: Missing tag for parameter vector ---------- 115. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 649) public IFile[] convertToFileArray(Vector vector) ^^^^^^^ Javadoc: Missing tag for return type ---------- 116. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 649) public IFile[] convertToFileArray(Vector vector) ^^^^^^ Javadoc: Missing tag for parameter vector ---------- 117. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 662) public Vector convertToVector(String[] array) ^^^^^^ Javadoc: Missing tag for return type ---------- 118. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 662) public Vector convertToVector(String[] array) ^^^^^ Javadoc: Missing tag for parameter array ---------- 119. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 675) public Vector convertToVectorAndStrip(String[] array, String namePrefix, String nameSuffix) ^^^^^^ Javadoc: Missing tag for return type ---------- 120. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 675) public Vector convertToVectorAndStrip(String[] array, String namePrefix, String nameSuffix) ^^^^^ Javadoc: Missing tag for parameter array ---------- 121. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 675) public Vector convertToVectorAndStrip(String[] array, String namePrefix, String nameSuffix) ^^^^^^^^^^ Javadoc: Missing tag for parameter namePrefix ---------- 122. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 675) public Vector convertToVectorAndStrip(String[] array, String namePrefix, String nameSuffix) ^^^^^^^^^^ Javadoc: Missing tag for parameter nameSuffix ---------- 123. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 698) public void setListValues(boolean filesOnly, boolean foldersOnly, String namePrefix, String nameSuffix) ^^^^^^^^^ Javadoc: Missing tag for parameter filesOnly ---------- 124. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 698) public void setListValues(boolean filesOnly, boolean foldersOnly, String namePrefix, String nameSuffix) ^^^^^^^^^^^ Javadoc: Missing tag for parameter foldersOnly ---------- 125. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 698) public void setListValues(boolean filesOnly, boolean foldersOnly, String namePrefix, String nameSuffix) ^^^^^^^^^^ Javadoc: Missing tag for parameter namePrefix ---------- 126. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 698) public void setListValues(boolean filesOnly, boolean foldersOnly, String namePrefix, String nameSuffix) ^^^^^^^^^^ Javadoc: Missing tag for parameter nameSuffix ---------- 127. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 751) public boolean exists(IResource resource) ^^^^^^^ Javadoc: Missing tag for return type ---------- 128. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 751) public boolean exists(IResource resource) ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- ---------- 129. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 109) public static void startResourceEventListening(ISystemResourceListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 130. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 144) public static void addResourceChangeListener(IResourceChangeListener l) ^ Javadoc: Missing tag for parameter l ---------- 131. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 152) public static void removeResourceChangeListener(IResourceChangeListener l) ^ Javadoc: Missing tag for parameter l ---------- 132. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 234) public static void renameFolder(IFolder folder, String newName) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 133. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 234) public static void renameFolder(IFolder folder, String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 134. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 241) public static void deleteFolder(IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 135. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 253) public static void renameFile(IFolder folder, String oldName, String newName) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 136. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 253) public static void renameFile(IFolder folder, String oldName, String newName) ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 137. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 253) public static void renameFile(IFolder folder, String oldName, String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 138. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 261) public static void deleteFile(IFolder folder, String fileName) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 139. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 261) public static void deleteFile(IFolder folder, String fileName) ^^^^^^^^ Javadoc: Missing tag for parameter fileName ---------- 140. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 277) public static String getProfileName(ISystemHostPool pool) ^^^^^^ Javadoc: Missing tag for return type ---------- 141. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 277) public static String getProfileName(ISystemHostPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 142. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 287) public static String getProfileName(ISystemFilterPoolManager mgr) ^^^^^^ Javadoc: Missing tag for return type ---------- 143. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 287) public static String getProfileName(ISystemFilterPoolManager mgr) ^^^ Javadoc: Missing tag for parameter mgr ---------- 144. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 297) public static String getFolderName(ISystemFilterPool pool) ^^^^^^ Javadoc: Missing tag for return type ---------- 145. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 297) public static String getFolderName(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 146. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 305) public static String getFolderName(IHost conn) ^^^^^^ Javadoc: Missing tag for return type ---------- 147. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 305) public static String getFolderName(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 148. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 313) public static String getFolderName(ISubSystemConfiguration ssFactory) ^^^^^^ Javadoc: Missing tag for return type ---------- 149. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 313) public static String getFolderName(ISubSystemConfiguration ssFactory) ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- 150. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 321) public static String getFolderPath(IFolder folder) ^^^^^^ Javadoc: Missing tag for return type ---------- 151. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 321) public static String getFolderPath(IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 152. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 329) public static String getFolderPathWithTerminator(IFolder folder) ^^^^^^ Javadoc: Missing tag for return type ---------- 153. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 329) public static String getFolderPathWithTerminator(IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 154. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 338) protected static SystemResourceHelpers getResourceHelpers() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 155. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 351) public static String addPathTerminator(String path) ^^^^^^ Javadoc: Missing tag for return type ---------- 156. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 351) public static String addPathTerminator(String path) ^^^^ Javadoc: Missing tag for parameter path ---------- 157. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 364) public static boolean testIfResourceInUse(IResource resource) ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- ---------- 158. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 159. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 160. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 161. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 162. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 163. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 164. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 165. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 166. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 167. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemResourceChangeEvents.java (at line 203) * {@link ISystemViewElementAdapter} where the adapter returns true for ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: ISystemViewElementAdapter cannot be resolved to a type ---------- ---------- 168. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 169. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/SystemRemoteChangeEvent.java (at line 152) public void setEventType(int eventType) ^^^^^^^^^ Javadoc: Missing tag for parameter eventType ---------- 170. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/SystemRemoteChangeEvent.java (at line 160) public void setResource(Object resource) ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 171. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/SystemRemoteChangeEvent.java (at line 168) public void setResourceParent(Object resourceParent) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter resourceParent ---------- 172. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/SystemRemoteChangeEvent.java (at line 176) public void setSubSystem(ISubSystem subsystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 173. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/SystemRemoteChangeEvent.java (at line 186) public void setOldNames(String[] oldNames) ^^^^^^^^ Javadoc: Missing tag for parameter oldNames ---------- 174. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/SystemRemoteChangeEvent.java (at line 247) public void setOriginatingViewer(Object originatingViewer) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter originatingViewer ---------- 175. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/SystemRemoteChangeEvent.java (at line 257) public Object getOriginatingViewer() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 176. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 177. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilter.java (at line 271) public boolean supportsDuplicateFilterStrings(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 178. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilter.java (at line 539) public ISystemFilterString getSystemFilterString(String string); ^^^^^^ Javadoc: Missing tag for parameter string ---------- 179. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilter.java (at line 546) public ISystemFilterString addFilterString(String newString); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 180. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilter.java (at line 554) public ISystemFilterString addFilterString(String newString, int position); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 181. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilter.java (at line 601) public ISystemFilterString copySystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 182. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterContainer.java (at line 53) public ISystemFilter createSystemFilter(String aliasName, String[] filterStrings); ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 183. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterContainer.java (at line 79) public ISystemFilter getSystemFilter(String filterName); ^^^^^^^^^^ Javadoc: Missing tag for parameter filterName ---------- 184. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterContainer.java (at line 113) public int getSystemFilterPosition(ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- ---------- 185. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterContainerReference.java (at line 52) public ISystemFilterReference[] getSystemFilterReferences(ISubSystem subSystem); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 186. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterContainerReference.java (at line 72) public ISystemFilterReference getSystemFilterReference(ISubSystem subSystem, ISystemFilter filter); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 187. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 95) public void cloneSystemFilterPool(ISystemFilterPool targetPool) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 188. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 104) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 189. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 46) public ISystemFilterPoolManagerProvider getProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 190. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 51) public ISystemProfile getSystemProfile(); ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 191. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 57) public void setProvider(ISystemFilterPoolManagerProvider caller); ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 192. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 62) public void setSystemFilterPoolManagerData(Object data); ^^^^ Javadoc: Missing tag for parameter data ---------- 193. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 67) public Object getSystemFilterPoolManagerData(); ^^^^^^ Javadoc: Missing tag for return type ---------- 194. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 73) public String getName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 195. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 78) public void setName(String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 196. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 83) public boolean supportsNestedFilters(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 197. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 88) public boolean supportsDuplicateFilterStrings(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 198. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 93) public void setSupportsNestedFilters(boolean supports); ^^^^^^^^ Javadoc: Missing tag for parameter supports ---------- 199. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 98) public void setSupportsDuplicateFilterStrings(boolean supports); ^^^^^^^^ Javadoc: Missing tag for parameter supports ---------- 200. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 124) public String[] getSystemFilterPoolNames(); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 201. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 129) public ISystemFilterPool[] getSystemFilterPools(); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 202. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 135) public ISystemFilterPool getSystemFilterPool(String name); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 203. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 135) public ISystemFilterPool getSystemFilterPool(String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 204. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 141) public ISystemFilterPool getFirstDefaultSystemFilterPool(); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 205. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 161) public ISystemFilterPool createSystemFilterPool(String name, boolean isDeletable) throws Exception; ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 206. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 161) public ISystemFilterPool createSystemFilterPool(String name, boolean isDeletable) throws Exception; ^^^^ Javadoc: Missing tag for parameter name ---------- 207. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 161) public ISystemFilterPool createSystemFilterPool(String name, boolean isDeletable) throws Exception; ^^^^^^^^^^^ Javadoc: Missing tag for parameter isDeletable ---------- 208. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 161) public ISystemFilterPool createSystemFilterPool(String name, boolean isDeletable) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 209. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 179) public void deleteSystemFilterPool(ISystemFilterPool pool) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 210. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 191) public boolean preTestRenameFilterPool(ISystemFilterPool pool) throws Exception; ^^^^ Javadoc: Missing tag for parameter pool ---------- 211. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 191) public boolean preTestRenameFilterPool(ISystemFilterPool pool) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 212. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 204) public void renameSystemFilterPool(ISystemFilterPool pool, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 213. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 222) public ISystemFilterPool copySystemFilterPool(ISystemFilterPoolManager targetMgr, ISystemFilterPool pool, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 214. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 237) public void copySystemFilterPools(ISystemFilterPoolManager targetMgr) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 215. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 258) public ISystemFilterPool moveSystemFilterPool(ISystemFilterPoolManager targetMgr, ISystemFilterPool oldPool, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 216. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 278) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, String[] filterStrings) throws Exception; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 217. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 278) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, String[] filterStrings) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 218. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 295) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, List filterStrings) throws Exception; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 219. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 295) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, List filterStrings) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 220. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 316) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, String[] filterStrings, String type) throws Exception; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 221. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 316) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, String[] filterStrings, String type) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 222. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 337) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, List filterStrings, String type) throws Exception; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 223. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 337) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, List filterStrings, String type) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 224. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 358) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, String[] filterStrings, String type, boolean promptable) throws Exception; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 225. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 358) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, String[] filterStrings, String type, boolean promptable) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 226. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 379) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, List filterStrings, String type, boolean promptable) throws Exception; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 227. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 379) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, List filterStrings, String type, boolean promptable) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 228. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 391) public boolean deleteSystemFilter(ISystemFilter filter) throws Exception; ^^^^^^^ Javadoc: Missing tag for return type ---------- 229. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 391) public boolean deleteSystemFilter(ISystemFilter filter) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 230. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 391) public boolean deleteSystemFilter(ISystemFilter filter) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 231. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 405) public void renameSystemFilter(ISystemFilter filter, String newName) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 232. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 405) public void renameSystemFilter(ISystemFilter filter, String newName) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 233. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 405) public void renameSystemFilter(ISystemFilter filter, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 234. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 417) public void updateSystemFilter(ISystemFilter filter, String newName, String[] strings) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 235. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 417) public void updateSystemFilter(ISystemFilter filter, String newName, String[] strings) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 236. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 417) public void updateSystemFilter(ISystemFilter filter, String newName, String[] strings) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter strings ---------- 237. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 417) public void updateSystemFilter(ISystemFilter filter, String newName, String[] strings) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 238. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 428) public void setSystemFilterType(ISystemFilter filter, String newType) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 239. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 433) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 240. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 433) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^^ Javadoc: Missing tag for parameter targetPool ---------- 241. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 433) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for parameter oldFilter ---------- 242. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 433) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 243. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 433) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 244. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 438) public int getSystemFilterPosition(ISystemFilter filter); ^^^ Javadoc: Missing tag for return type ---------- 245. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 438) public int getSystemFilterPosition(ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 246. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 444) public ISystemFilter moveSystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 247. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 444) public ISystemFilter moveSystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^^ Javadoc: Missing tag for parameter targetPool ---------- 248. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 444) public ISystemFilter moveSystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for parameter oldFilter ---------- 249. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 444) public ISystemFilter moveSystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 250. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 444) public ISystemFilter moveSystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 251. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 459) public void moveSystemFilters(ISystemFilter filters[], int delta) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 252. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 470) public void orderSystemFilters(ISystemFilterPool pool, String[] names) throws Exception; ^^^^ Javadoc: Missing tag for parameter pool ---------- 253. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 470) public void orderSystemFilters(ISystemFilterPool pool, String[] names) throws Exception; ^^^^^ Javadoc: Missing tag for parameter names ---------- 254. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 470) public void orderSystemFilters(ISystemFilterPool pool, String[] names) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 255. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 485) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString) throws Exception; ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 256. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 485) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 257. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 485) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for parameter newString ---------- 258. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 485) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 259. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 497) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString, int position) throws Exception; ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 260. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 497) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString, int position) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 261. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 497) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString, int position) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for parameter newString ---------- 262. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 497) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString, int position) throws Exception; ^^^^^^^^ Javadoc: Missing tag for parameter position ---------- 263. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 497) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString, int position) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 264. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 510) public boolean removeSystemFilterString(ISystemFilter filter, ISystemFilterString filterString) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 265. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 510) public boolean removeSystemFilterString(ISystemFilter filter, ISystemFilterString filterString) throws Exception; ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 266. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 510) public boolean removeSystemFilterString(ISystemFilter filter, ISystemFilterString filterString) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 267. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 523) public boolean removeSystemFilterString(ISystemFilter filter, String oldString) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 268. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 523) public boolean removeSystemFilterString(ISystemFilter filter, String oldString) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for parameter oldString ---------- 269. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 523) public boolean removeSystemFilterString(ISystemFilter filter, String oldString) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 270. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 536) public boolean removeSystemFilterString(ISystemFilter filter, int position) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 271. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 536) public boolean removeSystemFilterString(ISystemFilter filter, int position) throws Exception; ^^^^^^^^ Javadoc: Missing tag for parameter position ---------- 272. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 536) public boolean removeSystemFilterString(ISystemFilter filter, int position) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 273. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 548) public void updateSystemFilterString(ISystemFilterString filterString, String newValue) throws Exception; ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 274. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 548) public void updateSystemFilterString(ISystemFilterString filterString, String newValue) throws Exception; ^^^^^^^^ Javadoc: Missing tag for parameter newValue ---------- 275. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 548) public void updateSystemFilterString(ISystemFilterString filterString, String newValue) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 276. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 553) public int getSystemFilterStringPosition(ISystemFilterString filterString); ^^^ Javadoc: Missing tag for return type ---------- 277. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 553) public int getSystemFilterStringPosition(ISystemFilterString filterString); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 278. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 558) public ISystemFilterString copySystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 279. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 558) public ISystemFilterString copySystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetFilter ---------- 280. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 558) public ISystemFilterString copySystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter oldFilterString ---------- 281. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 558) public ISystemFilterString copySystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 282. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 564) public ISystemFilterString moveSystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 283. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 564) public ISystemFilterString moveSystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetFilter ---------- 284. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 564) public ISystemFilterString moveSystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter oldFilterString ---------- 285. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 564) public ISystemFilterString moveSystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 286. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 579) public void moveSystemFilterStrings(ISystemFilterString filterStrings[], int delta) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 287. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 587) public void suspendCallbacks(boolean suspend); ^^^^^^^ Javadoc: Missing tag for parameter suspend ---------- ---------- 288. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 48) public ISystemFilterPoolManager getSystemFilterPoolManager(String managerName); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 289. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 48) public ISystemFilterPoolManager getSystemFilterPoolManager(String managerName); ^^^^^^^^^^^ Javadoc: Missing tag for parameter managerName ---------- 290. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 53) public ISystemFilterPoolManager[] getSystemFilterPoolManagers(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 291. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 61) public ISystemFilterPoolManager[] getReferencableSystemFilterPoolManagers(ISystemFilterPoolReferenceManager refMgr); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 292. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 61) public ISystemFilterPoolManager[] getReferencableSystemFilterPoolManagers(ISystemFilterPoolReferenceManager refMgr); ^^^^^^ Javadoc: Missing tag for parameter refMgr ---------- 293. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 70) public ISystemFilterPool getSystemFilterPoolForBrokenReference(ISystemFilterPoolReferenceManager callingRefenceMgr, String missingPoolMgrName, String missingPoolName); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 294. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 70) public ISystemFilterPool getSystemFilterPoolForBrokenReference(ISystemFilterPoolReferenceManager callingRefenceMgr, String missingPoolMgrName, String missingPoolName); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter callingRefenceMgr ---------- 295. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 70) public ISystemFilterPool getSystemFilterPoolForBrokenReference(ISystemFilterPoolReferenceManager callingRefenceMgr, String missingPoolMgrName, String missingPoolName); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter missingPoolMgrName ---------- 296. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 70) public ISystemFilterPool getSystemFilterPoolForBrokenReference(ISystemFilterPoolReferenceManager callingRefenceMgr, String missingPoolMgrName, String missingPoolName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter missingPoolName ---------- 297. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 78) public void filterEventFilterPoolCreated(ISystemFilterPool newPool); ^^^^^^^ Javadoc: Missing tag for parameter newPool ---------- 298. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 83) public void filterEventFilterPoolDeleted(ISystemFilterPool oldPool); ^^^^^^^ Javadoc: Missing tag for parameter oldPool ---------- 299. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 88) public void filterEventFilterPoolRenamed(ISystemFilterPool pool, String oldName); ^^^^ Javadoc: Missing tag for parameter pool ---------- 300. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 88) public void filterEventFilterPoolRenamed(ISystemFilterPool pool, String oldName); ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 301. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 93) public void filterEventFilterPoolsRePositioned(ISystemFilterPool[] pools, int delta); ^^^^^ Javadoc: Missing tag for parameter pools ---------- 302. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 93) public void filterEventFilterPoolsRePositioned(ISystemFilterPool[] pools, int delta); ^^^^^ Javadoc: Missing tag for parameter delta ---------- 303. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 101) public void filterEventFilterCreated(ISystemFilter newFilter); ^^^^^^^^^ Javadoc: Missing tag for parameter newFilter ---------- 304. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 106) public void filterEventFilterDeleted(ISystemFilter oldFilter); ^^^^^^^^^ Javadoc: Missing tag for parameter oldFilter ---------- 305. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 111) public void filterEventFilterRenamed(ISystemFilter filter, String oldName); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 306. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 111) public void filterEventFilterRenamed(ISystemFilter filter, String oldName); ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 307. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 116) public void filterEventFilterUpdated(ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 308. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 121) public void filterEventFiltersRePositioned(ISystemFilter[] filters, int delta); ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 309. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 121) public void filterEventFiltersRePositioned(ISystemFilter[] filters, int delta); ^^^^^ Javadoc: Missing tag for parameter delta ---------- 310. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 129) public void filterEventFilterStringCreated(ISystemFilterString newFilterString); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFilterString ---------- 311. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 134) public void filterEventFilterStringDeleted(ISystemFilterString oldFilterString); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter oldFilterString ---------- 312. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 139) public void filterEventFilterStringUpdated(ISystemFilterString filterString); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 313. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 144) public void filterEventFilterStringsRePositioned(ISystemFilterString[] filterStrings, int delta); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterStrings ---------- 314. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 144) public void filterEventFilterStringsRePositioned(ISystemFilterString[] filterStrings, int delta); ^^^^^ Javadoc: Missing tag for parameter delta ---------- ---------- 315. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 36) public ISystemFilterPoolReferenceManagerProvider getProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 316. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 43) public void setProvider(ISystemFilterPoolReferenceManagerProvider caller); ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 317. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 48) public void setProviderEventNotification(boolean fireEvents); ^^^^^^^^^^ Javadoc: Missing tag for parameter fireEvents ---------- 318. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 66) public void setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider poolMgrProvider); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 319. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 73) public ISystemFilterPoolManagerProvider getSystemFilterPoolManagerProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 320. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 79) public ISystemFilterPoolManager[] getSystemFilterPoolManagers(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 321. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 94) public void setDefaultSystemFilterPoolManager(ISystemFilterPoolManager mgr); ^^^ Javadoc: Missing tag for parameter mgr ---------- 322. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 100) public ISystemFilterPoolManager getDefaultSystemFilterPoolManager(); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 323. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 115) public ISystemFilterPoolReference[] getSystemFilterPoolReferences(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 324. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 129) public int addSystemFilterPoolReference(ISystemFilterPoolReference filterPoolReference); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolReference ---------- 325. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 134) public void resetSystemFilterPoolReference(ISystemFilterPoolReference filterPoolReference, ISystemFilterPool newPool); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolReference ---------- 326. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 134) public void resetSystemFilterPoolReference(ISystemFilterPoolReference filterPoolReference, ISystemFilterPool newPool); ^^^^^^^ Javadoc: Missing tag for parameter newPool ---------- 327. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 147) public int getSystemFilterPoolReferenceCount(); ^^^ Javadoc: Missing tag for return type ---------- 328. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 152) public int getSystemFilterPoolReferencePosition(ISystemFilterPoolReference filterPoolRef); ^^^ Javadoc: Missing tag for return type ---------- 329. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 152) public int getSystemFilterPoolReferencePosition(ISystemFilterPoolReference filterPoolRef); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolRef ---------- 330. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 158) public void moveSystemFilterPoolReference(ISystemFilterPoolReference filterPoolRef, int pos); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolRef ---------- 331. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 158) public void moveSystemFilterPoolReference(ISystemFilterPoolReference filterPoolRef, int pos); ^^^ Javadoc: Missing tag for parameter pos ---------- 332. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 177) public ISystemFilterPool[] getReferencedSystemFilterPools(); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 333. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 182) public boolean isSystemFilterPoolReferenced(ISystemFilterPool filterPool); ^^^^^^^ Javadoc: Missing tag for return type ---------- 334. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 182) public boolean isSystemFilterPoolReferenced(ISystemFilterPool filterPool); ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 335. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 188) public ISystemFilterPoolReference getReferenceToSystemFilterPool(ISystemFilterPool filterPool); ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 336. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 195) public ISystemFilterPoolReference addReferenceToSystemFilterPool(ISystemFilterPool filterPool); ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 337. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 211) public int removeReferenceToSystemFilterPool(ISystemFilterPool filterPool); ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 338. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 217) public void renameReferenceToSystemFilterPool(ISystemFilterPool pool); ^^^^ Javadoc: Missing tag for parameter pool ---------- 339. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 235) public ISystemFilterReference getSystemFilterReference(ISubSystem subSystem, ISystemFilter filter); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 340. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 235) public ISystemFilterReference getSystemFilterReference(ISubSystem subSystem, ISystemFilter filter); ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 341. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 235) public ISystemFilterReference getSystemFilterReference(ISubSystem subSystem, ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 342. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 241) public ISystemFilterReference[] getSystemFilterReferences(ISubSystem subSystem); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 343. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 241) public ISystemFilterReference[] getSystemFilterReferences(ISubSystem subSystem); ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 344. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 248) public int getSystemFilterReferencePosition(ISystemFilterReference filterRef); ^^^ Javadoc: Missing tag for return type ---------- 345. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 248) public int getSystemFilterReferencePosition(ISystemFilterReference filterRef); ^^^^^^^^^ Javadoc: Missing tag for parameter filterRef ---------- 346. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 255) public int getSystemFilterReferencePosition(ISubSystem subSystem, ISystemFilter filter); ^^^ Javadoc: Missing tag for return type ---------- 347. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 255) public int getSystemFilterReferencePosition(ISubSystem subSystem, ISystemFilter filter); ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 348. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 255) public int getSystemFilterReferencePosition(ISubSystem subSystem, ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- ---------- 349. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 40) public ISystemFilterPoolReferenceManager getSystemFilterPoolReferenceManager(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 350. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 45) public ISystemFilterPool getUniqueOwningSystemFilterPool(boolean createIfNotFound); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 351. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 45) public ISystemFilterPool getUniqueOwningSystemFilterPool(boolean createIfNotFound); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter createIfNotFound ---------- 352. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 53) public void filterEventFilterPoolReferenceCreated(ISystemFilterPoolReference newPoolRef); ^^^^^^^^^^ Javadoc: Missing tag for parameter newPoolRef ---------- 353. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 58) public void filterEventFilterPoolReferenceDeleted(ISystemFilterPoolReference filterPoolRef); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolRef ---------- 354. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 63) public void filterEventFilterPoolReferenceReset(ISystemFilterPoolReference filterPoolRef); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolRef ---------- 355. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 73) public void filterEventFilterPoolReferenceRenamed(ISystemFilterPoolReference poolRef, String oldName); ^^^^^^^ Javadoc: Missing tag for parameter poolRef ---------- 356. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 73) public void filterEventFilterPoolReferenceRenamed(ISystemFilterPoolReference poolRef, String oldName); ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 357. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 78) public void filterEventFilterPoolReferencesRePositioned(ISystemFilterPoolReference[] poolRefs, int delta); ^^^^^^^^ Javadoc: Missing tag for parameter poolRefs ---------- 358. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 78) public void filterEventFilterPoolReferencesRePositioned(ISystemFilterPoolReference[] poolRefs, int delta); ^^^^^ Javadoc: Missing tag for parameter delta ---------- 359. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 91) public void filterEventFilterCreated(Object selectedObject, ISystemFilter newFilter); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 360. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 91) public void filterEventFilterCreated(Object selectedObject, ISystemFilter newFilter); ^^^^^^^^^ Javadoc: Missing tag for parameter newFilter ---------- 361. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 104) public void filterEventFilterStringCreated(Object selectedObject, ISystemFilterString newFilterString); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 362. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 104) public void filterEventFilterStringCreated(Object selectedObject, ISystemFilterString newFilterString); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFilterString ---------- ---------- 363. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapper.java (at line 31) public String getDisplayName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 364. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapper.java (at line 36) public ISystemFilterPool getSystemFilterPool(); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 365. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapperInformation.java (at line 38) public String getPromptLabel(); ^^^^^^ Javadoc: Missing tag for return type ---------- 366. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapperInformation.java (at line 43) public String getPromptTooltip(); ^^^^^^ Javadoc: Missing tag for return type ---------- 367. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapperInformation.java (at line 51) public ISystemFilterPoolWrapper[] getWrappers(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 368. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapperInformation.java (at line 56) public ISystemFilterPoolWrapper getPreSelectWrapper(); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 369. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapperInformation.java (at line 62) public void addWrapper(ISystemFilterPoolWrapper wrapper); ^^^^^^^ Javadoc: Missing tag for parameter wrapper ---------- 370. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapperInformation.java (at line 67) public void addWrapper(String displayName, ISystemFilterPool poolToWrap, boolean preSelect); ^^^^^^^^^^^ Javadoc: Missing tag for parameter displayName ---------- 371. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapperInformation.java (at line 67) public void addWrapper(String displayName, ISystemFilterPool poolToWrap, boolean preSelect); ^^^^^^^^^^ Javadoc: Missing tag for parameter poolToWrap ---------- 372. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapperInformation.java (at line 67) public void addWrapper(String displayName, ISystemFilterPool poolToWrap, boolean preSelect); ^^^^^^^^^ Javadoc: Missing tag for parameter preSelect ---------- ---------- 373. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 374. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 375. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 376. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 377. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 378. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 379. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 380. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 381. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 382. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 383. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 384. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 385. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStartHere.java (at line 58) public ISystemFilterPoolReferenceManager createSystemFilterPoolReferenceManager(ISystemFilterPoolReferenceManagerProvider caller, ISystemFilterPoolManagerProvider relatedPoolMgrProvider, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 386. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java (at line 38) public ISystemFilterPoolManagerProvider getProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 387. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java (at line 43) public ISystemFilterPoolManager getSystemFilterPoolManager(); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 388. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java (at line 48) public void setParentSystemFilter(ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 389. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java (at line 53) public ISystemFilter getParentSystemFilter(); ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 390. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java (at line 58) public void clone(ISystemFilterString targetString); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetString ---------- 391. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java (at line 64) public boolean isChangable(); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 392. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStringReference.java (at line 33) public ISystemFilterPoolReferenceManager getFilterPoolReferenceManager(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 393. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStringReference.java (at line 40) public ISystemFilterPoolReferenceManagerProvider getProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 394. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStringReference.java (at line 45) public ISystemFilterString getReferencedFilterString(); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 395. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStringReference.java (at line 50) public ISystemFilterReference getParent(); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 396. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStringReference.java (at line 55) public ISystemFilter getParentSystemFilter(); ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 397. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStringReference.java (at line 60) public String getString(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 398. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java (at line 84) public static ISystemFilterReference createSystemFilterReference(ISubSystem subSystem, ISystemFilterContainerReference parent, ISystemFilter filter, boolean persistent) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 399. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java (at line 84) public static ISystemFilterReference createSystemFilterReference(ISubSystem subSystem, ISystemFilterContainerReference parent, ISystemFilter filter, boolean persistent) { ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 400. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java (at line 144) public void setParent(ISystemFilterContainerReference parent) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 401. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java (at line 321) private boolean compareFilterStrings(List newFilterStrings) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 402. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java (at line 321) private boolean compareFilterStrings(List newFilterStrings) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFilterStrings ---------- 403. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java (at line 344) private ISystemFilterStringReference[] generateFilterStringReferences(List newFilterStrings) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 404. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java (at line 344) private ISystemFilterStringReference[] generateFilterStringReferences(List newFilterStrings) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFilterStrings ---------- ---------- 405. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 102) public Host(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 406. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 289) protected static String getLocalDefaultUserId(String key) { ^^^^^^ Javadoc: Missing tag for return type ---------- 407. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 289) protected static String getLocalDefaultUserId(String key) { ^^^ Javadoc: Missing tag for parameter key ---------- 408. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 316) protected String getPreferencesKey() { ^^^^^^ Javadoc: Missing tag for return type ---------- 409. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 324) protected String getPreferencesKey(String profileName) { ^^^^^^ Javadoc: Missing tag for return type ---------- 410. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 324) protected String getPreferencesKey(String profileName) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 411. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 333) protected String getPreferencesKey(String profileName, String connectionName) { ^^^^^^ Javadoc: Missing tag for return type ---------- 412. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 333) protected String getPreferencesKey(String profileName, String connectionName) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 413. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 333) protected String getPreferencesKey(String profileName, String connectionName) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 414. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 340) public void setForceUserIdToUpperCase(boolean force) { ^^^^^ Javadoc: Missing tag for parameter force ---------- 415. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 347) public void setUserIdCaseSensitive(boolean caseSensitive) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 416. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 361) public boolean getUserIdCaseSensitive() { ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 417. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 49) public String getSystemProfileName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 418. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 55) public void setHostPool(ISystemHostPool pool); ^^^^ Javadoc: Missing tag for parameter pool ---------- 419. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 61) public ISystemHostPool getHostPool(); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 420. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 67) public ISubSystem[] getSubSystems(); ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 421. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 73) public String getLocalDefaultUserId(); ^^^^^^ Javadoc: Missing tag for return type ---------- 422. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 104) public void renamingSystemProfile(String oldName, String newName); ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 423. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 104) public void renamingSystemProfile(String oldName, String newName); ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 424. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 117) public boolean compareUserIds(String userId1, String userId2); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 425. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISubSystemConfigurator.java (at line 37) public ISubSystemConfiguration getSubSystemConfiguration(); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 426. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemMessageObject.java (at line 51) public String getMessage(); ^^^^^^ Javadoc: Missing tag for return type ---------- 427. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemMessageObject.java (at line 63) public int getType(); ^^^ Javadoc: Missing tag for return type ---------- 428. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemMessageObject.java (at line 68) public Object getParent(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 429. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 50) public void setProfileManager(ISystemProfileManager mgr); ^^^ Javadoc: Missing tag for parameter mgr ---------- 430. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 55) public ISystemProfileManager getProfileManager(); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 431. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 87) public IHost[] getHosts(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 432. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 97) public ISystemFilterPool[] getFilterPools(ISubSystemConfiguration ssf); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 433. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 97) public ISystemFilterPool[] getFilterPools(ISubSystemConfiguration ssf); ^^^ Javadoc: Missing tag for parameter ssf ---------- 434. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 105) public boolean isActive(); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 435. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 86) public ISubSystemConfigurationProxy[] getSubSystemConfigurationProxies(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 436. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 92) public ISubSystemConfigurationProxy[] getSubSystemConfigurationProxiesByCategory(String factoryCategory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 437. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 92) public ISubSystemConfigurationProxy[] getSubSystemConfigurationProxiesByCategory(String factoryCategory); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter factoryCategory ---------- 438. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 102) public ISubSystemConfiguration[] getSubSystemConfigurations(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 439. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 107) public ISubSystemConfiguration getSubSystemConfiguration(String id); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 440. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 107) public ISubSystemConfiguration getSubSystemConfiguration(String id); ^^ Javadoc: Missing tag for parameter id ---------- 441. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 174) public ISystemProfileManager getSystemProfileManager(); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 442. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 180) public ISystemProfile[] getActiveSystemProfiles(); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 443. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 185) public ISystemProfile getSystemProfile(String profileName); ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 444. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 185) public ISystemProfile getSystemProfile(String profileName); ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 445. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 192) public ISystemProfile createSystemProfile(String profileName, boolean makeActive) throws Exception; ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 446. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 192) public ISystemProfile createSystemProfile(String profileName, boolean makeActive) throws Exception; ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 447. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 192) public ISystemProfile createSystemProfile(String profileName, boolean makeActive) throws Exception; ^^^^^^^^^^ Javadoc: Missing tag for parameter makeActive ---------- 448. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 192) public ISystemProfile createSystemProfile(String profileName, boolean makeActive) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 449. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 204) public ISystemProfile copySystemProfile(ISystemProfile profile, String newName, boolean makeActive, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 450. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 212) public void renameSystemProfile(ISystemProfile profile, String newName) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 451. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 212) public void renameSystemProfile(ISystemProfile profile, String newName) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 452. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 212) public void renameSystemProfile(ISystemProfile profile, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 453. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 224) public void deleteSystemProfile(ISystemProfile profile) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 454. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 224) public void deleteSystemProfile(ISystemProfile profile) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 455. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 231) public void setSystemProfileActive(ISystemProfile profile, boolean makeActive); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 456. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 231) public void setSystemProfileActive(ISystemProfile profile, boolean makeActive); ^^^^^^^^^^ Javadoc: Missing tag for parameter makeActive ---------- 457. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 317) public ISubSystem[] getSubSystemsBySubSystemConfigurationCategory(String factoryCategory, IHost host); ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 458. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 317) public ISubSystem[] getSubSystemsBySubSystemConfigurationCategory(String factoryCategory, IHost host); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter factoryCategory ---------- 459. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 317) public ISubSystem[] getSubSystemsBySubSystemConfigurationCategory(String factoryCategory, IHost host); ^^^^ Javadoc: Missing tag for parameter host ---------- 460. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 323) public boolean deleteSubSystem(ISubSystem subsystem); ^^^^^^^ Javadoc: Missing tag for return type ---------- 461. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 323) public boolean deleteSubSystem(ISubSystem subsystem); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 462. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 339) public IHost getLocalHost(); ^^^^^ Javadoc: Missing tag for return type ---------- 463. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 344) public IHost[] getHosts(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 464. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 349) public IHost[] getHostsByProfile(ISystemProfile profile); ^^^^^^^ Javadoc: Missing tag for return type ---------- 465. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 349) public IHost[] getHostsByProfile(ISystemProfile profile); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 466. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 356) public IHost[] getHostsBySubSystemConfiguration(ISubSystemConfiguration config); ^^^^^^^ Javadoc: Missing tag for return type ---------- 467. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 356) public IHost[] getHostsBySubSystemConfiguration(ISubSystemConfiguration config); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 468. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 370) public IHost[] getHostsBySubSystemConfigurationCategory(String factoryCategory); ^^^^^^^ Javadoc: Missing tag for return type ---------- 469. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 370) public IHost[] getHostsBySubSystemConfigurationCategory(String factoryCategory); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter factoryCategory ---------- 470. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 389) public IHost[] getHostsBySystemTypes(IRSESystemType[] systemTypes); ^^^^^^^ Javadoc: Missing tag for return type ---------- 471. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 389) public IHost[] getHostsBySystemTypes(IRSESystemType[] systemTypes); ^^^^^^^^^^^ Javadoc: Missing tag for parameter systemTypes ---------- 472. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 395) public IHost getHost(ISystemProfile profile, String connectionName); ^^^^^ Javadoc: Missing tag for return type ---------- 473. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 395) public IHost getHost(ISystemProfile profile, String connectionName); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 474. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 395) public IHost getHost(ISystemProfile profile, String connectionName); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 475. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 401) public int getHostPosition(IHost conn); ^^^ Javadoc: Missing tag for return type ---------- 476. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 401) public int getHostPosition(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 477. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 406) public int getHostCount(ISystemProfile profile); ^^^ Javadoc: Missing tag for return type ---------- 478. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 406) public int getHostCount(ISystemProfile profile); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 479. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 412) public int getHostCountWithinProfile(IHost conn); ^^^ Javadoc: Missing tag for return type ---------- 480. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 412) public int getHostCountWithinProfile(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 481. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 418) public int getHostCount(); ^^^ Javadoc: Missing tag for return type ---------- 482. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 424) public Vector getHostAliasNames(ISystemProfile profile); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 483. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 429) public Vector getHostAliasNamesForAllActiveProfiles(); ^^^^^^ Javadoc: Missing tag for return type ---------- 484. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 436) public String[] getHostNames(IRSESystemType systemType); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 485. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 436) public String[] getHostNames(IRSESystemType systemType); ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 486. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 446) public IHost createLocalHost(ISystemProfile profile, String name, String userId); ^^^^^ Javadoc: Missing tag for return type ---------- 487. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 475) ISubSystemConfigurator[] configurators) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 488. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 499) public IHost createHost(String profileName, IRSESystemType systemType, String connectionName, String hostName, String description) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 489. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 523) public IHost createHost(IRSESystemType systemType, String connectionName, String hostAddress, String description) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 490. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 549) public IHost createHost(String profileName, IRSESystemType systemType, String hostName, String hostAddress, String description, boolean createSubSystems) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 491. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 607) public void deleteHost(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 492. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 620) public void renameHost(IHost conn, String newName) throws Exception; ^^^^ Javadoc: Missing tag for parameter conn ---------- 493. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 620) public void renameHost(IHost conn, String newName) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 494. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 620) public void renameHost(IHost conn, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 495. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 634) public void moveHosts(String profileName, IHost conns[], int delta); ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 496. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 644) public IHost copyHost(IHost conn, ISystemProfile targetProfile, String newName, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 497. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 658) public IHost moveHost(IHost conn, ISystemProfile targetProfile, String newName, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 498. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 671) public boolean isAnySubSystemConnected(IHost conn); ^^^^^^^ Javadoc: Missing tag for return type ---------- 499. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 671) public boolean isAnySubSystemConnected(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 500. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 677) public boolean areAllSubSystemsConnected(IHost conn); ^^^^^^^ Javadoc: Missing tag for return type ---------- 501. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 677) public boolean areAllSubSystemsConnected(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 502. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 683) public void disconnectAllSubSystems(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 503. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 690) public void connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 504. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 690) public void connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected); ^^^^^^^^^ Javadoc: Missing tag for parameter connected ---------- 505. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 690) public void connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter wasConnected ---------- 506. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 697) public void connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected, boolean collapseTree); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 507. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 697) public void connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected, boolean collapseTree); ^^^^^^^^^ Javadoc: Missing tag for parameter connected ---------- 508. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 697) public void connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected, boolean collapseTree); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter wasConnected ---------- 509. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 697) public void connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected, boolean collapseTree); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter collapseTree ---------- 510. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 706) public void addSystemResourceChangeListener(ISystemResourceChangeListener l); ^ Javadoc: Missing tag for parameter l ---------- 511. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 711) public void removeSystemResourceChangeListener(ISystemResourceChangeListener l); ^ Javadoc: Missing tag for parameter l ---------- 512. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 716) public boolean isRegisteredSystemResourceChangeListener(ISystemResourceChangeListener l); ^^^^^^^ Javadoc: Missing tag for return type ---------- 513. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 716) public boolean isRegisteredSystemResourceChangeListener(ISystemResourceChangeListener l); ^ Javadoc: Missing tag for parameter l ---------- 514. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 722) public void fireEvent(ISystemResourceChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- 515. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 727) public void fireEvent(ISystemResourceChangeListener l, ISystemResourceChangeEvent event); ^ Javadoc: Missing tag for parameter l ---------- 516. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 727) public void fireEvent(ISystemResourceChangeListener l, ISystemResourceChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- 517. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 737) public void addSystemModelChangeListener(ISystemModelChangeListener l); ^ Javadoc: Missing tag for parameter l ---------- 518. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 742) public void removeSystemModelChangeListener(ISystemModelChangeListener l); ^ Javadoc: Missing tag for parameter l ---------- 519. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 748) public void fireEvent(ISystemModelChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- 520. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 754) public void fireModelChangeEvent(int eventType, int resourceType, Object resource, String oldName); ^^^^^^^^^ Javadoc: Missing tag for parameter eventType ---------- 521. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 754) public void fireModelChangeEvent(int eventType, int resourceType, Object resource, String oldName); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter resourceType ---------- 522. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 754) public void fireModelChangeEvent(int eventType, int resourceType, Object resource, String oldName); ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 523. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 754) public void fireModelChangeEvent(int eventType, int resourceType, Object resource, String oldName); ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 524. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 759) public void fireEvent(ISystemModelChangeListener l, ISystemModelChangeEvent event); ^ Javadoc: Missing tag for parameter l ---------- 525. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 759) public void fireEvent(ISystemModelChangeListener l, ISystemModelChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- 526. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 769) public void addSystemRemoteChangeListener(ISystemRemoteChangeListener l); ^ Javadoc: Missing tag for parameter l ---------- 527. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 774) public void removeSystemRemoteChangeListener(ISystemRemoteChangeListener l); ^ Javadoc: Missing tag for parameter l ---------- 528. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 784) public boolean isRegisteredSystemRemoteChangeListener(ISystemRemoteChangeListener l); ^^^^^^^ Javadoc: Missing tag for return type ---------- 529. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 790) public void fireEvent(ISystemRemoteChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- 530. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 895) public void fireEvent(ISystemRemoteChangeListener l, ISystemRemoteChangeEvent event); ^ Javadoc: Missing tag for parameter l ---------- 531. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 895) public void fireEvent(ISystemRemoteChangeListener l, ISystemRemoteChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- 532. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 904) public void addSystemPreferenceChangeListener(ISystemPreferenceChangeListener l); ^ Javadoc: Missing tag for parameter l ---------- 533. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 909) public void removeSystemPreferenceChangeListener(ISystemPreferenceChangeListener l); ^ Javadoc: Missing tag for parameter l ---------- 534. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 915) public void fireEvent(ISystemPreferenceChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- ---------- 535. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemViewInputProvider.java (at line 71) * @param viewer the {@link org.eclipse.jface.viewers.Viewer viewer} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.jface cannot be resolved to a type ---------- 536. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemViewInputProvider.java (at line 78) * @return the {@link org.eclipse.jface.viewers.Viewer viewer} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.jface cannot be resolved to a type ---------- ---------- 537. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/PropertyType.java (at line 82) public static IPropertyType fromString(String typeStr) { ^^^^^^^ Javadoc: Missing tag for parameter typeStr ---------- ---------- 538. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemMessageObject.java (at line 90) public SystemMessage getSystemMessage() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 539. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 47) public SystemSignonInformation(String hostname, String userid, IRSESystemType systemType) { ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 540. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 47) public SystemSignonInformation(String hostname, String userid, IRSESystemType systemType) { ^^^^^^ Javadoc: Missing tag for parameter userid ---------- 541. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 47) public SystemSignonInformation(String hostname, String userid, IRSESystemType systemType) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 542. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 56) public SystemSignonInformation(String hostname, String userid, String password, IRSESystemType systemType) { ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 543. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 56) public SystemSignonInformation(String hostname, String userid, String password, IRSESystemType systemType) { ^^^^^^ Javadoc: Missing tag for parameter userid ---------- 544. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 56) public SystemSignonInformation(String hostname, String userid, String password, IRSESystemType systemType) { ^^^^^^^^ Javadoc: Missing tag for parameter password ---------- 545. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 56) public SystemSignonInformation(String hostname, String userid, String password, IRSESystemType systemType) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 546. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 97) public void setPassword(String string) { ^^^^^^ Javadoc: Missing tag for parameter string ---------- ---------- 547. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 43) public static ISystemRegistry getSystemRegistry() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 548. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 54) public static IHost[] getConnections() ^^^^^^^ Javadoc: Missing tag for return type ---------- 549. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 81) public static IHost[] getConnectionsBySystemType(String systemTypeId) ^^^^^^^ Javadoc: Missing tag for return type ---------- 550. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 95) public static IHost[] getConnectionsBySubSystemConfiguration(ISubSystemConfiguration subsystemConfiguration) ^^^^^^^ Javadoc: Missing tag for return type ---------- 551. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 107) public static IHost[] getConnectionsBySubSystemConfiguration(String subsystemConfigurationId) ^^^^^^^ Javadoc: Missing tag for return type ---------- 552. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 121) public static ISubSystem[] getSubSystems(String subsystemConfigurationId) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 553. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 138) public static ISubSystem[] getSubSystems(String subsystemConfigurationId, IHost connection) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 554. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 154) public static ISubSystem getSubSystem(String subsystemConfigurationId, IHost connection) ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 555. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 174) public static ISubSystemConfiguration getSubSystemConfiguration(String subsystemConfigurationId) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 556. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 183) public static ISystemProfileManager getSystemProfileManager() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 557. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 197) public static ISystemProfile[] getActiveSystemProfiles() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 558. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBasePersistableReferenceManager.java (at line 73) public int addReferencingObject(IRSEBasePersistableReferencingObject object); ^^^^^^ Javadoc: Missing tag for parameter object ---------- 559. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBasePersistableReferenceManager.java (at line 80) public int removeReferencingObject(IRSEBasePersistableReferencingObject object); ^^^^^^ Javadoc: Missing tag for parameter object ---------- 560. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBasePersistableReferenceManager.java (at line 87) public int removeAndDeReferenceReferencingObject(IRSEBasePersistableReferencingObject object); ^^^^^^ Javadoc: Missing tag for parameter object ---------- ---------- 561. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBasePersistableReferencingObject.java (at line 51) public void setReferencedObject(IRSEBasePersistableReferencedObject obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 562. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBasePersistableReferencingObject.java (at line 56) public String getReferencedObjectName(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 563. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEPersistableReferencingObject.java (at line 64) void setParentReferenceManager(IRSEBasePersistableReferenceManager value); ^^^^^ Javadoc: Missing tag for parameter value ---------- ---------- 564. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/SystemReferencedObjectHelper.java (at line 38) public int addReference(IRSEBaseReferencingObject ref) { ^^^ Javadoc: Missing tag for return type ---------- 565. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/SystemReferencedObjectHelper.java (at line 38) public int addReference(IRSEBaseReferencingObject ref) { ^^^ Javadoc: Missing tag for parameter ref ---------- 566. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/SystemReferencedObjectHelper.java (at line 46) public int removeReference(IRSEBaseReferencingObject ref) { ^^^ Javadoc: Missing tag for return type ---------- 567. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/SystemReferencedObjectHelper.java (at line 46) public int removeReference(IRSEBaseReferencingObject ref) { ^^^ Javadoc: Missing tag for parameter ref ---------- 568. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/SystemReferencedObjectHelper.java (at line 54) public int getReferenceCount() { ^^^ Javadoc: Missing tag for return type ---------- 569. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/SystemReferencedObjectHelper.java (at line 72) public IRSEBaseReferencingObject[] getReferencingObjects() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 570. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractConnectorService.java (at line 484) void run(UnsafeRunnableWithProgress runnable, long timeout, IProgressMonitor monitor) throws Exception { ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 571. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractConnectorService.java (at line 558) * Calls {@link #internalDisconnect(IProgressMonitor)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 572. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractConnectorService.java (at line 559) * and {@link #postDisconnect()} ^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- ---------- 573. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractConnectorServiceManager.java (at line 150) public abstract IConnectorService createConnectorService(IHost host); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 574. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractConnectorServiceManager.java (at line 150) public abstract IConnectorService createConnectorService(IHost host); ^^^^ Javadoc: Missing tag for parameter host ---------- 575. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractConnectorServiceManager.java (at line 165) public abstract boolean sharesSystem(ISubSystem otherSubSystem); ^^^^^^^ Javadoc: Missing tag for return type ---------- 576. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractConnectorServiceManager.java (at line 165) public abstract boolean sharesSystem(ISubSystem otherSubSystem); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter otherSubSystem ---------- ---------- 577. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 578. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 579. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 580. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 581. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 582. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 583. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 584. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 585. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 586. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 587. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 588. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 589. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 590. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 591. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 592. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 593. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 63) public ISubSystemConfiguration getSubSystemConfiguration(); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 594. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 68) public void setSubSystemConfiguration(ISubSystemConfiguration ssf); ^^^ Javadoc: Missing tag for parameter ssf ---------- 595. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 73) public void setHost(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 596. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 86) public ISystemProfile getSystemProfile(); ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 597. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 91) public IHost getHost(); ^^^^^ Javadoc: Missing tag for return type ---------- 598. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 125) public ISubSystem getPrimarySubSystem(); ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 599. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 141) public void renamingProfile(String oldName, String newName); ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 600. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 141) public void renamingProfile(String oldName, String newName); ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 601. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 147) public void renamingConnection(String newName); ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 602. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 171) public void checkIsConnected(IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 603. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 202) public void setVendorAttribute(String vendorName, String attributeName, String attributeValue); ^^^^^^^^^^ Javadoc: Missing tag for parameter vendorName ---------- 604. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 202) public void setVendorAttribute(String vendorName, String attributeName, String attributeValue); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeName ---------- 605. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 202) public void setVendorAttribute(String vendorName, String attributeName, String attributeValue); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeValue ---------- 606. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 217) public String getVendorAttribute(String vendorName, String attributeName); ^^^^^^^^^^ Javadoc: Missing tag for parameter vendorName ---------- 607. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 217) public String getVendorAttribute(String vendorName, String attributeName); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeName ---------- 608. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 227) public boolean forceUserIdToUpperCase(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 609. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 243) public String getLocalUserId(); ^^^^^^ Javadoc: Missing tag for return type ---------- 610. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 265) public Object[] getChildren(); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 611. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 271) public boolean hasChildren(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 612. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 282) public boolean doesFilterListContentsOf(ISystemFilter filter, String remoteObjectAbsoluteName); ^^^^^^^ Javadoc: Missing tag for return type ---------- 613. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 282) public boolean doesFilterListContentsOf(ISystemFilter filter, String remoteObjectAbsoluteName); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 614. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 282) public boolean doesFilterListContentsOf(ISystemFilter filter, String remoteObjectAbsoluteName); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObjectAbsoluteName ---------- 615. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 291) public boolean doesFilterStringListContentsOf(ISystemFilterString filterString, String remoteObjectAbsoluteName); ^^^^^^^ Javadoc: Missing tag for return type ---------- 616. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 291) public boolean doesFilterStringListContentsOf(ISystemFilterString filterString, String remoteObjectAbsoluteName); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 617. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 291) public boolean doesFilterStringListContentsOf(ISystemFilterString filterString, String remoteObjectAbsoluteName); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObjectAbsoluteName ---------- 618. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 297) public boolean doesFilterMatch(ISystemFilter filter, String remoteObjectAbsoluteName); ^^^^^^^ Javadoc: Missing tag for return type ---------- 619. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 297) public boolean doesFilterMatch(ISystemFilter filter, String remoteObjectAbsoluteName); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 620. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 297) public boolean doesFilterMatch(ISystemFilter filter, String remoteObjectAbsoluteName); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObjectAbsoluteName ---------- 621. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 303) public boolean doesFilterStringMatch(String filterString, String remoteObjectAbsoluteName, boolean caseSensitive); ^^^^^^^ Javadoc: Missing tag for return type ---------- 622. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 303) public boolean doesFilterStringMatch(String filterString, String remoteObjectAbsoluteName, boolean caseSensitive); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 623. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 303) public boolean doesFilterStringMatch(String filterString, String remoteObjectAbsoluteName, boolean caseSensitive); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObjectAbsoluteName ---------- 624. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 303) public boolean doesFilterStringMatch(String filterString, String remoteObjectAbsoluteName, boolean caseSensitive); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 625. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 359) public IConnectorService getConnectorService(); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 626. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 364) public boolean supportsCaching(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 627. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 373) public ICacheManager getCacheManager(); ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 628. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 378) public boolean isConnected(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 629. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 383) public boolean isConnectionError(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 630. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 388) public void setConnectionError(boolean error); ^^^^^ Javadoc: Missing tag for parameter error ---------- 631. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 394) public boolean isOffline(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 632. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 444) public void disconnect() throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 633. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 452) public void disconnect(boolean collapseTree) throws Exception; ^^^^^^^^^^^^ Javadoc: Missing tag for parameter collapseTree ---------- 634. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 452) public void disconnect(boolean collapseTree) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 635. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 476) public Object[] resolveFilterString(String filterString, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 636. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 490) public Object[] resolveFilterStrings(String[] filterStrings, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 637. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 519) public Object[] resolveFilterString(Object parent, String filterString, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 638. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 551) public Object setProperty(Object subject, String key, String value) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 639. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 563) public String getProperty(Object subject, String key) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 640. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 576) public Object setProperties(Object subject, String[] keys, String[] values) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 641. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 588) public String[] getProperties(Object subject, String[] keys) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 642. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 627) void setFilterPoolReferenceManager(ISystemFilterPoolReferenceManager value); ^^^^^ Javadoc: Missing tag for parameter value ---------- ---------- 643. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 65) public ISystemFilterPoolManager[] getAllSystemFilterPoolManagers(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 644. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 103) public boolean supportsEncoding(IHost host); ^^^^ Javadoc: Missing tag for parameter host ---------- 645. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 109) public boolean supportsMultiStringFilters(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 646. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 115) public boolean supportsFilterStringExport(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 647. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 121) public boolean supportsSubSystemConnect(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 648. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 128) public boolean isPortEditable(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 649. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 138) public boolean supportsCommands(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 650. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 144) public boolean supportsProperties(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 651. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 152) public boolean supportsFilters(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 652. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 159) public boolean supportsFilterChildren(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 653. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 167) public boolean supportsFilterCaching(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 654. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 174) public boolean supportsMultipleFilterStrings(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 655. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 181) public boolean supportsNestedFilters(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 656. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 189) public boolean supportsQuickFilters(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 657. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 194) public boolean supportsDropInFilters(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 658. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 226) public boolean providesCustomDropInFilters(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 659. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 232) public boolean supportsFileTypes(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 660. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 238) public boolean supportsTargets(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 661. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 247) public boolean supportsServerLaunchProperties(IHost host); ^^^^^^^ Javadoc: Missing tag for return type ---------- 662. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 247) public boolean supportsServerLaunchProperties(IHost host); ^^^^ Javadoc: Missing tag for parameter host ---------- 663. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 255) public boolean supportsServerLaunchType(ServerLaunchType serverLaunchType); ^^^^^^^ Javadoc: Missing tag for return type ---------- 664. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 255) public boolean supportsServerLaunchType(ServerLaunchType serverLaunchType); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter serverLaunchType ---------- 665. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 261) public boolean isCaseSensitive(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 666. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 270) public boolean showFilterPools(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 667. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 283) public void setShowFilterPools(boolean show); ^^^^ Javadoc: Missing tag for parameter show ---------- 668. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 299) public void setSubSystemConfigurationProxy(ISubSystemConfigurationProxy proxy); ^^^^^ Javadoc: Missing tag for parameter proxy ---------- 669. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 304) public ISubSystemConfigurationProxy getSubSystemConfigurationProxy(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 670. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 313) public String getVendor(); ^^^^^^ Javadoc: Missing tag for return type ---------- 671. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 318) public String getName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 672. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 323) public String getDescription(); ^^^^^^ Javadoc: Missing tag for return type ---------- 673. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 334) public String getCategory(); ^^^^^^ Javadoc: Missing tag for return type ---------- 674. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 339) public IRSESystemType[] getSystemTypes(); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 675. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 351) public void deletingSystemProfile(ISystemProfile profile); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 676. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 356) public void changingSystemProfileActiveStatus(ISystemProfile profile, boolean newStatus); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 677. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 356) public void changingSystemProfileActiveStatus(ISystemProfile profile, boolean newStatus); ^^^^^^^^^ Javadoc: Missing tag for parameter newStatus ---------- 678. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 361) public ISystemProfile getSystemProfile(ISystemFilterPool pool); ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 679. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 361) public ISystemProfile getSystemProfile(ISystemFilterPool pool); ^^^^ Javadoc: Missing tag for parameter pool ---------- 680. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 398) public void preTestRenameSubSystemProfile(String oldProfileName) throws Exception; ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter oldProfileName ---------- 681. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 398) public void preTestRenameSubSystemProfile(String oldProfileName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 682. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 406) public void renameSubSystemsByConnection(IHost conn, String newConnectionName); ^^^^ Javadoc: Missing tag for parameter conn ---------- 683. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 406) public void renameSubSystemsByConnection(IHost conn, String newConnectionName); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newConnectionName ---------- 684. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 412) public void deleteSubSystemsByConnection(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 685. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 423) public ISubSystem createSubSystem(IHost conn, boolean creatingConnection, ISubSystemConfigurator[] configurators); ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 686. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 506) public IServerLauncherProperties createServerLauncher(IConnectorService connectorService); ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 687. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 506) public IServerLauncherProperties createServerLauncher(IConnectorService connectorService); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectorService ---------- 688. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 525) public void setSubSystemPort(ISubSystem subsystem, int port); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 689. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 525) public void setSubSystemPort(ISubSystem subsystem, int port); ^^^^ Javadoc: Missing tag for parameter port ---------- 690. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 530) public void setSubSystemUserId(ISubSystem subsystem, String userId); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 691. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 530) public void setSubSystemUserId(ISubSystem subsystem, String userId); ^^^^^^ Javadoc: Missing tag for parameter userId ---------- 692. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 537) public boolean isSubSystemsDeletable(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 693. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 545) public boolean deleteSubSystem(ISubSystem subsystem); ^^^^^^^ Javadoc: Missing tag for return type ---------- 694. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 545) public boolean deleteSubSystem(ISubSystem subsystem); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 695. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 555) public ISubSystem cloneSubSystem(ISubSystem oldSubsystem, IHost newConnection, boolean copyProfileOperation) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 696. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 562) public ISubSystem[] getSubSystems(IHost conn, boolean force); ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 697. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 567) public ISubSystem[] getSubSystems(boolean force); ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 698. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 567) public ISubSystem[] getSubSystems(boolean force); ^^^^^ Javadoc: Missing tag for parameter force ---------- 699. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 572) public void renameSubSystem(ISubSystem subsystem, String newName); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 700. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 572) public void renameSubSystem(ISubSystem subsystem, String newName); ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 701. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 578) public void disconnectAllSubSystems() throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 702. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 611) public ISystemFilterPoolManager copyFilterPoolManager(ISystemProfile oldProfile, ISystemProfile newProfile) throws Exception; ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 703. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 611) public ISystemFilterPoolManager copyFilterPoolManager(ISystemProfile oldProfile, ISystemProfile newProfile) throws Exception; ^^^^^^^^^^ Javadoc: Missing tag for parameter oldProfile ---------- 704. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 611) public ISystemFilterPoolManager copyFilterPoolManager(ISystemProfile oldProfile, ISystemProfile newProfile) throws Exception; ^^^^^^^^^^ Javadoc: Missing tag for parameter newProfile ---------- 705. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 611) public ISystemFilterPoolManager copyFilterPoolManager(ISystemProfile oldProfile, ISystemProfile newProfile) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 706. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 617) public ISystemFilterPool getDefaultSystemFilterPool(ISubSystem subsys); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 707. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 617) public ISystemFilterPool getDefaultSystemFilterPool(ISubSystem subsys); ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 708. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 637) public String getTranslatedFilterTypeProperty(ISystemFilter selectedFilter); ^^^^^^ Javadoc: Missing tag for return type ---------- 709. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 637) public String getTranslatedFilterTypeProperty(ISystemFilter selectedFilter); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilter ---------- 710. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 642) public boolean showRefreshOnFilter(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 711. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 647) public boolean showGenericShowInTableOnFilter(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 712. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 653) public boolean showChangeFilterStringsPropertyPage(ISystemFilter filter); ^^^^^^^ Javadoc: Missing tag for return type ---------- 713. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 653) public boolean showChangeFilterStringsPropertyPage(ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 714. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 675) public void setConnection(IHost connection); ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 715. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 680) public void setCurrentSelection(Object[] selection); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 716. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 701) public void saveSubSystem(ISubSystem subsys) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 717. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 701) public void saveSubSystem(ISubSystem subsys) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 718. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 719. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 720. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 721. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 722. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 723. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 724. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 725. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 726. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 727. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 728. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 729. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 730. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 731. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 732. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 733. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 734. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 735. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 736. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 737. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 738. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 739. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 740. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 741. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 742. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 743. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/RemoteServerLauncher.java (at line 302) public ServerLaunchType getServerLaunchTypeGen() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 744. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/RemoteServerLauncher.java (at line 330) public boolean isSetServerLaunchType() ^^^^^^^ Javadoc: Missing tag for return type ---------- 745. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/RemoteServerLauncher.java (at line 486) public void setRestrictedType(String attributeName, String attributeValue) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeName ---------- 746. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/RemoteServerLauncher.java (at line 486) public void setRestrictedType(String attributeName, String attributeValue) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeValue ---------- ---------- 747. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ServerLaunchType.java (at line 157) public static ServerLaunchType get(String name) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 748. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ServerLaunchType.java (at line 157) public static ServerLaunchType get(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 749. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ServerLaunchType.java (at line 170) public static ServerLaunchType get(int value) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 750. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ServerLaunchType.java (at line 170) public static ServerLaunchType get(int value) { ^^^^^ Javadoc: Missing tag for parameter value ---------- ---------- 751. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 41) public static ISubSystem getParentSubSystem(ISystemFilterPoolReference poolReference) ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 752. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 41) public static ISubSystem getParentSubSystem(ISystemFilterPoolReference poolReference) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolReference ---------- 753. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 49) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterPool pool) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 754. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 49) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 755. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 57) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilter filter) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 756. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 57) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 757. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 65) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterContainer container) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 758. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 65) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterContainer container) ^^^^^^^^^ Javadoc: Missing tag for parameter container ---------- 759. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 77) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterPoolReference poolRef) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 760. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 77) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterPoolReference poolRef) ^^^^^^^ Javadoc: Missing tag for parameter poolRef ---------- 761. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 89) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterReference filterRef) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 762. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 89) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterReference filterRef) ^^^^^^^^^ Javadoc: Missing tag for parameter filterRef ---------- 763. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 101) public static ISystemFilterPoolManager getParentSystemFilterPoolManager(ISystemFilterPool pool) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 764. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 101) public static ISystemFilterPoolManager getParentSystemFilterPoolManager(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 765. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 108) public static ISystemProfile getParentSystemProfile(ISystemFilterPool pool) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 766. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 108) public static ISystemProfile getParentSystemProfile(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- ---------- 767. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 768. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/RSEInitJob.java (at line 330) public IStatus waitForCompletion(int phase) throws InterruptedException { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- ---------- 769. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 99) public String getTypeGen() { ^^^^^^ Javadoc: Missing tag for return type ---------- 770. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 198) public boolean supportsNestedFilters() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 771. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 319) public ISystemFilter cloneSystemFilter(ISystemFilter filter, String aliasName) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 772. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 551) public Object[] getChildren() { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 773. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 577) public boolean hasChildren() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 774. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 876) public boolean isSingleFilterStringOnlyGen() { ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 775. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 69) public ISystemFilter createSystemFilter(java.util.List filters, ISystemFilterPool parentPool, String aliasName, String[] filterStrings) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 776. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 99) public ISystemFilter createSystemFilter(Vector filters, ISystemFilterPool parentPool, String aliasName, String[] filterStrings) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 777. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 116) private ISystemFilter internalCreateSystemFilter(ISystemFilterPool parentPool, String aliasName, String[] filterStrings) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 778. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 116) private ISystemFilter internalCreateSystemFilter(ISystemFilterPool parentPool, String aliasName, String[] filterStrings) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPool ---------- 779. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 116) private ISystemFilter internalCreateSystemFilter(ISystemFilterPool parentPool, String aliasName, String[] filterStrings) { ^^^^^^^^^ Javadoc: Missing tag for parameter aliasName ---------- 780. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 116) private ISystemFilter internalCreateSystemFilter(ISystemFilterPool parentPool, String aliasName, String[] filterStrings) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterStrings ---------- 781. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 144) public Vector getSystemFilterNames(java.util.List filters) { ^^^^^^ Javadoc: Missing tag for return type ---------- 782. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 144) public Vector getSystemFilterNames(java.util.List filters) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 783. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 161) public Vector getSystemFilterNames(Vector filters) { ^^^^^^ Javadoc: Missing tag for return type ---------- 784. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 161) public Vector getSystemFilterNames(Vector filters) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 785. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 176) public Vector getSystemFiltersVector(java.util.List filters) { ^^^^^^ Javadoc: Missing tag for return type ---------- 786. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 176) public Vector getSystemFiltersVector(java.util.List filters) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 787. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 189) public Vector getSystemFiltersVector(Vector filters) { ^^^^^^ Javadoc: Missing tag for return type ---------- 788. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 189) public Vector getSystemFiltersVector(Vector filters) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 789. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 196) public ISystemFilter[] getSystemFilters(java.util.List filters) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 790. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 196) public ISystemFilter[] getSystemFilters(java.util.List filters) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 791. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 211) public ISystemFilter[] getSystemFilters(Vector filters) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 792. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 211) public ISystemFilter[] getSystemFilters(Vector filters) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 793. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 224) public int getSystemFilterCount(java.util.List filters) { ^^^ Javadoc: Missing tag for return type ---------- 794. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 224) public int getSystemFilterCount(java.util.List filters) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 795. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 232) public int getSystemFilterCount(Vector filters) { ^^^ Javadoc: Missing tag for return type ---------- 796. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 232) public int getSystemFilterCount(Vector filters) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 797. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 240) public boolean hasSystemFilters(java.util.List filters) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 798. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 240) public boolean hasSystemFilters(java.util.List filters) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 799. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 247) public boolean hasSystemFilters(Vector filters) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 800. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 247) public boolean hasSystemFilters(Vector filters) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 801. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 258) public ISystemFilter getSystemFilter(java.util.List filters, String aliasName) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 802. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 276) public ISystemFilter getSystemFilter(Vector filters, String aliasName) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 803. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 297) public boolean addSystemFilter(java.util.List filters, ISystemFilter filter) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 804. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 308) protected boolean internalAddSystemFilter(java.util.List filters, ISystemFilter filter) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 805. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 308) protected boolean internalAddSystemFilter(java.util.List filters, ISystemFilter filter) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 806. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 308) protected boolean internalAddSystemFilter(java.util.List filters, ISystemFilter filter) { ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 807. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 324) public boolean addSystemFilter(Vector filters, ISystemFilter filter) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 808. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 335) private boolean internalAddSystemFilter(Vector filters, ISystemFilter filter) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 809. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 335) private boolean internalAddSystemFilter(Vector filters, ISystemFilter filter) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 810. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 335) private boolean internalAddSystemFilter(Vector filters, ISystemFilter filter) { ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 811. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 417) public ISystemFilter cloneSystemFilter(java.util.List filters, ISystemFilter filter, String aliasName) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 812. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 435) public ISystemFilter cloneSystemFilter(Vector filters, ISystemFilter filter, String aliasName) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 813. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 463) public int getSystemFilterPosition(java.util.List filters, ISystemFilter filter) { ^^^ Javadoc: Missing tag for return type ---------- 814. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 463) public int getSystemFilterPosition(java.util.List filters, ISystemFilter filter) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 815. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 463) public int getSystemFilterPosition(java.util.List filters, ISystemFilter filter) { ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 816. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 476) public int getSystemFilterPosition(Vector filters, ISystemFilter filter) { ^^^ Javadoc: Missing tag for return type ---------- 817. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 476) public int getSystemFilterPosition(Vector filters, ISystemFilter filter) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 818. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 476) public int getSystemFilterPosition(Vector filters, ISystemFilter filter) { ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 819. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 488) public void moveSystemFilter(java.util.List filters, int pos, ISystemFilter filter) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 820. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 488) public void moveSystemFilter(java.util.List filters, int pos, ISystemFilter filter) { ^^^ Javadoc: Missing tag for parameter pos ---------- 821. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 488) public void moveSystemFilter(java.util.List filters, int pos, ISystemFilter filter) { ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 822. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 497) public void moveSystemFilter(Vector filters, int pos, ISystemFilter filter) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 823. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 497) public void moveSystemFilter(Vector filters, int pos, ISystemFilter filter) { ^^^ Javadoc: Missing tag for parameter pos ---------- 824. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 497) public void moveSystemFilter(Vector filters, int pos, ISystemFilter filter) { ^^^^^^ Javadoc: Missing tag for parameter filter ---------- ---------- 825. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 63) public boolean hasFilters() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 826. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 70) public int getFilterCount() { ^^^ Javadoc: Missing tag for return type ---------- 827. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 79) public List getSystemFilterReferences(ISubSystem subSystem) { ^^^^ Javadoc: Missing tag for return type ---------- 828. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 79) public List getSystemFilterReferences(ISubSystem subSystem) { ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 829. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 98) private boolean mustGenerate(List filters) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 830. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 98) private boolean mustGenerate(List filters) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 831. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 133) private void generateFilterReferences(ISubSystem subSystem, List filters) { ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 832. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 133) private void generateFilterReferences(ISubSystem subSystem, List filters) { ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 833. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 148) private ISystemFilterReference generateFilterReference(ISubSystem subSystem, ISystemFilter filter) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 834. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 148) private ISystemFilterReference generateFilterReference(ISubSystem subSystem, ISystemFilter filter) { ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 835. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 148) private ISystemFilterReference generateFilterReference(ISubSystem subSystem, ISystemFilter filter) { ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 836. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 158) public ISystemFilterReference generateAndRecordFilterReference(ISubSystem subSystem, ISystemFilter filter) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 837. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 158) public ISystemFilterReference generateAndRecordFilterReference(ISubSystem subSystem, ISystemFilter filter) { ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 838. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 158) public ISystemFilterReference generateAndRecordFilterReference(ISubSystem subSystem, ISystemFilter filter) { ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 839. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 172) public ISystemFilterReference getExistingSystemFilterReference(ISubSystem subSystem, ISystemFilter filter) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 840. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 172) public ISystemFilterReference getExistingSystemFilterReference(ISubSystem subSystem, ISystemFilter filter) { ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 841. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 172) public ISystemFilterReference getExistingSystemFilterReference(ISubSystem subSystem, ISystemFilter filter) { ^^^^^^ Javadoc: Missing tag for parameter filter ---------- ---------- 842. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 204) public SystemFilterPool(String poolName, boolean allowNestedFilters, boolean isDeletable) ^^^^^^^^ Javadoc: Missing tag for parameter poolName ---------- 843. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 204) public SystemFilterPool(String poolName, boolean allowNestedFilters, boolean isDeletable) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter allowNestedFilters ---------- 844. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 204) public SystemFilterPool(String poolName, boolean allowNestedFilters, boolean isDeletable) ^^^^^^^^^^^ Javadoc: Missing tag for parameter isDeletable ---------- 845. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 388) public String getTypeGen() ^^^^^^ Javadoc: Missing tag for return type ---------- 846. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 650) public ISystemFilter cloneSystemFilter(ISystemFilter filter, String aliasName) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 847. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 129) private SystemFilterPoolManager(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 848. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 154) public static ISystemFilterPoolManager createSystemFilterPoolManager(ISystemProfile profile, Logger logger, ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 849. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 258) private void setSupportsDuplicateFilterStringsGen(boolean newSupportsDuplicateFilterStrings) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newSupportsDuplicateFilterStrings ---------- 850. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 296) private void setStringsCaseSensitiveGen(boolean newStringsCaseSensitive) { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newStringsCaseSensitive ---------- 851. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 909) private void moveFilter(ISystemFilter filter, int newPos) { ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 852. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 909) private void moveFilter(ISystemFilter filter, int newPos) { ^^^^^^ Javadoc: Missing tag for parameter newPos ---------- 853. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1126) private void moveFilterString(ISystemFilter filter, ISystemFilterString filterString, int newPos) { ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 854. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1126) private void moveFilterString(ISystemFilter filter, ISystemFilterString filterString, int newPos) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 855. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1126) private void moveFilterString(ISystemFilter filter, ISystemFilterString filterString, int newPos) { ^^^^^^ Javadoc: Missing tag for parameter newPos ---------- 856. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1147) public IFile getSaveFile(ISystemFilterPool pool) { ^^^^^ Javadoc: Missing tag for return type ---------- 857. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1147) public IFile getSaveFile(ISystemFilterPool pool) { ^^^^ Javadoc: Missing tag for parameter pool ---------- 858. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1169) public Logger getLogger() { ^^^^^^ Javadoc: Missing tag for return type ---------- 859. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1177) public void setLogger(Logger logger) { ^^^^^^ Javadoc: Missing tag for parameter logger ---------- 860. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1246) public void logMessage(String msg) { ^^^ Javadoc: Missing tag for parameter msg ---------- 861. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1276) public void setSupportsNestedFiltersGen(boolean newSupportsNestedFilters) { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newSupportsNestedFilters ---------- 862. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1333) public boolean commit(ISystemFilterPool pool) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 863. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1333) public boolean commit(ISystemFilterPool pool) { ^^^^ Javadoc: Missing tag for parameter pool ---------- ---------- 864. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolReferenceManager.java (at line 306) private ISystemFilterPoolReference createSystemFilterPoolReference(ISystemFilterPool filterPool) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 865. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolReferenceManager.java (at line 306) private ISystemFilterPoolReference createSystemFilterPoolReference(ISystemFilterPool filterPool) { ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 866. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolReferenceManager.java (at line 319) private ISystemFilterPoolReference createSystemFilterPoolReference(String filterPoolName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 867. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 868. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 869. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 870. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 871. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 872. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 873. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterSimple.java (at line 69) public SystemFilterSimple(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 874. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterSimple.java (at line 97) public void setFilterString(String filterString) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 875. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterSimple.java (at line 106) public String getFilterString() { ^^^^^^ Javadoc: Missing tag for return type ---------- 876. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterSimple.java (at line 429) public IFile getSaveFile() { ^^^^^ Javadoc: Missing tag for return type ---------- 877. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterSimple.java (at line 436) public String getSaveFileName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 878. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterSimple.java (at line 443) public void save() throws Exception { ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 879. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterString.java (at line 295) public String getTypeGen() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 880. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 98) public static ISystemHostPool getSystemHostPool(ISystemProfile profile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 881. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 501) protected static String getSaveFileName(IHost connection) ^^^^^^ Javadoc: Missing tag for return type ---------- 882. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 501) protected static String getSaveFileName(IHost connection) ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 883. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 509) protected static String getRootSaveFileName(IHost connection) ^^^^^^ Javadoc: Missing tag for return type ---------- 884. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 509) protected static String getRootSaveFileName(IHost connection) ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 885. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 517) protected static String getRootSaveFileName(String connectionName) ^^^^^^ Javadoc: Missing tag for return type ---------- 886. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 517) protected static String getRootSaveFileName(String connectionName) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 887. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 588) public String toStringGen() ^^^^^^ Javadoc: Missing tag for return type ---------- 888. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 601) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 889. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 611) protected IHost restore(String connectionName) ^^^^^ Javadoc: Missing tag for return type ---------- 890. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 611) protected IHost restore(String connectionName) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 891. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 612) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 892. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 668) public void commit(IHost connection) ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- ---------- 893. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 894. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 895. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 896. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 897. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 898. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 899. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 900. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 901. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 902. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 903. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 904. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemPostableEventNotifier.java (at line 43) public SystemPostableEventNotifier(ISystemResourceChangeListener listener, ISystemResourceChangeEvent event) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 905. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemPostableEventNotifier.java (at line 43) public SystemPostableEventNotifier(ISystemResourceChangeListener listener, ISystemResourceChangeEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- ---------- 906. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemPreferenceChangeEvent.java (at line 87) public void setOldValue(Object value) ^^^^^ Javadoc: Missing tag for parameter value ---------- 907. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemPreferenceChangeEvent.java (at line 94) public void setNewValue(Object value) ^^^^^ Javadoc: Missing tag for parameter value ---------- ---------- 908. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 173) public static SystemRegistry getInstance(String logfilePath) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 909. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 183) public static SystemRegistry getInstance() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 910. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 268) public void setSubSystemConfigurationProxies(ISubSystemConfigurationProxy[] proxies) ^^^^^^^ Javadoc: Missing tag for parameter proxies ---------- 911. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 733) private ISystemProfile getSystemProfile(ISystemHostPool pool) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 912. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 733) private ISystemProfile getSystemProfile(ISystemHostPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 913. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1083) protected Vector getSubSystemFactories(IHost conn) ^^^^^^ Javadoc: Missing tag for return type ---------- 914. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1083) protected Vector getSubSystemFactories(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 915. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1093) protected Vector getSubSystemFactories(IHost conn, Vector factories) ^^^^^^ Javadoc: Missing tag for return type ---------- 916. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1093) protected Vector getSubSystemFactories(IHost conn, Vector factories) ^^^^ Javadoc: Missing tag for parameter conn ---------- 917. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1093) protected Vector getSubSystemFactories(IHost conn, Vector factories) ^^^^^^^^^ Javadoc: Missing tag for parameter factories ---------- 918. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1111) protected Vector getSubSystemFactories(IHost[] conns) ^^^^^^ Javadoc: Missing tag for return type ---------- 919. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1111) protected Vector getSubSystemFactories(IHost[] conns) ^^^^^ Javadoc: Missing tag for parameter conns ---------- 920. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1142) private ISystemHostPool getHostPool(String profileName) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 921. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1142) private ISystemHostPool getHostPool(String profileName) ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 922. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1154) private ISystemHostPool getHostPool(ISystemProfile profile) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 923. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1154) private ISystemHostPool getHostPool(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 924. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1162) private ISystemHostPool[] getHostPools() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 925. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1356) public int getHostPositionInView(IHost conn) ^^^ Javadoc: Missing tag for return type ---------- 926. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1356) public int getHostPositionInView(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 927. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1539) final ISubSystemConfigurator[] configurators) throws Exception { ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 928. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1877) protected IHost getPreviousHost(IHost conn) ^^^^^ Javadoc: Missing tag for return type ---------- 929. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 1877) protected IHost getPreviousHost(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 930. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 2747) protected IRemoteObjectIdentifier getRemoteObjectIdentifier(Object o) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 931. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemRegistry.java (at line 2747) protected IRemoteObjectIdentifier getRemoteObjectIdentifier(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 932. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 933. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/PFFileSystemAnchor.java (at line 78) private File getProfileFolder(String profileLocationName) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter profileLocationName ---------- ---------- 934. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/PFWorkspaceAnchor.java (at line 91) private IFolder getProfileFolder(String profileLocationName) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter profileLocationName ---------- ---------- 935. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/RSEEnvelope.java (at line 232) public void mergeWith(ISystemProfile profile) throws CoreException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 936. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/RSEEnvelope.java (at line 402) private void fixFilterPoolReferences(RSEDOMNode subsystemNode, ISystemProfile profile, Map filterPoolMap, String originalProfileName) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsystemNode ---------- 937. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/RSEEnvelope.java (at line 402) private void fixFilterPoolReferences(RSEDOMNode subsystemNode, ISystemProfile profile, Map filterPoolMap, String originalProfileName) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter originalProfileName ---------- ---------- 938. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/RSEPersistenceManager.java (at line 497) private List loadProfiles(IRSEPersistenceProvider persistenceProvider, long timeout) { ^^^^^^^ Javadoc: Missing tag for parameter timeout ---------- 939. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/RSEPersistenceManager.java (at line 517) private ISystemProfile load(IRSEPersistenceProvider provider, String profileName, long timeout) { ^^^^^^^ Javadoc: Missing tag for parameter timeout ---------- 940. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/RSEPersistenceManager.java (at line 542) private boolean save(ISystemProfile profile, boolean force, long timeout) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 941. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/RSEPersistenceManager.java (at line 542) private boolean save(ISystemProfile profile, boolean force, long timeout) { ^^^^^ Javadoc: Missing tag for parameter force ---------- 942. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/RSEPersistenceManager.java (at line 542) private boolean save(ISystemProfile profile, boolean force, long timeout) { ^^^^^^^ Javadoc: Missing tag for parameter timeout ---------- ---------- 943. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 944. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 945. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 946. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 947. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 948. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 949. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 950. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 951. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 952. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 953. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 954. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 955. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 956. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 957. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 958. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 959. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 121) public IHost restoreHost(ISystemProfile profile, RSEDOMNode hostNode) { ^^^^^ Javadoc: Missing tag for return type ---------- 960. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 121) public IHost restoreHost(ISystemProfile profile, RSEDOMNode hostNode) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 961. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 121) public IHost restoreHost(ISystemProfile profile, RSEDOMNode hostNode) { ^^^^^^^^ Javadoc: Missing tag for parameter hostNode ---------- 962. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 189) public IConnectorService restoreConnectorService(IHost host, RSEDOMNode connectorServiceNode) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 963. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 189) public IConnectorService restoreConnectorService(IHost host, RSEDOMNode connectorServiceNode) { ^^^^ Javadoc: Missing tag for parameter host ---------- 964. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 189) public IConnectorService restoreConnectorService(IHost host, RSEDOMNode connectorServiceNode) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectorServiceNode ---------- 965. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 287) public ISubSystem restoreSubSystem(IHost host, RSEDOMNode subSystemNode) { ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 966. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 287) public ISubSystem restoreSubSystem(IHost host, RSEDOMNode subSystemNode) { ^^^^ Javadoc: Missing tag for parameter host ---------- 967. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 287) public ISubSystem restoreSubSystem(IHost host, RSEDOMNode subSystemNode) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subSystemNode ---------- 968. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 356) public ISystemFilter restoreFilter(ISystemFilterPool filterPool, RSEDOMNode node) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 969. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 356) public ISystemFilter restoreFilter(ISystemFilterPool filterPool, RSEDOMNode node) { ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 970. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 356) public ISystemFilter restoreFilter(ISystemFilterPool filterPool, RSEDOMNode node) { ^^^^ Javadoc: Missing tag for parameter node ---------- 971. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 409) public ISystemFilterPool restoreFilterPool(ISystemProfile profile, RSEDOMNode node) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 972. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 409) public ISystemFilterPool restoreFilterPool(ISystemProfile profile, RSEDOMNode node) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 973. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 409) public ISystemFilterPool restoreFilterPool(ISystemProfile profile, RSEDOMNode node) { ^^^^ Javadoc: Missing tag for parameter node ---------- 974. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 501) public ISystemFilterPoolReference restoreFilterPoolReference(ISubSystem subsystem, RSEDOMNode node) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 975. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 501) public ISystemFilterPoolReference restoreFilterPoolReference(ISubSystem subsystem, RSEDOMNode node) { ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 976. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 501) public ISystemFilterPoolReference restoreFilterPoolReference(ISubSystem subsystem, RSEDOMNode node) { ^^^^ Javadoc: Missing tag for parameter node ---------- 977. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 540) public IPropertySet restorePropertySet(IRSEModelObject modelObject, RSEDOMNode propertySetNode) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 978. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 540) public IPropertySet restorePropertySet(IRSEModelObject modelObject, RSEDOMNode propertySetNode) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter modelObject ---------- 979. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 540) public IPropertySet restorePropertySet(IRSEModelObject modelObject, RSEDOMNode propertySetNode) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter propertySetNode ---------- ---------- 980. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferenceManager.java (at line 69) protected List internalGetList() { ^^^^ Javadoc: Missing tag for return type ---------- 981. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferenceManager.java (at line 273) public static String addPathTerminator(String path) { ^^^^^^ Javadoc: Missing tag for return type ---------- 982. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferenceManager.java (at line 273) public static String addPathTerminator(String path) { ^^^^ Javadoc: Missing tag for parameter path ---------- ---------- 983. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferencingObjectHelper.java (at line 37) protected SystemPersistableReferencingObjectHelper(IRSEBaseReferencingObject caller) { ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 984. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferencingObjectHelper.java (at line 44) public SystemPersistableReferencingObjectHelper(IRSEBaseReferencingObject caller, IRSEBasePersistableReferencedObject obj) { ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 985. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferencingObjectHelper.java (at line 44) public SystemPersistableReferencingObjectHelper(IRSEBaseReferencingObject caller, IRSEBasePersistableReferencedObject obj) { ^^^ Javadoc: Missing tag for parameter obj ---------- 986. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferencingObjectHelper.java (at line 54) public void setReferencedObject(IRSEBasePersistableReferencedObject obj) { ^^^ Javadoc: Missing tag for parameter obj ---------- 987. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferencingObjectHelper.java (at line 62) public String getReferencedObjectName() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 988. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 161) public synchronized void logDebugMessage(String className, String message) { ^^^^^^^^^ Javadoc: Missing tag for parameter className ---------- 989. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 161) public synchronized void logDebugMessage(String className, String message) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 990. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 189) public synchronized void logInfo(String message) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 991. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 198) public synchronized void logInfo(String message, Throwable ex) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 992. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 198) public synchronized void logInfo(String message, Throwable ex) { ^^ Javadoc: Missing tag for parameter ex ---------- 993. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 211) public synchronized void logWarning(String message) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 994. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 220) public synchronized void logWarning(String message, Throwable ex) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 995. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 220) public synchronized void logWarning(String message, Throwable ex) { ^^ Javadoc: Missing tag for parameter ex ---------- 995 problems (995 warnings)# 7/17/12 12:02:08 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. Loading source files for package org.eclipse.rse.connectorservice.dstore... Loading source files for package org.eclipse.rse.connectorservice.dstore.util... Loading source files for package org.eclipse.rse.core... Loading source files for package org.eclipse.rse.core.comm... Loading source files for package org.eclipse.rse.core.events... Loading source files for package org.eclipse.rse.core.filters... Loading source files for package org.eclipse.rse.core.model... Loading source files for package org.eclipse.rse.core.references... Loading source files for package org.eclipse.rse.core.servicesubsystem... Loading source files for package org.eclipse.rse.core.subsystems... javadoc: warning - No source files for package org.eclipse.rse.core.servicesubsystem Loading source files for package org.eclipse.rse.dstore.universal.miners... Loading source files for package org.eclipse.rse.files.ui... Loading source files for package org.eclipse.rse.files.ui.actions... Loading source files for package org.eclipse.rse.files.ui.compare... Loading source files for package org.eclipse.rse.files.ui.dialogs... Loading source files for package org.eclipse.rse.files.ui.resources... Loading source files for package org.eclipse.rse.files.ui.widgets... Loading source files for package org.eclipse.rse.filters... javadoc: warning - No source files for package org.eclipse.rse.filters Loading source files for package org.eclipse.rse.internal.services.terminals... Loading source files for package org.eclipse.rse.logging... Loading source files for package org.eclipse.rse.model... javadoc: warning - No source files for package org.eclipse.rse.model Loading source files for package org.eclipse.rse.persistence... Loading source files for package org.eclipse.rse.persistence.dom... Loading source files for package org.eclipse.rse.processes.ui... Loading source files for package org.eclipse.rse.services... Loading source files for package org.eclipse.rse.services.clientserver... Loading source files for package org.eclipse.rse.services.clientserver.archiveutils... Loading source files for package org.eclipse.rse.services.clientserver.java... Loading source files for package org.eclipse.rse.services.clientserver.messages... Loading source files for package org.eclipse.rse.services.clientserver.processes... Loading source files for package org.eclipse.rse.services.clientserver.processes.handlers... Loading source files for package org.eclipse.rse.services.clientserver.search... Loading source files for package org.eclipse.rse.services.dstore... Loading source files for package org.eclipse.rse.services.dstore.util... Loading source files for package org.eclipse.rse.services.files... Loading source files for package org.eclipse.rse.services.processes... Loading source files for package org.eclipse.rse.services.search... Loading source files for package org.eclipse.rse.services.shells... Loading source files for package org.eclipse.rse.shells.ui... Loading source files for package org.eclipse.rse.shells.ui.view... Loading source files for package org.eclipse.rse.subsystems.files.core... Loading source files for package org.eclipse.rse.subsystems.files.core.model... Loading source files for package org.eclipse.rse.subsystems.files.core.servicesubsystem... Loading source files for package org.eclipse.rse.subsystems.files.core.subsystems... Loading source files for package org.eclipse.rse.subsystems.files.core.util... Loading source files for package org.eclipse.rse.subsystems.files.dstore... Loading source files for package org.eclipse.rse.subsystems.files.ftp... Loading source files for package org.eclipse.rse.subsystems.files.local... Loading source files for package org.eclipse.rse.subsystems.files.ssh... Loading source files for package org.eclipse.rse.subsystems.processes.core... javadoc: warning - No source files for package org.eclipse.rse.subsystems.processes.core Loading source files for package org.eclipse.rse.subsystems.processes.core.subsystem... Loading source files for package org.eclipse.rse.subsystems.processes.core.subsystem.impl... Loading source files for package org.eclipse.rse.subsystems.processes.dstore... Loading source files for package org.eclipse.rse.subsystems.processes.servicesubsystem... Loading source files for package org.eclipse.rse.subsystems.processes.local... Loading source files for package org.eclipse.rse.subsystems.processes.shell.linux... Loading source files for package org.eclipse.rse.subsystems.shells.core.model... Loading source files for package org.eclipse.rse.subsystems.shells.core.subsystems... Loading source files for package org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem... Loading source files for package org.eclipse.rse.subsystems.shells.dstore... Loading source files for package org.eclipse.rse.subsystems.shells.local... Loading source files for package org.eclipse.rse.subsystems.shells.ssh... Loading source files for package org.eclipse.rse.subsystems.shells.telnet... Loading source files for package org.eclipse.rse.ui... Loading source files for package org.eclipse.rse.ui.actions... Loading source files for package org.eclipse.rse.ui.dialogs... Loading source files for package org.eclipse.rse.ui.filters... Loading source files for package org.eclipse.rse.ui.filters.actions... Loading source files for package org.eclipse.rse.ui.filters.dialogs... Loading source files for package org.eclipse.rse.ui.messages... Loading source files for package org.eclipse.rse.ui.model... Loading source files for package org.eclipse.rse.ui.open... Loading source files for package org.eclipse.rse.ui.operations... Loading source files for package org.eclipse.rse.ui.propertypages... Loading source files for package org.eclipse.rse.ui.subsystems... Loading source files for package org.eclipse.rse.ui.validators... Loading source files for package org.eclipse.rse.ui.view... Loading source files for package org.eclipse.rse.ui.widgets... Loading source files for package org.eclipse.rse.ui.widgets.services... Loading source files for package org.eclipse.rse.ui.wizards... Constructing Javadoc information... /opt/public/tools/tm/ws_30x/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/tools/tm/ws_30x/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.connectorservice.local does not exist import org.eclipse.rse.internal.connectorservice.local.LocalConnectorService; ^ /opt/public/tools/tm/ws_30x/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.connectorservice.local does not exist import org.eclipse.rse.internal.connectorservice.local.LocalConnectorServiceManager; ^ /opt/public/tools/tm/ws_30x/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 does not exist import org.eclipse.rse.internal.services.local.ILocalService; ^ /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.local/src/org/eclipse/rse/subsystems/files/local/LocalFileSubSystemConfiguration.java:32: package org.eclipse.rse.internal.services.local.files does not exist import org.eclipse.rse.internal.services.local.files.LocalFileService; ^ /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.local/src/org/eclipse/rse/subsystems/files/local/LocalFileSubSystemConfiguration.java:33: package org.eclipse.rse.internal.services.local.search does not exist import org.eclipse.rse.internal.services.local.search.LocalSearchService; ^ /opt/public/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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.connectorservice.local does not exist import org.eclipse.rse.internal.connectorservice.local.LocalConnectorService; ^ /opt/public/tools/tm/ws_30x/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.connectorservice.local does not exist import org.eclipse.rse.internal.connectorservice.local.LocalConnectorServiceManager; ^ /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.processes.local/src/org/eclipse/rse/subsystems/processes/local/LocalProcessSubSystemConfiguration.java:27: package org.eclipse.rse.internal.services.local does not exist import org.eclipse.rse.internal.services.local.ILocalService; ^ /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.processes.local/src/org/eclipse/rse/subsystems/processes/local/LocalProcessSubSystemConfiguration.java:28: package org.eclipse.rse.internal.services.local.processes does not exist import org.eclipse.rse.internal.services.local.processes.LocalProcessService; ^ /opt/public/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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:41: 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:56: cannot resolve 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:24: 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:24: 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:29: 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:28: 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:19: 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:20: 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:21: 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:22: 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:26: 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:27: 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:30: cannot resolve symbol symbol : class IFTPClientConfigFactory location: class org.eclipse.rse.internal.subsystems.files.ftp.parser.FTPClientConfigFactory public class FTPClientConfigFactory implements IFTPClientConfigFactory { ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/parser/FTPClientConfigFactory.java:37: cannot resolve 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:92: cannot resolve 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:220: cannot resolve 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:220: cannot resolve 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:240: cannot resolve 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:240: cannot resolve 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:240: cannot resolve 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.core.servicesubsystem javadoc: warning - No source files for package org.eclipse.rse.filters javadoc: warning - No source files for package org.eclipse.rse.model /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/SubSystemServiceWizardPage.java:139: warning - @return tag has no arguments. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/ServicesPropertyPage.java:69: warning - @return tag has no arguments. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java:3037: warning - @return tag has no arguments. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java:528: warning - @return tag has no arguments. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java:384: warning - @return tag has no arguments. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java:900: warning - Tag @see: can't find in org.eclipse.rse.core.subsystems.IRemoteObjectResolver /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/src/org/eclipse/rse/internal/services/terminals/AbstractTerminalShell.java:83: warning - @ink is an unknown tag. /opt/public/tools/tm/ws_30x/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/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/IRSECoreRegistry.java:27: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/IRSECoreStatusCodes.java:21: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/IRSEPreferenceNames.java:26: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/IRSESystemType.java:41: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/IRSESystemTypeConstants.java:20: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/IRSEUserIdConstants.java:25: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java:51: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java:51: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/RSECorePlugin.java:66: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/RSECorePlugin.java:66: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/RSEPreferencesManager.java:34: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/RSEPreferencesManager.java:34: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java:41: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java:41: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java:69: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java:69: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemModelChangeEvents.java:35: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemPreferenceChangeEvents.java:25: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemRemoteChangeEvents.java:27: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemResourceChangeEvents.java:27: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemResourceChangeEvents.java:218: warning - Tag @link: reference not found: ISystemViewElementAdapter /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilter.java:38: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterContainer.java:28: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterContainerReference.java:37: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java:32: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java:39: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java:37: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReference.java:31: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java:31: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java:36: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolSelectionValidator.java:28: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapper.java:26: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapperInformation.java:33: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterReference.java:32: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStartHere.java:22: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java:34: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStringReference.java:28: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java:52: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java:52: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterUtil.java:23: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterUtil.java:23: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java:37: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/IProperty.java:29: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/IPropertySet.java:38: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/IPropertySet.java:105: warning - @link{DESCRIPTION_KEY} is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/IPropertySetContainer.java:28: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/IPropertyType.java:25: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/IRSEModelObject.java:26: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/IRSEPersistableContainer.java:31: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISubSystemConfigurationCategories.java:28: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemContainer.java:26: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemContentsType.java:26: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java:36: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemMessageObject.java:25: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemModifiableContainer.java:22: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java:45: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfileManager.java:34: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java:71: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemResourceSet.java:31: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/DummyHost.java:29: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/Property.java:28: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/PropertyList.java:23: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/PropertySet.java:37: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/PropertySetContainer.java:31: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/PropertyType.java:27: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/RSEPersistableObject.java:21: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemChildrenContentsType.java:26: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemChildrenContentsType.java:26: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemEscapeCharHelper.java:32: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemFilterStringContentsType.java:26: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemFilterStringContentsType.java:26: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemMessageObject.java:28: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemRemoteResourceSet.java:30: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java:36: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java:36: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemWorkspaceResourceSet.java:28: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBasePersistableReferencedObject.java:45: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBasePersistableReferenceManager.java:54: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBasePersistableReferencingObject.java:45: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBaseReferencedObject.java:25: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBaseReferencingObject.java:30: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEPersistableReferencedObject.java:26: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEPersistableReferencingObject.java:40: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEPersistableReferencingObject.java:64: warning - @param argument "l" is not a parameter name. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEReferencedObject.java:31: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEReferencingObject.java:33: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/SystemReferencedObject.java:33: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/SystemReferencedObjectHelper.java:31: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/SystemReferencingObject.java:36: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/SystemReferencingObjectHelper.java:32: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/SystemReferencingObjectHelper.java:32: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IConnectorService.java:54: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IConnectorServiceManager.java:29: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IFileConstants.java:25: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java:56: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java:627: warning - @param argument "l" is not a parameter name. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java:48: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/RemoteServerLauncherConstants.java:25: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ServerLaunchType.java:31: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ServerLaunchType.java:31: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java:557: warning - @{inheritDoc is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java:493: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java:507: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java:521: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java:535: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java:551: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java:567: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java:34: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java:34: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/CommandMiner.java:50: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/CommandMiner.java:50: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/EnvironmentMiner.java:43: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/EnvironmentMiner.java:43: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java:101: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java:101: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java:52: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java:52: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java:31: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java:31: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/FileDialogFactory.java:24: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/FileDialogFactory.java:24: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/ISystemRemotePath.java:25: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java:140: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java:140: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/src/org/eclipse/rse/internal/services/terminals/ITerminalService.java:49: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/src/org/eclipse/rse/internal/services/terminals/ITerminalShell.java:52: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/src/org/eclipse/rse/internal/services/terminals/AbstractTerminalShell.java:83: warning - @ink is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/src/org/eclipse/rse/internal/services/terminals/AbstractTerminalShell.java:83: warning - @ink is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/src/org/eclipse/rse/internal/services/terminals/AbstractTerminalShell.java:83: warning - @ink is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java:78: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java:78: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/logging/LoggerFactory.java:32: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/logging/LoggerFactory.java:32: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/persistence/IRSEPersistenceManager.java:32: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/persistence/dom/IRSEDOMConstants.java:26: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/persistence/dom/RSEDOM.java:27: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/persistence/dom/RSEDOMNode.java:27: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/persistence/dom/RSEDOMNodeAttribute.java:25: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/src/org/eclipse/rse/services/IService.java:35: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/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/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java:50: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/ClassFileUtil.java:30: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/ICommonMessageIds.java:27: warning - Tag @link: can't find getPluginMessage(String) in org.eclipse.rse.ui.SystemBasePlugin /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/ICommonMessageIds.java:27: warning - Tag @link: can't find getPluginMessage(String) in org.eclipse.rse.ui.SystemBasePlugin /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/ICommonMessageIds.java:27: warning - Tag @link: can't find getPluginMessage(String) in org.eclipse.rse.ui.SystemBasePlugin /opt/public/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/src/org/eclipse/rse/services/files/IFileService.java:64: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/src/org/eclipse/rse/services/processes/IProcessService.java:41: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/src/org/eclipse/rse/services/search/ISearchService.java:32: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IShellService.java:34: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:504: warning - Tag @link: can't find add(String,org.eclipse.jface. action.IAction) in org.eclipse.rse.ui.SystemMenuManager /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileUtility.java:41: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileUtility.java:41: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java:66: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java:82: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/ISystemChangeFilterPaneEditPaneSupplier.java:29: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java:85: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterPoolDialogInputs.java:37: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterPoolDialogOutputs.java:34: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java:37: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java:37: warning - @noinstantiate is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java:88: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemRegistryUI.java:37: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/SystemRemoteElementResourceSet.java:34: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/SystemResourceChangeEventUI.java:34: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/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/tools/tm/ws_30x/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/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenDialog.java:649: warning - @param argument "savedState" is not a parameter name. /opt/public/tools/tm/ws_30x/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/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/IContextObject.java:33: warning - @noimplement is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemSelectRemoteObjectAPIProvider.java:71: warning - Tag @see: reference not found: org.eclipse.rse.core.filters.SystemFilterSimple /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/IViewLinker.java:38: warning - @param argument "editor" is not a parameter name. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:307: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:338: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:369: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:387: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:504: warning - Tag @link: reference not found: org.eclipse. rse.ui.SystemMenuManager#add(String,org.eclipse.jface.action.IAction) add /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:504: warning - Tag @link: can't find add(String,org.eclipse.jface. action.IAction) in org.eclipse.rse.ui.SystemMenuManager /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:549: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:718: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:795: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:1037: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:2021: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:2037: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:2051: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:2065: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:2079: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:2093: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:2107: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:2121: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:2146: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:2179: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:2206: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:2223: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:2242: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java:2258: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAbstractAPIProvider.java:142: warning - @nooverride is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritButton.java:55: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java:59: warning - @noextend is an unknown tag. /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/RSEDialogPageMessageLine.java:24: warning - @noextend is an unknown tag. 271 warnings # 7/17/12 12:01:15 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizard.java (at line 44) public SystemImportCertWizard(ISystemKeystoreProvider provider, String systemName) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizard.java (at line 44) public SystemImportCertWizard(ISystemKeystoreProvider provider, String systemName) ^^^^^^^^^^ Javadoc: Missing tag for parameter systemName ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizard.java (at line 75) protected SystemImportCertWizardMainPage createMainPage() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizard.java (at line 89) protected SystemImportCertWizardAliasPage createAliasPage() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizardMainPage.java (at line 66) public SystemImportCertWizardMainPage(Wizard wizard, List certs) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizardMainPage.java (at line 66) public SystemImportCertWizardMainPage(Wizard wizard, List certs) ^^^^^ Javadoc: Missing tag for parameter certs ---------- 14 problems (14 warnings)# 7/17/12 12:01:12 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/17/12 12:01:10 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.efs/src/org/eclipse/rse/internal/efs/RSEFileStore.java (at line 196) /*package*/ RSEFileStoreImpl getImpl() throws CoreException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.efs/src/org/eclipse/rse/internal/efs/RSEFileStoreImpl.java (at line 173) public static IHost getConnectionFor(String hostNameOrAddr, IProgressMonitor monitor) { ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 2 problems (2 warnings)# 7/17/12 12:02:03 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. # 7/17/12 12:02:03 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/subsystems/DeveloperSubSystemConfigurationAdapter.java (at line 54) protected IAction[] getNewFilterPoolFilterActions(ISubSystemConfiguration factory, ISystemFilterPool selectedPool, Shell shell) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/subsystems/DeveloperSubSystemConfigurationAdapter.java (at line 54) protected IAction[] getNewFilterPoolFilterActions(ISubSystemConfiguration factory, ISystemFilterPool selectedPool, Shell shell) ^^^^^^^ Javadoc: Missing tag for parameter factory ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/subsystems/DeveloperSubSystemConfigurationAdapter.java (at line 54) protected IAction[] getNewFilterPoolFilterActions(ISubSystemConfiguration factory, ISystemFilterPool selectedPool, Shell shell) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedPool ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/subsystems/DeveloperSubSystemConfigurationAdapter.java (at line 54) protected IAction[] getNewFilterPoolFilterActions(ISubSystemConfiguration factory, ISystemFilterPool selectedPool, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/ui/propertypages/FolderInfoPropertyPage.java (at line 198) private void walkFolder(IRemoteFile currFolder) ^^^^^^^^^^ Javadoc: Missing tag for parameter currFolder ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/ui/propertypages/FolderInfoPropertyPage.java (at line 269) protected IRemoteFile getRemoteFile() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 12 problems (12 warnings)# 7/17/12 12:01:09 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 195) public void setDefaultConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 235) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 296) public void setPreSelection(IRemoteFile selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 307) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 345) public void setMultipleSelectionMode(boolean multiple) ^^^^^^^^ Javadoc: Missing tag for parameter multiple ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 353) public void setSelectionValidator(IValidatorRemoteSelection selectionValidator) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectionValidator ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 366) public void setDialogTitle(String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 373) public void setMessage(String message) ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 380) public void setSelectionTreeToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 393) public IRemoteFile getSelectedFile() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 407) public IRemoteFile[] getSelectedFiles() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 438) public Object[] getSelectedObjects() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 454) public IHost getSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 462) public void setCustomViewerFilter(SystemActionViewerFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 111) public void setDialogTitle(String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 124) public void setMessage(String message) ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 131) public void setSelectionTreeToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 149) public void setDefaultConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 185) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 262) public void setPreSelection(IRemoteFile selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 273) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 306) public void setMultipleSelectionMode(boolean multiple) ^^^^^^^^ Javadoc: Missing tag for parameter multiple ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 315) public void setSelectionValidator(IValidatorRemoteSelection selectionValidator) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectionValidator ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 328) public IRemoteFile getSelectedFolder() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 342) public IRemoteFile[] getSelectedFolders() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 381) public Object[] getSelectedObjects() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 397) public IHost getSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 405) public void setCustomViewerFilter(SystemActionViewerFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 111) private IStructureComparator getStructure(IResource input) ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 111) private IStructureComparator getStructure(IResource input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 114) return new BufferedResourceNode(input); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor BufferedResourceNode(IResource) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 114) return new BufferedResourceNode(input); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BufferedResourceNode is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 118) IStructureComparator rn = new BufferedResourceNode(input); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor BufferedResourceNode(IResource) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 118) IStructureComparator rn = new BufferedResourceNode(input); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BufferedResourceNode is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 163) 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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 163) 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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 231) if (left instanceof BufferedResourceNode) ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BufferedResourceNode is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 232) ((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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 232) ((BufferedResourceNode) left).commit(pm); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BufferedResourceNode is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 235) if (right instanceof BufferedResourceNode) ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BufferedResourceNode is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 236) ((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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 236) ((BufferedResourceNode) right).commit(pm); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BufferedResourceNode is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 58. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 59. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 60. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 61. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 62. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 63. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 64. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 65. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 28) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 66. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 51) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 67. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 51) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 68. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 57) return SystemFileResources.RESID_SELECTFILE_VERBIAGE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 69. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 57) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 70. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 62) return SystemFileResources.RESID_SELECTFILE_SELECT_TOOLTIP; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 71. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 62) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 72. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 88) protected void handleDoubleClick(DoubleClickEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- ---------- 73. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 74. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 75. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 76. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 77. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 78. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 79. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 80. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 81. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 82. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 83. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 112) import org.eclipse.ui.internal.WorkbenchPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkbenchPage is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 84. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 150) protected void execute(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 85. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 150) protected void execute(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 86. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 150) protected void execute(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InvocationTargetException ---------- 87. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 150) protected void execute(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 88. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 193) private void throwException() throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 89. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 225) public SystemEditableRemoteFile(IWorkbenchPage page, IRemoteFile remoteFile, IEditorDescriptor editorDescriptor) ^^^^ Javadoc: Missing tag for parameter page ---------- 90. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 225) public SystemEditableRemoteFile(IWorkbenchPage page, IRemoteFile remoteFile, IEditorDescriptor editorDescriptor) ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 91. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 225) public SystemEditableRemoteFile(IWorkbenchPage page, IRemoteFile remoteFile, IEditorDescriptor editorDescriptor) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter editorDescriptor ---------- 92. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 248) public SystemEditableRemoteFile(IRemoteFile remoteFile, IEditorDescriptor editorDescriptor) ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 93. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 248) public SystemEditableRemoteFile(IRemoteFile remoteFile, IEditorDescriptor editorDescriptor) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter editorDescriptor ---------- 94. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 256) public SystemEditableRemoteFile(IRemoteFile remoteFile) ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 95. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 298) public static SystemEditableRemoteFile getInstance(IFile file) { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 96. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 393) public void setRemoteFile(IRemoteFile remoteFile) ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 97. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 405) public IRemoteFile getRemoteFile() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 98. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 413) public void setLocalPath(String localPath) ^^^^^^^^^ Javadoc: Missing tag for parameter localPath ---------- 99. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 421) public String getLocalPath() ^^^^^^ Javadoc: Missing tag for return type ---------- 100. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 437) public IEditorPart getEditor() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 101. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 727) private void upload(IProgressMonitor monitor) throws Exception ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 102. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 727) private void upload(IProgressMonitor monitor) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 103. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 919) private String getDownloadPath() ^^^^^^ Javadoc: Missing tag for return type ---------- 104. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1413) public void openInSystemEditor(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 105. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1464) public void openInInPlaceEditor(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 106. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1624) private void openEditor(IRemoteFile remoteFile, boolean readOnly) throws PartInitException ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 107. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1624) private void openEditor(IRemoteFile remoteFile, boolean readOnly) throws PartInitException ^^^^^^^^ Javadoc: Missing tag for parameter readOnly ---------- 108. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1624) private void openEditor(IRemoteFile remoteFile, boolean readOnly) throws PartInitException ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception PartInitException ---------- 109. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1661) editor = ((WorkbenchPage)activePage).openEditorFromDescriptor(new FileEditorInput(file), _editorDescriptor, true, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method openEditorFromDescriptor(IEditorInput, IEditorDescriptor, boolean, IMemento) from the type WorkbenchPage is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 110. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1661) editor = ((WorkbenchPage)activePage).openEditorFromDescriptor(new FileEditorInput(file), _editorDescriptor, true, null); ^^^^^^^^^^^^^ Discouraged access: The type WorkbenchPage is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 111. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1675) public void openSystemEditor() throws PartInitException ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception PartInitException ---------- 112. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1700) private void openInPlaceEditor() throws PartInitException ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception PartInitException ---------- 113. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1829) private void process(IResourceDelta delta) ^^^^^ Javadoc: Missing tag for parameter delta ---------- 114. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1864) public boolean saveAs(IRemoteFile newRemoteFile, IProgressMonitor progressMonitor) ^^^^^^^ Javadoc: Missing tag for return type ---------- 115. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1864) public boolean saveAs(IRemoteFile newRemoteFile, IProgressMonitor progressMonitor) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newRemoteFile ---------- 116. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1864) public boolean saveAs(IRemoteFile newRemoteFile, IProgressMonitor progressMonitor) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter progressMonitor ---------- ---------- 117. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 118. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 119. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 120. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 121. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 122. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 123. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 124. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemTempFileListener.java (at line 84) private SystemTempFileListener _listener; ^^^^^^^^^ The field SystemTempFileListener.TempFileSaveParticipant._listener is never read locally ---------- 125. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemTempFileListener.java (at line 614) protected void synchronizeTempWithRemote(IFile file, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 126. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemTempFileListener.java (at line 775) protected boolean preScanForTempFiles(IResourceDelta delta) ^^^^^^^ Javadoc: Missing tag for return type ---------- 127. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemTempFileListener.java (at line 775) protected boolean preScanForTempFiles(IResourceDelta delta) ^^^^^ Javadoc: Missing tag for parameter delta ---------- ---------- 128. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemUniversalTempFileListener.java (at line 73) public static SystemUniversalTempFileListener getListener() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 129. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 78) 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/ws_30x/eclipse/plugins/org.eclipse.core.resources_3.4.0.v20080604-1400.jar ---------- 130. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 104) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 131. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 105) import org.eclipse.rse.internal.ui.dialogs.CopyRunnable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CopyRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 132. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 177) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 133. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 177) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 134. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 200) 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/ws_30x/eclipse/plugins/org.eclipse.core.resources_3.4.0.v20080604-1400.jar ---------- 135. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 200) 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/ws_30x/eclipse/plugins/org.eclipse.core.resources_3.4.0.v20080604-1400.jar ---------- 136. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 909) public static Object downloadResourceToWorkspace(File srcFileOrFolder, IProgressMonitor monitor) { ^^^^^^ Javadoc: Missing tag for return type ---------- 137. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 909) public static Object downloadResourceToWorkspace(File srcFileOrFolder, IProgressMonitor monitor) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter srcFileOrFolder ---------- 138. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 909) public static Object downloadResourceToWorkspace(File srcFileOrFolder, IProgressMonitor monitor) { ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 139. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1241) 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/ws_30x/eclipse/plugins/org.eclipse.core.resources_3.4.0.v20080604-1400.jar ---------- 140. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1241) 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/ws_30x/eclipse/plugins/org.eclipse.core.resources_3.4.0.v20080604-1400.jar ---------- 141. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1588) CopyRunnable cr = new CopyRunnable(existingFilesOrFolders); ^^^^^^^^^^^^ Discouraged access: The type CopyRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 142. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1588) CopyRunnable cr = new CopyRunnable(existingFilesOrFolders); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CopyRunnable(List) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 143. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1588) CopyRunnable cr = new CopyRunnable(existingFilesOrFolders); ^^^^^^^^^^^^ Discouraged access: The type CopyRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 144. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1590) overwrite = cr.getOk(); ^^^^^^^^^^ Discouraged access: The method getOk() from the type CopyRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 145. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1625) String systemEncoding = targetFS.getRemoteEncoding(); ^^^^^^^^^^^^^^ The local variable systemEncoding is never read ---------- 146. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1631) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 147. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1631) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 148. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1883) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 149. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1883) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 150. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2020) public static void compressedUploadFromWorkspace(IContainer directory, IRemoteFile newTargetFolder, IProgressMonitor monitor) throws Exception ^^^^^^^^^ Javadoc: Missing tag for parameter directory ---------- 151. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2020) public static void compressedUploadFromWorkspace(IContainer directory, IRemoteFile newTargetFolder, IProgressMonitor monitor) throws Exception ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newTargetFolder ---------- 152. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2020) public static void compressedUploadFromWorkspace(IContainer directory, IRemoteFile newTargetFolder, IProgressMonitor monitor) throws Exception ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 153. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2020) public static void compressedUploadFromWorkspace(IContainer directory, IRemoteFile newTargetFolder, IProgressMonitor monitor) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 154. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2168) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 155. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2168) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 156. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2184) public static IResource compressedDownloadToWorkspace(IRemoteFile directory, IProgressMonitor monitor) throws Exception ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 157. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2184) public static IResource compressedDownloadToWorkspace(IRemoteFile directory, IProgressMonitor monitor) throws Exception ^^^^^^^^^ Javadoc: Missing tag for parameter directory ---------- 158. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2184) public static IResource compressedDownloadToWorkspace(IRemoteFile directory, IProgressMonitor monitor) throws Exception ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 159. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2184) public static IResource compressedDownloadToWorkspace(IRemoteFile directory, IProgressMonitor monitor) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 160. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2401) protected static String useLocalSeparator(String virtualPath) ^^^^^^ Javadoc: Missing tag for return type ---------- 161. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2401) protected static String useLocalSeparator(String virtualPath) ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 162. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2612) public static String getActualHostFor(IRemoteFileSubSystem subsystem, String remotePath) ^^^^^^ Javadoc: Missing tag for return type ---------- 163. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2612) public static String getActualHostFor(IRemoteFileSubSystem subsystem, String remotePath) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 164. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2612) public static String getActualHostFor(IRemoteFileSubSystem subsystem, String remotePath) ^^^^^^^^^^ Javadoc: Missing tag for parameter remotePath ---------- 165. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2626) public static String getActualHostFor(String hostname, String remotePath, IRemoteFileSubSystem subsystem) ^^^^^^ Javadoc: Missing tag for return type ---------- 166. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2626) public static String getActualHostFor(String hostname, String remotePath, IRemoteFileSubSystem subsystem) ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 167. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2626) public static String getActualHostFor(String hostname, String remotePath, IRemoteFileSubSystem subsystem) ^^^^^^^^^^ Javadoc: Missing tag for parameter remotePath ---------- 168. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2626) public static String getActualHostFor(String hostname, String remotePath, IRemoteFileSubSystem subsystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 169. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2666) protected static boolean isRemoteFileMounted(String hostname, String remotePath, IRemoteFileSubSystem subsystem) ^^^^^^^ Javadoc: Missing tag for return type ---------- 170. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2666) protected static boolean isRemoteFileMounted(String hostname, String remotePath, IRemoteFileSubSystem subsystem) ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 171. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2666) protected static boolean isRemoteFileMounted(String hostname, String remotePath, IRemoteFileSubSystem subsystem) ^^^^^^^^^^ Javadoc: Missing tag for parameter remotePath ---------- 172. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2666) protected static boolean isRemoteFileMounted(String hostname, String remotePath, IRemoteFileSubSystem subsystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 173. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2680) protected static String getWorkspaceRemotePath(IRemoteFileSubSystem subsystem, String remotePath) { ^^^^^^ Javadoc: Missing tag for return type ---------- 174. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2680) protected static String getWorkspaceRemotePath(IRemoteFileSubSystem subsystem, String remotePath) { ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 175. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2680) protected static String getWorkspaceRemotePath(IRemoteFileSubSystem subsystem, String remotePath) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remotePath ---------- 176. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2692) protected static String getWorkspaceRemotePath(String hostname, String remotePath, IRemoteFileSubSystem subsystem) { ^^^^^^ Javadoc: Missing tag for return type ---------- 177. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2692) protected static String getWorkspaceRemotePath(String hostname, String remotePath, IRemoteFileSubSystem subsystem) { ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 178. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2692) protected static String getWorkspaceRemotePath(String hostname, String remotePath, IRemoteFileSubSystem subsystem) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remotePath ---------- 179. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2692) protected static String getWorkspaceRemotePath(String hostname, String remotePath, IRemoteFileSubSystem subsystem) { ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 180. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2703) protected static RenameStatus checkForCollision(SystemRemoteResourceSet existingFiles, IRemoteFile targetFolder, String oldName, String oldPath, List NamesInUse) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 181. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2703) protected static RenameStatus checkForCollision(SystemRemoteResourceSet existingFiles, IRemoteFile targetFolder, String oldName, String oldPath, List NamesInUse) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingFiles ---------- 182. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2703) protected static RenameStatus checkForCollision(SystemRemoteResourceSet existingFiles, IRemoteFile targetFolder, String oldName, String oldPath, List NamesInUse) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetFolder ---------- 183. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2703) protected static RenameStatus checkForCollision(SystemRemoteResourceSet existingFiles, IRemoteFile targetFolder, String oldName, String oldPath, List NamesInUse) ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 184. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2703) protected static RenameStatus checkForCollision(SystemRemoteResourceSet existingFiles, IRemoteFile targetFolder, String oldName, String oldPath, List NamesInUse) ^^^^^^^ Javadoc: Missing tag for parameter oldPath ---------- 185. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2703) protected static RenameStatus checkForCollision(SystemRemoteResourceSet existingFiles, IRemoteFile targetFolder, String oldName, String oldPath, List NamesInUse) ^^^^^^^^^^ Javadoc: Missing tag for parameter NamesInUse ---------- 186. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2739) protected static boolean checkForCollision(SystemRemoteResourceSet existingFiles, IRemoteFile targetFolder, String oldPath) ^^^^^^^ Javadoc: Missing tag for return type ---------- 187. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2739) protected static boolean checkForCollision(SystemRemoteResourceSet existingFiles, IRemoteFile targetFolder, String oldPath) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingFiles ---------- 188. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2739) protected static boolean checkForCollision(SystemRemoteResourceSet existingFiles, IRemoteFile targetFolder, String oldPath) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetFolder ---------- 189. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2739) protected static boolean checkForCollision(SystemRemoteResourceSet existingFiles, IRemoteFile targetFolder, String oldPath) ^^^^^^^ Javadoc: Missing tag for parameter oldPath ---------- 190. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2783) public RenameRunnable(IRemoteFile targetFileOrFolder, List namesInUse) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetFileOrFolder ---------- 191. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2783) public RenameRunnable(IRemoteFile targetFileOrFolder, List namesInUse) ^^^^^^^^^^ Javadoc: Missing tag for parameter namesInUse ---------- 192. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2937) public static Object copyRemoteResourceToWorkspace(File srcFileOrFolder, IProgressMonitor monitor) { ^^^^^^ Javadoc: Missing tag for return type ---------- 193. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2937) public static Object copyRemoteResourceToWorkspace(File srcFileOrFolder, IProgressMonitor monitor) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter srcFileOrFolder ---------- 194. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 2937) public static Object copyRemoteResourceToWorkspace(File srcFileOrFolder, IProgressMonitor monitor) { ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 195. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 3032) * @return ^^^^^^ Javadoc: Description expected after @return ---------- ---------- 196. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SaveAsForm.java (at line 54) public SaveAsForm(ISystemMessageLine msgLine, Object caller, boolean fileMode) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 197. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SaveAsForm.java (at line 54) public SaveAsForm(ISystemMessageLine msgLine, Object caller, boolean fileMode) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 198. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SaveAsForm.java (at line 54) public SaveAsForm(ISystemMessageLine msgLine, Object caller, boolean fileMode) ^^^^^^^^ Javadoc: Missing tag for parameter fileMode ---------- 199. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SaveAsForm.java (at line 179) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 200. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SaveAsForm.java (at line 179) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 201. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SaveAsForm.java (at line 188) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 202. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SaveAsForm.java (at line 188) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 203. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 36) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 204. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 37) import org.eclipse.rse.internal.ui.actions.SystemTestFilterStringAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTestFilterStringAction is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 205. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 101) private SystemTestFilterStringAction testAction = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTestFilterStringAction is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 206. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 101) private SystemTestFilterStringAction testAction = null; ^^^^^^^^^^ The field SystemFileFilterStringEditPane.testAction is never read locally ---------- 207. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 147) public void setFilterFileLength(int max) ^^^ Javadoc: Missing tag for parameter max ---------- 208. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 156) public void setFilterPathLength(int max) ^^^ Javadoc: Missing tag for parameter max ---------- 209. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 182) public void setExistingStrings(String[] existingStrings, boolean caseSensitive) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingStrings ---------- 210. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 182) public void setExistingStrings(String[] existingStrings, boolean caseSensitive) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 211. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 219) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 212. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 219) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 213. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 219) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 214. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 219) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 215. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 227) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 216. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 227) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 217. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 229) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 218. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 229) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 219. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 231) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 220. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 231) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 221. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 239) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 222. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 239) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 223. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 239) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 224. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 239) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 225. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 252) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 226. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 252) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 227. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 254) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 228. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 254) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 229. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 256) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 230. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 256) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 231. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 258) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 232. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 258) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 233. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 258) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 234. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 258) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 235. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 279) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 236. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 279) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 237. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 279) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 238. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 279) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 239. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 466) private void enableFields(boolean byFileName) ^^^^^^^^^^ Javadoc: Missing tag for parameter byFileName ---------- 240. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 478) private SystemSelectFileTypesAction getSelectTypesAction() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 241. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 586) protected SystemMessage validateFileInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 242. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 625) protected SystemMessage validateFolderInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 243. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 778) SystemTestFilterStringAction testAction = new SystemTestFilterStringAction(getShell()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTestFilterStringAction is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 244. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 778) SystemTestFilterStringAction testAction = new SystemTestFilterStringAction(getShell()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemTestFilterStringAction(Shell) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 245. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 778) SystemTestFilterStringAction testAction = new SystemTestFilterStringAction(getShell()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTestFilterStringAction is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 246. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 779) testAction.setSubSystem((ISubSystem)refProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSubSystem(ISubSystem) from the type SystemTestFilterStringAction is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 247. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 780) testAction.setFilterString(getFilterString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFilterString(String) from the type SystemTestFilterStringAction is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 248. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 805) public static ValidatorFileFilterString getFileFilterStringValidator(ISystemFilter filter, String filterString) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 249. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 821) public static ValidatorFileFilterString getFileFilterStringValidator(IRemoteFileSubSystemConfiguration ssFactory) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 250. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 821) public static ValidatorFileFilterString getFileFilterStringValidator(IRemoteFileSubSystemConfiguration ssFactory) ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- ---------- 251. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 252. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 253. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 40) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 254. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 122) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 255. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 122) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 256. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 122) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 257. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 122) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 258. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 125) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 259. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 125) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 260. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 129) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 261. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 129) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 262. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 130) browseButton.setToolTipText(SystemFileResources.WIDGET_BROWSE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 263. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 130) browseButton.setToolTipText(SystemFileResources.WIDGET_BROWSE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field WIDGET_BROWSE_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 264. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 181) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 265. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 191) public SystemHistoryCombo getFolderCombo() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 266. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 198) public SystemHistoryCombo getHistoryCombo() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 267. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 228) public Button getBrowseButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 268. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 312) public int getFolderIndex(IRemoteFile folder) ^^^ Javadoc: Missing tag for return type ---------- 269. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 312) public int getFolderIndex(IRemoteFile folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 270. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 332) public void setFolder(IRemoteFile folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 271. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 398) public IRemoteFile getFolder() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 272. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 399) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 273. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 423) public IHost getSystemConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 274. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 459) public void setBrowseButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 275. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 474) public void setTextLimit(int limit) ^^^^^ Javadoc: Missing tag for parameter limit ---------- 276. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 513) public void addBrowseButtonSelectionListener(SelectionListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 277. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 521) public void removeBrowseButtonSelectionListener(SelectionListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 278. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 530) public void addModifyListener(ModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 279. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 538) public void removeModifyListener(ModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 280. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 546) public static String[] getHistory() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 281. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 573) public IRemoteFile convertToRemoteFile(String qualifiedFolder) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 282. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 573) public IRemoteFile convertToRemoteFile(String qualifiedFolder) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter qualifiedFolder ---------- 283. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 574) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 284. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 576) SystemMessage msg = null; ^^^ The local variable msg is never read ---------- 285. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 643) public static String extractQualifiedConnectionName(String qualifiedFolder) ^^^^^^ Javadoc: Missing tag for return type ---------- 286. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 643) public static String extractQualifiedConnectionName(String qualifiedFolder) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter qualifiedFolder ---------- 287. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 654) public static String extractProfileName(String qualifiedConnectionName) ^^^^^^ Javadoc: Missing tag for return type ---------- 288. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 654) public static String extractProfileName(String qualifiedConnectionName) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter qualifiedConnectionName ---------- 289. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 666) public static String extractConnectionName(String qualifiedConnectionName) ^^^^^^ Javadoc: Missing tag for return type ---------- 290. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 666) public static String extractConnectionName(String qualifiedConnectionName) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter qualifiedConnectionName ---------- 291. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 685) public static String extractFolder(String qualifiedFolder) ^^^^^^ Javadoc: Missing tag for return type ---------- 292. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 685) public static String extractFolder(String qualifiedFolder) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter qualifiedFolder ---------- 293. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 702) protected Composite prepareComposite(int numColumns) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 294. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 762) protected SystemSelectRemoteFolderAction getBrowseAction(Shell shell, IHost defaultConnection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 295. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 762) protected SystemSelectRemoteFolderAction getBrowseAction(Shell shell, IHost defaultConnection) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 296. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 762) protected SystemSelectRemoteFolderAction getBrowseAction(Shell shell, IHost defaultConnection) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter defaultConnection ---------- ---------- 297. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 298. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 299. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 300. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 301. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 302. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 303. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 304. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 305. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 306. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 307. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 308. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 309. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 310. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 311. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 312. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 313. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 314. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 315. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 316. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 317. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 318. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 319. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 320. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 321. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 322. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 323. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 324. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 325. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 326. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 327. WARNING in /home/data/users/moberhuber/ws_30x/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.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 328. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 42) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 329. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 43) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 330. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 44) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 331. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 113) private SystemViewForm tree; ^^^^^^^^^^^^^^ Discouraged access: The type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 332. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 114) private SystemPropertySheetForm ps; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPropertySheetForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 333. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 178) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 334. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 178) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 335. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 178) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 336. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 178) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 337. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 179) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 338. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 179) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 339. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 179) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 340. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 179) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 341. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 204) protected ISystemSelectRemoteObjectAPIProvider getInputProvider() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 342. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 209) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 343. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 209) inputProvider = new SystemSelectRemoteObjectAPIProviderImpl(null, ISystemFileRemoteTypes.TYPECATEGORY, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 344. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 219) public void setAllowForMultipleParents(boolean flag) ^^^^ Javadoc: Missing tag for parameter flag ---------- 345. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 227) public void setSystemConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 346. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 239) public void setDefaultConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 347. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 247) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 348. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 269) public void setMessage(String message) ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 349. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 278) public void setSelectionTreeToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 350. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 282) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 351. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 326) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 352. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 326) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 353. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 326) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 354. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 326) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 355. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 331) filterName = SystemFileResources.RESID_FILTER_ROOTS; // "Roots" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 356. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 331) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 357. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 335) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 358. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 335) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 359. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 335) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 360. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 335) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 361. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 393) public void setPreSelection(IRemoteFile selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 362. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 434) public void setFileTypes(String[] fileTypes) ^^^^^^^^^ Javadoc: Missing tag for parameter fileTypes ---------- 363. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 447) public void setFileTypes(String fileTypes) ^^^^^^^^^ Javadoc: Missing tag for parameter fileTypes ---------- 364. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 456) public void setAutoExpandDepth(int depth) ^^^^^ Javadoc: Missing tag for parameter depth ---------- 365. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 469) public void setRestrictFolders(boolean restrict) ^^^^^^^^ Javadoc: Missing tag for parameter restrict ---------- 366. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 482) public void enableAddMode(ISystemAddFileListener caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 367. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 492) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 368. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 510) public void setMultipleSelectionMode(boolean multiple) ^^^^^^^^ Javadoc: Missing tag for parameter multiple ---------- 369. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 520) public void addSelectionChangedListener(ISelectionChangedListener l) ^ Javadoc: Missing tag for parameter l ---------- 370. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 523) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 371. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 530) public void removeSelectionChangedListener(ISelectionChangedListener l) ^ Javadoc: Missing tag for parameter l ---------- 372. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 533) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 373. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 542) public void setSelectionValidator(IValidatorRemoteSelection selectionValidator) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectionValidator ---------- 374. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 554) public Object getSelectedObject() ^^^^^^ Javadoc: Missing tag for return type ---------- 375. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 565) public Object[] getSelectedObjects() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 376. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 572) public IHost getSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 377. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 581) public boolean getMultipleSelectionMode() ^^^^^^^ Javadoc: Missing tag for return type ---------- 378. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 593) public void setMessageLine(ISystemMessageLine msgLine) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 379. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 601) public Control getInitialFocusControl() ^^^^^^^ Javadoc: Missing tag for return type ---------- 380. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 603) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 381. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 639) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 382. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 641) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 383. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 651) private void createPropertySheet(Composite outerParent, Shell shell) ^^^^^^^^^^^ Javadoc: Missing tag for parameter outerParent ---------- 384. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 651) private void createPropertySheet(Composite outerParent, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 385. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 661) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 386. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 661) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 387. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 668) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 388. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 671) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 389. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 680) public Control createContents(Shell shell, Composite parent) ^^^^^^^ Javadoc: Missing tag for return type ---------- 390. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 680) public Control createContents(Shell shell, Composite parent) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 391. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 748) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 392. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 748) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 393. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 754) tree.getSystemTree().setAutoExpandLevel(autoExpandDepth); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemTree() from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 394. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 755) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 395. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 763) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 396. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 766) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 397. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 771) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 398. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 774) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 399. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 802) protected IHost internalGetConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 400. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 804) Object parent = tree.getSystemTree().getRootParent(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemTree() from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 401. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 831) private ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 402. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 831) private ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 403. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 848) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 404. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 852) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 405. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 940) protected Object getFirstSelection(ISelection selection) ^^^^^^ Javadoc: Missing tag for return type ---------- 406. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 940) protected Object getFirstSelection(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 407. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 956) protected Object[] getSelections(ISelection selection) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 408. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 956) protected Object[] getSelections(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 409. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 976) public boolean isPageComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 410. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 1022) protected Shell getShell() ^^^^^ Javadoc: Missing tag for return type ---------- 411. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 1068) return tree.getSystemTree(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemTree() from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 412. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 1074) public Object getSelectedParent() ^^^^^^ Javadoc: Missing tag for return type ---------- 413. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 1076) return tree.getSelectedParent(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedParent() from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 414. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 32) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 415. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 33) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 416. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 97) private SystemViewLabelAndContentProvider folderProvider, fileProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewLabelAndContentProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 417. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 163) public ISystemMessageLine getMessageLine() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 418. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 201) public void setFilterString(String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 419. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 203) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 420. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 204) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 421. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 211) public String getFilterString() ^^^^^^ Javadoc: Missing tag for return type ---------- 422. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 219) public SystemQualifiedRemoteFolderCombo getFolderCombo() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 423. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 230) 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/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 424. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 264) folderProvider.flushCache(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method flushCache() from the type SystemViewLabelAndContentProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 425. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 265) fileProvider.flushCache(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method flushCache() from the type SystemViewLabelAndContentProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 426. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 273) public void addCheckStateListener(ICheckStateListener l) ^ Javadoc: Missing tag for parameter l ---------- 427. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 275) 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/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 428. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 280) public void removeCheckStateListener(ICheckStateListener l) ^ Javadoc: Missing tag for parameter l ---------- 429. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 282) 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/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 430. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 289) public IRemoteFile[] getSelectedFiles() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 431. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 291) 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/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 432. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 309) protected Composite prepareComposite(int numColumns) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 433. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 333) protected void createFolderPrompt(Composite parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 434. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 342) protected void createFilesSelectorGroup(Composite parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 435. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 345) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 436. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 345) folderProvider = new SystemViewLabelAndContentProvider(true,false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewLabelAndContentProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 437. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 346) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 438. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 346) fileProvider = new SystemViewLabelAndContentProvider(false,true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewLabelAndContentProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 439. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 357) protected void createButtons(Composite parent, boolean showSelectTypes, boolean showSelectAll) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 440. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 357) protected void createButtons(Composite parent, boolean showSelectTypes, boolean showSelectAll) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter showSelectTypes ---------- 441. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 357) protected void createButtons(Composite parent, boolean showSelectTypes, boolean showSelectAll) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter showSelectAll ---------- 442. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 374) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 443. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 374) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 444. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 374) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 445. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 374) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 446. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 379) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 447. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 379) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 448. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 380) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 449. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 380) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 450. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 464) 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/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 451. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 476) 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/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 452. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 516) private SystemSelectFileTypesAction getSelectTypesAction() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 453. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 548) 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/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 454. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 577) protected void enableButtonGroup(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- ---------- 455. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/Activator.java (at line 141) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 456. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/LinkWithSystemViewAction.java (at line 36) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 457. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/LinkWithSystemViewAction.java (at line 139) private ISystemViewElementAdapter _adapter; ^^^^^^^^ The field LinkWithSystemViewAction.LinkFromFolderJob._adapter is never read locally ---------- 458. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/LinkWithSystemViewAction.java (at line 492) private SystemViewPart _systemViewPart; ^^^^^^^^^^^^^^ Discouraged access: The type SystemViewPart is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 459. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/LinkWithSystemViewAction.java (at line 502) _systemViewPart = (SystemViewPart)view; ^^^^^^^^^^^^^^ Discouraged access: The type SystemViewPart is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 460. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/LinkWithSystemViewAction.java (at line 509) _systemViewPart.setLinkingEnabled(isToggled, _linker); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setLinkingEnabled(boolean, IViewLinker) from the type SystemViewPart is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 461. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/LinkWithSystemViewAction.java (at line 517) _action.setChecked(_systemViewPart.isLinkingEnabled()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isLinkingEnabled() from the type SystemViewPart is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 462. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/LinkWithSystemViewAction.java (at line 519) if (_systemViewPart.isLinkingEnabled() && !_action.isChecked()){ // if restored from memento ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isLinkingEnabled() from the type SystemViewPart is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 463. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/LinkWithSystemViewAction.java (at line 521) _systemViewPart.setLinkingEnabled(true, _linker); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setLinkingEnabled(boolean, IViewLinker) from the type SystemViewPart is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 464. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SynchronizeCacheActionDelegate.java (at line 197) protected IRemoteFile[] getRemoteFiles(IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- ---------- 465. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemBrowseFileLineAction.java (at line 39) * @param editorId ^^^^^^^^ Javadoc: Parameter editorId is not declared ---------- 466. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemBrowseFileLineAction.java (at line 42) public SystemBrowseFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor, ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter editorDescriptor ---------- 467. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemBrowseFileLineAction.java (at line 43) IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 468. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemBrowseFileLineAction.java (at line 43) IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^^^ Javadoc: Missing tag for parameter charStart ---------- 469. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemBrowseFileLineAction.java (at line 43) IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^ Javadoc: Missing tag for parameter charEnd ---------- ---------- 470. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 471. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 472. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- ---------- 473. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 50) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 474. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 86) public SystemCopyRemoteFileAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 475. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 93) SystemCopyRemoteFileAction(Shell shell, int mode) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 476. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 93) SystemCopyRemoteFileAction(Shell shell, int mode) ^^^^ Javadoc: Missing tag for parameter mode ---------- 477. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 219) protected boolean checkForCollision(Shell shell, IProgressMonitor monitor, ^^^^^^^ Javadoc: Missing tag for return type ---------- 478. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 380) protected String[] getOldAbsoluteNames() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 479. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 399) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 480. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 399) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 481. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 399) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 482. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 399) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 483. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 439) singleTitle = SystemResources.RESID_COPY_SINGLE_TITLE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 484. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 439) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 485. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 441) singleTitle = SystemResources.RESID_MOVE_SINGLE_TITLE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 486. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 441) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 487. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 553) protected IRemoteFile[] getSelectedFiles() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 488. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 571) protected IRemoteFile getFirstSelectedFile() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 489. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 490. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 491. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 492. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 493. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 494. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 495. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 496. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 497. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 498. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 499. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 500. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 501. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 502. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 503. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 504. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 505. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 506. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 507. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 508. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 509. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 48) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor) { ^^^^ Javadoc: Missing tag for parameter text ---------- 510. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 48) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor) { ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 511. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 48) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor) { ^^^^^ Javadoc: Missing tag for parameter image ---------- 512. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 48) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 513. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 48) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter editorDescriptor ---------- 514. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 57) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, int style, Shell parent, IEditorDescriptor editorDescriptor) { ^^^^ Javadoc: Missing tag for parameter text ---------- 515. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 57) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, int style, Shell parent, IEditorDescriptor editorDescriptor) { ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 516. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 57) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, int style, Shell parent, IEditorDescriptor editorDescriptor) { ^^^^^ Javadoc: Missing tag for parameter image ---------- 517. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 57) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, int style, Shell parent, IEditorDescriptor editorDescriptor) { ^^^^^ Javadoc: Missing tag for parameter style ---------- 518. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 57) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, int style, Shell parent, IEditorDescriptor editorDescriptor) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 519. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 57) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, int style, Shell parent, IEditorDescriptor editorDescriptor) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter editorDescriptor ---------- 520. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 151) protected void process(IRemoteFile remoteFile) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- ---------- 521. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 522. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 523. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 524. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 525. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 526. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 52) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^ Javadoc: Missing tag for parameter text ---------- 527. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 52) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 528. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 52) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^ Javadoc: Missing tag for parameter image ---------- 529. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 52) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 530. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 52) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter editorDescriptor ---------- 531. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 52) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 532. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 52) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^ Javadoc: Missing tag for parameter line ---------- 533. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 52) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^^^ Javadoc: Missing tag for parameter charStart ---------- 534. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 52) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^ Javadoc: Missing tag for parameter charEnd ---------- ---------- 535. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 536. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 537. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 538. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 539. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 540. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFilesAction.java (at line 54) public SystemEditFilesAction(String text, String tooltip, Shell parent) ^^^^ Javadoc: Missing tag for parameter text ---------- 541. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFilesAction.java (at line 54) public SystemEditFilesAction(String text, String tooltip, Shell parent) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 542. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFilesAction.java (at line 54) public SystemEditFilesAction(String text, String tooltip, Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 543. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFilesAction.java (at line 169) protected void process(IRemoteFile remoteFile) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 544. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFilesAction.java (at line 176) String editorId = null; ^^^^^^^^ The local variable editorId is never read ---------- ---------- 545. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 546. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 547. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 548. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 549. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 550. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 551. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 552. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 553. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 554. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 555. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 556. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 557. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 558. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 559. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 560. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 561. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- ---------- 562. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 563. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 564. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 565. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 566. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 567. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 568. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 569. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 570. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 571. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemMoveRemoteFileAction.java (at line 49) import org.eclipse.rse.internal.ui.dialogs.CopyRunnable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CopyRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 572. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemMoveRemoteFileAction.java (at line 134) CopyRunnable cr = new CopyRunnable(existing); ^^^^^^^^^^^^ Discouraged access: The type CopyRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 573. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemMoveRemoteFileAction.java (at line 134) CopyRunnable cr = new CopyRunnable(existing); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CopyRunnable(List) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 574. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemMoveRemoteFileAction.java (at line 134) CopyRunnable cr = new CopyRunnable(existing); ^^^^^^^^^^^^ Discouraged access: The type CopyRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 575. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemMoveRemoteFileAction.java (at line 136) overwrite = cr.getOk(); ^^^^^^^^^^ Discouraged access: The method getOk() from the type CopyRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 576. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemMoveRemoteFileAction.java (at line 203) public SystemMoveRemoteFileAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 577. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 578. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 579. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 580. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 581. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 582. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 583. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 584. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 585. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 586. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 587. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 24) import org.eclipse.rse.core.filters.ISystemFilterPoolManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rse.core.filters.ISystemFilterPoolManager is never used ---------- 588. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 26) import org.eclipse.rse.core.subsystems.ISubSystem; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rse.core.subsystems.ISubSystem is never used ---------- 589. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 28) import org.eclipse.rse.core.subsystems.SubSystemConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rse.core.subsystems.SubSystemConfiguration is never used ---------- 590. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 30) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 591. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 31) import org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile is never used ---------- 592. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 32) import org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFileSubSystem; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFileSubSystem is never used ---------- 593. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 34) import org.eclipse.rse.subsystems.files.core.subsystems.RemoteFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rse.subsystems.files.core.subsystems.RemoteFile is never used ---------- 594. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 56) public SystemNewFileFilterAction(IRemoteFileSubSystemConfiguration subsystemConfiguration, ISystemFilterPool parentPool, Shell shell) ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsystemConfiguration ---------- 595. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 56) public SystemNewFileFilterAction(IRemoteFileSubSystemConfiguration subsystemConfiguration, ISystemFilterPool parentPool, Shell shell) ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPool ---------- 596. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 56) public SystemNewFileFilterAction(IRemoteFileSubSystemConfiguration subsystemConfiguration, ISystemFilterPool parentPool, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 597. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 59) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 598. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 59) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 599. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 59) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 600. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 59) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 601. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 91) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 602. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 91) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 603. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 93) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 604. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 93) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 605. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 606. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 607. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 608. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 609. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 610. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileOpenWithMenu.java (at line 143) private ImageDescriptor getImageDescriptor(IEditorDescriptor editorDesc) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 611. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileOpenWithMenu.java (at line 143) private ImageDescriptor getImageDescriptor(IEditorDescriptor editorDesc) { ^^^^^^^^^^ Javadoc: Missing tag for parameter editorDesc ---------- 612. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileOpenWithMenu.java (at line 195) private void createOtherMenuItem(final Menu menu, final IRemoteFile remoteFile) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- ---------- 613. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 614. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- 615. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/eclipse/plugins/org.eclipse.compare_3.4.0.I20080604.jar ---------- ---------- 616. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 617. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 618. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 619. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 620. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 621. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSearchEditFileLineAction.java (at line 56) * @param editorId the editor id. ^^^^^^^^ Javadoc: Parameter editorId is not declared ---------- 622. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSearchEditFileLineAction.java (at line 60) public SystemSearchEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, IEditorDescriptor editorDescriptor, IRemoteFile remoteFile, IRemoteSearchResult searchResult) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter editorDescriptor ---------- 623. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSearchEditFileLineAction.java (at line 76) public void process(IRemoteFile remoteFile, IRemoteSearchResult searchResult) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 624. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSearchEditFileLineAction.java (at line 76) public void process(IRemoteFile remoteFile, IRemoteSearchResult searchResult) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter searchResult ---------- ---------- 625. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 626. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 627. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 628. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 629. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 630. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 631. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 632. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 633. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 634. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 635. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 636. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 637. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemUploadConflictAction.java (at line 50) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 638. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemUploadConflictAction.java (at line 417) _browseButton.setText(SystemResources.BUTTON_BROWSE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 639. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemUploadConflictAction.java (at line 417) _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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 640. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemUploadConflictAction.java (at line 593) String id = editor.getEditorSite().getId(); ^^ The local variable id is never read ---------- ---------- 641. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 30) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 642. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 643. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 102) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 644. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 102) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 645. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 102) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 646. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 102) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 647. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 127) public void setAllowForMultipleParents(boolean flag) ^^^^ Javadoc: Missing tag for parameter flag ---------- 648. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 135) public void setSystemConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 649. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 142) public void setDefaultConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 650. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 163) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 651. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 177) public void setSelectionTreeToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 652. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 185) public void setAutoExpandDepth(int depth) ^^^^^ Javadoc: Missing tag for parameter depth ---------- 653. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 237) public void setPreSelection(IRemoteFile selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 654. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 247) public void setFileTypes(String[] fileTypes) ^^^^^^^^^ Javadoc: Missing tag for parameter fileTypes ---------- 655. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 257) public void setFileTypes(String fileTypes) ^^^^^^^^^ Javadoc: Missing tag for parameter fileTypes ---------- 656. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 270) public void setRestrictFolders(boolean restrict) ^^^^^^^^ Javadoc: Missing tag for parameter restrict ---------- 657. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 282) public void enableAddMode(ISystemAddFileListener caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 658. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 289) setCancelButtonLabel(SystemResources.BUTTON_CLOSE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 659. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 289) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 660. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 295) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 661. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 295) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^^^ Javadoc: Missing tag for parameter addLabel ---------- 662. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 295) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter addToolTipText ---------- 663. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 312) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 664. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 349) public void setMultipleSelectionMode(boolean multiple) ^^^^^^^^ Javadoc: Missing tag for parameter multiple ---------- 665. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 358) public void setSelectionValidator(IValidatorRemoteSelection selectionValidator) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectionValidator ---------- 666. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 370) public Object getSelectedObject() ^^^^^^ Javadoc: Missing tag for return type ---------- 667. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 382) public Object[] getSelectedObjects() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 668. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 395) public IHost getSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 669. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 403) public boolean getMultipleSelectionMode() ^^^^^^^ Javadoc: Missing tag for return type ---------- 670. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 431) protected void handleDoubleClick(DoubleClickEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- 671. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 471) protected SystemSelectRemoteFileOrFolderForm getForm(boolean fileMode) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 672. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 471) protected SystemSelectRemoteFileOrFolderForm getForm(boolean fileMode) ^^^^^^^^ Javadoc: Missing tag for parameter fileMode ---------- ---------- 673. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 50) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 674. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 206) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 675. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 206) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 676. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 209) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 677. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 209) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 678. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 212) maxCacheSizeStr = ISystemFilePreferencesConstants.DEFAULT_MAX_CACHE_SIZE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 679. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 212) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 680. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 236) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 681. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 236) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 682. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 242) _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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 683. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 242) _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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 684. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 252) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 685. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 252) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 686. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 252) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 687. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 252) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 688. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 253) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 689. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 253) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 690. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 253) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 691. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 253) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 692. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 265) size = ISystemFilePreferencesConstants.DEFAULT_MAX_CACHE_SIZE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 693. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 265) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 694. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 268) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 695. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 268) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 696. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 269) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 697. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 269) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 698. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePermissionsPropertyPage.java (at line 77) protected IRemoteFile getRemoteFile() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 699. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePermissionsPropertyPage.java (at line 110) Label userTypeLabel = SystemWidgetHelpers.createLabel(permissionsGroup, FileResources.RESID_PREF_PERMISSIONS_TYPE_LABEL); ^^^^^^^^^^^^^ The local variable userTypeLabel is never read ---------- 700. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePermissionsPropertyPage.java (at line 128) Label userLabel = SystemWidgetHelpers.createLabel(permissionsGroup, FileResources.RESID_PREF_PERMISSIONS_USER_LABEL); ^^^^^^^^^ The local variable userLabel is never read ---------- 701. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePermissionsPropertyPage.java (at line 147) Label groupLabel = SystemWidgetHelpers.createLabel(permissionsGroup, FileResources.RESID_PREF_PERMISSIONS_GROUP_LABEL); ^^^^^^^^^^ The local variable groupLabel is never read ---------- 702. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePermissionsPropertyPage.java (at line 167) Label otherLabel = SystemWidgetHelpers.createLabel(permissionsGroup, FileResources.RESID_PREF_PERMISSIONS_OTHERS_LABEL); ^^^^^^^^^^ The local variable otherLabel is never read ---------- 703. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePermissionsPropertyPage.java (at line 196) Label userOwnerLabel = SystemWidgetHelpers.createLabel(ownerGroup, FileResources.RESID_PREF_PERMISSIONS_USER_LABEL); ^^^^^^^^^^^^^^ The local variable userOwnerLabel is never read ---------- 704. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePermissionsPropertyPage.java (at line 203) Label groupOwnerLabel = SystemWidgetHelpers.createLabel(ownerGroup, FileResources.RESID_PREF_PERMISSIONS_GROUP_LABEL); ^^^^^^^^^^^^^^^ The local variable groupOwnerLabel is never read ---------- ---------- 705. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 54) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 706. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 133) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 707. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 133) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 708. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 133) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 709. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 133) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 710. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 136) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 711. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 136) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 712. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 140) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 713. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 140) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 714. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 140) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 715. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 140) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 716. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 143) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 717. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 143) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 718. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 149) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 719. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 149) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 720. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 149) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 721. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 149) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 722. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 152) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 723. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 152) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 724. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 159) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 725. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 159) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 726. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 159) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 727. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 159) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 728. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 162) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 729. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 162) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 730. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 169) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 731. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 169) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 732. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 169) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 733. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 169) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 734. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 172) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 735. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 172) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 736. WARNING in /home/data/users/moberhuber/ws_30x/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_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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 737. WARNING in /home/data/users/moberhuber/ws_30x/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_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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 738. WARNING in /home/data/users/moberhuber/ws_30x/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_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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 739. WARNING in /home/data/users/moberhuber/ws_30x/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_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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 740. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 205) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 741. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 205) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 742. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 205) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 743. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 205) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 744. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 217) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 745. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 217) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 746. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 242) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 747. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 242) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 748. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 251) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 749. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 251) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 750. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 266) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 751. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 266) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 752. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 266) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 753. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 266) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 754. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 278) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 755. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 278) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 756. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 401) protected IRemoteFile getRemoteFile() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 757. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 430) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 758. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 430) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 759. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 432) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 760. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 432) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 761. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 434) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 762. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 434) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 763. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 50) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 764. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 51) import org.eclipse.rse.internal.subsystems.files.core.model.SystemFileTransferModeMapping; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 765. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 52) import org.eclipse.rse.internal.subsystems.files.core.model.SystemFileTransferModeRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileTransferModeRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 766. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 86) import org.eclipse.ui.internal.WorkbenchImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkbenchImages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 767. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 87) 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/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 768. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 112) protected SystemFileTransferModeRegistry modeRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileTransferModeRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 769. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 148) modeRegistry = SystemFileTransferModeRegistry.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type SystemFileTransferModeRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 770. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 148) modeRegistry = SystemFileTransferModeRegistry.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileTransferModeRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 771. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 283) ISystemFilePreferencesConstants.SHOWHIDDEN, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 772. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 283) ISystemFilePreferencesConstants.SHOWHIDDEN, ^^^^^^^^^^ Discouraged access: The field SHOWHIDDEN from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 773. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 293) ISystemFilePreferencesConstants.PRESERVETIMESTAMPS, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 774. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 293) ISystemFilePreferencesConstants.PRESERVETIMESTAMPS, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field PRESERVETIMESTAMPS from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 775. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 300) store.setDefault(ISystemFilePreferencesConstants.PRESERVETIMESTAMPS, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 776. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 300) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 777. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 379) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 778. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 379) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 779. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 383) initialArchiveType = ISystemFilePreferencesConstants.DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 780. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 383) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 781. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 419) store.setDefault(ISystemFilePreferencesConstants.SHOWHIDDEN, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 782. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 419) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 783. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 420) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 784. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 420) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 785. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 420) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 786. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 420) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 787. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 421) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 788. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 421) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 789. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 421) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 790. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 421) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 791. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 422) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 792. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 422) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 793. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 422) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 794. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 422) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 795. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 423) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 796. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 423) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 797. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 423) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 798. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 423) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 799. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 424) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 800. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 424) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 801. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 424) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 802. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 424) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 803. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 496) if (defaultFileTransferMode == ISystemFilePreferencesConstants.FILETRANSFERMODE_BINARY) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 804. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 496) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 805. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 500) else if (defaultFileTransferMode == ISystemFilePreferencesConstants.FILETRANSFERMODE_TEXT) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 806. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 500) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 807. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 509) ISystemFileTransferModeMapping[] mappings = modeRegistry.getModeMappings(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getModeMappings() from the type SystemFileTransferModeRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 808. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 513) SystemFileTransferModeMapping mapping = (SystemFileTransferModeMapping)mappings[i]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 809. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 513) SystemFileTransferModeMapping mapping = (SystemFileTransferModeMapping)mappings[i]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 810. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 514) clonedMappings[i] = (ISystemFileTransferModeMapping)mapping.clone(); ^^^^^^^^^^^^^^^ Discouraged access: The method clone() from the type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 811. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 525) modeRegistry.renit(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method renit() from the type SystemFileTransferModeRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 812. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 537) int defaultFileTransferMode = ISystemFilePreferencesConstants.DEFAULT_FILETRANSFERMODE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 813. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 537) int defaultFileTransferMode = ISystemFilePreferencesConstants.DEFAULT_FILETRANSFERMODE; ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_FILETRANSFERMODE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 814. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 538) defaultBinaryButton.setSelection(defaultFileTransferMode == ISystemFilePreferencesConstants.FILETRANSFERMODE_BINARY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 815. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 538) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 816. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 539) defaultTextButton.setSelection(defaultFileTransferMode == ISystemFilePreferencesConstants.FILETRANSFERMODE_TEXT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 817. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 539) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 818. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 554) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 819. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 554) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 820. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 555) setSuperTransferTypePreference(ISystemFilePreferencesConstants.DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 821. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 555) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 822. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 556) doSuperTransferButton.setSelection(ISystemFilePreferencesConstants.DEFAULT_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 823. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 556) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 824. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 557) setDoSuperTransfer(ISystemFilePreferencesConstants.DEFAULT_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 825. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 557) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 826. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 562) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 827. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 562) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 828. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 563) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 829. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 563) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 830. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 576) fileImage = WorkbenchImages.getImageDescriptor(ISharedImages.IMG_OBJ_FILE).createImage(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImageDescriptor(String) from the type WorkbenchImages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 831. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 576) fileImage = WorkbenchImages.getImageDescriptor(ISharedImages.IMG_OBJ_FILE).createImage(); ^^^^^^^^^^^^^^^ Discouraged access: The type WorkbenchImages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 832. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 598) protected TableItem newResourceTableItem(ISystemFileTransferModeMapping mapping, int index, boolean selected) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 833. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 598) protected TableItem newResourceTableItem(ISystemFileTransferModeMapping mapping, int index, boolean selected) { ^^^^^^^ Javadoc: Missing tag for parameter mapping ---------- 834. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 598) protected TableItem newResourceTableItem(ISystemFileTransferModeMapping mapping, int index, boolean selected) { ^^^^^ Javadoc: Missing tag for parameter index ---------- 835. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 598) protected TableItem newResourceTableItem(ISystemFileTransferModeMapping mapping, int index, boolean selected) { ^^^^^^^^ Javadoc: Missing tag for parameter selected ---------- 836. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 670) FileExtensionDialog dialog = new FileExtensionDialog(getControl().getShell()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileExtensionDialog is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 837. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 670) 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/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 838. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 670) FileExtensionDialog dialog = new FileExtensionDialog(getControl().getShell()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileExtensionDialog is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 839. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 674) 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/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 840. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 675) 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/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 841. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 702) SystemFileTransferModeMapping mapping = (SystemFileTransferModeMapping)item.getData(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 842. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 702) SystemFileTransferModeMapping mapping = (SystemFileTransferModeMapping)item.getData(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 843. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 704) if (mapping.isBinary()){ ^^^^^^^^^^^^^^^^^^ Discouraged access: The method isBinary() from the type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 844. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 705) mapping.setAsText(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setAsText() from the type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 845. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 709) else if (mapping.isText()){ ^^^^^^^^^^^^^^^^ Discouraged access: The method isText() from the type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 846. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 710) mapping.setAsBinary(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setAsBinary() from the type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 847. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 720) public void addResourceType(String newName, String newExtension) { ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 848. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 720) public void addResourceType(String newName, String newExtension) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExtension ---------- 849. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 734) SystemMessageFile mf = RSEUIPlugin.getPluginMessageFile(); ^^ The local variable mf is never read ---------- 850. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 759) SystemFileTransferModeMapping mapping = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 851. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 763) mapping = (SystemFileTransferModeMapping)(modeMappings.get(i)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 852. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 765) int result = newFileName.compareTo(mapping.getLabel().toUpperCase()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLabel() from the type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 853. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 791) mapping = new SystemFileTransferModeMapping(newName,newExtension); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemFileTransferModeMapping(String, String) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 854. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 791) mapping = new SystemFileTransferModeMapping(newName,newExtension); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 855. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 795) mapping.setAsBinary(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setAsBinary() from the type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 856. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 798) mapping.setAsText(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setAsText() from the type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 857. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 854) SystemFileTransferModeMapping[] mappingArray1 = new SystemFileTransferModeMapping[array1.length]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 858. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 854) SystemFileTransferModeMapping[] mappingArray1 = new SystemFileTransferModeMapping[array1.length]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 859. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 857) mappingArray1[i] = (SystemFileTransferModeMapping)(array1[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileTransferModeMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 860. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 860) modeRegistry.setModeMappings(mappingArray1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setModeMappings(SystemFileTransferModeMapping[]) from the type SystemFileTransferModeRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 861. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 861) modeRegistry.saveAssociations(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method saveAssociations() from the type SystemFileTransferModeRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 862. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 864) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 863. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 864. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 865. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 866. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 867. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 48) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 868. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 91) public static SystemRemoteEditManager getInstance() ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 869. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 464) public IPath getRemoteEditProjectLocation() ^^^^^ Javadoc: Missing tag for return type ---------- 870. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 478) public String getRemoteEditProjectAbsolutePath() ^^^^^^ Javadoc: Missing tag for return type ---------- 871. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 704) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 872. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 704) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 873. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 707) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 874. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 707) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 875. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 711) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 876. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 711) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 877. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 719) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 878. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 719) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 879. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 791) public void refreshRemoteEditContainer(IContainer parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 880. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 881. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 882. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 883. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 884. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 885. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 886. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 887. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 888. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 889. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 890. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 891. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 892. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 893. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 894. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 895. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 896. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 897. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 898. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 899. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 900. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 901. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 902. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 903. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 904. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 905. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 53) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 906. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 54) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 907. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 74) 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/ws_30x/eclipse/plugins/org.eclipse.search_3.4.0.v20080603-2000.jar ---------- 908. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 490) private void setFolderText(String profileName, String connectionName, String folderPath) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 909. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 490) private void setFolderText(String profileName, String connectionName, String folderPath) { ^^^^^^^^^^ Javadoc: Missing tag for parameter folderPath ---------- 910. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 533) private String getFormattedText(String profileName, String connectionName, String folderPath) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 911. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 533) private String getFormattedText(String profileName, String connectionName, String folderPath) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 912. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 533) private String getFormattedText(String profileName, String connectionName, String folderPath) { ^^^^^^^^^^ Javadoc: Missing tag for parameter folderPath ---------- 913. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 803) SystemSearchUI searchUI = SystemSearchUI.getInstance(); ^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchUI is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 914. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 803) SystemSearchUI searchUI = SystemSearchUI.getInstance(); ^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchUI is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 915. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 803) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 916. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 804) SystemSearchViewPart searchPart = searchUI.activateSearchResultView(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchViewPart is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 917. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 804) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 918. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 805) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 919. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1091) 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/ws_30x/eclipse/plugins/org.eclipse.search_3.4.0.v20080603-2000.jar ---------- 920. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1091) 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/ws_30x/eclipse/plugins/org.eclipse.search_3.4.0.v20080603-2000.jar ---------- 921. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1092) 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/ws_30x/eclipse/plugins/org.eclipse.search_3.4.0.v20080603-2000.jar ---------- 922. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1092) 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/ws_30x/eclipse/plugins/org.eclipse.search_3.4.0.v20080603-2000.jar ---------- 923. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1222) private IRemoteFileSubSystem getRemoteFileSubSystem(String profName, String connName) { ^^^^^^^^ Javadoc: Missing tag for parameter profName ---------- 924. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1222) private IRemoteFileSubSystem getRemoteFileSubSystem(String profName, String connName) { ^^^^^^^^ Javadoc: Missing tag for parameter connName ---------- 925. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1314) private void createFolderControls(Composite comp) { ^^^^ Javadoc: Missing tag for parameter comp ---------- 926. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1354) private void createAdvancedControls(Composite comp) { ^^^^ Javadoc: Missing tag for parameter comp ---------- ---------- 927. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 35) private IHost rootFolderConnection; ^^^^^^^^^^^^^^^^^^^^ The field SystemSearchRemoteFolderAction.rootFolderConnection is never read locally ---------- 928. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 37) private String rootFolderAbsPath; ^^^^^^^^^^^^^^^^^ The field SystemSearchRemoteFolderAction.rootFolderAbsPath is never read locally ---------- 929. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 39) private String addLabel, addToolTipText; ^^^^^^^^ The field SystemSearchRemoteFolderAction.addLabel is never read locally ---------- 930. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 39) private String addLabel, addToolTipText; ^^^^^^^^^^^^^^ The field SystemSearchRemoteFolderAction.addToolTipText is never read locally ---------- 931. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 40) private int expandDepth = 0; ^^^^^^^^^^^ The field SystemSearchRemoteFolderAction.expandDepth is never read locally ---------- 932. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 41) private boolean showNewConnectionPrompt = true; ^^^^^^^^^^^^^^^^^^^^^^^ The field SystemSearchRemoteFolderAction.showNewConnectionPrompt is never read locally ---------- 933. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 42) private boolean restrictFolders = false; ^^^^^^^^^^^^^^^ The field SystemSearchRemoteFolderAction.restrictFolders is never read locally ---------- 934. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 47) private boolean allowForMultipleParents = false; ^^^^^^^^^^^^^^^^^^^^^^^ The field SystemSearchRemoteFolderAction.allowForMultipleParents is never read locally ---------- 935. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 157) public void setAutoExpandDepth(int depth) ^^^^^ Javadoc: Missing tag for parameter depth ---------- 936. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 228) public void setRestrictFolders(boolean restrict) ^^^^^^^^ Javadoc: Missing tag for parameter restrict ---------- 937. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 241) public void enableAddMode(ISystemAddFileListener caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 938. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 249) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 939. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 249) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^^^ Javadoc: Missing tag for parameter addLabel ---------- 940. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 249) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter addToolTipText ---------- ---------- 941. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 942. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 943. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 944. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 945. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 946. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 947. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 948. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 949. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchSelectFileTypesAction.java (at line 41) * @see org.eclipse.rse.ui.actions.SystemBaseDialogAction#createDialog(org.eclipse.swt.widgets.Shell) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- ---------- 950. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/DownloadAndOpenJob.java (at line 118) public DownloadAndOpenJob(ISystemEditableRemoteObject editable, boolean systemEditor, int line, int charStart, int charEnd) ^^^^^^^^^ Javadoc: Missing tag for parameter charStart ---------- 951. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/DownloadAndOpenJob.java (at line 118) public DownloadAndOpenJob(ISystemEditableRemoteObject editable, boolean systemEditor, int line, int charStart, int charEnd) ^^^^^^^ Javadoc: Missing tag for parameter charEnd ---------- ---------- 952. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/RemoteFileSubSystemConfigurationAdapter.java (at line 36) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 953. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/RemoteFileSubSystemConfigurationAdapter.java (at line 151) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 954. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/RemoteFileSubSystemConfigurationAdapter.java (at line 151) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 955. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 956. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemRemoteFileSelectionInputProvider.java (at line 27) SystemResourceSelectionInputProvider ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResourceSelectionInputProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 957. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 958. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 959. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemRemoteFileSelectionInputProvider.java (at line 38) super(); ^^^^^^^^ Discouraged access: The constructor SystemResourceSelectionInputProvider() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 960. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 961. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 126) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 962. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 127) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 963. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 128) import org.eclipse.rse.internal.ui.dialogs.CopyRunnable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CopyRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 964. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 129) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 965. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 130) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 966. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 131) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 967. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 132) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 968. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 277) public SystemViewRemoteFileAdapter(boolean foldersOnly, boolean filesOnly) ^^^^^^^^^^^ Javadoc: Missing tag for parameter foldersOnly ---------- 969. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 277) public SystemViewRemoteFileAdapter(boolean foldersOnly, boolean filesOnly) ^^^^^^^^^ Javadoc: Missing tag for parameter filesOnly ---------- 970. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 391) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 971. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 391) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 972. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 392) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 973. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 392) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 974. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 549) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 975. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 549) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 976. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 551) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 977. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 551) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 978. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 553) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 979. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 553) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 980. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 714) if ((v != null) && (v instanceof SystemSearchTableView)) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchTableView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 981. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 716) SystemSearchTableView view = (SystemSearchTableView)v; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchTableView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 982. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 716) SystemSearchTableView view = (SystemSearchTableView)v; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchTableView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 983. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 717) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 984. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 798) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 985. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 798) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 986. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 880) if ((v != null) && (v instanceof SystemSearchTableView)) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchTableView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 987. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 882) SystemSearchTableView view = (SystemSearchTableView)v; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchTableView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 988. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 882) SystemSearchTableView view = (SystemSearchTableView)v; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchTableView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 989. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 883) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 990. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1067) if (isRegular) propertyDescriptorArray[++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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 991. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1067) if (isRegular) propertyDescriptorArray[++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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 992. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1067) if (isRegular) propertyDescriptorArray[++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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 993. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1067) if (isRegular) propertyDescriptorArray[++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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 994. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1068) else if (isVirtual) virtualDescriptorArray[++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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 995. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1068) else if (isVirtual) virtualDescriptorArray[++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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 996. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1068) else if (isVirtual) virtualDescriptorArray[++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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 997. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1068) else if (isVirtual) virtualDescriptorArray[++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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 998. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1069) else if (isArchive) archiveDescriptorArray[++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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 999. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1069) else if (isArchive) archiveDescriptorArray[++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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1000. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1069) else if (isArchive) archiveDescriptorArray[++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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1001. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1069) else if (isArchive) archiveDescriptorArray[++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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1002. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1070) briefPropertyDescriptorArray[++briefIdx] = 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1003. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1070) briefPropertyDescriptorArray[++briefIdx] = 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1004. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1070) briefPropertyDescriptorArray[++briefIdx] = 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1005. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1070) briefPropertyDescriptorArray[++briefIdx] = 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1006. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1073) if (isRegular) propertyDescriptorArray[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1007. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1073) if (isRegular) propertyDescriptorArray[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILTERSTRING_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1008. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1073) if (isRegular) propertyDescriptorArray[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1009. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1073) if (isRegular) propertyDescriptorArray[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILTERSTRING_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1010. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1074) else if (isVirtual) virtualDescriptorArray[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1011. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1074) else if (isVirtual) virtualDescriptorArray[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILTERSTRING_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1012. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1074) else if (isVirtual) virtualDescriptorArray[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1013. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1074) else if (isVirtual) virtualDescriptorArray[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILTERSTRING_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1014. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1075) else if (isArchive) archiveDescriptorArray[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1015. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1075) else if (isArchive) archiveDescriptorArray[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILTERSTRING_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1016. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1075) else if (isArchive) archiveDescriptorArray[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1017. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1075) else if (isArchive) archiveDescriptorArray[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILTERSTRING_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1018. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1076) briefPropertyDescriptorArray[++briefIdx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1019. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1076) briefPropertyDescriptorArray[++briefIdx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILTERSTRING_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1020. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1076) briefPropertyDescriptorArray[++briefIdx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1021. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1076) briefPropertyDescriptorArray[++briefIdx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILTERSTRING, SystemViewResources.RESID_PROPERTY_FILTERSTRING_LABEL,SystemViewResources.RESID_PROPERTY_FILTERSTRING_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILTERSTRING_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1022. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1199) protected static PropertyDescriptor createSimplePropertyDescriptor(String keyAndLabel) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1023. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1199) protected static PropertyDescriptor createSimplePropertyDescriptor(String keyAndLabel) ^^^^^^^^^^^ Javadoc: Missing tag for parameter keyAndLabel ---------- 1024. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1661) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 1025. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 1661) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 1026. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2015) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 1027. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2015) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 1028. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2035) SystemMessage msg = resultSet.getMessage(); ^^^ The local variable msg is never read ---------- 1029. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2123) return doDrop(downloadedFilterResults, target, sameSystemType, srcSubSystem == targetFS, SystemDNDTransferRunnable.SRC_TYPE_RSE_RESOURCE, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1030. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2123) return doDrop(downloadedFilterResults, target, sameSystemType, srcSubSystem == targetFS, SystemDNDTransferRunnable.SRC_TYPE_RSE_RESOURCE, monitor); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SRC_TYPE_RSE_RESOURCE from the type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1031. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2234) CopyRunnable rr = new CopyRunnable(existing); ^^^^^^^^^^^^ Discouraged access: The type CopyRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1032. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2234) CopyRunnable rr = new CopyRunnable(existing); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CopyRunnable(List) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1033. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2234) CopyRunnable rr = new CopyRunnable(existing); ^^^^^^^^^^^^ Discouraged access: The type CopyRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1034. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2236) overwrite = rr.getOk(); ^^^^^^^^^^ Discouraged access: The method getOk() from the type CopyRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1035. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2453) if (sourceType == SystemDNDTransferRunnable.SRC_TYPE_OS_RESOURCE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1036. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2453) if (sourceType == SystemDNDTransferRunnable.SRC_TYPE_OS_RESOURCE) ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SRC_TYPE_OS_RESOURCE from the type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1037. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2463) return doDrop(srcFileOrFolder, target, true, sameSystem, SystemDNDTransferRunnable.SRC_TYPE_RSE_RESOURCE, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1038. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2463) return doDrop(srcFileOrFolder, target, true, sameSystem, SystemDNDTransferRunnable.SRC_TYPE_RSE_RESOURCE, monitor); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SRC_TYPE_RSE_RESOURCE from the type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1039. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2467) return doDrop(srcFileOrFolder, target, true, sameSystem, SystemDNDTransferRunnable.SRC_TYPE_RSE_RESOURCE, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1040. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2467) return doDrop(srcFileOrFolder, target, true, sameSystem, SystemDNDTransferRunnable.SRC_TYPE_RSE_RESOURCE, monitor); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SRC_TYPE_RSE_RESOURCE from the type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1041. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2476) if (sourceType == SystemDNDTransferRunnable.SRC_TYPE_TEXT) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1042. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2476) if (sourceType == SystemDNDTransferRunnable.SRC_TYPE_TEXT) ^^^^^^^^^^^^^ Discouraged access: The field SRC_TYPE_TEXT from the type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1043. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2485) if (sourceType == SystemDNDTransferRunnable.SRC_TYPE_ECLIPSE_RESOURCE || sourceType == SystemDNDTransferRunnable.SRC_TYPE_RSE_RESOURCE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1044. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2485) if (sourceType == SystemDNDTransferRunnable.SRC_TYPE_ECLIPSE_RESOURCE || sourceType == SystemDNDTransferRunnable.SRC_TYPE_RSE_RESOURCE) ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SRC_TYPE_ECLIPSE_RESOURCE from the type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1045. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2485) if (sourceType == SystemDNDTransferRunnable.SRC_TYPE_ECLIPSE_RESOURCE || sourceType == SystemDNDTransferRunnable.SRC_TYPE_RSE_RESOURCE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1046. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2485) if (sourceType == SystemDNDTransferRunnable.SRC_TYPE_ECLIPSE_RESOURCE || sourceType == SystemDNDTransferRunnable.SRC_TYPE_RSE_RESOURCE) ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SRC_TYPE_RSE_RESOURCE from the type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1047. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2497) if (sourceType == SystemDNDTransferRunnable.SRC_TYPE_RSE_RESOURCE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1048. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2497) if (sourceType == SystemDNDTransferRunnable.SRC_TYPE_RSE_RESOURCE) ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SRC_TYPE_RSE_RESOURCE from the type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1049. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2535) doDrop(newSrc, target, sameSystemType, filterSubSystem == targetFS, SystemDNDTransferRunnable.SRC_TYPE_RSE_RESOURCE, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1050. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 2535) doDrop(newSrc, target, sameSystemType, filterSubSystem == targetFS, SystemDNDTransferRunnable.SRC_TYPE_RSE_RESOURCE, monitor); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SRC_TYPE_RSE_RESOURCE from the type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1051. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 3042) return ISystemMementoConstants.MEMENTO_KEY_REMOTE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemMementoConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1052. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 3042) return ISystemMementoConstants.MEMENTO_KEY_REMOTE; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field MEMENTO_KEY_REMOTE from the type ISystemMementoConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 1053. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 44) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1054. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 518) _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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1055. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 518) _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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1056. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 518) _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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1057. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 518) _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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 1058. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/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/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 1059. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/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/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 1060. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/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/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 1061. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/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/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 1062. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/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/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- ---------- 1063. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1064. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 58) public SystemFileNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 1065. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 58) public SystemFileNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFactory ---------- 1066. WARNING in /home/data/users/moberhuber/ws_30x/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_TITLE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1067. WARNING in /home/data/users/moberhuber/ws_30x/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_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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1068. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 63) SystemResources.RESID_NEWCONN_SUBSYSTEMPAGE_FILES_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1069. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 63) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1070. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 71) public boolean isInformationalOnly() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1071. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 95) protected ISystemValidator getPortValidator() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1072. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 113) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1073. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 113) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1074. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 125) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1075. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 125) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1076. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 136) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1077. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 136) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1078. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 140) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1079. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 140) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1080. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 161) protected boolean isPortEditable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1081. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 180) public int getPortNumber() ^^^ Javadoc: Missing tag for return type ---------- 1082. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 205) protected SystemMessage validatePortInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1083. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 88) public CreateNewFileJob(IRemoteFile parentFolder, String name, String absName, String message) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolder ---------- 1084. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 88) public CreateNewFileJob(IRemoteFile parentFolder, String name, String absName, String message) ^^^^ Javadoc: Missing tag for parameter name ---------- 1085. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 88) public CreateNewFileJob(IRemoteFile parentFolder, String name, String absName, String message) ^^^^^^^ Javadoc: Missing tag for parameter absName ---------- 1086. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 190) protected SystemNewFileWizardMainPage createMainPage() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1087. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 281) protected static String getNewAbsoluteName(IRemoteFile parentFolder, String newName) ^^^^^^ Javadoc: Missing tag for return type ---------- 1088. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 281) protected static String getNewAbsoluteName(IRemoteFile parentFolder, String newName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolder ---------- 1089. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 281) protected static String getNewAbsoluteName(IRemoteFile parentFolder, String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 1090. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 311) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1091. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 311) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilterRef ---------- 1092. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 311) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolder ---------- 1093. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 311) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^^^^ Javadoc: Missing tag for parameter newAbsName ---------- 1094. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 358) protected static void updateGUI(IRemoteFile parentFolder, IRemoteFile newFileOrFolder, Viewer viewer, ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolder ---------- 1095. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 358) protected static void updateGUI(IRemoteFile parentFolder, IRemoteFile newFileOrFolder, Viewer viewer, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFileOrFolder ---------- 1096. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 358) protected static void updateGUI(IRemoteFile parentFolder, IRemoteFile newFileOrFolder, Viewer viewer, ^^^^^^ Javadoc: Missing tag for parameter viewer ---------- 1097. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 359) boolean isInputAFilter, ISystemFilterReference selectedFilterRef) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter isInputAFilter ---------- 1098. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 359) boolean isInputAFilter, ISystemFilterReference selectedFilterRef) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilterRef ---------- 1099. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 397) protected boolean isInputAFilter() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1100. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 404) protected ISystemFilterReference getSelectedFilterReference() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1101. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 415) protected IRemoteFile[] getParentFolders() throws SystemMessageException ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1102. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 415) protected IRemoteFile[] getParentFolders() throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 1103. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 430) public static IRemoteFile[] getParentFolders(ISystemFilterReference filterRef) throws SystemMessageException ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1104. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 430) public static IRemoteFile[] getParentFolders(ISystemFilterReference filterRef) throws SystemMessageException ^^^^^^^^^ Javadoc: Missing tag for parameter filterRef ---------- 1105. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 430) public static IRemoteFile[] getParentFolders(ISystemFilterReference filterRef) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- ---------- 1106. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizardMainPage.java (at line 67) public SystemNewFileWizardMainPage(Wizard wizard, IRemoteFile[] parentFolders) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 1107. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizardMainPage.java (at line 67) public SystemNewFileWizardMainPage(Wizard wizard, IRemoteFile[] parentFolders) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolders ---------- 1108. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizardMainPage.java (at line 174) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1109. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizardMainPage.java (at line 208) public String getfileName() ^^^^^^ Javadoc: Missing tag for return type ---------- 1110. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizardMainPage.java (at line 215) public IRemoteFile getParentFolder() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1111. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 70) public CreateNewFolderJob(IRemoteFile parentFolder, String name, String absName, String message) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolder ---------- 1112. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 70) public CreateNewFolderJob(IRemoteFile parentFolder, String name, String absName, String message) ^^^^ Javadoc: Missing tag for parameter name ---------- 1113. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 70) public CreateNewFolderJob(IRemoteFile parentFolder, String name, String absName, String message) ^^^^^^^ Javadoc: Missing tag for parameter absName ---------- 1114. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 167) protected SystemNewFolderWizardMainPage createMainPage() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1115. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 262) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1116. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 262) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilterRef ---------- 1117. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 262) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolder ---------- 1118. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 262) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^^^^ Javadoc: Missing tag for parameter newAbsName ---------- 1119. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 310) protected boolean isInputAFilter() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1120. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 317) protected ISystemFilterReference getSelectedFilterReference() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1121. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 328) protected IRemoteFile[] getParentFolders() throws SystemMessageException ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1122. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 328) protected IRemoteFile[] getParentFolders() throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- ---------- 1123. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizardMainPage.java (at line 68) public SystemNewFolderWizardMainPage(Wizard wizard, IRemoteFile[] parentFolders) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 1124. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizardMainPage.java (at line 68) public SystemNewFolderWizardMainPage(Wizard wizard, IRemoteFile[] parentFolders) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolders ---------- 1125. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizardMainPage.java (at line 177) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1126. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizardMainPage.java (at line 210) public String getfolderName() ^^^^^^ Javadoc: Missing tag for return type ---------- 1127. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizardMainPage.java (at line 217) public IRemoteFile getParentFolder() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1127 problems (1127 warnings)# 7/17/12 12:01:12 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/MinimizedFileSystemElement.java (at line 42) public AdaptableList getFiles(IImportStructureProvider provider) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/MinimizedFileSystemElement.java (at line 42) public AdaptableList getFiles(IImportStructureProvider provider) { ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/MinimizedFileSystemElement.java (at line 51) public AdaptableList getFolders(IImportStructureProvider provider) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/MinimizedFileSystemElement.java (at line 51) public AdaptableList getFolders(IImportStructureProvider provider) { ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizard.java (at line 78) private ImageDescriptor getImageDescriptor(String key) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizard.java (at line 78) private ImageDescriptor getImageDescriptor(String key) { ^^^ Javadoc: Missing tag for parameter key ---------- ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 111) protected RemoteExportWizardPage1(String name, IStructuredSelection selection) { ^^^^ Javadoc: Missing tag for parameter name ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 111) protected RemoteExportWizardPage1(String name, IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 119) public RemoteExportWizardPage1(IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 316) protected boolean ensureTargetIsValid(File targetDirectory) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetDirectory ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 337) protected boolean executeExportOperation(RemoteFileExportOperation op) { ^^ Javadoc: Missing tag for parameter op ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 541) protected boolean isDestinationFolder() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 637) protected void setDestinationValue(String path) { ^^^^ Javadoc: Missing tag for parameter path ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 859) public void setErrorMessage(SystemMessage message) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 876) public void setErrorMessage(Throwable exc) { ^^^ Javadoc: Missing tag for parameter exc ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 907) public void setMessage(SystemMessage message) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 43) public RemoteExporter(IHost s) { ^ Javadoc: Missing tag for parameter s ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 59) public void createFolder(IPath destinationPath) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter destinationPath ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 71) public void write(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 71) public void write(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter destinationPath ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 71) public void write(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 71) public void write(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 82) protected void writeChildren(IContainer folder, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 82) protected void writeChildren(IContainer folder, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter destinationPath ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 82) protected void writeChildren(IContainer folder, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 82) protected void writeChildren(IContainer folder, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 97) protected void writeFile(IFile file, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^ Javadoc: Missing tag for parameter file ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 97) protected void writeFile(IFile file, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter destinationPath ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 97) protected void writeFile(IFile file, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 97) protected void writeFile(IFile file, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 149) protected void writeResource(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 149) protected void writeResource(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter destinationPath ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 149) protected void writeResource(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 149) protected void writeResource(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportActionDelegate.java (at line 97) protected RemoteFileExportData readExportData(IFile description, MultiStatus readStatus) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportActionDelegate.java (at line 97) protected RemoteFileExportData readExportData(IFile description, MultiStatus readStatus) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportActionDelegate.java (at line 97) protected RemoteFileExportData readExportData(IFile description, MultiStatus readStatus) { ^^^^^^^^^^ Javadoc: Missing tag for parameter readStatus ---------- ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 58. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 59. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 60. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 83) private RemoteFileExportOperation(IHost conn, IResource resource, List resources, String destinationPath, IOverwriteQuery overwriteImplementor) { ^^^^ Javadoc: Missing tag for parameter conn ---------- 61. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 83) private RemoteFileExportOperation(IHost conn, IResource resource, List resources, String destinationPath, IOverwriteQuery overwriteImplementor) { ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 62. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 83) private RemoteFileExportOperation(IHost conn, IResource resource, List resources, String destinationPath, IOverwriteQuery overwriteImplementor) { ^^^^^^^^^ Javadoc: Missing tag for parameter resources ---------- 63. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 83) private RemoteFileExportOperation(IHost conn, IResource resource, List resources, String destinationPath, IOverwriteQuery overwriteImplementor) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter destinationPath ---------- 64. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 83) private RemoteFileExportOperation(IHost conn, IResource resource, List resources, String destinationPath, IOverwriteQuery overwriteImplementor) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter overwriteImplementor ---------- 65. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 104) protected void addError(String message, Throwable e) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 66. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 104) protected void addError(String message, Throwable e) { ^ Javadoc: Missing tag for parameter e ---------- 67. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 115) protected int countChildrenOf(IResource resource) throws CoreException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 68. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 132) protected int countSelectedResources() throws CoreException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 69. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 157) protected void exportAllResources() throws InterruptedException { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 70. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 178) protected void exportChildren(IResource[] children, IPath currentPath) throws InterruptedException { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 71. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 213) protected void exportFile(IFile file, IPath location) throws InterruptedException { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 72. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 331) protected void exportSpecifiedResources() throws InterruptedException { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- ---------- 73. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportActionDelegate.java (at line 97) protected RemoteFileImportData readImportData(IFile description, MultiStatus readStatus) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 74. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportActionDelegate.java (at line 97) protected RemoteFileImportData readImportData(IFile description, MultiStatus readStatus) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 75. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportActionDelegate.java (at line 97) protected RemoteFileImportData readImportData(IFile description, MultiStatus readStatus) { ^^^^^^^^^^ Javadoc: Missing tag for parameter readStatus ---------- ---------- 76. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 77. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 78. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 79. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 80. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 81. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 82. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 83. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 84. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 85. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 86. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 87. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportOperation.java (at line 532) int importFolder(Object folderObject, int policy) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter folderObject ---------- 88. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportOperation.java (at line 596) boolean queryOverwrite(IPath resourcePath) throws OperationCanceledException { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter resourcePath ---------- ---------- 89. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 90. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 91. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 92. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 93. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 94. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 95. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 96. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 97. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 98. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 99. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizard.java (at line 80) private ImageDescriptor getImageDescriptor(String key) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 100. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizard.java (at line 80) private ImageDescriptor getImageDescriptor(String key) { ^^^ Javadoc: Missing tag for parameter key ---------- ---------- 101. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 93) 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/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 102. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 148) selectionGroup.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/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 103. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 195) selectionGroup.selectionChanged(evt1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectionChanged(SelectionChangedEvent) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 104. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 199) selectionGroup.selectionChanged(evt2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectionChanged(SelectionChangedEvent) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 105. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 263) protected RemoteImportWizardPage1(String name, IWorkbench aWorkbench, IStructuredSelection selection) { ^^^^ Javadoc: Missing tag for parameter name ---------- 106. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 263) protected RemoteImportWizardPage1(String name, IWorkbench aWorkbench, IStructuredSelection selection) { ^^^^^^^^^^ Javadoc: Missing tag for parameter aWorkbench ---------- 107. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 263) protected RemoteImportWizardPage1(String name, IWorkbench aWorkbench, IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 108. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 301) protected Button createButton(Composite parent, int id, String label, boolean defaultButton) { ^^^^^^ Javadoc: Missing tag for return type ---------- 109. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 383) selectionGroup.setFocus(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFocus() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 110. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 449) protected void createRootDirectoryGroup(Composite parent) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 111. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 516) protected MinimizedFileSystemElement createRootElement(Object fileSystemObject, IImportStructureProvider provider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 112. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 516) protected MinimizedFileSystemElement createRootElement(Object fileSystemObject, IImportStructureProvider provider) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fileSystemObject ---------- 113. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 516) protected MinimizedFileSystemElement createRootElement(Object fileSystemObject, IImportStructureProvider provider) { ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 114. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 551) protected void enableButtonGroup(boolean enable) { ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 115. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 561) protected boolean ensureSourceIsValid() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 116. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 577) protected boolean executeImportOperation(RemoteFileImportOperation op) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 117. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 577) protected boolean executeImportOperation(RemoteFileImportOperation op) { ^^ Javadoc: Missing tag for parameter op ---------- 118. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 693) protected MinimizedFileSystemElement getFileSystemTree() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 119. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 760) protected File getSourceDirectory() { ^^^^ Javadoc: Missing tag for return type ---------- 120. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 770) private File getSourceDirectory(String path) { ^^^^ Javadoc: Missing tag for return type ---------- 121. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 779) private String getSourceDirectoryName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 122. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 788) private String getSourceDirectoryName(String sourceName) { ^^^^^^ Javadoc: Missing tag for return type ---------- 123. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 788) private String getSourceDirectoryName(String sourceName) { ^^^^^^^^^^ Javadoc: Missing tag for parameter sourceName ---------- 124. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 847) selectionGroup.setFocus(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFocus() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 125. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 929) 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/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 126. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 1029) protected MinimizedFileSystemElement selectFiles(final Object rootFileSystemObject, final IImportStructureProvider structureProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 127. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 1029) protected MinimizedFileSystemElement selectFiles(final Object rootFileSystemObject, final IImportStructureProvider structureProvider) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter rootFileSystemObject ---------- 128. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 1029) protected MinimizedFileSystemElement selectFiles(final Object rootFileSystemObject, final IImportStructureProvider structureProvider) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter structureProvider ---------- 129. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 1099) final IElementFilter filter = new IElementFilter() { ^^^^^^^^^^^^^^ Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 130. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 1099) final IElementFilter filter = new IElementFilter() { ^^^^^^^^^^^^^^ Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 131. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 1166) final IElementFilter filter = new IElementFilter() { ^^^^^^^^^^^^^^ Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 132. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 1166) final IElementFilter filter = new IElementFilter() { ^^^^^^^^^^^^^^ Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 133. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 1241) selectionGroup.setFocus(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFocus() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 134. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 1485) public void setErrorMessage(SystemMessage message) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 135. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 1501) public void setErrorMessage(Throwable exc) { ^^^ Javadoc: Missing tag for parameter exc ---------- 136. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 1536) public void setMessage(SystemMessage message) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- ---------- 137. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 138. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/UniFilePlus.java (at line 45) public UniFilePlus(IRemoteFile remoteFile) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- ---------- 139. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 48) public static IRemoteFile getIRemoteFile(IHost c, String path) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 140. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 48) public static IRemoteFile getIRemoteFile(IHost c, String path) { ^ Javadoc: Missing tag for parameter c ---------- 141. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 48) public static IRemoteFile getIRemoteFile(IHost c, String path) { ^^^^ Javadoc: Missing tag for parameter path ---------- 142. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 75) public static String getAsString(IRemoteFile selectedDirectory) { ^^^^^^ Javadoc: Missing tag for return type ---------- 143. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 75) public static String getAsString(IRemoteFile selectedDirectory) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedDirectory ---------- 144. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 83) public static String getAsString(UniFilePlus selectedDirectory) { ^^^^^^ Javadoc: Missing tag for return type ---------- 145. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 83) public static String getAsString(UniFilePlus selectedDirectory) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedDirectory ---------- 146. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 91) public static boolean isConnectionValid(String name, Shell s) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 147. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 91) public static boolean isConnectionValid(String name, Shell s) { ^^^^ Javadoc: Missing tag for parameter name ---------- 148. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 91) public static boolean isConnectionValid(String name, Shell s) { ^ Javadoc: Missing tag for parameter s ---------- 149. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 114) public static IRemoteFile parseForIRemoteFile(String sel) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 150. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 114) public static IRemoteFile parseForIRemoteFile(String sel) { ^^^ Javadoc: Missing tag for parameter sel ---------- 151. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 127) public static String parseForPath(String sel) { ^^^^^^ Javadoc: Missing tag for return type ---------- 152. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 127) public static String parseForPath(String sel) { ^^^ Javadoc: Missing tag for parameter sel ---------- 153. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 135) public static IHost getConnection(String profileName, String connectionName) { ^^^^^ Javadoc: Missing tag for return type ---------- 154. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 135) public static IHost getConnection(String profileName, String connectionName) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 155. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 135) public static IHost getConnection(String profileName, String connectionName) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 156. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 165) public static IHost parseForSystemConnection(String sel) { ^^^^^ Javadoc: Missing tag for return type ---------- 157. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 165) public static IHost parseForSystemConnection(String sel) { ^^^ Javadoc: Missing tag for parameter sel ---------- 157 problems (157 warnings)# 7/17/12 12:01:12 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/ProcessesPlugin.java (at line 84) public static SystemMessage getPluginMessage(String msgId) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 72) public SystemKillProcessAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 156) protected IRunnableContext getRunnableContext() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 217) protected boolean doKill(IRemoteProcess process, String signal, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for return type ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 218) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 302) protected SystemMessage getKillingMessage(String signal, String processName) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 302) protected SystemMessage getKillingMessage(String signal, String processName) ^^^^^^ Javadoc: Missing tag for parameter signal ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 302) protected SystemMessage getKillingMessage(String signal, String processName) ^^^^^^^^^^^ Javadoc: Missing tag for parameter processName ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 313) protected void showOperationMessage(Exception exc, Shell shell) ^^^ Javadoc: Missing tag for parameter exc ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 313) protected void showOperationMessage(Exception exc, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 328) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 328) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 351) protected void showOperationErrorMessage(Shell shell, SystemMessageException exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 351) protected void showOperationErrorMessage(Shell shell, SystemMessageException exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 364) protected void showOperationCancelledMessage(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemNewProcessFilterAction.java (at line 40) public SystemNewProcessFilterAction(Shell shell, ISystemFilterPool parentPool) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemNewProcessFilterAction.java (at line 40) public SystemNewProcessFilterAction(Shell shell, ISystemFilterPool parentPool) ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPool ---------- ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillDialog.java (at line 96) public SystemKillDialog(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillDialog.java (at line 314) public SystemKillTableRow[] getRows() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillDialog.java (at line 324) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillDialog.java (at line 324) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillTableProvider.java (at line 24) import org.eclipse.rse.internal.ui.dialogs.SystemDeleteTableProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemDeleteTableProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillTableProvider.java (at line 26) public class SystemKillTableProvider extends SystemDeleteTableProvider ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemDeleteTableProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillTableProvider.java (at line 38) if (children == null) ^^^^^^^^ Discouraged access: The field children from the type SystemDeleteTableProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillTableProvider.java (at line 41) children = new SystemKillTableRow[iss.size()]; ^^^^^^^^ Discouraged access: The field children from the type SystemDeleteTableProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillTableProvider.java (at line 46) children[idx] = new SystemKillTableRow(i.next(), idx); ^^^^^^^^ Discouraged access: The field children from the type SystemDeleteTableProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillTableProvider.java (at line 50) return children; ^^^^^^^^ Discouraged access: The field children from the type SystemDeleteTableProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillTableProvider.java (at line 56) public int getRowNumber(SystemKillTableRow row) ^^^ Javadoc: Missing tag for return type ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillTableProvider.java (at line 56) public int getRowNumber(SystemKillTableRow row) ^^^ Javadoc: Missing tag for parameter row ---------- ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillTableRow.java (at line 21) import org.eclipse.rse.internal.ui.dialogs.SystemDeleteTableRow; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemDeleteTableRow is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillTableRow.java (at line 31) public class SystemKillTableRow extends SystemDeleteTableRow ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemDeleteTableRow is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillTableRow.java (at line 44) super(element, rowNbr); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemDeleteTableRow(Object, int) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 32) import org.eclipse.rse.internal.ui.actions.SystemTestFilterStringAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTestFilterStringAction is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 138) public void setExeNameLength(int max) ^^^ Javadoc: Missing tag for parameter max ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 147) public void setUserNameLength(int max) ^^^ Javadoc: Missing tag for parameter max ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 156) public void setExistingStrings(String[] existingStrings) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingStrings ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 548) protected SystemMessage validateNameInput(Text txt) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 548) protected SystemMessage validateNameInput(Text txt) ^^^ Javadoc: Missing tag for parameter txt ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 570) protected SystemMessage validateGidInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 592) protected SystemMessage validateMinVMInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 614) protected SystemMessage validateMaxVMInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 636) protected SystemMessage validateMinLessThanMax() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 744) SystemTestFilterStringAction testAction = new SystemTestFilterStringAction(getShell()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTestFilterStringAction is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 744) SystemTestFilterStringAction testAction = new SystemTestFilterStringAction(getShell()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemTestFilterStringAction(Shell) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 744) SystemTestFilterStringAction testAction = new SystemTestFilterStringAction(getShell()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTestFilterStringAction is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 745) testAction.setSubSystem((ISubSystem)refProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSubSystem(ISubSystem) from the type SystemTestFilterStringAction is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 746) testAction.setFilterString(getFilterString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFilterString(String) from the type SystemTestFilterStringAction is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 49 problems (49 warnings)# 7/17/12 12:02:02 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. # 7/17/12 12:01:16 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/Activator.java (at line 57) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/files/DStoreFileService.java (at line 1268) protected String getSeparator(String parentPath) ^^^^^^ Javadoc: Missing tag for return type ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/files/DStoreFileService.java (at line 1268) protected String getSeparator(String parentPath) ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPath ---------- ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/processes/DStoreProcessService.java (at line 130) protected IHostProcess[] convertObjsToHostProcesses(IHostProcessFilter processFilter, Object[] objs) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/processes/DStoreProcessService.java (at line 130) protected IHostProcess[] convertObjsToHostProcesses(IHostProcessFilter processFilter, Object[] objs) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter processFilter ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/processes/DStoreProcessService.java (at line 130) protected IHostProcess[] convertObjsToHostProcesses(IHostProcessFilter processFilter, Object[] objs) ^^^^ Javadoc: Missing tag for parameter objs ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/processes/DStoreProcessService.java (at line 163) protected DataStore getDataStore() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/processes/DStoreProcessService.java (at line 353) public String getRemoteUserName() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/AbstractDStoreService.java (at line 156) protected List dsQueryCommandMulti(DataElement[] subjects, String[] commands, IProgressMonitor monitor) ^^^^ Javadoc: Missing tag for return type ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/AbstractDStoreService.java (at line 156) protected List dsQueryCommandMulti(DataElement[] subjects, String[] commands, IProgressMonitor monitor) ^^^^^^^^ Javadoc: Missing tag for parameter subjects ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/AbstractDStoreService.java (at line 156) protected List dsQueryCommandMulti(DataElement[] subjects, String[] commands, IProgressMonitor monitor) ^^^^^^^^ Javadoc: Missing tag for parameter commands ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/AbstractDStoreService.java (at line 156) protected List dsQueryCommandMulti(DataElement[] subjects, String[] commands, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/DStoreStatusMonitor.java (at line 156) public boolean determineStatusDone(DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/DStoreStatusMonitor.java (at line 174) public synchronized void setDone(DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/DStoreStatusMonitor.java (at line 224) public boolean isNetworkDown() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/DownloadListener.java (at line 86) public long getTotalLength() ^^^^ Javadoc: Missing tag for return type ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/DownloadListener.java (at line 97) public boolean isDone() ^^^^^^^ Javadoc: Missing tag for return type ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/DownloadListener.java (at line 190) public void setDone(boolean done) ^^^^ Javadoc: Missing tag for parameter done ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/DownloadListener.java (at line 206) public boolean wasCancelled() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 270) public DataElement handleSearch(DataElement theElement, DataElement status, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 270) public DataElement handleSearch(DataElement theElement, DataElement status, ^^^^^^^^^^ Javadoc: Missing tag for parameter theElement ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 270) public DataElement handleSearch(DataElement theElement, DataElement status, ^^^^^^ Javadoc: Missing tag for parameter status ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 271) String queryType, boolean fileNamesCaseSensitive) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 271) String queryType, boolean fileNamesCaseSensitive) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fileNamesCaseSensitive ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 355) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 355) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 355) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^^^^^ Javadoc: Missing tag for parameter attributes ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 355) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^ Javadoc: Missing tag for parameter status ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 356) String queryType, boolean caseSensitive) ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 356) String queryType, boolean caseSensitive) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 357) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 482) public DataElement handleQueryFiles(DataElement subject, DataElement attributes, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 482) public DataElement handleQueryFiles(DataElement subject, DataElement attributes, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 482) public DataElement handleQueryFiles(DataElement subject, DataElement attributes, ^^^^^^^^^^ Javadoc: Missing tag for parameter attributes ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 483) DataElement status, String queryType, boolean caseSensitive) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 483) DataElement status, String queryType, boolean caseSensitive) ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 483) DataElement status, String queryType, boolean caseSensitive) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 484) throws SystemMessageException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 535) public DataElement handleQueryFolders(DataElement subject, DataElement attributes, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 535) public DataElement handleQueryFolders(DataElement subject, DataElement attributes, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 535) public DataElement handleQueryFolders(DataElement subject, DataElement attributes, ^^^^^^^^^^ Javadoc: Missing tag for parameter attributes ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 536) DataElement status, String queryType, boolean caseSensitive) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 536) DataElement status, String queryType, boolean caseSensitive) ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 536) DataElement status, String queryType, boolean caseSensitive) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 537) throws SystemMessageException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 593) public DataElement handleQueryRoots(DataElement subject, DataElement status) throws SystemMessageException { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 593) public DataElement handleQueryRoots(DataElement subject, DataElement status) throws SystemMessageException { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 593) public DataElement handleQueryRoots(DataElement subject, DataElement status) throws SystemMessageException { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 58. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 593) public DataElement handleQueryRoots(DataElement subject, DataElement status) throws SystemMessageException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 59. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 636) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 60. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 636) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 61. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 636) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 62. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 636) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter refreshDataStore ---------- 63. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 658) public DataElement handleRename(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 64. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 658) public DataElement handleRename(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 65. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 658) public DataElement handleRename(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 66. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 671) public DataElement handleCreateFile(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 67. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 671) public DataElement handleCreateFile(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 68. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 672) DataElement status, String queryType) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 69. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 672) DataElement status, String queryType) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 70. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 685) public DataElement handleCreateFolder(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 71. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 685) public DataElement handleCreateFolder(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 72. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 686) DataElement status, String queryType) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 73. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 686) DataElement status, String queryType) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 74. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 698) public DataElement handleSetReadOnly(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 75. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 698) public DataElement handleSetReadOnly(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 76. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 698) public DataElement handleSetReadOnly(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 77. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 773) public DataElement handleSetLastModified(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 78. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 773) public DataElement handleSetLastModified(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 79. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 774) DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 80. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 815) protected DataElement handleQueryBasicProperty(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 81. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 815) protected DataElement handleQueryBasicProperty(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 82. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 816) DataElement status) throws SystemMessageException { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 83. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 816) DataElement status) throws SystemMessageException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 84. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 827) protected DataElement handleQuerycanWriteProperty(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 85. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 827) protected DataElement handleQuerycanWriteProperty(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 86. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 828) DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 87. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 846) protected DataElement handleQueryAdvanceProperty(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 88. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 846) protected DataElement handleQueryAdvanceProperty(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 89. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 847) DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 90. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 856) protected DataElement handleQueryExists(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 91. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 856) protected DataElement handleQueryExists(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 92. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 857) DataElement status, String queryType) throws SystemMessageException { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 93. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 857) DataElement status, String queryType) throws SystemMessageException { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 94. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 857) DataElement status, String queryType) throws SystemMessageException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 95. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 909) public DataElement handleQueryGetRemoteObject(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 96. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 909) public DataElement handleQueryGetRemoteObject(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 97. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 910) DataElement status, String queryType) throws SystemMessageException { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 98. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 910) DataElement status, String queryType) throws SystemMessageException { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 99. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 910) DataElement status, String queryType) throws SystemMessageException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 100. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1142) protected String getClassificationString(String s) { ^^^^^^ Javadoc: Missing tag for return type ---------- 101. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1142) protected String getClassificationString(String s) { ^ Javadoc: Missing tag for parameter s ---------- 102. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1154) protected String getFilterString(String s) { ^^^^^^ Javadoc: Missing tag for return type ---------- 103. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1154) protected String getFilterString(String s) { ^ Javadoc: Missing tag for parameter s ---------- 104. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1182) protected boolean getShowHiddenFlag(String s) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 105. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1182) protected boolean getShowHiddenFlag(String s) { ^ Javadoc: Missing tag for parameter s ---------- 106. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1209) protected int getDepth(String s) ^^^ Javadoc: Missing tag for return type ---------- 107. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1209) protected int getDepth(String s) ^ Javadoc: Missing tag for parameter s ---------- 108. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1234) protected DataElement handleDownload(DataElement theElement, DataElement status) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 109. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1234) protected DataElement handleDownload(DataElement theElement, DataElement status) ^^^^^^^^^^ Javadoc: Missing tag for parameter theElement ---------- 110. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1234) protected DataElement handleDownload(DataElement theElement, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 111. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1248) protected DataElement handleQueryEncoding(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 112. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1248) protected DataElement handleQueryEncoding(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 113. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1248) protected DataElement handleQueryEncoding(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 114. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1261) protected DataElement handleQueryUnusedPort(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 115. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1261) protected DataElement handleQueryUnusedPort(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 116. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1261) protected DataElement handleQueryUnusedPort(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 117. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1286) public DataElement statusDone(DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 118. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1286) public DataElement statusDone(DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 119. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1302) public DataElement statusCancelled(DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 120. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1302) public DataElement statusCancelled(DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 121. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1309) * @see Miner#load() ^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 122. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1392) protected DataElement handleQueryClassName(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 123. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1392) protected DataElement handleQueryClassName(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 124. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1393) DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 125. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1417) protected DataElement handleQueryQualifiedClassName(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 126. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1417) protected DataElement handleQueryQualifiedClassName(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 127. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1417) protected DataElement handleQueryQualifiedClassName(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 128. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1504) public DataElement handleGetOSType(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 129. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 152) protected DataElement handleQueryUserName(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 130. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 152) protected DataElement handleQueryUserName(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 131. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 152) protected DataElement handleQueryUserName(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 132. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 225) private DataElement handleQuery(DataElement subject, DataElement status) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 133. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 225) private DataElement handleQuery(DataElement subject, DataElement status) ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 134. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 225) private DataElement handleQuery(DataElement subject, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 135. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 387) private void handleQueryJobAllProperties(DataElement subject, DataElement status) ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 136. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 387) private void handleQueryJobAllProperties(DataElement subject, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 137. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 394) private DataElement handleKill(DataElement subject, DataElement status) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 138. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 394) private DataElement handleKill(DataElement subject, DataElement status) ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 139. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 394) private DataElement handleKill(DataElement subject, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- ---------- 140. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 21) import java.io.File; ^^^^^^^^^^^^ The import java.io.File is never used ---------- 141. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 44) public static String getUserPreferencesDirectory(DataStore dataStore) ^^^^^^ Javadoc: Missing tag for return type ---------- 142. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 44) public static String getUserPreferencesDirectory(DataStore dataStore) ^^^^^^^^^ Javadoc: Missing tag for parameter dataStore ---------- 143. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 58) public static void logInfo(String minerName, String message, DataStore dataStore) ^^^^^^^^^ Javadoc: Missing tag for parameter dataStore ---------- 144. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 70) public static void logWarning(String minerName, String message, DataStore dataStore) ^^^^^^^^^ Javadoc: Missing tag for parameter dataStore ---------- 145. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 84) public static void logError(String minerName, String message, Throwable exception, DataStore dataStore) ^^^^^^^^^ Javadoc: Missing tag for parameter dataStore ---------- 146. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 96) public static void logDebugMessage(String minerName, String message, DataStore dataStore) ^^^^^^^^^ Javadoc: Missing tag for parameter dataStore ---------- ---------- 147. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1329) public DataElement createObject(String type, String text) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 148. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1329) public DataElement createObject(String type, String text) ^^^^ Javadoc: Missing tag for parameter type ---------- 149. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1329) public DataElement createObject(String type, String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 150. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1356) private DataElement createObject(String type, String text, String file, Integer line) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 151. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1356) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter type ---------- 152. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1356) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter text ---------- 153. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1356) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter file ---------- 154. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1356) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter line ---------- ---------- 155. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/ArchiveQueryThread.java (at line 240) protected void createDataElement(DataStore ds, DataElement subject, ^^ Javadoc: Missing tag for parameter ds ---------- 156. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/ArchiveQueryThread.java (at line 240) protected void createDataElement(DataStore ds, DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 157. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/ArchiveQueryThread.java (at line 241) VirtualChild[] list, String filter, String rootPath, ^^^^ Javadoc: Missing tag for parameter list ---------- 158. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/ArchiveQueryThread.java (at line 241) VirtualChild[] list, String filter, String rootPath, ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 159. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/ArchiveQueryThread.java (at line 241) VirtualChild[] list, String filter, String rootPath, ^^^^^^^^ Javadoc: Missing tag for parameter rootPath ---------- 160. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/ArchiveQueryThread.java (at line 242) String virtualPath) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- ---------- 161. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/DeleteThread.java (at line 219) public void deleteDir(File fileObj, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter fileObj ---------- 162. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/DeleteThread.java (at line 219) public void deleteDir(File fileObj, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- ---------- 163. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileClassifier.java (at line 234) private List getElementsFor(String fileName) ^^^^^^^^ Javadoc: Missing tag for parameter fileName ---------- ---------- 164. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileQueryThread.java (at line 155) protected void createDataElement(DataStore ds, DataElement subject, ^^ Javadoc: Missing tag for parameter ds ---------- 165. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileQueryThread.java (at line 155) protected void createDataElement(DataStore ds, DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 166. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileQueryThread.java (at line 156) File[] list, String queryType, String filter, int include, String types[]) ^^^^ Javadoc: Missing tag for parameter list ---------- 167. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileQueryThread.java (at line 156) File[] list, String queryType, String filter, int include, String types[]) ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 168. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileQueryThread.java (at line 156) File[] list, String queryType, String filter, int include, String types[]) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 169. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileQueryThread.java (at line 156) File[] list, String queryType, String filter, int include, String types[]) ^^^^^^^ Javadoc: Missing tag for parameter include ---------- 170. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileQueryThread.java (at line 156) File[] list, String queryType, String filter, int include, String types[]) ^^^^^ Javadoc: Missing tag for parameter types ---------- ---------- 171. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/QueryThread.java (at line 48) public DataElement statusDone(DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 172. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/QueryThread.java (at line 48) public DataElement statusDone(DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 173. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/QueryThread.java (at line 75) public String setProperties(File fileObj, boolean doArchiveProperties) { ^^^^^^ Javadoc: Missing tag for return type ---------- 174. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/QueryThread.java (at line 75) public String setProperties(File fileObj, boolean doArchiveProperties) { ^^^^^^^ Javadoc: Missing tag for parameter fileObj ---------- 175. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/QueryThread.java (at line 75) public String setProperties(File fileObj, boolean doArchiveProperties) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter doArchiveProperties ---------- ---------- 176. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/RenameThread.java (at line 111) _subject.setAttribute(DE.A_SOURCE, _miner.setProperties(handler ^^^^^^^ Null pointer access: The variable handler can only be null at this location ---------- ---------- 177. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 178. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 179. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 180. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalSearchHandler.java (at line 45) import org.eclipse.dstore.internal.core.util.MemoryManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MemoryManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 181. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalSearchHandler.java (at line 87) private MemoryManager _memoryManager; ^^^^^^^^^^^^^ Discouraged access: The type MemoryManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 182. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalSearchHandler.java (at line 92) _memoryManager = new MemoryManager(dataStore);//MemoryManager.getInstance(dataStore); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor MemoryManager(DataStore) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 183. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalSearchHandler.java (at line 92) _memoryManager = new MemoryManager(dataStore);//MemoryManager.getInstance(dataStore); ^^^^^^^^^^^^^ Discouraged access: The type MemoryManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 184. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalSearchHandler.java (at line 493) _memoryManager.checkAndClearupMemory(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method checkAndClearupMemory() from the type MemoryManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 184 problems (184 warnings)# 7/17/12 12:01:15 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 270) public DataElement handleSearch(DataElement theElement, DataElement status, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 270) public DataElement handleSearch(DataElement theElement, DataElement status, ^^^^^^^^^^ Javadoc: Missing tag for parameter theElement ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 270) public DataElement handleSearch(DataElement theElement, DataElement status, ^^^^^^ Javadoc: Missing tag for parameter status ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 271) String queryType, boolean fileNamesCaseSensitive) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 271) String queryType, boolean fileNamesCaseSensitive) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fileNamesCaseSensitive ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 355) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 355) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 355) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^^^^^ Javadoc: Missing tag for parameter attributes ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 355) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^ Javadoc: Missing tag for parameter status ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 356) String queryType, boolean caseSensitive) ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 356) String queryType, boolean caseSensitive) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 357) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 482) public DataElement handleQueryFiles(DataElement subject, DataElement attributes, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 482) public DataElement handleQueryFiles(DataElement subject, DataElement attributes, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 482) public DataElement handleQueryFiles(DataElement subject, DataElement attributes, ^^^^^^^^^^ Javadoc: Missing tag for parameter attributes ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 483) DataElement status, String queryType, boolean caseSensitive) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 483) DataElement status, String queryType, boolean caseSensitive) ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 483) DataElement status, String queryType, boolean caseSensitive) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 484) throws SystemMessageException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 535) public DataElement handleQueryFolders(DataElement subject, DataElement attributes, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 535) public DataElement handleQueryFolders(DataElement subject, DataElement attributes, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 535) public DataElement handleQueryFolders(DataElement subject, DataElement attributes, ^^^^^^^^^^ Javadoc: Missing tag for parameter attributes ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 536) DataElement status, String queryType, boolean caseSensitive) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 536) DataElement status, String queryType, boolean caseSensitive) ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 536) DataElement status, String queryType, boolean caseSensitive) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 537) throws SystemMessageException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 593) public DataElement handleQueryRoots(DataElement subject, DataElement status) throws SystemMessageException { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 593) public DataElement handleQueryRoots(DataElement subject, DataElement status) throws SystemMessageException { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 593) public DataElement handleQueryRoots(DataElement subject, DataElement status) throws SystemMessageException { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 593) public DataElement handleQueryRoots(DataElement subject, DataElement status) throws SystemMessageException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 636) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 636) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 636) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 636) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter refreshDataStore ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 658) public DataElement handleRename(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 658) public DataElement handleRename(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 658) public DataElement handleRename(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 671) public DataElement handleCreateFile(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 671) public DataElement handleCreateFile(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 672) DataElement status, String queryType) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 672) DataElement status, String queryType) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 685) public DataElement handleCreateFolder(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 685) public DataElement handleCreateFolder(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 686) DataElement status, String queryType) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 686) DataElement status, String queryType) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 698) public DataElement handleSetReadOnly(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 698) public DataElement handleSetReadOnly(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 698) public DataElement handleSetReadOnly(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 773) public DataElement handleSetLastModified(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 773) public DataElement handleSetLastModified(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 774) DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 815) protected DataElement handleQueryBasicProperty(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 815) protected DataElement handleQueryBasicProperty(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 816) DataElement status) throws SystemMessageException { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 816) DataElement status) throws SystemMessageException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 827) protected DataElement handleQuerycanWriteProperty(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 827) protected DataElement handleQuerycanWriteProperty(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 58. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 828) DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 59. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 846) protected DataElement handleQueryAdvanceProperty(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 60. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 846) protected DataElement handleQueryAdvanceProperty(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 61. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 847) DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 62. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 856) protected DataElement handleQueryExists(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 63. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 856) protected DataElement handleQueryExists(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 64. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 857) DataElement status, String queryType) throws SystemMessageException { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 65. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 857) DataElement status, String queryType) throws SystemMessageException { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 66. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 857) DataElement status, String queryType) throws SystemMessageException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 67. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 909) public DataElement handleQueryGetRemoteObject(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 68. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 909) public DataElement handleQueryGetRemoteObject(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 69. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 910) DataElement status, String queryType) throws SystemMessageException { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 70. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 910) DataElement status, String queryType) throws SystemMessageException { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 71. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 910) DataElement status, String queryType) throws SystemMessageException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 72. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1142) protected String getClassificationString(String s) { ^^^^^^ Javadoc: Missing tag for return type ---------- 73. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1142) protected String getClassificationString(String s) { ^ Javadoc: Missing tag for parameter s ---------- 74. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1154) protected String getFilterString(String s) { ^^^^^^ Javadoc: Missing tag for return type ---------- 75. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1154) protected String getFilterString(String s) { ^ Javadoc: Missing tag for parameter s ---------- 76. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1182) protected boolean getShowHiddenFlag(String s) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 77. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1182) protected boolean getShowHiddenFlag(String s) { ^ Javadoc: Missing tag for parameter s ---------- 78. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1209) protected int getDepth(String s) ^^^ Javadoc: Missing tag for return type ---------- 79. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1209) protected int getDepth(String s) ^ Javadoc: Missing tag for parameter s ---------- 80. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1234) protected DataElement handleDownload(DataElement theElement, DataElement status) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 81. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1234) protected DataElement handleDownload(DataElement theElement, DataElement status) ^^^^^^^^^^ Javadoc: Missing tag for parameter theElement ---------- 82. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1234) protected DataElement handleDownload(DataElement theElement, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 83. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1248) protected DataElement handleQueryEncoding(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 84. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1248) protected DataElement handleQueryEncoding(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 85. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1248) protected DataElement handleQueryEncoding(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 86. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1261) protected DataElement handleQueryUnusedPort(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 87. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1261) protected DataElement handleQueryUnusedPort(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 88. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1261) protected DataElement handleQueryUnusedPort(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 89. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1286) public DataElement statusDone(DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 90. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1286) public DataElement statusDone(DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 91. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1302) public DataElement statusCancelled(DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 92. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1302) public DataElement statusCancelled(DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 93. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1309) * @see Miner#load() ^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 94. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1392) protected DataElement handleQueryClassName(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 95. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1392) protected DataElement handleQueryClassName(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 96. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1393) DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 97. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1417) protected DataElement handleQueryQualifiedClassName(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 98. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1417) protected DataElement handleQueryQualifiedClassName(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 99. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1417) protected DataElement handleQueryQualifiedClassName(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 100. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1504) public DataElement handleGetOSType(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 101. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 152) protected DataElement handleQueryUserName(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 102. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 152) protected DataElement handleQueryUserName(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 103. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 152) protected DataElement handleQueryUserName(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 104. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 225) private DataElement handleQuery(DataElement subject, DataElement status) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 105. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 225) private DataElement handleQuery(DataElement subject, DataElement status) ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 106. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 225) private DataElement handleQuery(DataElement subject, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 107. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 387) private void handleQueryJobAllProperties(DataElement subject, DataElement status) ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 108. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 387) private void handleQueryJobAllProperties(DataElement subject, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 109. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 394) private DataElement handleKill(DataElement subject, DataElement status) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 110. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 394) private DataElement handleKill(DataElement subject, DataElement status) ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 111. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 394) private DataElement handleKill(DataElement subject, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- ---------- 112. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 21) import java.io.File; ^^^^^^^^^^^^ The import java.io.File is never used ---------- 113. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 44) public static String getUserPreferencesDirectory(DataStore dataStore) ^^^^^^ Javadoc: Missing tag for return type ---------- 114. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 44) public static String getUserPreferencesDirectory(DataStore dataStore) ^^^^^^^^^ Javadoc: Missing tag for parameter dataStore ---------- 115. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 58) public static void logInfo(String minerName, String message, DataStore dataStore) ^^^^^^^^^ Javadoc: Missing tag for parameter dataStore ---------- 116. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 70) public static void logWarning(String minerName, String message, DataStore dataStore) ^^^^^^^^^ Javadoc: Missing tag for parameter dataStore ---------- 117. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 84) public static void logError(String minerName, String message, Throwable exception, DataStore dataStore) ^^^^^^^^^ Javadoc: Missing tag for parameter dataStore ---------- 118. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 96) public static void logDebugMessage(String minerName, String message, DataStore dataStore) ^^^^^^^^^ Javadoc: Missing tag for parameter dataStore ---------- ---------- 119. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1329) public DataElement createObject(String type, String text) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 120. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1329) public DataElement createObject(String type, String text) ^^^^ Javadoc: Missing tag for parameter type ---------- 121. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1329) public DataElement createObject(String type, String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 122. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1356) private DataElement createObject(String type, String text, String file, Integer line) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 123. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1356) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter type ---------- 124. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1356) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter text ---------- 125. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1356) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter file ---------- 126. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1356) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter line ---------- ---------- 127. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/ArchiveQueryThread.java (at line 240) protected void createDataElement(DataStore ds, DataElement subject, ^^ Javadoc: Missing tag for parameter ds ---------- 128. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/ArchiveQueryThread.java (at line 240) protected void createDataElement(DataStore ds, DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 129. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/ArchiveQueryThread.java (at line 241) VirtualChild[] list, String filter, String rootPath, ^^^^ Javadoc: Missing tag for parameter list ---------- 130. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/ArchiveQueryThread.java (at line 241) VirtualChild[] list, String filter, String rootPath, ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 131. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/ArchiveQueryThread.java (at line 241) VirtualChild[] list, String filter, String rootPath, ^^^^^^^^ Javadoc: Missing tag for parameter rootPath ---------- 132. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/ArchiveQueryThread.java (at line 242) String virtualPath) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- ---------- 133. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/DeleteThread.java (at line 219) public void deleteDir(File fileObj, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter fileObj ---------- 134. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/DeleteThread.java (at line 219) public void deleteDir(File fileObj, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- ---------- 135. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileClassifier.java (at line 234) private List getElementsFor(String fileName) ^^^^^^^^ Javadoc: Missing tag for parameter fileName ---------- ---------- 136. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileQueryThread.java (at line 155) protected void createDataElement(DataStore ds, DataElement subject, ^^ Javadoc: Missing tag for parameter ds ---------- 137. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileQueryThread.java (at line 155) protected void createDataElement(DataStore ds, DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 138. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileQueryThread.java (at line 156) File[] list, String queryType, String filter, int include, String types[]) ^^^^ Javadoc: Missing tag for parameter list ---------- 139. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileQueryThread.java (at line 156) File[] list, String queryType, String filter, int include, String types[]) ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 140. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileQueryThread.java (at line 156) File[] list, String queryType, String filter, int include, String types[]) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 141. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileQueryThread.java (at line 156) File[] list, String queryType, String filter, int include, String types[]) ^^^^^^^ Javadoc: Missing tag for parameter include ---------- 142. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileQueryThread.java (at line 156) File[] list, String queryType, String filter, int include, String types[]) ^^^^^ Javadoc: Missing tag for parameter types ---------- ---------- 143. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/QueryThread.java (at line 48) public DataElement statusDone(DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 144. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/QueryThread.java (at line 48) public DataElement statusDone(DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 145. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/QueryThread.java (at line 75) public String setProperties(File fileObj, boolean doArchiveProperties) { ^^^^^^ Javadoc: Missing tag for return type ---------- 146. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/QueryThread.java (at line 75) public String setProperties(File fileObj, boolean doArchiveProperties) { ^^^^^^^ Javadoc: Missing tag for parameter fileObj ---------- 147. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/QueryThread.java (at line 75) public String setProperties(File fileObj, boolean doArchiveProperties) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter doArchiveProperties ---------- ---------- 148. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/RenameThread.java (at line 111) _subject.setAttribute(DE.A_SOURCE, _miner.setProperties(handler ^^^^^^^ Null pointer access: The variable handler can only be null at this location ---------- ---------- 149. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 150. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 151. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 152. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalSearchHandler.java (at line 45) import org.eclipse.dstore.internal.core.util.MemoryManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MemoryManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 153. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalSearchHandler.java (at line 87) private MemoryManager _memoryManager; ^^^^^^^^^^^^^ Discouraged access: The type MemoryManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 154. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalSearchHandler.java (at line 92) _memoryManager = new MemoryManager(dataStore);//MemoryManager.getInstance(dataStore); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor MemoryManager(DataStore) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 155. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalSearchHandler.java (at line 92) _memoryManager = new MemoryManager(dataStore);//MemoryManager.getInstance(dataStore); ^^^^^^^^^^^^^ Discouraged access: The type MemoryManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 156. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalSearchHandler.java (at line 493) _memoryManager.checkAndClearupMemory(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method checkAndClearupMemory() from the type MemoryManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 156 problems (156 warnings)# 7/17/12 12:01:18 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPService.java (at line 581) protected FTPHostFile getFileInternal(String remoteParent, String fileName, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPService.java (at line 581) protected FTPHostFile getFileInternal(String remoteParent, String fileName, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteParent ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPService.java (at line 581) protected FTPHostFile getFileInternal(String remoteParent, String fileName, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^^ Javadoc: Missing tag for parameter fileName ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPService.java (at line 581) protected FTPHostFile getFileInternal(String remoteParent, String fileName, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPService.java (at line 581) protected FTPHostFile getFileInternal(String remoteParent, String fileName, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPService.java (at line 1407) private boolean listFiles(IProgressMonitor monitor) throws Exception ^^^^^^^ Javadoc: Missing tag for return type ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPService.java (at line 1407) private boolean listFiles(IProgressMonitor monitor) throws Exception ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/src/org/eclipse/rse/internal/services/files/ftp/FTPService.java (at line 1407) private boolean listFiles(IProgressMonitor monitor) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 8 problems (8 warnings)# 7/17/12 12:01:18 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/Activator.java (at line 39) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/files/LocalFileService.java (at line 1124) protected boolean deleteFromArchive(File destination, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^ Javadoc: Missing tag for return type ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/files/LocalFileService.java (at line 1124) protected boolean deleteFromArchive(File destination, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/files/LocalFileService.java (at line 1124) protected boolean deleteFromArchive(File destination, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/files/LocalFileService.java (at line 1196) protected boolean renameVirtualFile(File destination, String newName, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/files/LocalFileService.java (at line 1196) protected boolean renameVirtualFile(File destination, String newName, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/files/LocalFileService.java (at line 1395) 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 ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/files/LocalFileService.java (at line 1395) 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 ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/files/LocalFileService.java (at line 1589) String messageText = "File not found"; ^^^^^^^^^^^ The local variable messageText is never read ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/files/LocalFileService.java (at line 1705) * @see org.eclipse.rse.services.files.AbstractFileService#getOutputStream(String, String, boolean, IProgressMonitor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: The method getOutputStream(String, String, boolean, IProgressMonitor) from the type AbstractFileService is deprecated ---------- ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/shells/LocalShellThread.java (at line 494) private String[] getEnvironmentVariables(boolean windows) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/shells/LocalShellThread.java (at line 494) private String[] getEnvironmentVariables(boolean windows) ^^^^^^^ Javadoc: Missing tag for parameter windows ---------- 12 problems (12 warnings)# 7/17/12 12:01:19 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.ssh/src/org/eclipse/rse/internal/services/ssh/files/SftpFileService.java (at line 1214) * @see org.eclipse.rse.services.files.AbstractFileService#getOutputStream(String, String, boolean, IProgressMonitor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: The method getOutputStream(String, String, boolean, IProgressMonitor) from the type AbstractFileService is deprecated ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.ssh/src/org/eclipse/rse/internal/services/ssh/shell/SshShellService.java (at line 66) protected synchronized SshTerminalService getRelatedTerminalService() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.ssh/src/org/eclipse/rse/internal/services/ssh/terminal/SshTerminalService.java (at line 51) protected synchronized SshShellService getRelatedShellService() { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.ssh/src/org/eclipse/rse/internal/services/ssh/terminal/SshTerminalShell.java (at line 183) public void writeToShell(String command) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 4 problems (4 warnings)# 7/17/12 12:01:20 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. # 7/17/12 12:00:59 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/internal/services/terminals/AbstractTerminalShell.java (at line 90) * {@link #getWaitForPollInterval()}. ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/AbstractFileService.java (at line 67) protected IProgressMonitor progressTick(IProgressMonitor monitor) throws SystemMessageException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/CodePageConverterManager.java (at line 52) public static IFileServiceCodePageConverter getCodePageConverter(String serverEncoding, IFileService fileService) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter fileService ---------- ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/HostFilePermissions.java (at line 39) public HostFilePermissions(String alphaPermissions, String user, String group){ ^^^^ Javadoc: Missing tag for parameter user ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/HostFilePermissions.java (at line 39) public HostFilePermissions(String alphaPermissions, String user, String group){ ^^^^^ Javadoc: Missing tag for parameter group ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/HostFilePermissions.java (at line 50) public HostFilePermissions(int initialPermissions, String user, String group){ ^^^^ Javadoc: Missing tag for parameter user ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/HostFilePermissions.java (at line 50) public HostFilePermissions(int initialPermissions, String user, String group){ ^^^^^ Javadoc: Missing tag for parameter group ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/HostFilePermissions.java (at line 61) private String alphaPermissionsToOctal(String alphaPermissions) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter alphaPermissions ---------- ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/IFileService.java (at line 554) public void setLastModified(String parent, String name, long timestamp, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/IFileService.java (at line 567) public void setReadOnly(String parent, String name, boolean readOnly, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/IFileServiceCodePageConverter.java (at line 48) public void convertFileFromRemoteEncoding(String remotePath, File file, String remoteEncoding, String localEncoding, IFileService fs); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteEncoding ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/IFileServiceCodePageConverter.java (at line 64) public int getPriority(String remoteEncoding, IFileService fs); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteEncoding ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/IFileServiceCodePageConverter.java (at line 64) public int getPriority(String remoteEncoding, IFileService fs); ^^ Javadoc: Missing tag for parameter fs ---------- ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/IHostFilePermissions.java (at line 128) public String toAlphaString(); ^^^^^^ Javadoc: Missing tag for return type ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/IHostFilePermissions.java (at line 156) * by the {@link Object#clone()} contract. ^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/IHostFilePermissions.java (at line 164) * @see Object#clone() ^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/IHostFilePermissionsContainer.java (at line 37) public void setPermissions(IHostFilePermissions permissions); ^^^^^^^^^^^ Javadoc: Missing tag for parameter permissions ---------- ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/processes/AbstractProcessService.java (at line 105) public SystemMessage getMessage(String messageID) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/processes/AbstractProcessService.java (at line 105) public SystemMessage getMessage(String messageID) ^^^^^^^^^ Javadoc: Missing tag for parameter messageID ---------- ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IShellService.java (at line 45) public IHostShell launchShell(String initialWorkingDirectory, String[] environment, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IShellService.java (at line 45) public IHostShell launchShell(String initialWorkingDirectory, String[] environment, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialWorkingDirectory ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IShellService.java (at line 45) public IHostShell launchShell(String initialWorkingDirectory, String[] environment, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^ Javadoc: Missing tag for parameter environment ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IShellService.java (at line 45) public IHostShell launchShell(String initialWorkingDirectory, String[] environment, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IShellService.java (at line 84) public IHostShell runCommand(String initialWorkingDirectory, String command, String[] environment, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IShellService.java (at line 84) public IHostShell runCommand(String initialWorkingDirectory, String command, String[] environment, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialWorkingDirectory ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IShellService.java (at line 84) public IHostShell runCommand(String initialWorkingDirectory, String command, String[] environment, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^ Javadoc: Missing tag for parameter command ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IShellService.java (at line 84) public IHostShell runCommand(String initialWorkingDirectory, String command, String[] environment, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^ Javadoc: Missing tag for parameter environment ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IShellService.java (at line 84) public IHostShell runCommand(String initialWorkingDirectory, String command, String[] environment, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/ISystemOperationMonitor.java (at line 28) public boolean isDone(); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 58. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 59. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 60. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 61. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 149) public String getXMLFileEncoding(String filePath) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 62. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 395) public String getEncodingFromBOM(String filePath) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 63. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 410) private String getEncodingFromBOM(InputStream stream) throws IOException { ^^^^^^ Javadoc: Missing tag for parameter stream ---------- 64. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 410) private String getEncodingFromBOM(InputStream stream) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 65. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 66. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 67. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 257) public VirtualChild getVirtualObject(String fullyQualifiedName) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 68. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 279) public ISystemArchiveHandler getRegisteredHandler(File file) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 69. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 279) public ISystemArchiveHandler getRegisteredHandler(File file) throws SystemMessageException ^^^^ Javadoc: Missing tag for parameter file ---------- 70. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 374) protected boolean handlerHasProperConstructor(Class handlerType) ^^^^^^^ Javadoc: Missing tag for return type ---------- 71. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 374) protected boolean handlerHasProperConstructor(Class handlerType) ^^^^^^^^^^^ Javadoc: Missing tag for parameter handlerType ---------- 72. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 395) protected boolean handlerImplementsISystemArchiveHandler(Class handlerType) ^^^^^^^ Javadoc: Missing tag for return type ---------- 73. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 395) protected boolean handlerImplementsISystemArchiveHandler(Class handlerType) ^^^^^^^^^^^ Javadoc: Missing tag for parameter handlerType ---------- 74. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 416) public void disposeOfRegisteredHandlerFor(File file) ^^^^ Javadoc: Missing tag for parameter file ---------- 75. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 507) public void createEmptyArchive(File newFile) throws SystemMessageException ^^^^^^^ Javadoc: Missing tag for parameter newFile ---------- 76. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 550) public String[] getRegisteredExtensions() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 77. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 567) public String getComment(File archive) throws SystemMessageException ^^^^^^ Javadoc: Missing tag for return type ---------- 78. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 567) public String getComment(File archive) throws SystemMessageException ^^^^^^^ Javadoc: Missing tag for parameter archive ---------- 79. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 580) public long getExpandedSize(File archive) throws SystemMessageException ^^^^ Javadoc: Missing tag for return type ---------- 80. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 580) public long getExpandedSize(File archive) throws SystemMessageException ^^^^^^^ Javadoc: Missing tag for parameter archive ---------- ---------- 81. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 485) public void rename(String fullVirtualName, String newName, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException; ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- ---------- 82. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 571) public SystemTarHandler(File file) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 83. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 616) protected void updateTree(HashMap newOldNames) ^^^^^^^^^^^ Javadoc: Missing tag for parameter newOldNames ---------- 84. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 678) protected void updateCache() throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 85. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1201) public void listAllFiles(File parent, List found) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 86. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1201) public void listAllFiles(File parent, List found) { ^^^^^ Javadoc: Missing tag for parameter found ---------- 87. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1635) protected VirtualChild updateVirtualChild(TarEntry entry, VirtualChild child) { ^^^^^ Javadoc: Missing tag for parameter child ---------- 88. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1770) VirtualChild temp = updateVirtualChild(entry, vfs.getEntry(fullVirtualName)); ^^^^ The local variable temp is never read ---------- ---------- 89. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTgzHandler.java (at line 32) public SystemTgzHandler(File file) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 90. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 171) protected void updateTreeAfterRename(HashMap newOldName, VirtualChild[] renameList) ^^^^^^^^^^ Javadoc: Missing tag for parameter newOldName ---------- 91. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 171) protected void updateTreeAfterRename(HashMap newOldName, VirtualChild[] renameList) ^^^^^^^^^^ Javadoc: Missing tag for parameter renameList ---------- 92. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 289) protected void fillBranchAfterRename(ZipEntry next, String oldName) ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 93. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 419) protected void recursivePopulate(String key, VirtualChild value) ^^^ Javadoc: Missing tag for parameter key ---------- 94. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 419) protected void recursivePopulate(String key, VirtualChild value) ^^^^^ Javadoc: Missing tag for parameter value ---------- 95. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 467) protected void populate(String key, VirtualChild value) ^^^ Javadoc: Missing tag for parameter key ---------- 96. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 467) protected void populate(String key, VirtualChild value) ^^^^^ Javadoc: Missing tag for parameter value ---------- 97. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 528) public VirtualChild[] getVirtualChildrenList(boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 98. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 528) public VirtualChild[] getVirtualChildrenList(boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 99. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 528) public VirtualChild[] getVirtualChildrenList(boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 100. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 592) public VirtualChild[] getVirtualChildrenList(String parent, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 101. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 592) public VirtualChild[] getVirtualChildrenList(String parent, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 102. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 592) public VirtualChild[] getVirtualChildrenList(String parent, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 103. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 592) public VirtualChild[] getVirtualChildrenList(String parent, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 104. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 818) public long getTimeStampFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^ Javadoc: Missing tag for return type ---------- 105. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 818) public long getTimeStampFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 106. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 818) public long getTimeStampFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 107. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 818) public long getTimeStampFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 108. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 854) public long getSizeFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 109. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 899) public void extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 110. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 899) public void extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText, ^^^^^^^^^^^ Javadoc: Missing tag for parameter destination ---------- 111. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 899) public void extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText, ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 112. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 899) public void extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText, ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 113. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 899) public void extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText, ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 114. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 115. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 116. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1316) public void add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, ^^^^^ Javadoc: Missing tag for parameter files ---------- 117. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1316) public void add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 118. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1316) public void add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, ^^^^^ Javadoc: Missing tag for parameter names ---------- 119. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1316) public void add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncodings ---------- 120. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1316) public void add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncodings ---------- 121. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1316) public void add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 122. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1317) boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 123. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1317) boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 124. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1317) boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 125. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1432) public static boolean listAllFiles(File parent, HashSet found, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^ Javadoc: Missing tag for return type ---------- 126. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1432) public static boolean listAllFiles(File parent, HashSet found, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 127. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1432) public static boolean listAllFiles(File parent, HashSet found, ISystemOperationMonitor archiveOperationMonitor) ^^^^^ Javadoc: Missing tag for parameter found ---------- 128. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1432) public static boolean listAllFiles(File parent, HashSet found, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 129. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1476) protected boolean recreateZipDeleteEntries(VirtualChild[] vcList, ZipOutputStream dest, HashSet omitChildren, ISystemOperationMonitor archiveOperationMonitor) throws IOException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 130. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1538) protected boolean recreateZipRenameEntries(VirtualChild[] vcList, ZipOutputStream dest, HashMap names, ISystemOperationMonitor archiveOperationMonitor) throws IOException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 131. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1601) 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 ---------- 132. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1601) 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 ---------- 133. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1601) 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 ---------- 134. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1601) 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 ---------- 135. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1601) 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 ---------- 136. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1601) 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 ---------- 137. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1601) 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 ---------- 138. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1669) 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 ---------- 139. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1669) 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 ---------- 140. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1669) 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 ---------- 141. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1669) 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 ---------- 142. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1669) 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 ---------- 143. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1669) 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 ---------- 144. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1669) 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 ---------- 145. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1717) protected void replaceOldZip(File outputTempFile) throws IOException ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter outputTempFile ---------- 146. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1750) public boolean delete(String fullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^ Javadoc: Missing tag for return type ---------- 147. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1750) public boolean delete(String fullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 148. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1750) public boolean delete(String fullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 149. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1750) public boolean delete(String fullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 150. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1750) public boolean delete(String fullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 151. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1884) public void replace(String fullVirtualName, File file, String name, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 152. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1884) public void replace(String fullVirtualName, File file, String name, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^ Javadoc: Missing tag for parameter file ---------- 153. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1884) public void replace(String fullVirtualName, File file, String name, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^ Javadoc: Missing tag for parameter name ---------- 154. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1884) public void replace(String fullVirtualName, File file, String name, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 155. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1884) public void replace(String fullVirtualName, File file, String name, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 156. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1885) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 157. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2040) public void fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 158. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2040) public void fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFullVirtualName ---------- 159. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2040) public void fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 160. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2040) public void fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 161. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2255) protected boolean createVirtualObject(String name, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 162. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2255) protected boolean createVirtualObject(String name, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 163. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2380) protected boolean openZipFile() throws IOException ^^^^^^^ Javadoc: Missing tag for return type ---------- 164. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2408) protected boolean updateVirtualFSIfNecessary(ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 165. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2450) protected ZipEntry safeGetEntry(String name) throws IOException ^^^^^^^^ Javadoc: Missing tag for return type ---------- 166. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2450) protected ZipEntry safeGetEntry(String name) throws IOException ^^^^ Javadoc: Missing tag for parameter name ---------- 167. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2450) protected ZipEntry safeGetEntry(String name) throws IOException ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 168. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2566) public String getCommentFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^ Javadoc: Missing tag for return type ---------- 169. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2566) public String getCommentFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 170. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2566) public String getCommentFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 171. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2566) public String getCommentFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 172. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2601) public long getCompressedSizeFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^ Javadoc: Missing tag for return type ---------- 173. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2601) public long getCompressedSizeFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 174. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2601) public long getCompressedSizeFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 175. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2601) public long getCompressedSizeFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 176. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2633) public String getCompressionMethodFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^ Javadoc: Missing tag for return type ---------- 177. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2633) public String getCompressionMethodFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 178. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2633) public String getCompressionMethodFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 179. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2633) public String getCompressionMethodFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 180. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2673) public String getClassification(String fullVirtualName, boolean closeZipFile) throws SystemMessageException { ^^^^^^ Javadoc: Missing tag for return type ---------- 181. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2673) public String getClassification(String fullVirtualName, boolean closeZipFile) throws SystemMessageException { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 182. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2673) public String getClassification(String fullVirtualName, boolean closeZipFile) throws SystemMessageException { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 183. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2673) public String getClassification(String fullVirtualName, boolean closeZipFile) throws SystemMessageException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- ---------- 184. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/TarEntry.java (at line 404) public void writeFields(OutputStream outStream) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 185. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/TarEntry.java (at line 534) * @see java.lang.Object#clone() ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- ---------- 186. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/TarFile.java (at line 244) private TarEntry extractBlockHeader(byte[] blockData) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 187. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/TarOutputStream.java (at line 91) public void putNextEntry(TarEntry entry) throws IOException { ^^^^^ Javadoc: Missing tag for parameter entry ---------- ---------- 188. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 60) public VirtualChild(ISystemArchiveHandler handler) ^^^^^^^ Javadoc: Missing tag for parameter handler ---------- 189. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 83) public VirtualChild(ISystemArchiveHandler handler, String fullVirtualName) ^^^^^^^ Javadoc: Missing tag for parameter handler ---------- 190. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 83) public VirtualChild(ISystemArchiveHandler handler, String fullVirtualName) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 191. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 97) public VirtualChild(String fullVirtualName, File containingArchive) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 192. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 97) public VirtualChild(String fullVirtualName, File containingArchive) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter containingArchive ---------- 193. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 265) public File getExtractedFile() throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 194. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 279) public File getExtractedFile(String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 195. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 279) public File getExtractedFile(String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 196. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 279) public File getExtractedFile(String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 197. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 279) public File getExtractedFile(String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 198. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 357) public void getExtractedFile(File destination, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^ Javadoc: Missing tag for parameter destination ---------- 199. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 357) public void getExtractedFile(File destination, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 200. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 375) public void getExtractedFile(File destination, String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^ Javadoc: Missing tag for parameter destination ---------- 201. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 375) public void getExtractedFile(File destination, String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 202. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 375) public void getExtractedFile(File destination, String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 203. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 375) public void getExtractedFile(File destination, String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 204. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 405) public boolean exists() throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 205. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 417) public void renameTo(String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- ---------- 206. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 286) protected FieldInfo readField(EnhancedDataInputStream dataStream) throws IOException { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 207. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 318) protected MethodInfo readMethod(EnhancedDataInputStream dataStream) throws IOException { ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 208. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 337) protected AbstractAttributeInfo readAttribute(EnhancedDataInputStream dataStream) throws IOException { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 209. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 361) protected String getString(int index) { ^^^^^^ Javadoc: Missing tag for return type ---------- 210. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 361) protected String getString(int index) { ^^^^^ Javadoc: Missing tag for parameter index ---------- ---------- 211. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/ClassFileUtil.java (at line 96) public String getQualifiedClassName(String classFilePath) throws IOException { ^^^^^^ Javadoc: Missing tag for return type ---------- 212. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/ClassFileUtil.java (at line 106) public String getQualifiedClassName(File classFile) throws IOException { ^^^^^^ Javadoc: Missing tag for return type ---------- 213. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/ClassFileUtil.java (at line 116) public String getQualifiedClassName(InputStream stream) throws IOException { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 214. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/ICommonMessageIds.java (at line 21) * {@link org.eclipse.rse.ui.SystemBasePlugin#getPluginMessage(String)}. The ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.ui cannot be resolved to a type ---------- ---------- 215. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemLockTimeoutException.java (at line 46) public SystemLockTimeoutException(String pluginId, String detailMsg) { ^^^^^^^^^ Javadoc: Missing tag for parameter detailMsg ---------- ---------- 216. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessage.java (at line 110) * @throws IndicatorException if the indicator is not valid ^^^^^^^^^^^^^^^^^^ Javadoc: The type IndicatorException is deprecated ---------- 217. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessage.java (at line 314) private void makeSub(int subNumber, Object sub) { ^^^^^^^^^ Javadoc: Missing tag for parameter subNumber ---------- 218. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessage.java (at line 314) private void makeSub(int subNumber, Object sub) { ^^^ Javadoc: Missing tag for parameter sub ---------- ---------- 219. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 220. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 221. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 222. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 223. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 224. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 225. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 226. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 227. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 228. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 229. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemOperationFailedException.java (at line 53) public SystemOperationFailedException(String pluginId, String msg) { ^^^^^^^^ Javadoc: Missing tag for parameter pluginId ---------- 230. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemOperationFailedException.java (at line 63) public SystemOperationFailedException(String pluginId, Exception remoteException) { ^^^^^^^^ Javadoc: Missing tag for parameter pluginId ---------- 231. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemOperationFailedException.java (at line 72) public SystemOperationFailedException(String pluginId, String operationPerformed, Exception remoteException) { ^^^^^^^^ Javadoc: Missing tag for parameter pluginId ---------- 232. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemOperationFailedException.java (at line 72) public SystemOperationFailedException(String pluginId, String operationPerformed, Exception remoteException) { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter operationPerformed ---------- ---------- 233. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 72) public HostProcessFilterImpl(boolean resolveVariables) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter resolveVariables ---------- 234. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 90) public HostProcessFilterImpl(String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 235. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 99) public HostProcessFilterImpl(String input, boolean resolveVariables) ^^^^^ Javadoc: Missing tag for parameter input ---------- 236. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 99) public HostProcessFilterImpl(String input, boolean resolveVariables) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter resolveVariables ---------- ---------- 237. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 25) public String getName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 252. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 30) public String getUsername(); ^^^^^^ Javadoc: Missing tag for return type ---------- 253. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 35) public String getGid(); ^^^^^^ Javadoc: Missing tag for return type ---------- 254. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 40) public String getPpid(); ^^^^^^ Javadoc: Missing tag for return type ---------- 255. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 45) public String getPid(); ^^^^^^ Javadoc: Missing tag for return type ---------- 256. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 51) public boolean getAnyStatus(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 257. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 56) public String getMinVM(); ^^^^^^ Javadoc: Missing tag for return type ---------- 258. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 61) public String getMaxVM(); ^^^^^^ Javadoc: Missing tag for return type ---------- 259. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 68) public void setName(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 260. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 75) public void setUsername(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 261. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 80) public void setGid(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 262. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 85) public void setPpid(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 263. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 90) public void setPid(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 264. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 100) public void setMinVM(String strMinVM); ^^^^^^^^ Javadoc: Missing tag for parameter strMinVM ---------- 265. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 105) public void setMaxVM(String strMaxVM); ^^^^^^^^ Javadoc: Missing tag for parameter strMaxVM ---------- 266. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 116) public boolean allows(String status); ^^^^^^^ Javadoc: Missing tag for return type ---------- 267. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 116) public boolean allows(String status); ^^^^^^ Javadoc: Missing tag for parameter status ---------- 268. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 123) public boolean getSpecificState(String stateCode); ^^^^^^^ Javadoc: Missing tag for return type ---------- 269. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 138) public boolean satisfiesState(String stateString); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 270. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 271. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 272. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 273. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 274. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 275. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 276. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 277. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 278. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 279. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 280. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 281. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 282. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 283. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 284. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 285. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 286. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 287. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 288. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 289. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 290. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 291. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 292. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 293. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 294. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 295. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 296. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 297. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 298. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 299. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 300. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 301. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 302. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemSearchStringMatcher.java (at line 42) * @throws ^^^^^^ Javadoc: Missing class name ---------- 303. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 303 problems (303 warnings)# 7/17/12 12:00:57 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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 ---------- ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/ISystemOperationMonitor.java (at line 28) public boolean isDone(); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 149) public String getXMLFileEncoding(String filePath) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 395) public String getEncodingFromBOM(String filePath) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 410) private String getEncodingFromBOM(InputStream stream) throws IOException { ^^^^^^ Javadoc: Missing tag for parameter stream ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 410) private String getEncodingFromBOM(InputStream stream) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemReentrantMutex.java (at line 26) * {@link org.eclipse.rse.services.Mutex} with some modification to make sure the ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.services.Mutex cannot be resolved to a type ---------- ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 257) public VirtualChild getVirtualObject(String fullyQualifiedName) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 279) public ISystemArchiveHandler getRegisteredHandler(File file) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 279) public ISystemArchiveHandler getRegisteredHandler(File file) throws SystemMessageException ^^^^ Javadoc: Missing tag for parameter file ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 374) protected boolean handlerHasProperConstructor(Class handlerType) ^^^^^^^ Javadoc: Missing tag for return type ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 374) protected boolean handlerHasProperConstructor(Class handlerType) ^^^^^^^^^^^ Javadoc: Missing tag for parameter handlerType ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 395) protected boolean handlerImplementsISystemArchiveHandler(Class handlerType) ^^^^^^^ Javadoc: Missing tag for return type ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 395) protected boolean handlerImplementsISystemArchiveHandler(Class handlerType) ^^^^^^^^^^^ Javadoc: Missing tag for parameter handlerType ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 416) public void disposeOfRegisteredHandlerFor(File file) ^^^^ Javadoc: Missing tag for parameter file ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 507) public void createEmptyArchive(File newFile) throws SystemMessageException ^^^^^^^ Javadoc: Missing tag for parameter newFile ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 550) public String[] getRegisteredExtensions() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 567) public String getComment(File archive) throws SystemMessageException ^^^^^^ Javadoc: Missing tag for return type ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 567) public String getComment(File archive) throws SystemMessageException ^^^^^^^ Javadoc: Missing tag for parameter archive ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 580) public long getExpandedSize(File archive) throws SystemMessageException ^^^^ Javadoc: Missing tag for return type ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 580) public long getExpandedSize(File archive) throws SystemMessageException ^^^^^^^ Javadoc: Missing tag for parameter archive ---------- ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 485) public void rename(String fullVirtualName, String newName, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException; ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 571) public SystemTarHandler(File file) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 616) protected void updateTree(HashMap newOldNames) ^^^^^^^^^^^ Javadoc: Missing tag for parameter newOldNames ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 678) protected void updateCache() throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1201) public void listAllFiles(File parent, List found) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1201) public void listAllFiles(File parent, List found) { ^^^^^ Javadoc: Missing tag for parameter found ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1635) protected VirtualChild updateVirtualChild(TarEntry entry, VirtualChild child) { ^^^^^ Javadoc: Missing tag for parameter child ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1770) VirtualChild temp = updateVirtualChild(entry, vfs.getEntry(fullVirtualName)); ^^^^ The local variable temp is never read ---------- ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTgzHandler.java (at line 32) public SystemTgzHandler(File file) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 58. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 171) protected void updateTreeAfterRename(HashMap newOldName, VirtualChild[] renameList) ^^^^^^^^^^ Javadoc: Missing tag for parameter newOldName ---------- 59. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 171) protected void updateTreeAfterRename(HashMap newOldName, VirtualChild[] renameList) ^^^^^^^^^^ Javadoc: Missing tag for parameter renameList ---------- 60. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 289) protected void fillBranchAfterRename(ZipEntry next, String oldName) ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 61. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 419) protected void recursivePopulate(String key, VirtualChild value) ^^^ Javadoc: Missing tag for parameter key ---------- 62. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 419) protected void recursivePopulate(String key, VirtualChild value) ^^^^^ Javadoc: Missing tag for parameter value ---------- 63. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 467) protected void populate(String key, VirtualChild value) ^^^ Javadoc: Missing tag for parameter key ---------- 64. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 467) protected void populate(String key, VirtualChild value) ^^^^^ Javadoc: Missing tag for parameter value ---------- 65. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 528) public VirtualChild[] getVirtualChildrenList(boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 66. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 528) public VirtualChild[] getVirtualChildrenList(boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 67. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 528) public VirtualChild[] getVirtualChildrenList(boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 68. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 592) public VirtualChild[] getVirtualChildrenList(String parent, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 69. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 592) public VirtualChild[] getVirtualChildrenList(String parent, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 70. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 592) public VirtualChild[] getVirtualChildrenList(String parent, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 71. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 592) public VirtualChild[] getVirtualChildrenList(String parent, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 72. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 818) public long getTimeStampFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^ Javadoc: Missing tag for return type ---------- 73. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 818) public long getTimeStampFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 74. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 818) public long getTimeStampFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 75. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 818) public long getTimeStampFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 76. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 854) public long getSizeFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 77. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 899) public void extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 78. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 899) public void extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText, ^^^^^^^^^^^ Javadoc: Missing tag for parameter destination ---------- 79. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 899) public void extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText, ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 80. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 899) public void extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText, ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 81. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 899) public void extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText, ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 82. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 83. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 84. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1316) public void add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, ^^^^^ Javadoc: Missing tag for parameter files ---------- 85. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1316) public void add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 86. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1316) public void add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, ^^^^^ Javadoc: Missing tag for parameter names ---------- 87. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1316) public void add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncodings ---------- 88. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1316) public void add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncodings ---------- 89. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1316) public void add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 90. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1317) boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 91. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1317) boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 92. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1317) boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 93. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1432) public static boolean listAllFiles(File parent, HashSet found, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^ Javadoc: Missing tag for return type ---------- 94. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1432) public static boolean listAllFiles(File parent, HashSet found, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 95. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1432) public static boolean listAllFiles(File parent, HashSet found, ISystemOperationMonitor archiveOperationMonitor) ^^^^^ Javadoc: Missing tag for parameter found ---------- 96. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1432) public static boolean listAllFiles(File parent, HashSet found, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 97. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1476) protected boolean recreateZipDeleteEntries(VirtualChild[] vcList, ZipOutputStream dest, HashSet omitChildren, ISystemOperationMonitor archiveOperationMonitor) throws IOException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 98. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1538) protected boolean recreateZipRenameEntries(VirtualChild[] vcList, ZipOutputStream dest, HashMap names, ISystemOperationMonitor archiveOperationMonitor) throws IOException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 99. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1601) 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 ---------- 100. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1601) 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 ---------- 101. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1601) 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 ---------- 102. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1601) 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 ---------- 103. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1601) 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 ---------- 104. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1601) 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 ---------- 105. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1601) 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 ---------- 106. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1669) 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 ---------- 107. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1669) 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 ---------- 108. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1669) 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 ---------- 109. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1669) 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 ---------- 110. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1669) 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 ---------- 111. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1669) 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 ---------- 112. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1669) 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 ---------- 113. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1717) protected void replaceOldZip(File outputTempFile) throws IOException ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter outputTempFile ---------- 114. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1750) public boolean delete(String fullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^ Javadoc: Missing tag for return type ---------- 115. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1750) public boolean delete(String fullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 116. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1750) public boolean delete(String fullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 117. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1750) public boolean delete(String fullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 118. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1750) public boolean delete(String fullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 119. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1884) public void replace(String fullVirtualName, File file, String name, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 120. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1884) public void replace(String fullVirtualName, File file, String name, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^ Javadoc: Missing tag for parameter file ---------- 121. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1884) public void replace(String fullVirtualName, File file, String name, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^ Javadoc: Missing tag for parameter name ---------- 122. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1884) public void replace(String fullVirtualName, File file, String name, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 123. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1884) public void replace(String fullVirtualName, File file, String name, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 124. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1885) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 125. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2040) public void fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 126. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2040) public void fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFullVirtualName ---------- 127. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2040) public void fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 128. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2040) public void fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 129. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2255) protected boolean createVirtualObject(String name, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 130. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2255) protected boolean createVirtualObject(String name, boolean closeZipFile, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 131. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2380) protected boolean openZipFile() throws IOException ^^^^^^^ Javadoc: Missing tag for return type ---------- 132. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2408) protected boolean updateVirtualFSIfNecessary(ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 133. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2450) protected ZipEntry safeGetEntry(String name) throws IOException ^^^^^^^^ Javadoc: Missing tag for return type ---------- 134. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2450) protected ZipEntry safeGetEntry(String name) throws IOException ^^^^ Javadoc: Missing tag for parameter name ---------- 135. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2450) protected ZipEntry safeGetEntry(String name) throws IOException ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 136. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2566) public String getCommentFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^ Javadoc: Missing tag for return type ---------- 137. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2566) public String getCommentFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 138. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2566) public String getCommentFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 139. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2566) public String getCommentFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 140. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2601) public long getCompressedSizeFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^ Javadoc: Missing tag for return type ---------- 141. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2601) public long getCompressedSizeFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 142. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2601) public long getCompressedSizeFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 143. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2601) public long getCompressedSizeFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 144. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2633) public String getCompressionMethodFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^ Javadoc: Missing tag for return type ---------- 145. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2633) public String getCompressionMethodFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 146. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2633) public String getCompressionMethodFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 147. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2633) public String getCompressionMethodFor(String fullVirtualName, boolean closeZipFile) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 148. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2673) public String getClassification(String fullVirtualName, boolean closeZipFile) throws SystemMessageException { ^^^^^^ Javadoc: Missing tag for return type ---------- 149. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2673) public String getClassification(String fullVirtualName, boolean closeZipFile) throws SystemMessageException { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 150. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2673) public String getClassification(String fullVirtualName, boolean closeZipFile) throws SystemMessageException { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 151. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2673) public String getClassification(String fullVirtualName, boolean closeZipFile) throws SystemMessageException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- ---------- 152. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/TarEntry.java (at line 404) public void writeFields(OutputStream outStream) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 153. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/TarEntry.java (at line 534) * @see java.lang.Object#clone() ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- ---------- 154. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/TarFile.java (at line 244) private TarEntry extractBlockHeader(byte[] blockData) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 155. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/TarOutputStream.java (at line 91) public void putNextEntry(TarEntry entry) throws IOException { ^^^^^ Javadoc: Missing tag for parameter entry ---------- ---------- 156. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 60) public VirtualChild(ISystemArchiveHandler handler) ^^^^^^^ Javadoc: Missing tag for parameter handler ---------- 157. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 83) public VirtualChild(ISystemArchiveHandler handler, String fullVirtualName) ^^^^^^^ Javadoc: Missing tag for parameter handler ---------- 158. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 83) public VirtualChild(ISystemArchiveHandler handler, String fullVirtualName) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 159. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 97) public VirtualChild(String fullVirtualName, File containingArchive) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 160. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 97) public VirtualChild(String fullVirtualName, File containingArchive) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter containingArchive ---------- 161. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 265) public File getExtractedFile() throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 162. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 279) public File getExtractedFile(String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 163. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 279) public File getExtractedFile(String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 164. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 279) public File getExtractedFile(String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 165. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 279) public File getExtractedFile(String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 166. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 357) public void getExtractedFile(File destination, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^ Javadoc: Missing tag for parameter destination ---------- 167. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 357) public void getExtractedFile(File destination, ISystemOperationMonitor archiveOperationMonitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 168. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 375) public void getExtractedFile(File destination, String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^ Javadoc: Missing tag for parameter destination ---------- 169. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 375) public void getExtractedFile(File destination, String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 170. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 375) public void getExtractedFile(File destination, String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 171. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 375) public void getExtractedFile(File destination, String sourceEncoding, boolean isText, ISystemOperationMonitor archiveOperationMonitor) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter archiveOperationMonitor ---------- 172. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 405) public boolean exists() throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 173. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 417) public void renameTo(String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- ---------- 174. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 286) protected FieldInfo readField(EnhancedDataInputStream dataStream) throws IOException { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 175. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 318) protected MethodInfo readMethod(EnhancedDataInputStream dataStream) throws IOException { ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 176. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 337) protected AbstractAttributeInfo readAttribute(EnhancedDataInputStream dataStream) throws IOException { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 177. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 361) protected String getString(int index) { ^^^^^^ Javadoc: Missing tag for return type ---------- 178. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 361) protected String getString(int index) { ^^^^^ Javadoc: Missing tag for parameter index ---------- ---------- 179. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/ClassFileUtil.java (at line 96) public String getQualifiedClassName(String classFilePath) throws IOException { ^^^^^^ Javadoc: Missing tag for return type ---------- 180. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/ClassFileUtil.java (at line 106) public String getQualifiedClassName(File classFile) throws IOException { ^^^^^^ Javadoc: Missing tag for return type ---------- 181. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/ClassFileUtil.java (at line 116) public String getQualifiedClassName(InputStream stream) throws IOException { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 182. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/ICommonMessageIds.java (at line 21) * {@link org.eclipse.rse.ui.SystemBasePlugin#getPluginMessage(String)}. The ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.ui cannot be resolved to a type ---------- ---------- 183. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemLockTimeoutException.java (at line 46) public SystemLockTimeoutException(String pluginId, String detailMsg) { ^^^^^^^^^ Javadoc: Missing tag for parameter detailMsg ---------- ---------- 184. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessage.java (at line 110) * @throws IndicatorException if the indicator is not valid ^^^^^^^^^^^^^^^^^^ Javadoc: The type IndicatorException is deprecated ---------- 185. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessage.java (at line 314) private void makeSub(int subNumber, Object sub) { ^^^^^^^^^ Javadoc: Missing tag for parameter subNumber ---------- 186. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessage.java (at line 314) private void makeSub(int subNumber, Object sub) { ^^^ Javadoc: Missing tag for parameter sub ---------- ---------- 187. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 188. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 189. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 190. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 191. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 192. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 193. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 194. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 195. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 196. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 197. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemOperationFailedException.java (at line 53) public SystemOperationFailedException(String pluginId, String msg) { ^^^^^^^^ Javadoc: Missing tag for parameter pluginId ---------- 198. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemOperationFailedException.java (at line 63) public SystemOperationFailedException(String pluginId, Exception remoteException) { ^^^^^^^^ Javadoc: Missing tag for parameter pluginId ---------- 199. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemOperationFailedException.java (at line 72) public SystemOperationFailedException(String pluginId, String operationPerformed, Exception remoteException) { ^^^^^^^^ Javadoc: Missing tag for parameter pluginId ---------- 200. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemOperationFailedException.java (at line 72) public SystemOperationFailedException(String pluginId, String operationPerformed, Exception remoteException) { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter operationPerformed ---------- ---------- 201. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 72) public HostProcessFilterImpl(boolean resolveVariables) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter resolveVariables ---------- 202. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 90) public HostProcessFilterImpl(String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 203. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 99) public HostProcessFilterImpl(String input, boolean resolveVariables) ^^^^^ Javadoc: Missing tag for parameter input ---------- 204. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 99) public HostProcessFilterImpl(String input, boolean resolveVariables) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter resolveVariables ---------- ---------- 205. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 206. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 207. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 208. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 209. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 210. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 211. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 212. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 213. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 214. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 215. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 216. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 217. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 218. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 219. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 25) public String getName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 220. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 30) public String getUsername(); ^^^^^^ Javadoc: Missing tag for return type ---------- 221. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 35) public String getGid(); ^^^^^^ Javadoc: Missing tag for return type ---------- 222. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 40) public String getPpid(); ^^^^^^ Javadoc: Missing tag for return type ---------- 223. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 45) public String getPid(); ^^^^^^ Javadoc: Missing tag for return type ---------- 224. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 51) public boolean getAnyStatus(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 225. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 56) public String getMinVM(); ^^^^^^ Javadoc: Missing tag for return type ---------- 226. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 61) public String getMaxVM(); ^^^^^^ Javadoc: Missing tag for return type ---------- 227. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 68) public void setName(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 228. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 75) public void setUsername(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 229. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 80) public void setGid(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 230. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 85) public void setPpid(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 231. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 90) public void setPid(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 232. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 100) public void setMinVM(String strMinVM); ^^^^^^^^ Javadoc: Missing tag for parameter strMinVM ---------- 233. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 105) public void setMaxVM(String strMaxVM); ^^^^^^^^ Javadoc: Missing tag for parameter strMaxVM ---------- 234. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 116) public boolean allows(String status); ^^^^^^^ Javadoc: Missing tag for return type ---------- 235. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 116) public boolean allows(String status); ^^^^^^ Javadoc: Missing tag for parameter status ---------- 236. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 123) public boolean getSpecificState(String stateCode); ^^^^^^^ Javadoc: Missing tag for return type ---------- 237. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 138) public boolean satisfiesState(String stateString); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 238. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 239. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 240. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 241. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 242. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 243. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 244. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 245. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 246. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 247. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 248. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 249. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 250. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 251. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 252. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 253. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 254. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 255. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 256. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 257. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 258. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 259. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 260. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 261. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 262. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 263. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 264. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 265. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 266. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 267. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 268. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 269. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 270. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemSearchStringMatcher.java (at line 42) * @throws ^^^^^^ Javadoc: Missing class name ---------- 271. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 271 problems (271 warnings)# 7/17/12 12:01:11 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/actions/SystemCommandAction.java (at line 520) private void runCommand(String cmd, boolean launchNewShell) ^^^ Javadoc: Missing tag for parameter cmd ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/actions/SystemCommandAction.java (at line 520) private void runCommand(String cmd, boolean launchNewShell) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter launchNewShell ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/actions/SystemCommandAction.java (at line 666) private void showInView(IRemoteCommandShell cmd) ^^^ Javadoc: Missing tag for parameter cmd ---------- ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/CommandsViewPage.java (at line 44) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/CommandsViewPage.java (at line 149) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/CommandsViewPage.java (at line 149) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/CommandsViewPage.java (at line 150) setToolTipText(SystemResources.ACTION_SELECT_ALL_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/CommandsViewPage.java (at line 150) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemCommandsViewPart.java (at line 58) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemCommandsViewPart.java (at line 206) super(SystemResources.ACTION_CLEAR_LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemCommandsViewPart.java (at line 206) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 25) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 98) _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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 98) _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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 98) _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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 98) _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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/CommandEntryContentAssistProcessor.java (at line 136) public CommandEntryContentAssistProcessor(CommandEntryViewerConfiguration configurator) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter configurator ---------- ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 50) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 51) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 95) IViewSite site, ^^^^ Javadoc: Missing tag for parameter site ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 96) Composite parent, ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 97) int attributes, ^^^^^^^^^^ Javadoc: Missing tag for parameter attributes ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 98) int columnSpan, ^^^^^^^^^^ Javadoc: Missing tag for parameter columnSpan ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 99) SourceViewerConfiguration sourceViewerConfiguration, ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceViewerConfiguration ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 100) String cmd, ^^^ Javadoc: Missing tag for parameter cmd ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 101) String contentAssistText) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter contentAssistText ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 160) public void addModifyListener(ISystemCommandTextModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 167) public void removeModifyListener(ISystemCommandTextModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 174) private void fireModifyEvents(String cmdText, SystemMessage errorMessage) ^^^^^^^ Javadoc: Missing tag for parameter cmdText ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 174) private void fireModifyEvents(String cmdText, SystemMessage errorMessage) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter errorMessage ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 182) public void setIgnoreChanges(boolean ignore) ^^^^^^ Javadoc: Missing tag for parameter ignore ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 189) public SystemMessage validateCommand() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 199) public void setCommandValidator(ISystemValidator cmdValidator) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter cmdValidator ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 250) _cutAction.setText(SystemResources.ACTION_CUT_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 250) _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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 251) _cutAction.setToolTipText(SystemResources.ACTION_CUT_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 251) _cutAction.setToolTipText(SystemResources.ACTION_CUT_TOOLTIP); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_CUT_TOOLTIP from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 256) _copyAction.setText(SystemResources.ACTION_COPY_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 256) _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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 58. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 257) _copyAction.setToolTipText(SystemResources.ACTION_COPY_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 59. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 257) _copyAction.setToolTipText(SystemResources.ACTION_COPY_TOOLTIP); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_COPY_TOOLTIP from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 60. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 262) _pasteAction.setText(SystemResources.ACTION_PASTE_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 61. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 262) _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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 62. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 263) _pasteAction.setToolTipText(SystemResources.ACTION_PASTE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 63. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 263) _pasteAction.setToolTipText(SystemResources.ACTION_PASTE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_PASTE_TOOLTIP from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 64. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 270) _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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 65. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 270) _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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 66. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 271) _selectAllAction.setToolTipText(SystemResources.ACTION_SELECT_ALL_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 67. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 271) _selectAllAction.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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 68. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 300) SystemViewMenuListener ml = new SystemViewMenuListener(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewMenuListener is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 69. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 300) SystemViewMenuListener ml = new SystemViewMenuListener(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemViewMenuListener() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 70. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 300) SystemViewMenuListener ml = new SystemViewMenuListener(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewMenuListener is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 71. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 51) 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/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 72. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 52) import org.eclipse.rse.internal.files.ui.view.DownloadAndOpenJob; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DownloadAndOpenJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 73. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 61) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 74. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 62) import org.eclipse.rse.services.shells.ParsedOutput; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rse.services.shells.ParsedOutput is never used ---------- 75. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 167) IRemoteFile rfile = SystemRemoteFileLineOpenWithMenu.outputToFile(output); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemRemoteFileLineOpenWithMenu is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 76. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 167) IRemoteFile rfile = SystemRemoteFileLineOpenWithMenu.outputToFile(output); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method outputToFile(IRemoteLineReference) from the type SystemRemoteFileLineOpenWithMenu is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 77. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 177) SystemRemoteFileLineOpenWithMenu openWithMenu = new SystemRemoteFileLineOpenWithMenu(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemRemoteFileLineOpenWithMenu is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 78. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 177) SystemRemoteFileLineOpenWithMenu openWithMenu = new SystemRemoteFileLineOpenWithMenu(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemRemoteFileLineOpenWithMenu() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 79. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 177) SystemRemoteFileLineOpenWithMenu openWithMenu = new SystemRemoteFileLineOpenWithMenu(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemRemoteFileLineOpenWithMenu is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 80. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 178) 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/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 81. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 368) if (!(getViewer() instanceof SystemView)) ^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 82. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 494) SystemRemoteFileLineOpenWithMenu.handleGotoLine(remoteFile, line, charStart, charEnd); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemRemoteFileLineOpenWithMenu is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 83. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 494) SystemRemoteFileLineOpenWithMenu.handleGotoLine(remoteFile, 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/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 84. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 498) DownloadAndOpenJob oJob = new DownloadAndOpenJob(editable, false, line, charStart, charEnd); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type DownloadAndOpenJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 85. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 498) DownloadAndOpenJob oJob = new DownloadAndOpenJob(editable, false, line, charStart, charEnd); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DownloadAndOpenJob(ISystemEditableRemoteObject, boolean, int, int, int) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 86. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 498) DownloadAndOpenJob oJob = new DownloadAndOpenJob(editable, false, line, charStart, charEnd); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type DownloadAndOpenJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 86 problems (86 warnings)# 7/17/12 12:01:08 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/Activator.java (at line 61) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/model/SystemFileTransferModeMapping.java (at line 127) public void setName(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/model/SystemFileTransferModeMapping.java (at line 134) public void setExtension(String extension) { ^^^^^^^^^ Javadoc: Missing tag for parameter extension ---------- ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 91) public static SystemFileTransferModeRegistry getInstance() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 206) private List sortedTypeModeMappings() { ^^^^ Javadoc: Missing tag for return type ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 224) public void setModeMappings(SystemFileTransferModeMapping[] newMappings) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter newMappings ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 237) private String getMappingKey(ISystemFileTransferModeMapping mapping) { ^^^^^^ Javadoc: Missing tag for return type ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 237) private String getMappingKey(ISystemFileTransferModeMapping mapping) { ^^^^^^^ Javadoc: Missing tag for parameter mapping ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 309) private SystemFileTransferModeMapping getMapping(String fileName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 309) private SystemFileTransferModeMapping getMapping(String fileName) { ^^^^^^^^ Javadoc: Missing tag for parameter fileName ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 372) public static int getFileTransferModeDefaultPreference() ^^^ Javadoc: Missing tag for return type ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 381) private SystemFileTransferModeMapping getDefaultMapping(String fileName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 381) private SystemFileTransferModeMapping getDefaultMapping(String fileName) { ^^^^^^^^ Javadoc: Missing tag for parameter fileName ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 558) private String getFileLocation() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 58. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 59. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 60. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 61. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 62. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 63. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 64. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 65. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 66. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 67. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 68. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 69. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 70. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 71. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 72. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 73. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 74. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 75. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 76. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 77. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 78. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 79. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 80. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 81. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 82. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 83. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 84. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 85. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 88) public RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsysFactory ---------- 86. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 99) public RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory, String input) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsysFactory ---------- 87. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 99) public RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory, String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 88. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 109) public RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory, String path, String input) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsysFactory ---------- 89. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 109) public RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory, String path, String input) ^^^^ Javadoc: Missing tag for parameter path ---------- 90. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 109) public RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory, String path, String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 91. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 123) public void setFile(String obj) ^^^ Javadoc: Missing tag for parameter obj ---------- 92. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 131) public void setPath(String path) ^^^^ Javadoc: Missing tag for parameter path ---------- 93. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 141) public void setTypes(String[] types) ^^^^^ Javadoc: Missing tag for parameter types ---------- 94. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 150) public void setShowFiles(boolean set) ^^^ Javadoc: Missing tag for parameter set ---------- 95. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 158) public void setShowSubDirs(boolean set) ^^^ Javadoc: Missing tag for parameter set ---------- 96. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 166) public String getFile() ^^^^^^ Javadoc: Missing tag for return type ---------- 97. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 175) public String getFileOrTypes() ^^^^^^ Javadoc: Missing tag for return type ---------- 98. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 188) public static String getTypesString(String[] typesArray) ^^^^^^ Javadoc: Missing tag for return type ---------- 99. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 188) public static String getTypesString(String[] typesArray) ^^^^^^^^^^ Javadoc: Missing tag for parameter typesArray ---------- 100. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 200) public String getTypesAsString() ^^^^^^ Javadoc: Missing tag for return type ---------- 101. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 210) public String getPath() ^^^^^^ Javadoc: Missing tag for return type ---------- 102. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 218) public String[] getTypes() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 103. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 226) public boolean getShowFiles() ^^^^^^^ Javadoc: Missing tag for return type ---------- 104. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 234) public boolean getShowSubDirs() ^^^^^^^ Javadoc: Missing tag for return type ---------- 105. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 242) public boolean getFilterByTypes() ^^^^^^^ Javadoc: Missing tag for return type ---------- 106. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 250) public boolean listRoots() ^^^^^^^ Javadoc: Missing tag for return type ---------- 107. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 259) public boolean listRoot() ^^^^^^^ Javadoc: Missing tag for return type ---------- 108. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 267) protected void parse(String inputPath, String input) ^^^^^^^^^ Javadoc: Missing tag for parameter inputPath ---------- 109. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 267) protected void parse(String inputPath, String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 110. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 338) protected void parseFileOrTypes(String filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 111. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 358) public static String[] parseTypes(String typeList) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 112. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 358) public static String[] parseTypes(String typeList) ^^^^^^^^ Javadoc: Missing tag for parameter typeList ---------- 113. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 390) public String toStringNoSwitches() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 114. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/servicesubsystem/FileServiceSubSystem.java (at line 79) import org.eclipse.rse.services.clientserver.messages.SystemElementNotFoundException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rse.services.clientserver.messages.SystemElementNotFoundException is never used ---------- 115. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/servicesubsystem/FileServiceSubSystem.java (at line 373) protected IHostFile[] internalList(String parentPath, String fileNameFilter, int fileType, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 116. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/servicesubsystem/FileServiceSubSystem.java (at line 373) protected IHostFile[] internalList(String parentPath, String fileNameFilter, int fileType, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPath ---------- 117. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/servicesubsystem/FileServiceSubSystem.java (at line 373) protected IHostFile[] internalList(String parentPath, String fileNameFilter, int fileType, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fileNameFilter ---------- 118. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/servicesubsystem/FileServiceSubSystem.java (at line 373) protected IHostFile[] internalList(String parentPath, String fileNameFilter, int fileType, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^^ Javadoc: Missing tag for parameter fileType ---------- 119. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/servicesubsystem/FileServiceSubSystem.java (at line 373) protected IHostFile[] internalList(String parentPath, String fileNameFilter, int fileType, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 120. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/servicesubsystem/FileServiceSubSystem.java (at line 373) protected IHostFile[] internalList(String parentPath, String fileNameFilter, int fileType, IProgressMonitor monitor) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- ---------- 121. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 77) public boolean showBriefPropertySet(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 122. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 107) public String getLineSeparator(); ^^^^^^ Javadoc: Missing tag for return type ---------- 123. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 113) public IHost getHost(); ^^^^^ Javadoc: Missing tag for return type ---------- 124. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 126) public RemoteFileFilterString getFilterString(); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 125. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 136) public RemoteFileFilterString[] getAllFilterStrings(); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 126. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 151) public String getAbsolutePathPlusConnection(); ^^^^^^ Javadoc: Missing tag for return type ---------- 127. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 157) public String getLabel(); ^^^^^^ Javadoc: Missing tag for return type ---------- 128. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 163) public String getName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 129. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 173) public String getParentPath(); ^^^^^^ Javadoc: Missing tag for return type ---------- 130. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 183) public String getParentNoRoot(); ^^^^^^ Javadoc: Missing tag for return type ---------- 131. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 193) public String getRoot(); ^^^^^^ Javadoc: Missing tag for return type ---------- 132. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 202) public String getParentName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 133. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 208) public String getExtension(); ^^^^^^ Javadoc: Missing tag for return type ---------- 134. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 213) public boolean isRoot(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 135. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 218) public boolean isDirectory(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 136. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 223) public boolean isFile(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 137. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 228) public boolean isArchive(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 138. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 233) public boolean isBinary(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 139. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 238) public boolean isText(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 140. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 243) public boolean isHidden(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 141. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 248) public boolean canRead(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 142. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 253) public boolean canWrite(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 143. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 258) public boolean exists(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 144. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 263) public long getLastModified(); ^^^^ Javadoc: Missing tag for return type ---------- 145. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 268) public Date getLastModifiedDate() ; ^^^^ Javadoc: Missing tag for return type ---------- 146. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 273) public long getLength(); ^^^^ Javadoc: Missing tag for return type ---------- 147. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 278) public boolean showReadOnlyProperty(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 148. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 287) public int compareTo(Object other) throws ClassCastException; ^^^ Javadoc: Missing tag for return type ---------- 149. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 287) public int compareTo(Object other) throws ClassCastException; ^^^^^ Javadoc: Missing tag for parameter other ---------- 150. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 287) public int compareTo(Object other) throws ClassCastException; ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception ClassCastException ---------- 151. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 292) public Object getFile(); ^^^^^^ Javadoc: Missing tag for return type ---------- 152. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 298) public boolean isAncestorOf(IRemoteFile file); ^^^^^^^ Javadoc: Missing tag for return type ---------- 153. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 298) public boolean isAncestorOf(IRemoteFile file); ^^^^ Javadoc: Missing tag for parameter file ---------- 154. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 304) public boolean isDescendantOf(IRemoteFile file); ^^^^^^^ Javadoc: Missing tag for return type ---------- 155. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 304) public boolean isDescendantOf(IRemoteFile file); ^^^^ Javadoc: Missing tag for parameter file ---------- ---------- 156. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 63) public IRemoteFileSubSystemConfiguration getParentRemoteFileSubSystemConfiguration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 180. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 67) public boolean isCaseSensitive(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 181. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 77) public String getSeparator(); ^^^^^^ Javadoc: Missing tag for return type ---------- 182. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 84) public char getSeparatorChar(); ^^^^ Javadoc: Missing tag for return type ---------- 183. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 91) public String getPathSeparator(); ^^^^^^ Javadoc: Missing tag for return type ---------- 184. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 98) public char getPathSeparatorChar(); ^^^^ Javadoc: Missing tag for return type ---------- 185. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 105) public String getLineSeparator(); ^^^^^^ Javadoc: Missing tag for return type ---------- 186. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 115) public IRemoteFile[] listRoots(IProgressMonitor monitor) throws InterruptedException, SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 187. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 115) public IRemoteFile[] listRoots(IProgressMonitor monitor) throws InterruptedException, SystemMessageException; ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 188. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 115) public IRemoteFile[] listRoots(IProgressMonitor monitor) throws InterruptedException, SystemMessageException; ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 189. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 115) public IRemoteFile[] listRoots(IProgressMonitor monitor) throws InterruptedException, SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 190. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 128) public IRemoteFile[] listMultiple(IRemoteFile[] parents, int[] fileTypes, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 191. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 128) public IRemoteFile[] listMultiple(IRemoteFile[] parents, int[] fileTypes, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 192. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 143) public IRemoteFile[] listMultiple(IRemoteFile[] parents, String[] fileNameFilters, int[] fileTypes, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 193. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 143) public IRemoteFile[] listMultiple(IRemoteFile[] parents, String[] fileNameFilters, int[] fileTypes, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 194. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 154) public IRemoteFile[] listMultiple(IRemoteFile[] parents, int fileType, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 195. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 154) public IRemoteFile[] listMultiple(IRemoteFile[] parents, int fileType, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 196. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 170) public IRemoteFile[] listMultiple(IRemoteFile[] parents, String[] fileNameFilters, int fileType, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 197. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 170) public IRemoteFile[] listMultiple(IRemoteFile[] parents, String[] fileNameFilters, int fileType, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 198. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 180) public IRemoteFile[] list(IRemoteFile parent, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 199. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 180) public IRemoteFile[] list(IRemoteFile parent, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 200. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 193) public IRemoteFile[] list(IRemoteFile parent, int fileType, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 201. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 193) public IRemoteFile[] list(IRemoteFile parent, int fileType, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 202. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 206) public IRemoteFile[] list(IRemoteFile parent, String fileNameFilter, int fileType, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 203. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 206) public IRemoteFile[] list(IRemoteFile parent, String fileNameFilter, int fileType, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 204. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 222) public IRemoteFile[] list(IRemoteFile parent, String fileNameFilter, IRemoteFileContext context, int fileType, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 205. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 222) public IRemoteFile[] list(IRemoteFile parent, String fileNameFilter, IRemoteFileContext context, int fileType, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 206. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 251) public String getParentFolderName(IRemoteFile folderOrFile); ^^^^^^ Javadoc: Missing tag for return type ---------- 207. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 274) public IRemoteFile[] getRemoteFileObjects(String[] folderOrFileNames, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 208. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 300) public IRemoteFile getRemoteFileObject(IRemoteFile parent, String folderOrFileName, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 209. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 306) public IRemoteSearchResult getRemoteSearchResultObject(String key) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 210. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 306) public IRemoteSearchResult getRemoteSearchResultObject(String key) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 211. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 325) public IRemoteFile createFile(IRemoteFile fileToCreate, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 212. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 576) public void upload(String source, String srcEncoding, String remotePath, String rmtEncoding, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 213. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 620) public void uploadMultiple(String sources[], String[] srcEncodings, String[] remotePaths, String[] rmtEncodings, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 214. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 640) public IRemoteFile[] listRoots(IRemoteFileContext context, IProgressMonitor monitor) throws InterruptedException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 215. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 640) public IRemoteFile[] listRoots(IRemoteFileContext context, IProgressMonitor monitor) throws InterruptedException; ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 216. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 640) public IRemoteFile[] listRoots(IRemoteFileContext context, IProgressMonitor monitor) throws InterruptedException; ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 217. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 640) public IRemoteFile[] listRoots(IRemoteFileContext context, IProgressMonitor monitor) throws InterruptedException; ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- ---------- 218. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 219. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 220. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 221. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 222. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 223. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 224. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 225. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 226. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 227. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 228. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 229. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 230. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 136) public void setFilterString(RemoteFileFilterString filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 231. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 155) public IRemoteFileContext getContext() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 232. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 170) public IRemoteFileSubSystemConfiguration getParentRemoteFileSubSystemConfiguration() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 233. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 292) public boolean isUnix() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 234. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 235. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 236. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 237. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 238. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 239. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 240. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 241. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 242. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 243. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 244. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 245. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 246. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileRoot.java (at line 36) public RemoteFileRoot(IRemoteFile rootFile) ^^^^^^^^ Javadoc: Missing tag for parameter rootFile ---------- 247. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileRoot.java (at line 55) public IRemoteFile getRootFile() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 248. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileRoot.java (at line 63) public void setRootFile(IRemoteFile rootFile) ^^^^^^^^ Javadoc: Missing tag for parameter rootFile ---------- 249. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileRoot.java (at line 73) public IRemoteFile[] getRootFiles() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 250. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 101) *
  • {@link #setListValues(int, String)} or {@link #setListValues(int, String, String)} to set the filter criteria ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 251. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 101) *
  • {@link #setListValues(int, String)} or {@link #setListValues(int, String, String)} to set the filter criteria ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 252. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 102) *
  • {@link #accept(String, boolean)} to test a given name for a match ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 253. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 131) public RemoteFileSubSystem(IHost host, IConnectorService connectorService) ^^^^ Javadoc: Missing tag for parameter host ---------- 254. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 131) public RemoteFileSubSystem(IHost host, IConnectorService connectorService) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectorService ---------- 255. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 427) * The default implementation of this simply calls {@link #internalResolveFilterString(String, IProgressMonitor)}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 256. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 841) protected Object[] internalResolveOneFilterString(Object parent, RemoteFileFilterString fs, boolean sort, IProgressMonitor monitor) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 257. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 841) protected Object[] internalResolveOneFilterString(Object parent, RemoteFileFilterString fs, boolean sort, IProgressMonitor monitor) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 258. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 841) protected Object[] internalResolveOneFilterString(Object parent, RemoteFileFilterString fs, boolean sort, IProgressMonitor monitor) ^^ Javadoc: Missing tag for parameter fs ---------- 259. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 841) protected Object[] internalResolveOneFilterString(Object parent, RemoteFileFilterString fs, boolean sort, IProgressMonitor monitor) ^^^^ Javadoc: Missing tag for parameter sort ---------- 260. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 841) protected Object[] internalResolveOneFilterString(Object parent, RemoteFileFilterString fs, boolean sort, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 261. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 842) throws InvocationTargetException, InterruptedException, SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InvocationTargetException ---------- 262. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 842) throws InvocationTargetException, InterruptedException, SystemMessageException ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 263. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 842) throws InvocationTargetException, InterruptedException, SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 264. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 1189) public static int runLocalCommand(String cmd, Vector lines) throws Exception ^^^ Javadoc: Missing tag for return type ---------- 265. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 1189) public static int runLocalCommand(String cmd, Vector lines) throws Exception ^^^ Javadoc: Missing tag for parameter cmd ---------- 266. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 1189) public static int runLocalCommand(String cmd, Vector lines) throws Exception ^^^^^ Javadoc: Missing tag for parameter lines ---------- 267. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 1189) public static int runLocalCommand(String cmd, Vector lines) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 268. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 1271) public void cacheRemoteFile(IRemoteFile file, String path) ^^^^ Javadoc: Missing tag for parameter path ---------- ---------- 269. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystemConfiguration.java (at line 38) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 270. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystemConfiguration.java (at line 76) protected void setIsUnixStyle(boolean isUnixStyle) ^^^^^^^^^^^ Javadoc: Missing tag for parameter isUnixStyle ---------- 271. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystemConfiguration.java (at line 247) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 272. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystemConfiguration.java (at line 247) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 273. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 274. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 275. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 276. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 277. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 278. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 279. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 280. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileFilterString.java (at line 135) public void setIsFileName(boolean is) ^^ Javadoc: Missing tag for parameter is ---------- 281. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileFilterString.java (at line 144) public void setIsFolderName(boolean is) ^^ Javadoc: Missing tag for parameter is ---------- 282. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileFilterString.java (at line 175) protected ValidatorFileName getFileNameValidator() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 283. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileFilterString.java (at line 185) protected ValidatorFolderName getFolderNameValidator() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 284. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileFilterString.java (at line 197) protected boolean isCaseSensitive(IRemoteFileSubSystemConfiguration ssConfig) ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 285. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileUniqueName.java (at line 68) public ValidatorFileUniqueName(Shell shell, IRemoteFile parentFolder, boolean isFolder) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 286. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileUniqueName.java (at line 147) protected ValidatorFileName getFileNameValidator() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 287. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileUniqueName.java (at line 157) protected ValidatorFolderName getFolderNameValidator() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 287 problems (287 warnings)# 7/17/12 12:01:17 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.dstore/src/org/eclipse/rse/internal/subsystems/files/dstore/DStoreFileSubSystemSearchResultConfiguration.java (at line 27) import java.util.HashMap; ^^^^^^^^^^^^^^^^^ The import java.util.HashMap is never used ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.dstore/src/org/eclipse/rse/internal/subsystems/files/dstore/DStoreFileSubSystemSearchResultConfiguration.java (at line 46) import org.eclipse.rse.subsystems.files.core.subsystems.RemoteFileContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rse.subsystems.files.core.subsystems.RemoteFileContext is never used ---------- 3 problems (3 warnings)# 7/17/12 12:01:18 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/17/12 12:01:19 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/17/12 12:01:20 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. # 7/17/12 12:01:11 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/internal/subsystems/processes/core/Activator.java (at line 56) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/servicesubsystem/ProcessServiceSubSystem.java (at line 85) public void setHostProcessToRemoteProcessAdapter(IHostProcessToRemoteProcessAdapter hostProcessAdapter) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter hostProcessAdapter ---------- 39 problems (39 warnings)# 7/17/12 12:01:17 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/17/12 12:01:19 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/17/12 12:01:13 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.processes.shell.linux/src/org/eclipse/rse/internal/subsystems/processes/shell/linux/Activator.java (at line 96) public static String getUniqueIdentifier() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.processes.shell.linux/src/org/eclipse/rse/internal/subsystems/processes/shell/linux/LinuxProcessHelper.java (at line 64) public String convertToStateCode(String state) { ^^^^^^ Javadoc: Missing tag for return type ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.processes.shell.linux/src/org/eclipse/rse/internal/subsystems/processes/shell/linux/LinuxProcessHelper.java (at line 64) public String convertToStateCode(String state) { ^^^^^ Javadoc: Missing tag for parameter state ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.processes.shell.linux/src/org/eclipse/rse/internal/subsystems/processes/shell/linux/LinuxProcessHelper.java (at line 89) public void populateUsernames(IHost host) { ^^^^ Javadoc: Missing tag for parameter host ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/17/12 12:01:08 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/internal/subsystems/shells/core/Activator.java (at line 58) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 73) public RemoteCommandFilterString(IRemoteCmdSubSystemConfiguration subsysFactory) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsysFactory ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 80) public RemoteCommandFilterString(IRemoteCmdSubSystemConfiguration subsysFactory, String input) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsysFactory ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 80) public RemoteCommandFilterString(IRemoteCmdSubSystemConfiguration subsysFactory, String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 88) public RemoteCommandFilterString(IRemoteCmdSubSystemConfiguration subsysFactory, String path, String input) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsysFactory ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 88) public RemoteCommandFilterString(IRemoteCmdSubSystemConfiguration subsysFactory, String path, String input) ^^^^ Javadoc: Missing tag for parameter path ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 88) public RemoteCommandFilterString(IRemoteCmdSubSystemConfiguration subsysFactory, String path, String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 102) public void setTypes(String[] types) ^^^^^ Javadoc: Missing tag for parameter types ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 112) public static String getTypesString(String[] typesArray) ^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 112) public static String getTypesString(String[] typesArray) ^^^^^^^^^^ Javadoc: Missing tag for parameter typesArray ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 123) public String getTypesAsString() ^^^^^^ Javadoc: Missing tag for return type ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 134) public String[] getTypes() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 142) public boolean getFilterByTypes() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 36) public IRemoteCmdSubSystemConfiguration getParentRemoteCmdSubSystemConfiguration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 48) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 61) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 72) public IRemoteCommandShell runShell(Object context, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/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, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 88) public void cancelShell(Object commandObject, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 94) public void removeShell(Object commandObject) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 100) public IRemoteCommandShell getDefaultShell() throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 133) public String[] getExecutedCommands(); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 153) public IRemoteSystemEnvVar[] getEnvironmentVariableList(); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 159) public void setEnvironmentVariableList(String[] envVarNames, String[] envVarValues); ^^^^^^^^^^^ Javadoc: Missing tag for parameter envVarNames ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 159) public void setEnvironmentVariableList(String[] envVarNames, String[] envVarValues); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter envVarValues ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 163) public void addEnvironmentVariable(String name, String value); ^^^^ Javadoc: Missing tag for parameter name ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 163) public void addEnvironmentVariable(String name, String value); ^^^^^ Javadoc: Missing tag for parameter value ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 167) public void addEnvironmentVariable(IRemoteSystemEnvVar rsev); ^^^^ Javadoc: Missing tag for parameter rsev ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 171) public void removeEnvironmentVariable(IRemoteSystemEnvVar rsev); ^^^^ Javadoc: Missing tag for parameter rsev ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 175) public void removeEnvironmentVariable(String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 180) public IRemoteSystemEnvVar getEnvironmentVariable(String name); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 180) public IRemoteSystemEnvVar getEnvironmentVariable(String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 185) public String getEnvironmentVariableValue(String name); ^^^^^^ Javadoc: Missing tag for return type ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 185) public String getEnvironmentVariableValue(String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 192) public String getInvalidEnvironmentVariableNameCharacters(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 105) public boolean checkForCancel(IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 224) protected String[] getEnvVarsAsStringArray() { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 393) public IRemoteCmdSubSystem getCommandSubSystem() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 525) boolean gotShell = false; ^^^^^^^^ The local variable gotShell is never read ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 782) public Object[] runCommand(String command, Object context, boolean interpretOutput) throws Exception ^^^^^^^^ Javadoc: Missing tag for return type ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 782) public Object[] runCommand(String command, Object context, boolean interpretOutput) throws Exception ^^^^^^^ Javadoc: Missing tag for parameter command ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 782) public Object[] runCommand(String command, Object context, boolean interpretOutput) throws Exception ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 782) public Object[] runCommand(String command, Object context, boolean interpretOutput) throws Exception ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter interpretOutput ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 782) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 800) public IRemoteCommandShell runShell(Object context) throws Exception ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 800) public IRemoteCommandShell runShell(Object context) throws Exception ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 800) public IRemoteCommandShell runShell(Object context) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 849) public Object[] runCommand(String command, Object context) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 896) public void cancelShell(Object commandObject) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 1204) protected Object[] internalRunCommand(String cmd, Object context, boolean interpretOutput, IProgressMonitor monitor) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter interpretOutput ---------- 57 problems (57 warnings)# 7/17/12 12:01:17 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1 problem (1 warning)# 7/17/12 12:01:19 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1 problem (1 warning)# 7/17/12 12:01:20 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. # 7/17/12 12:01:21 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. # 7/17/12 12:01:22 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.core/src/org/eclipse/rse/subsystems/terminals/core/TerminalServiceSubSystem.java (at line 47) public TerminalServiceSubSystem(IHost host, ^^^^ Javadoc: Missing tag for parameter host ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.core/src/org/eclipse/rse/subsystems/terminals/core/TerminalServiceSubSystem.java (at line 48) IConnectorService connectorService, ITerminalService hostService) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectorService ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.core/src/org/eclipse/rse/subsystems/terminals/core/TerminalServiceSubSystem.java (at line 48) IConnectorService connectorService, ITerminalService hostService) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter hostService ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.core/src/org/eclipse/rse/subsystems/terminals/core/TerminalServiceSubSystem.java (at line 66) public ITerminalService getTerminalService() { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.core/src/org/eclipse/rse/subsystems/terminals/core/TerminalServiceSubSystem.java (at line 122) public void setTerminalService(ITerminalService service) { ^^^^^^^ Javadoc: Missing tag for parameter service ---------- ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.core/src/org/eclipse/rse/subsystems/terminals/core/elements/TerminalElement.java (at line 30) public TerminalElement(String name, ^^^^ Javadoc: Missing tag for parameter name ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.core/src/org/eclipse/rse/subsystems/terminals/core/elements/TerminalElement.java (at line 31) ITerminalServiceSubSystem terminalServiceSubSystem) { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter terminalServiceSubSystem ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.core/src/org/eclipse/rse/subsystems/terminals/core/elements/TerminalElement.java (at line 40) public final String getName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.core/src/org/eclipse/rse/subsystems/terminals/core/elements/TerminalElement.java (at line 69) public ITerminalShell getTerminalShell() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.core/src/org/eclipse/rse/subsystems/terminals/core/elements/TerminalElement.java (at line 76) public void setTerminalShell(ITerminalShell terminalShell) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter terminalShell ---------- 10 problems (10 warnings)# 7/17/12 12:01:23 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 17) import org.eclipse.rse.internal.connectorservice.ssh.SshConnectorService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SshConnectorService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/@dot ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 18) import org.eclipse.rse.internal.connectorservice.ssh.SshConnectorServiceManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SshConnectorServiceManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/@dot ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 19) import org.eclipse.rse.internal.services.ssh.ISshService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISshService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.ssh/@dot ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 20) import org.eclipse.rse.internal.services.ssh.terminal.SshTerminalService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SshTerminalService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.ssh/@dot ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 44) SshConnectorService connectorService = (SshConnectorService) getConnectorService(host); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SshConnectorService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/@dot ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 44) SshConnectorService connectorService = (SshConnectorService) getConnectorService(host); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SshConnectorService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/@dot ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 51) SshConnectorService cserv = (SshConnectorService) getConnectorService(host); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SshConnectorService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/@dot ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 51) SshConnectorService cserv = (SshConnectorService) getConnectorService(host); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SshConnectorService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/@dot ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 52) return new SshTerminalService(cserv); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SshTerminalService(ISshSessionProvider) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.ssh/@dot ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 52) return new SshTerminalService(cserv); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type SshTerminalService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.ssh/@dot ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 56) return SshConnectorServiceManager.getInstance().getConnectorService( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SshConnectorServiceManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/@dot ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 56) return SshConnectorServiceManager.getInstance().getConnectorService( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type SshConnectorServiceManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/@dot ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 57) host, ISshService.class); ^^^^^^^^^^^ Discouraged access: The type ISshService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.ssh/@dot ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 62) SshConnectorServiceManager.getInstance().setConnectorService(host, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SshConnectorServiceManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/@dot ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 62) SshConnectorServiceManager.getInstance().setConnectorService(host, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type SshConnectorServiceManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.connectorservice.ssh/@dot ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 63) ISshService.class, connectorService); ^^^^^^^^^^^ Discouraged access: The type ISshService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.ssh/@dot ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.terminals.ssh/src/org/eclipse/rse/subsystems/terminals/ssh/SshTerminalSubSystemConfiguration.java (at line 67) return ISshService.class; ^^^^^^^^^^^ Discouraged access: The type ISshService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.ssh/@dot ---------- 17 problems (17 warnings)# 7/17/12 12:02:03 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.wince/src/org/eclipse/rse/internal/services/wince/IRapiSessionProvider.java (at line 20) public IRapiSession getSession(); ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1 problem (1 warning)# 7/17/12 12:01:22 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/TerminalServiceHelper.java (at line 28) import org.eclipse.tm.internal.terminal.control.ITerminalViewControl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/TerminalServiceHelper.java (at line 29) import org.eclipse.tm.internal.terminal.provisional.api.ITerminalConnector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalConnector is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/TerminalServiceHelper.java (at line 101) ITerminalViewControl terminalViewControl = (ITerminalViewControl) item ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/TerminalServiceHelper.java (at line 101) ITerminalViewControl terminalViewControl = (ITerminalViewControl) item ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/TerminalServiceHelper.java (at line 103) ITerminalConnector terminalConnector = terminalViewControl ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalConnector is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/TerminalServiceHelper.java (at line 103) ITerminalConnector terminalConnector = terminalViewControl .getTerminalConnector(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTerminalConnector() from the type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 26) import org.eclipse.tm.internal.terminal.provisional.api.ITerminalControl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 27) import org.eclipse.tm.internal.terminal.provisional.api.Logger; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Logger is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 28) import org.eclipse.tm.internal.terminal.provisional.api.TerminalState; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 31) private final ITerminalControl fControl; ^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 36) ITerminalControl control) { ^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 40) fControl.setState(TerminalState.CONNECTING); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setState(TerminalState) from the type ITerminalControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 40) fControl.setState(TerminalState.CONNECTING); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 40) fControl.setState(TerminalState.CONNECTING); ^^^^^^^^^^ Discouraged access: The field CONNECTING from the type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 63) fControl.setState(TerminalState.CONNECTED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setState(TerminalState) from the type ITerminalControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 63) fControl.setState(TerminalState.CONNECTED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 63) fControl.setState(TerminalState.CONNECTED); ^^^^^^^^^ Discouraged access: The field CONNECTED from the type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 78) fControl.setState(TerminalState.CLOSED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setState(TerminalState) from the type ITerminalControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 78) fControl.setState(TerminalState.CLOSED); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 78) fControl.setState(TerminalState.CLOSED); ^^^^^^ Discouraged access: The field CLOSED from the type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 100) fControl.getRemoteToTerminalOutputStream().write(bytes, 0, n); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRemoteToTerminalOutputStream() from the type ITerminalControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 105) Logger.log(terminalText); ^^^^^^ Discouraged access: The type Logger is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 105) Logger.log(terminalText); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method log(String) from the type Logger is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 106) fControl.displayTextInTerminal(terminalText); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method displayTextInTerminal(String) from the type ITerminalControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 107) fControl.setState(TerminalState.CLOSED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setState(TerminalState) from the type ITerminalControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 107) fControl.setState(TerminalState.CLOSED); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 107) fControl.setState(TerminalState.CLOSED); ^^^^^^ Discouraged access: The field CLOSED from the type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectionThread.java (at line 108) fControl.setMsg(msg); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setMsg(String) from the type ITerminalControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnector.java (at line 14) import org.eclipse.tm.internal.terminal.provisional.api.ITerminalConnector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalConnector is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnector.java (at line 16) public class RSETerminalConnector extends RSETerminalConnectorImpl implements ITerminalConnector { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalConnector is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectorImpl.java (at line 20) import org.eclipse.tm.internal.terminal.provisional.api.ITerminalControl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectorImpl.java (at line 21) import org.eclipse.tm.internal.terminal.provisional.api.provider.TerminalConnectorImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalConnectorImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectorImpl.java (at line 23) public class RSETerminalConnectorImpl extends TerminalConnectorImpl { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalConnectorImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectorImpl.java (at line 31) super(); ^^^^^^^^ Discouraged access: The constructor TerminalConnectorImpl() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectorImpl.java (at line 35) public void connect(ITerminalControl control) { ^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/RSETerminalConnectorImpl.java (at line 36) super.connect(control); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method connect(ITerminalControl) from the type TerminalConnectorImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 59) import org.eclipse.tm.internal.terminal.control.ITerminalListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalListener is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 60) import org.eclipse.tm.internal.terminal.control.ITerminalViewControl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 61) import org.eclipse.tm.internal.terminal.control.TerminalViewControlFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalViewControlFactory is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 62) import org.eclipse.tm.internal.terminal.control.actions.TerminalActionClearAll; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalActionClearAll is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 63) import org.eclipse.tm.internal.terminal.control.actions.TerminalActionCopy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalActionCopy is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 64) import org.eclipse.tm.internal.terminal.control.actions.TerminalActionCut; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalActionCut is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 65) import org.eclipse.tm.internal.terminal.control.actions.TerminalActionPaste; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalActionPaste is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 66) import org.eclipse.tm.internal.terminal.control.actions.TerminalActionSelectAll; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalActionSelectAll is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 67) import org.eclipse.tm.internal.terminal.provisional.api.ITerminalConnector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalConnector is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 68) import org.eclipse.tm.internal.terminal.provisional.api.TerminalState; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 87) private TerminalActionCopy fActionEditCopy; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalActionCopy is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 89) private TerminalActionCut fActionEditCut; ^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalActionCut is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 91) private TerminalActionPaste fActionEditPaste; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalActionPaste is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 93) private TerminalActionClearAll fActionEditClearAll; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalActionClearAll is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 95) private TerminalActionSelectAll fActionEditSelectAll; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalActionSelectAll is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 101) fActionEditCopy.updateAction(fMenuAboutToShow); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method updateAction(boolean) from the type TerminalActionCopy is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 110) fActionEditCopy.updateAction(fMenuAboutToShow); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method updateAction(boolean) from the type TerminalActionCopy is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 111) fActionEditCut.updateAction(fMenuAboutToShow); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method updateAction(boolean) from the type TerminalActionCut is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 112) fActionEditSelectAll.updateAction(fMenuAboutToShow); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method updateAction(boolean) from the type TerminalActionSelectAll is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 113) fActionEditPaste.updateAction(fMenuAboutToShow); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method updateAction(boolean) from the type TerminalActionPaste is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 114) fActionEditClearAll.updateAction(fMenuAboutToShow); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method updateAction(boolean) from the type TerminalActionClearAll is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 58. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 206) if (control instanceof ITerminalViewControl) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 59. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 207) updateTheme((ITerminalViewControl) control); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 60. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 213) public void updateTheme(final ITerminalViewControl control) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 61. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 228) control.setFont(font); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFont(Font) from the type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 62. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 254) ITerminalConnector connector = new RSETerminalConnector(host); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalConnector is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 63. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 255) ITerminalViewControl terminalControl = TerminalViewControlFactory ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 64. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 255) ITerminalViewControl terminalControl = TerminalViewControlFactory ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalViewControlFactory is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 65. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 255) ITerminalViewControl terminalControl = TerminalViewControlFactory .makeControl(new ITerminalListener() { public void setState(final TerminalState state) { if (state == TerminalState.CLOSED || state == TerminalState.CONNECTED) { Display.getDefault().asyncExec(new Runnable() { public void run() { if (!item.isDisposed()) { final ITerminalServiceSubSystem terminalServiceSubSystem = TerminalServiceHelper .getTerminalSubSystem(host); if (state == TerminalState.CONNECTED) TerminalServiceHelper .updateTerminalShellForTerminalElement(item); setTabImage(host, item); ISystemRegistry registry = RSECorePlugin .getTheSystemRegistry(); registry .fireEvent(new SystemResourceChangeEvent( terminalServiceSubSystem, ISystemResourceChangeEvents.EVENT_REFRESH, terminalServiceSubSystem)); } if (state == TerminalState.CONNECTED) { if (initialWorkingDirCmd != null) { Object data = item .getData(DATA_KEY_CONTROL); if (data instanceof ITerminalViewControl) ((ITerminalViewControl) data) .pasteString(initialWorkingDirCmd); } } } }); } } public void setTerminalTitle(String title) { } }, c, new ITerminalConnector[] { connector }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method makeControl(ITerminalListener, Composite, ITerminalConnector[]) from the type TerminalViewControlFactory is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 66. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 256) .makeControl(new ITerminalListener() { ^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalListener is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 67. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 258) public void setState(final TerminalState state) { ^^^^^^^^^^^^^ Discouraged access: The type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 68. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 259) if (state == TerminalState.CLOSED ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 69. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 259) if (state == TerminalState.CLOSED ^^^^^^ Discouraged access: The field CLOSED from the type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 70. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 260) || state == TerminalState.CONNECTED) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 71. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 260) || state == TerminalState.CONNECTED) { ^^^^^^^^^ Discouraged access: The field CONNECTED from the type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 72. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 267) if (state == TerminalState.CONNECTED) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 73. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 267) if (state == TerminalState.CONNECTED) ^^^^^^^^^ Discouraged access: The field CONNECTED from the type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 74. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 280) if (state == TerminalState.CONNECTED) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 75. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 280) if (state == TerminalState.CONNECTED) { ^^^^^^^^^ Discouraged access: The field CONNECTED from the type TerminalState is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 76. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 285) if (data instanceof ITerminalViewControl) ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 77. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 286) ((ITerminalViewControl) data) .pasteString(initialWorkingDirCmd); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method pasteString(String) from the type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 78. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 286) ((ITerminalViewControl) data) ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 79. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 299) }, c, new ITerminalConnector[] { connector }); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalConnector is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 80. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 302) terminalControl.setEncoding(host.getDefaultEncoding(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setEncoding(String) from the type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 81. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 306) terminalControl.setConnector(connector); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setConnector(ITerminalConnector) from the type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 82. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 309) terminalControl.connectTerminal(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method connectTerminal() from the type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 83. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 320) if (data instanceof ITerminalViewControl) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 84. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 321) ((ITerminalViewControl) data).disposeTerminal(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method disposeTerminal() from the type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 85. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 321) ((ITerminalViewControl) data).disposeTerminal(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 86. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 340) fActionEditCopy = new TerminalActionCopy() { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalActionCopy is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 87. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 341) protected ITerminalViewControl getTarget() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 88. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 345) fActionEditCut = new TerminalActionCut() { ^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalActionCut is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 89. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 346) protected ITerminalViewControl getTarget() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 90. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 350) fActionEditPaste = new TerminalActionPaste() { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalActionPaste is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 91. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 351) protected ITerminalViewControl getTarget() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 92. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 355) fActionEditClearAll = new TerminalActionClearAll() { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalActionClearAll is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 93. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 356) protected ITerminalViewControl getTarget() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 94. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 360) fActionEditSelectAll = new TerminalActionSelectAll() { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TerminalActionSelectAll is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 95. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 361) protected ITerminalViewControl getTarget() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 96. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 368) ITerminalViewControl terminalViewControl = getCurrentTerminalViewControl(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 97. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 380) Control ctlText = terminalViewControl.getControl(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getControl() from the type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 98. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 446) private ITerminalViewControl getCurrentTerminalViewControl() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 99. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 451) if (data instanceof ITerminalViewControl) ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 100. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.terminals.ui/src/org/eclipse/rse/internal/terminals/ui/views/TerminalViewTab.java (at line 452) return ((ITerminalViewControl) data); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITerminalViewControl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/@dot ---------- 100 problems (100 warnings)# 7/17/12 12:02:04 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests.framework/src/org/eclipse/rse/internal/tests/framework/scripting/SyntaxNode.java (at line 50) * @see SyntaxNode#getSelectedChildren() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 1 problem (1 warning)# 7/17/12 12:02:05 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/core/AllTests.java (at line 26) public static void main(String[] args) { ^^^^ Javadoc: Missing tag for parameter args ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/core/HostMoveTest.java (at line 154) private void createHosts() throws Exception { ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/core/RSECoreTestCase.java (at line 103) * done from Constructor. Used to filter tests in {@link #isTestDisabled()}. ^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/core/RSECoreTestCase.java (at line 115) * {@link #isTestDisabled()}. ^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/core/connection/RSEConnectionTestCase.java (at line 40) public void testConnectionCaseInSensitive() throws Exception { ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/core/passwords/PasswordsTest.java (at line 17) import org.eclipse.rse.internal.core.RSECoreRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/core/passwords/PasswordsTest.java (at line 44) IRSESystemType systemType = RSECoreRegistry.getInstance().getSystemType(IRSESystemType.SYSTEMTYPE_UNIX_ID); ^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/core/passwords/PasswordsTest.java (at line 44) IRSESystemType systemType = RSECoreRegistry.getInstance().getSystemType(IRSESystemType.SYSTEMTYPE_UNIX_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type RSECoreRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/core/passwords/PasswordsTest.java (at line 44) IRSESystemType systemType = RSECoreRegistry.getInstance().getSystemType(IRSESystemType.SYSTEMTYPE_UNIX_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemType(String) from the type RSECoreRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/core/passwords/PasswordsTest.java (at line 98) IRSESystemType systemType = RSECoreRegistry.getInstance().getSystemType(IRSESystemType.SYSTEMTYPE_UNIX_ID); ^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/core/passwords/PasswordsTest.java (at line 98) IRSESystemType systemType = RSECoreRegistry.getInstance().getSystemType(IRSESystemType.SYSTEMTYPE_UNIX_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type RSECoreRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/core/passwords/PasswordsTest.java (at line 98) IRSESystemType systemType = RSECoreRegistry.getInstance().getSystemType(IRSESystemType.SYSTEMTYPE_UNIX_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemType(String) from the type RSECoreRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/RSEConnectionManager.java (at line 35) import org.eclipse.jface.preference.IPreferenceStore; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.preference.IPreferenceStore is never used ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/RSEConnectionManager.java (at line 57) import org.eclipse.rse.ui.ISystemPreferencesConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rse.ui.ISystemPreferencesConstants is never used ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/RSEConnectionManager.java (at line 58) import org.eclipse.rse.ui.RSEUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rse.ui.RSEUIPlugin is never used ---------- ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/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.SystemPerspectiveHelpers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPerspectiveHelpers is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemNodeAdapter.java (at line 21) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemNodeAdapter.java (at line 280) SystemView view = SystemPerspectiveHelpers.findRSEView(); ^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemNodeAdapter.java (at line 280) SystemView view = SystemPerspectiveHelpers.findRSEView(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPerspectiveHelpers is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemNodeAdapter.java (at line 280) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemNodeAdapter.java (at line 282) view.expandSelected(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method expandSelected() from the type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/ExportImportTest.java (at line 32) import org.eclipse.rse.internal.persistence.RSEEnvelope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/ExportImportTest.java (at line 108) RSEEnvelope envelope = new RSEEnvelope(); ^^^^^^^^^^^ Discouraged access: The type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/ExportImportTest.java (at line 108) RSEEnvelope envelope = new RSEEnvelope(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RSEEnvelope() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/ExportImportTest.java (at line 108) RSEEnvelope envelope = new RSEEnvelope(); ^^^^^^^^^^^ Discouraged access: The type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/ExportImportTest.java (at line 109) envelope.add(fp); ^^^^^^^^^^^^^^^^ Discouraged access: The method add(ISystemFilterPool) from the type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/ExportImportTest.java (at line 112) envelope.put(out, persistenceProvider, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method put(OutputStream, IRSEPersistenceProvider, IProgressMonitor) from the type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/ExportImportTest.java (at line 118) envelope.get(in, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(InputStream, IProgressMonitor) from the type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/ExportImportTest.java (at line 119) envelope.mergeWith(targetProfile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method mergeWith(ISystemProfile) from the type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/ExportImportTest.java (at line 158) RSEEnvelope envelope = new RSEEnvelope(); ^^^^^^^^^^^ Discouraged access: The type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/ExportImportTest.java (at line 158) RSEEnvelope envelope = new RSEEnvelope(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RSEEnvelope() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/ExportImportTest.java (at line 158) RSEEnvelope envelope = new RSEEnvelope(); ^^^^^^^^^^^ Discouraged access: The type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/ExportImportTest.java (at line 159) envelope.add(host1); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method add(IHost) from the type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/ExportImportTest.java (at line 162) envelope.put(out, persistenceProvider, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method put(OutputStream, IRSEPersistenceProvider, IProgressMonitor) from the type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/ExportImportTest.java (at line 166) envelope.get(in, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(InputStream, IProgressMonitor) from the type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/ExportImportTest.java (at line 167) envelope.mergeWith(targetProfile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method mergeWith(ISystemProfile) from the type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/persistence/PersistenceTest.java (at line 244) private void reload() { ^^^^^^^^ The method reload() from the type PersistenceTest is never used locally ---------- ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 29) 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/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 117) 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/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 118) final FTPService ftpService = (FTPService)service; ^^^^^^^^^^ Discouraged access: The type FTPService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 118) final FTPService ftpService = (FTPService)service; ^^^^^^^^^^ Discouraged access: The type FTPService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 123) 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/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 140) 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/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 146) 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/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 149) 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/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 165) 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/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 165) 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/ws_30x/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileOutputStreamTestCase.java (at line 30) import org.eclipse.rse.internal.efs.RSEFileStore; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSEFileStore is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.efs/@dot ---------- 58. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileOutputStreamTestCase.java (at line 167) IFileStore parentFS = RSEFileStore.getInstance(uri); ^^^^^^^^^^^^ Discouraged access: The type RSEFileStore is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.efs/@dot ---------- 59. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileOutputStreamTestCase.java (at line 167) IFileStore parentFS = RSEFileStore.getInstance(uri); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance(URI) from the type RSEFileStore is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.efs/@dot ---------- ---------- 60. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 32) 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 61. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 190) boolean preference_DOSUPERTRANSFER = store.getBoolean(ISystemFilePreferencesConstants.DOSUPERTRANSFER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 62. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 190) boolean preference_DOSUPERTRANSFER = 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 63. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 191) store.setValue(ISystemFilePreferencesConstants.DOSUPERTRANSFER, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 64. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 191) store.setValue(ISystemFilePreferencesConstants.DOSUPERTRANSFER, true); ^^^^^^^^^^^^^^^ Discouraged access: The field DOSUPERTRANSFER from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 65. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 217) store.setValue(ISystemFilePreferencesConstants.DOSUPERTRANSFER, preference_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 66. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 217) store.setValue(ISystemFilePreferencesConstants.DOSUPERTRANSFER, preference_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^ Discouraged access: The field DOSUPERTRANSFER from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 67. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 235) boolean preference_DOSUPERTRANSFER = store.getBoolean(ISystemFilePreferencesConstants.DOSUPERTRANSFER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 68. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 235) boolean preference_DOSUPERTRANSFER = 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 69. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 236) store.setValue(ISystemFilePreferencesConstants.DOSUPERTRANSFER, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 70. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 236) store.setValue(ISystemFilePreferencesConstants.DOSUPERTRANSFER, true); ^^^^^^^^^^^^^^^ Discouraged access: The field DOSUPERTRANSFER from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 71. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 303) store.setValue(ISystemFilePreferencesConstants.DOSUPERTRANSFER, preference_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 72. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 303) store.setValue(ISystemFilePreferencesConstants.DOSUPERTRANSFER, preference_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^ Discouraged access: The field DOSUPERTRANSFER from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 73. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 327) boolean preference_DOSUPERTRANSFER = store.getBoolean(ISystemFilePreferencesConstants.DOSUPERTRANSFER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 74. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 327) boolean preference_DOSUPERTRANSFER = 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/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 75. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 328) store.setValue(ISystemFilePreferencesConstants.DOSUPERTRANSFER, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 76. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 328) store.setValue(ISystemFilePreferencesConstants.DOSUPERTRANSFER, true); ^^^^^^^^^^^^^^^ Discouraged access: The field DOSUPERTRANSFER from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 77. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 380) store.setValue(ISystemFilePreferencesConstants.DOSUPERTRANSFER, preference_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 78. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FileServiceArchiveTestDStore.java (at line 380) store.setValue(ISystemFilePreferencesConstants.DOSUPERTRANSFER, preference_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^ Discouraged access: The field DOSUPERTRANSFER from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 79. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/RSEFileStoreTest.java (at line 35) import org.eclipse.rse.internal.efs.RSEFileSystem; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSEFileSystem is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.efs/@dot ---------- 80. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/RSEFileStoreTest.java (at line 142) URI testURI = RSEFileSystem.getURIFor(host.getHostName(), fTestStorePath); ^^^^^^^^^^^^^ Discouraged access: The type RSEFileSystem is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.efs/@dot ---------- 81. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/RSEFileStoreTest.java (at line 142) URI testURI = RSEFileSystem.getURIFor(host.getHostName(), fTestStorePath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getURIFor(String, String) from the type RSEFileSystem is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.efs/@dot ---------- 82. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/RSEFileStoreTest.java (at line 143) fTestStore = RSEFileSystem.getInstance().getStore(testURI); ^^^^^^^^^^^^^ Discouraged access: The type RSEFileSystem is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.efs/@dot ---------- 83. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/RSEFileStoreTest.java (at line 143) fTestStore = RSEFileSystem.getInstance().getStore(testURI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type RSEFileSystem is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.efs/@dot ---------- 84. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/RSEFileStoreTest.java (at line 143) fTestStore = RSEFileSystem.getInstance().getStore(testURI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getStore(URI) from the type RSEFileSystem is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.efs/@dot ---------- ---------- 85. WARNING in /home/data/users/moberhuber/ws_30x/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.SystemView; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 86. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/testsubsystem/TestSubsystemTestCase.java (at line 26) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 87. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 88. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 89. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 90. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 90 problems (90 warnings)# 7/17/12 12:01:03 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemNewConnectionPromptObject.java (at line 73) public SystemNewConnectionPromptObject(SystemNewConnectionPromptObject parent, IRSESystemType systemType) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemNewConnectionPromptObject.java (at line 73) public SystemNewConnectionPromptObject(SystemNewConnectionPromptObject parent, IRSESystemType systemType) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemNewConnectionPromptObject.java (at line 85) public void setSystemTypes(IRSESystemType[] systemTypes) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter systemTypes ---------- ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 42) import org.eclipse.rse.internal.core.model.SystemPostableEventNotifier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPostableEventNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 43) import org.eclipse.rse.internal.core.model.SystemRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 73) private SystemRegistry registry = null; ^^^^^^^^^^^^^^ Discouraged access: The type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 92) registry = SystemRegistry.getInstance(); ^^^^^^^^^^^^^^ Discouraged access: The type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 92) registry = SystemRegistry.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 302) private Object getObjectFor(String str) ^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 302) private Object getObjectFor(String str) ^^^ Javadoc: Missing tag for parameter str ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 313) ISystemProfile profile = registry.getSystemProfile(profileId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemProfile(String) from the type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 314) return registry.getHost(profile, connectionId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getHost(ISystemProfile, String) from the type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 439) public SystemScratchpad getSystemScratchPad() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 465) IHost[] conns = registry.getHosts(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getHosts() from the type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 472) registry.fireEvent(new SystemResourceChangeEvent(conns[idx], ISystemResourceChangeEvents.EVENT_RENAME, registry)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method fireEvent(ISystemResourceChangeEvent) from the type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 477) registry.fireEvent(new SystemResourceChangeEvent(registry, ISystemResourceChangeEvents.EVENT_REFRESH, registry)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method fireEvent(ISystemResourceChangeEvent) from the type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 486) ISubSystemConfigurationProxy[] proxies = registry.getSubSystemConfigurationProxies(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSubSystemConfigurationProxies() from the type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 524) registry.fireEvent(new SystemResourceChangeEvent(this, ISystemResourceChangeEvents.EVENT_REFRESH, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method fireEvent(ISystemResourceChangeEvent) from the type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 537) registry.getResourceChangeManager().postNotify(event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getResourceChangeManager() from the type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 537) registry.getResourceChangeManager().postNotify(event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method postNotify(ISystemResourceChangeEvent) from the type SystemResourceChangeManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 546) new SystemPostableEventNotifier(listener, event); // create and run the notifier ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemPostableEventNotifier(ISystemResourceChangeListener, ISystemResourceChangeEvent) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 546) new SystemPostableEventNotifier(listener, event); // create and run the notifier ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPostableEventNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemRegistryUI.java (at line 79) public boolean getQualifiedHostNames(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemRegistryUI.java (at line 85) public void setQualifiedHostNames(boolean set); ^^^ Javadoc: Missing tag for parameter set ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemRegistryUI.java (at line 91) public void setShowFilterPools(boolean show); ^^^^ Javadoc: Missing tag for parameter show ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemRegistryUI.java (at line 102) public void setShowNewHostPrompt(boolean show); ^^^^ Javadoc: Missing tag for parameter show ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemRegistryUI.java (at line 131) public IRunnableContext getRunnableContext(); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemRegistryUI.java (at line 144) public void postEvent(ISystemResourceChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemRegistryUI.java (at line 152) public void postEvent(ISystemResourceChangeListener listener, ISystemResourceChangeEvent event); ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemRegistryUI.java (at line 152) public void postEvent(ISystemResourceChangeListener listener, ISystemResourceChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 98) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 99) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 100) import org.eclipse.rse.internal.core.filters.HostOwnedFilterPoolPattern; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type HostOwnedFilterPoolPattern is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 101) import org.eclipse.rse.internal.core.model.ISystemProfileOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemProfileOperation is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 102) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 103) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 146) *
  • {@link #internalResolveFilterString(String filterString, IProgressMonitor monitor)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 147) *
  • {@link #internalResolveFilterString(Object parent, String filterString, IProgressMonitor monitor)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 148) *
  • {@link #internalGetProperty(Object subject, String key, IProgressMonitor monitor)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 149) *
  • {@link #internalSetProperty(Object subject, String key, String value, IProgressMonitor monitor)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 150) *
  • {@link #internalGetProperties(Object subject, String[] keys, IProgressMonitor monitor)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 151) *
  • {@link #internalSetProperties(Object subject, String[] keys, String[] values, IProgressMonitor monitor)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 290) protected ISubSystem selectCommandSubSystem(ISubSystem[] allCmdSubSystems) ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 290) protected ISubSystem selectCommandSubSystem(ISubSystem[] allCmdSubSystems) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter allCmdSubSystems ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 487) protected String getPreferencesKey() ^^^^^^ Javadoc: Missing tag for return type ---------- 58. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 496) protected String getPreferencesKey(String profileName, String connectionName) ^^^^^^ Javadoc: Missing tag for return type ---------- 59. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 496) protected String getPreferencesKey(String profileName, String connectionName) ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 60. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 496) protected String getPreferencesKey(String profileName, String connectionName) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 61. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 506) protected String getLocalUserId(String key) ^^^^^^ Javadoc: Missing tag for return type ---------- 62. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 506) protected String getLocalUserId(String key) ^^^ Javadoc: Missing tag for parameter key ---------- 63. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 697) HostOwnedFilterPoolPattern pattern = new HostOwnedFilterPoolPattern(config.getId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type HostOwnedFilterPoolPattern is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 64. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 697) HostOwnedFilterPoolPattern pattern = new HostOwnedFilterPoolPattern(config.getId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor HostOwnedFilterPoolPattern(String) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 65. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 697) HostOwnedFilterPoolPattern pattern = new HostOwnedFilterPoolPattern(config.getId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type HostOwnedFilterPoolPattern is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 66. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 698) if (pattern.matches(currentPool.getName())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method matches(String) from the type HostOwnedFilterPoolPattern is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 67. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 740) HostOwnedFilterPoolPattern pattern = new HostOwnedFilterPoolPattern(getConfigurationId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type HostOwnedFilterPoolPattern is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 68. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 740) HostOwnedFilterPoolPattern pattern = new HostOwnedFilterPoolPattern(getConfigurationId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor HostOwnedFilterPoolPattern(String) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 69. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 740) HostOwnedFilterPoolPattern pattern = new HostOwnedFilterPoolPattern(getConfigurationId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type HostOwnedFilterPoolPattern is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 70. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 741) String name = pattern.make(connectionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method make(String) from the type HostOwnedFilterPoolPattern is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 71. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 753) protected boolean doesFilterTypeMatch(ISystemFilter filter, String remoteObjectAbsoluteName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 72. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 753) protected boolean doesFilterTypeMatch(ISystemFilter filter, String remoteObjectAbsoluteName) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 73. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 753) protected boolean doesFilterTypeMatch(ISystemFilter filter, String remoteObjectAbsoluteName) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObjectAbsoluteName ---------- 74. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 851) public PropertyPage getPropertyPage(Composite parent) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 75. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 851) public PropertyPage getPropertyPage(Composite parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 76. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1029) public void setRemoteAttribute(String attributeName, String attributeValue) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeName ---------- 77. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1029) public void setRemoteAttribute(String attributeName, String attributeValue) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeValue ---------- 78. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1041) public String getRemoteAttribute(String attributeName) ^^^^^^ Javadoc: Missing tag for return type ---------- 79. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1041) public String getRemoteAttribute(String attributeName) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeName ---------- 80. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1065) public String getHostName() ^^^^^^ Javadoc: Missing tag for return type ---------- 81. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1077) protected void displayAsyncMsg(SystemMessageException msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 82. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1096) public DisplayErrorMessageJob(Shell shell, SystemMessageException msgExc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 83. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1096) public DisplayErrorMessageJob(Shell shell, SystemMessageException msgExc) ^^^^^^ Javadoc: Missing tag for parameter msgExc ---------- 84. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1369) super(operationName + " (" + RSECoreMessages.RSESubSystemOperation_message + ")"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 85. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1369) super(operationName + " (" + RSECoreMessages.RSESubSystemOperation_message + ")"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RSESubSystemOperation_message from the type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 86. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1379) public abstract void performOperation(IProgressMonitor monitor) throws InterruptedException, InvocationTargetException, Exception; ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 87. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1385) public Object[] getOutputs() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 88. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1394) public String[] getOutputStrings() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 89. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1482) super(RSECoreMessages.RSESubSystemOperation_Resolve_filter_strings_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 90. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1482) super(RSECoreMessages.RSESubSystemOperation_Resolve_filter_strings_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RSESubSystemOperation_Resolve_filter_strings_message from the type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 91. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1513) public ResolveAbsolutesJob(String filterString, String[] filterStrings) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 92. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1515) super(RSECoreMessages.RSESubSystemOperation_Resolve_filter_strings_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 93. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1515) super(RSECoreMessages.RSESubSystemOperation_Resolve_filter_strings_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RSESubSystemOperation_Resolve_filter_strings_message from the type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 94. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1550) super(RSECoreMessages.RSESubSystemOperation_Resolve_filter_strings_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 95. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1550) super(RSECoreMessages.RSESubSystemOperation_Resolve_filter_strings_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RSESubSystemOperation_Resolve_filter_strings_message from the type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 96. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1591) super(RSECoreMessages.RSESubSystemOperation_Get_property_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 97. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1591) super(RSECoreMessages.RSESubSystemOperation_Get_property_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RSESubSystemOperation_Get_property_message from the type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 98. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1628) super(RSECoreMessages.RSESubSystemOperation_Set_property_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 99. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1628) super(RSECoreMessages.RSESubSystemOperation_Set_property_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RSESubSystemOperation_Set_property_message from the type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 100. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1663) super(RSECoreMessages.RSESubSystemOperation_Get_properties_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 101. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1663) super(RSECoreMessages.RSESubSystemOperation_Get_properties_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RSESubSystemOperation_Get_properties_message from the type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 102. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1699) super(RSECoreMessages.RSESubSystemOperation_Set_properties_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 103. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1699) super(RSECoreMessages.RSESubSystemOperation_Set_properties_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RSESubSystemOperation_Set_properties_message from the type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 104. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1730) super(RSECoreMessages.RSESubSystemOperation_Connect_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 105. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1730) super(RSECoreMessages.RSESubSystemOperation_Connect_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RSESubSystemOperation_Connect_message from the type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 106. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1786) super(RSECoreMessages.RSESubSystemOperation_Disconnect_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 107. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1786) super(RSECoreMessages.RSESubSystemOperation_Disconnect_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RSESubSystemOperation_Disconnect_message from the type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 108. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1810) super(RSECoreMessages.RSESubSystemOperation_Notifying_registry_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 109. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1810) super(RSECoreMessages.RSESubSystemOperation_Notifying_registry_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RSESubSystemOperation_Notifying_registry_message from the type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 110. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1832) String msgTxt = NLS.bind(RSECoreMessages.MSG_OFFLINE_CANT_CONNECT,getHost().getAliasName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 111. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1832) String msgTxt = NLS.bind(RSECoreMessages.MSG_OFFLINE_CANT_CONNECT,getHost().getAliasName()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field MSG_OFFLINE_CANT_CONNECT from the type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 112. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1833) String msgDetails = NLS.bind(RSECoreMessages.MSG_OFFLINE_CANT_CONNECT_DETAILS, getHost().getAliasName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 113. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1833) String msgDetails = NLS.bind(RSECoreMessages.MSG_OFFLINE_CANT_CONNECT_DETAILS, getHost().getAliasName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field MSG_OFFLINE_CANT_CONNECT_DETAILS from the type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 114. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1835) SystemResourceConstants.MSG_OFFLINE_CANT_CONNECT, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResourceConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 115. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1835) SystemResourceConstants.MSG_OFFLINE_CANT_CONNECT, ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field MSG_OFFLINE_CANT_CONNECT from the type SystemResourceConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 116. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1894) protected void showConnectErrorMessage(Shell shell, String hostName, int port, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 117. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1894) protected void showConnectErrorMessage(Shell shell, String hostName, int port, Throwable exc) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 118. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1894) protected void showConnectErrorMessage(Shell shell, String hostName, int port, Throwable exc) ^^^^ Javadoc: Missing tag for parameter port ---------- 119. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1894) protected void showConnectErrorMessage(Shell shell, String hostName, int port, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 120. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1928) protected void showConnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 121. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1928) protected void showConnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 122. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1928) protected void showConnectCancelledMessage(Shell shell, String hostName, int port) ^^^^ Javadoc: Missing tag for parameter port ---------- 123. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1942) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 124. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1942) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 125. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1942) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^ Javadoc: Missing tag for parameter port ---------- 126. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1942) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 127. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1958) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 128. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1958) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 129. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1958) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^ Javadoc: Missing tag for parameter port ---------- 130. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1973) protected static String getResolvingMessage(String filterString) ^^^^^^ Javadoc: Missing tag for return type ---------- 131. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1973) protected static String getResolvingMessage(String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 132. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1981) protected static String getRunningMessage(String cmd) ^^^^^^ Javadoc: Missing tag for return type ---------- 133. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1981) protected static String getRunningMessage(String cmd) ^^^ Javadoc: Missing tag for parameter cmd ---------- 134. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1989) protected static String getQueryingMessage(String key) ^^^^^^ Javadoc: Missing tag for return type ---------- 135. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1989) protected static String getQueryingMessage(String key) ^^^ Javadoc: Missing tag for parameter key ---------- 136. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1997) protected static String getSettingMessage(String key) ^^^^^^ Javadoc: Missing tag for return type ---------- 137. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1997) protected static String getSettingMessage(String key) ^^^ Javadoc: Missing tag for parameter key ---------- 138. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2005) protected static String getQueryingMessage() ^^^^^^ Javadoc: Missing tag for return type ---------- 139. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2012) protected static String getSettingMessage() ^^^^^^ Javadoc: Missing tag for return type ---------- 140. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2023) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 141. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2023) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 142. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2056) protected void showOperationCancelledMessage(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 143. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 79) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 144. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 80) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 145. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 81) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 146. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 82) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 147. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 83) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 148. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 84) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 149. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 373) public boolean supportsDuplicateFilterStrings() ^^^^^^^ Javadoc: Missing tag for return type ---------- 150. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 583) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 151. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 583) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 152. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 583) return SystemProfileManager.getDefault().getSystemProfile(name); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 153. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 589) protected ISystemProfile getSystemProfile(ISystemFilterPoolManager poolMgr) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 154. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 589) protected ISystemProfile getSystemProfile(ISystemFilterPoolManager poolMgr) ^^^^^^^ Javadoc: Missing tag for parameter poolMgr ---------- 155. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 605) protected ISystemProfile getSystemProfile(ISystemFilter filter) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 156. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 605) protected ISystemProfile getSystemProfile(ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 157. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 785) protected void invalidateSubSystemCache(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 158. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 815) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 159. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 815) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 160. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 815) if (SystemProfileManager.getDefault().getSize() > 0) // 42913 ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 161. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 884) protected ISubSystem[] internalGetSubSystems(IHost conn) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 162. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 884) protected ISubSystem[] internalGetSubSystems(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 163. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 904) public ISubSystem[] getSubSystems(ISystemProfile profile) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 164. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 904) public ISubSystem[] getSubSystems(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 165. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 923) public ISubSystem[] getSubSystems(ISystemFilterPool pool) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 166. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 923) public ISubSystem[] getSubSystems(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 167. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 945) protected void addSubSystem(ISubSystem subsys) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 168. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 954) protected void removeSubSystem(ISubSystem subsys) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 169. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 982) *
  • calls {@link #initializeSubSystem(ISubSystem, * ISubSystemConfigurator[])} so subclasses can do their thing to initialize ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 170. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1021) ISystemFilterPoolReferenceManager fprMgr = SystemFilterStartHere.getInstance().createSystemFilterPoolReferenceManager(subsys, this, subsys.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createSystemFilterPoolReferenceManager(ISystemFilterPoolReferenceManagerProvider, ISystemFilterPoolManagerProvider, String) from the type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 171. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1021) ISystemFilterPoolReferenceManager fprMgr = SystemFilterStartHere.getInstance().createSystemFilterPoolReferenceManager(subsys, this, subsys.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 172. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1021) ISystemFilterPoolReferenceManager fprMgr = SystemFilterStartHere.getInstance().createSystemFilterPoolReferenceManager(subsys, this, subsys.getName()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 173. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1139) ISystemFilterPoolReferenceManager newRefMgr = SystemFilterStartHere.getInstance().createSystemFilterPoolReferenceManager(subsys, this, subsys.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createSystemFilterPoolReferenceManager(ISystemFilterPoolReferenceManagerProvider, ISystemFilterPoolManagerProvider, String) from the type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 174. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1139) ISystemFilterPoolReferenceManager newRefMgr = SystemFilterStartHere.getInstance().createSystemFilterPoolReferenceManager(subsys, this, subsys.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 175. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1139) ISystemFilterPoolReferenceManager newRefMgr = SystemFilterStartHere.getInstance().createSystemFilterPoolReferenceManager(subsys, this, subsys.getName()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 176. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1213) private void internalInitializeNewSubSystem(ISubSystem subsys, IHost conn) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 177. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1231) protected String internalGetSubSystemName(ISubSystem subsys) ^^^^^^ Javadoc: Missing tag for return type ---------- 178. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1231) protected String internalGetSubSystemName(ISubSystem subsys) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 179. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1281) protected void copySubSystemData(ISubSystem oldSubSystem, ISubSystem newSubSystem) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter oldSubSystem ---------- 180. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1281) protected void copySubSystemData(ISubSystem oldSubSystem, ISubSystem newSubSystem) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter newSubSystem ---------- 181. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1374) protected boolean needsUpdate(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port) ^^^^^^^ Javadoc: Missing tag for return type ---------- 182. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1374) protected boolean needsUpdate(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 183. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1374) protected boolean needsUpdate(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter updateUserId ---------- 184. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1374) protected boolean needsUpdate(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port) ^^^^^^ Javadoc: Missing tag for parameter userId ---------- 185. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1374) protected boolean needsUpdate(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port) ^^^^^^^^^^ Javadoc: Missing tag for parameter updatePort ---------- 186. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1374) protected boolean needsUpdate(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port) ^^^^ Javadoc: Missing tag for parameter port ---------- 187. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1485) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 188. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1485) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 189. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1542) protected ISystemFilterPool createDefaultFilterPool(ISystemFilterPoolManager mgr) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 190. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1542) protected ISystemFilterPool createDefaultFilterPool(ISystemFilterPoolManager mgr) ^^^ Javadoc: Missing tag for parameter mgr ---------- 191. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1562) protected boolean isUserPrivateProfile(ISystemFilterPoolManager mgr) ^^^^^^^ Javadoc: Missing tag for return type ---------- 192. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1562) protected boolean isUserPrivateProfile(ISystemFilterPoolManager mgr) ^^^ Javadoc: Missing tag for parameter mgr ---------- 193. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1593) public ISystemFilterPool getDefaultSystemFilterPool(ISystemProfile profile) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 194. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1593) public ISystemFilterPool getDefaultSystemFilterPool(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 195. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1612) public ISystemFilterPoolManager[] getFilterPoolManagers() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 196. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1628) public ISystemFilterPoolManager[] getActiveFilterPoolManagers() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 197. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1658) mgr = SystemFilterPoolManager.createSystemFilterPoolManager(profile, logger, this, managerName, supportsNested);// the filter pool manager name ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createSystemFilterPoolManager(ISystemProfile, Logger, ISystemFilterPoolManagerProvider, String, boolean) from the type SystemFilterPoolManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 198. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1658) mgr = SystemFilterPoolManager.createSystemFilterPoolManager(profile, logger, this, managerName, supportsNested);// the filter pool manager name ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterPoolManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 199. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1696) protected boolean doPostRestoreProcessing(ISystemFilterPoolManager restoredFilterPoolMgr) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter restoredFilterPoolMgr ---------- 200. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1710) ISystemFilterPoolManager mgr = SystemFilterPoolManager.createSystemFilterPoolManager(newProfile, RSECorePlugin.getDefault().getLogger(), this, getFilterPoolManagerName(newProfile), supportsNestedFilters()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createSystemFilterPoolManager(ISystemProfile, Logger, ISystemFilterPoolManagerProvider, String, boolean) from the type SystemFilterPoolManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 201. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1710) ISystemFilterPoolManager mgr = SystemFilterPoolManager.createSystemFilterPoolManager(newProfile, RSECorePlugin.getDefault().getLogger(), this, getFilterPoolManagerName(newProfile), supportsNestedFilters()); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterPoolManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 202. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1783) String msgTxt = NLS.bind(RSECoreMessages.MSG_LOADING_PROFILE_SHOULDBE_ACTIVATED, missingPoolMgrName, connectionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 203. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1783) String msgTxt = NLS.bind(RSECoreMessages.MSG_LOADING_PROFILE_SHOULDBE_ACTIVATED, missingPoolMgrName, connectionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field MSG_LOADING_PROFILE_SHOULDBE_ACTIVATED from the type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 204. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1785) SystemResourceConstants.MSG_LOADING_PROFILE_SHOULDBE_ACTIVATED, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResourceConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 205. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1785) SystemResourceConstants.MSG_LOADING_PROFILE_SHOULDBE_ACTIVATED, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field MSG_LOADING_PROFILE_SHOULDBE_ACTIVATED from the type SystemResourceConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 206. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1803) protected void addFilterPoolManager(ISystemProfile profile, ISystemFilterPoolManager mgr) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 207. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1803) protected void addFilterPoolManager(ISystemProfile profile, ISystemFilterPoolManager mgr) ^^^ Javadoc: Missing tag for parameter mgr ---------- 208. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1812) protected ISystemFilterPoolManager getFilterPoolManager(ISystemFilterPool pool) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 209. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1812) protected ISystemFilterPoolManager getFilterPoolManager(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 210. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1819) protected ISystemFilterPoolManager getFilterPoolManager(ISystemFilterContainer poolOrFilter) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 211. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1819) protected ISystemFilterPoolManager getFilterPoolManager(ISystemFilterContainer poolOrFilter) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolOrFilter ---------- 212. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1826) protected ISystemFilterPoolManager getFilterPoolManager(ISystemFilterContainerReference poolOrFilterReference) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 213. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1826) protected ISystemFilterPoolManager getFilterPoolManager(ISystemFilterContainerReference poolOrFilterReference) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolOrFilterReference ---------- 214. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1833) protected ISystemFilterPoolManager getFilterPoolManager(IHost conn) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 215. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1833) protected ISystemFilterPoolManager getFilterPoolManager(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 216. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1841) protected String getFilterPoolManagerName(ISystemProfile profile) ^^^^^^ Javadoc: Missing tag for return type ---------- 217. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1841) protected String getFilterPoolManagerName(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 218. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1848) protected String getSystemProfileName(ISystemFilterPoolManager manager) ^^^^^^ Javadoc: Missing tag for return type ---------- 219. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1848) protected String getSystemProfileName(ISystemFilterPoolManager manager) ^^^^^^^ Javadoc: Missing tag for parameter manager ---------- 220. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1855) protected void deleteFilterPoolManager(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 221. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1885) protected void fireEvent(SystemResourceChangeEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- 222. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1892) protected void fireEvent(Object src, int eventId, Object parent) ^^^ Javadoc: Missing tag for parameter src ---------- 223. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1892) protected void fireEvent(Object src, int eventId, Object parent) ^^^^^^^ Javadoc: Missing tag for parameter eventId ---------- 224. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1892) protected void fireEvent(Object src, int eventId, Object parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 225. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1899) protected void fireEvent(Object[] multiSrc, int eventId, Object parent, int delta) ^^^^^^^^ Javadoc: Missing tag for parameter multiSrc ---------- 226. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1899) protected void fireEvent(Object[] multiSrc, int eventId, Object parent, int delta) ^^^^^^^ Javadoc: Missing tag for parameter eventId ---------- 227. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1899) protected void fireEvent(Object[] multiSrc, int eventId, Object parent, int delta) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 228. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1899) protected void fireEvent(Object[] multiSrc, int eventId, Object parent, int delta) ^^^^^ Javadoc: Missing tag for parameter delta ---------- 229. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1907) protected SystemResourceChangeEvent createEvent(Object src, int eventId, Object parent) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 230. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1907) protected SystemResourceChangeEvent createEvent(Object src, int eventId, Object parent) ^^^ Javadoc: Missing tag for parameter src ---------- 231. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1907) protected SystemResourceChangeEvent createEvent(Object src, int eventId, Object parent) ^^^^^^^ Javadoc: Missing tag for parameter eventId ---------- 232. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1907) protected SystemResourceChangeEvent createEvent(Object src, int eventId, Object parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 233. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1914) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 234. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1914) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent) ^^^ Javadoc: Missing tag for parameter src ---------- 235. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1914) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent) ^^^^^^^ Javadoc: Missing tag for parameter eventId ---------- 236. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1914) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 237. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1921) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent, int delta) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 238. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1921) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent, int delta) ^^^ Javadoc: Missing tag for parameter src ---------- 239. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1921) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent, int delta) ^^^^^^^ Javadoc: Missing tag for parameter eventId ---------- 240. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1921) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent, int delta) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 241. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1921) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent, int delta) ^^^^^ Javadoc: Missing tag for parameter delta ---------- 242. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1931) protected void fireSubSystemEvent(SystemResourceChangeEvent event, ISubSystem subsystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- ---------- 243. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 67) public void configureNewFilterAction(ISubSystemConfiguration config, SystemNewFilterAction newFilterAction, Object callerData); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 244. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 67) public void configureNewFilterAction(ISubSystemConfiguration config, SystemNewFilterAction newFilterAction, Object callerData); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFilterAction ---------- 245. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 67) public void configureNewFilterAction(ISubSystemConfiguration config, SystemNewFilterAction newFilterAction, Object callerData); ^^^^^^^^^^ Javadoc: Missing tag for parameter callerData ---------- 246. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 88) public ISystemNewConnectionWizardPage[] getNewConnectionWizardPages(ISubSystemConfiguration config, IWizard wizard); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 247. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 88) public ISystemNewConnectionWizardPage[] getNewConnectionWizardPages(ISubSystemConfiguration config, IWizard wizard); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 248. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 88) public ISystemNewConnectionWizardPage[] getNewConnectionWizardPages(ISubSystemConfiguration config, IWizard wizard); ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 249. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 115) public IAction[] getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool); ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 250. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 115) public IAction[] getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool); ^^^^ Javadoc: Missing tag for parameter menu ---------- 251. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 115) public IAction[] getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 252. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 115) public IAction[] getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 253. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 115) public IAction[] getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool); ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 254. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 115) public IAction[] getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 255. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 115) public IAction[] getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedPool ---------- 256. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 129) public IAction[] getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference); ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 257. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 129) public IAction[] getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference); ^^^^ Javadoc: Missing tag for parameter menu ---------- 258. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 129) public IAction[] getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 259. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 129) public IAction[] getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 260. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 129) public IAction[] getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference); ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 261. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 129) public IAction[] getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 262. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 129) public IAction[] getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedPoolReference ---------- 263. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 144) public IAction[] getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter); ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 264. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 144) public IAction[] getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter); ^^^^ Javadoc: Missing tag for parameter menu ---------- 265. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 144) public IAction[] getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 266. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 144) public IAction[] getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 267. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 144) public IAction[] getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter); ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 268. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 144) public IAction[] getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 269. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 144) public IAction[] getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilter ---------- 270. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 151) public void customizeChangeFilterPropertyPage(ISubSystemConfiguration config, SystemChangeFilterPropertyPage page, ISystemFilter selectedFilter, Shell shell); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 271. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 151) public void customizeChangeFilterPropertyPage(ISubSystemConfiguration config, SystemChangeFilterPropertyPage page, ISystemFilter selectedFilter, Shell shell); ^^^^ Javadoc: Missing tag for parameter page ---------- 272. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 151) public void customizeChangeFilterPropertyPage(ISubSystemConfiguration config, SystemChangeFilterPropertyPage page, ISystemFilter selectedFilter, Shell shell); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilter ---------- 273. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 151) public void customizeChangeFilterPropertyPage(ISubSystemConfiguration config, SystemChangeFilterPropertyPage page, ISystemFilter selectedFilter, Shell shell); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 274. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 158) public void customizeFilterStringPropertyPage(ISubSystemConfiguration config, SystemFilterStringPropertyPage page, ISystemFilterString selectedFilterString, Shell shell); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 275. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 158) public void customizeFilterStringPropertyPage(ISubSystemConfiguration config, SystemFilterStringPropertyPage page, ISystemFilterString selectedFilterString, Shell shell); ^^^^ Javadoc: Missing tag for parameter page ---------- 276. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 158) public void customizeFilterStringPropertyPage(ISubSystemConfiguration config, SystemFilterStringPropertyPage page, ISystemFilterString selectedFilterString, Shell shell); ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilterString ---------- 277. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 158) public void customizeFilterStringPropertyPage(ISubSystemConfiguration config, SystemFilterStringPropertyPage page, ISystemFilterString selectedFilterString, Shell shell); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 278. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 165) public ISystemFilter createFilterByPrompting(ISubSystemConfiguration config, ISystemFilterReference referenceToPromptableFilter, Shell shell) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 279. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 165) public ISystemFilter createFilterByPrompting(ISubSystemConfiguration config, ISystemFilterReference referenceToPromptableFilter, Shell shell) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter referenceToPromptableFilter ---------- 280. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 165) public ISystemFilter createFilterByPrompting(ISubSystemConfiguration config, ISystemFilterReference referenceToPromptableFilter, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 281. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 166) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 282. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 185) public IAction[] getFilterReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterReference selectedFilterRef); ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 283. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 185) public IAction[] getFilterReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterReference selectedFilterRef); ^^^^ Javadoc: Missing tag for parameter menu ---------- 284. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 185) public IAction[] getFilterReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterReference selectedFilterRef); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 285. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 185) public IAction[] getFilterReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterReference selectedFilterRef); ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 286. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 185) public IAction[] getFilterReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterReference selectedFilterRef); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 287. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 191) public IAction[] getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem); ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 288. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 191) public IAction[] getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem); ^^^^ Javadoc: Missing tag for parameter menu ---------- 289. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 191) public IAction[] getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 290. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 191) public IAction[] getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 291. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 191) public IAction[] getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem); ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 292. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 191) public IAction[] getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 293. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 191) public IAction[] getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedSubSystem ---------- 294. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 202) public IServerLauncherForm getServerLauncherForm(ISubSystemConfiguration config, Shell shell, ISystemMessageLine msgLine); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 295. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 202) public IServerLauncherForm getServerLauncherForm(ISubSystemConfiguration config, Shell shell, ISystemMessageLine msgLine); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 296. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 202) public IServerLauncherForm getServerLauncherForm(ISubSystemConfiguration config, Shell shell, ISystemMessageLine msgLine); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 297. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 202) public IServerLauncherForm getServerLauncherForm(ISubSystemConfiguration config, Shell shell, ISystemMessageLine msgLine); ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 298. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 212) public ISystemSubSystemPropertyPageCoreForm getSubSystemPropertyPageCoreFrom(ISubSystemConfiguration config, ISystemMessageLine msgLine, Object caller); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 299. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 212) public ISystemSubSystemPropertyPageCoreForm getSubSystemPropertyPageCoreFrom(ISubSystemConfiguration config, ISystemMessageLine msgLine, Object caller); ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 300. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 212) public ISystemSubSystemPropertyPageCoreForm getSubSystemPropertyPageCoreFrom(ISubSystemConfiguration config, ISystemMessageLine msgLine, Object caller); ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 301. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 253) public ImageDescriptor getSystemFilterPoolManagerImage(); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 302. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 259) public ImageDescriptor getSystemFilterPoolImage(ISystemFilterPool filterPool); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 303. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 259) public ImageDescriptor getSystemFilterPoolImage(ISystemFilterPool filterPool); ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 304. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 265) public ImageDescriptor getSystemFilterImage(ISystemFilter filter); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 305. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 265) public ImageDescriptor getSystemFilterImage(ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 306. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 270) public ImageDescriptor getSystemFilterPoolImage(ISystemFilterPoolReference filterPool); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 307. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 270) public ImageDescriptor getSystemFilterPoolImage(ISystemFilterPoolReference filterPool); ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 308. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 275) public ImageDescriptor getSystemFilterImage(ISystemFilterReference filter); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 309. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 275) public ImageDescriptor getSystemFilterImage(ISystemFilterReference filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 310. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 281) public ImageDescriptor getSystemFilterStringImage(ISystemFilterString filterString); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 311. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 281) public ImageDescriptor getSystemFilterStringImage(ISystemFilterString filterString); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 312. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 287) public ImageDescriptor getSystemFilterStringImage(String filterStringString); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 313. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 287) public ImageDescriptor getSystemFilterStringImage(String filterStringString); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterStringString ---------- 314. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 297) public PropertyPage getPropertyPage(ISubSystem subsystem, Composite parent); ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 315. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 297) public PropertyPage getPropertyPage(ISubSystem subsystem, Composite parent); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 316. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 297) public PropertyPage getPropertyPage(ISubSystem subsystem, Composite parent); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 317. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 307) public ISystemValidator getUserIdValidator(ISubSystemConfiguration config); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 318. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 307) public ISystemValidator getUserIdValidator(ISubSystemConfiguration config); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 319. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 313) public ISystemValidator getPasswordValidator(ISubSystemConfiguration confi); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 320. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 313) public ISystemValidator getPasswordValidator(ISubSystemConfiguration confi); ^^^^^ Javadoc: Missing tag for parameter confi ---------- 321. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 320) public ISystemValidator getPortValidator(ISubSystemConfiguration confi); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 322. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 320) public ISystemValidator getPortValidator(ISubSystemConfiguration confi); ^^^^^ Javadoc: Missing tag for parameter confi ---------- ---------- 323. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/StandardCredentialsProvider.java (at line 335) protected ISystemPasswordPromptDialog getPasswordPromptDialog(Shell shell) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 324. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/DefaultUIInteractionProvider.java (at line 63) protected IRunnableContext getRunnableContext(/* Shell rshell */) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 325. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/DefaultUIInteractionProvider.java (at line 101) public static Shell getActiveWorkbenchShell() { ^^^^^ Javadoc: Missing tag for return type ---------- 326. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/DefaultUIInteractionProvider.java (at line 122) public static IWorkbenchWindow getActiveWorkbenchWindow() { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 327. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 328. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 329. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 330. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 331. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 332. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 333. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 334. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 335. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 336. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 337. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 338. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 339. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 340. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 341. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 342. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 343. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 344. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 345. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 346. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 347. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 348. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 349. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 350. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 351. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 352. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 353. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 354. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 355. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 356. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 357. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 358. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 359. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 360. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 361. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 362. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 363. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 364. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 365. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 366. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 367. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 368. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 369. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 370. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 371. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 372. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 373. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 374. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 375. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 376. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 377. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 378. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 379. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 380. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 381. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 382. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 383. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 384. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCommonDeleteAction.java (at line 260) public void setPromptLabel(String text) ^^^^ Javadoc: Missing tag for parameter text ---------- ---------- 385. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 386. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 387. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 388. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 389. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 390. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 391. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 392. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 393. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCopyConnectionAction.java (at line 51) public SystemCopyConnectionAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 394. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCopyConnectionAction.java (at line 192) protected IHost[] getSelectedConnections() ^^^^^^^ Javadoc: Missing tag for return type ---------- 395. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCopyConnectionAction.java (at line 207) protected IHost getFirstSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 396. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCopyConnectionAction.java (at line 220) protected SystemSimpleContentElement getProfileTreeModel(ISystemProfile profile) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 397. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemExportConnectionAction.java (at line 28) import org.eclipse.rse.internal.persistence.RSEEnvelope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 398. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemExportConnectionAction.java (at line 64) RSEEnvelope envelope = new RSEEnvelope(); ^^^^^^^^^^^ Discouraged access: The type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 399. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemExportConnectionAction.java (at line 64) RSEEnvelope envelope = new RSEEnvelope(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RSEEnvelope() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 400. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemExportConnectionAction.java (at line 64) RSEEnvelope envelope = new RSEEnvelope(); ^^^^^^^^^^^ Discouraged access: The type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 401. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemExportConnectionAction.java (at line 65) envelope.add(host); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method add(IHost) from the type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 402. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemExportConnectionAction.java (at line 68) envelope.put(out, persistenceProvider, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method put(OutputStream, IRSEPersistenceProvider, IProgressMonitor) from the type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 403. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceAction.java (at line 46) public SystemFilterCascadingNewFilterPoolReferenceAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 404. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceAction.java (at line 54) public SystemFilterCascadingNewFilterPoolReferenceAction(Shell shell, ISystemFilterPoolReferenceManager refMgr) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 405. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceAction.java (at line 54) public SystemFilterCascadingNewFilterPoolReferenceAction(Shell shell, ISystemFilterPoolReferenceManager refMgr) ^^^^^^ Javadoc: Missing tag for parameter refMgr ---------- 406. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceAction.java (at line 71) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 407. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceAction.java (at line 92) public void setSystemFilterPoolReferenceManager(ISystemFilterPoolReferenceManager refMgr) ^^^^^^ Javadoc: Missing tag for parameter refMgr ---------- ---------- 408. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 45) public SystemFilterCascadingNewFilterPoolReferenceFPMgrAction(Shell shell, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 409. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 46) ISystemFilterPoolManager mgr, ^^^ Javadoc: Missing tag for parameter mgr ---------- 410. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 47) ISystemFilterPoolReferenceManager refMgr) ^^^^^^ Javadoc: Missing tag for parameter refMgr ---------- 411. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 63) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 412. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 107) private boolean isPoolAlreadyReferenced(ISystemFilterPool pool) ^^^^^^^ Javadoc: Missing tag for return type ---------- 413. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 107) private boolean isPoolAlreadyReferenced(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 414. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 115) private boolean isPoolConnectionUnique(ISystemFilterPool pool) ^^^^^^^ Javadoc: Missing tag for return type ---------- 415. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 115) private boolean isPoolConnectionUnique(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- ---------- 416. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 58) public SystemFilterCopyFilterAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 417. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 82) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 418. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 210) public void setPromptString(String promptString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter promptString ---------- 419. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 259) protected ISystemFilter[] getSelectedFilters() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 420. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 280) protected ISystemFilter getFirstSelectedFilter() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 421. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 307) protected SystemSimpleContentElement getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 422. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 349) protected static void populateFilterPoolContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 423. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 350) ISystemFilterPoolManager mgr, ^^^ Javadoc: Missing tag for parameter mgr ---------- 424. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 351) Vector elements, ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 425. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 352) SystemSimpleContentElement parentElement) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- ---------- 426. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterPoolAction.java (at line 57) public SystemFilterCopyFilterPoolAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 427. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterPoolAction.java (at line 80) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 428. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterPoolAction.java (at line 191) public void setPromptString(String promptString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter promptString ---------- 429. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterPoolAction.java (at line 248) protected ISystemFilterPool[] getSelectedFilterPools() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 430. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterPoolAction.java (at line 269) protected ISystemFilterPool getFirstSelectedFilterPool() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 431. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterPoolAction.java (at line 296) protected SystemSimpleContentElement getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 432. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 433. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 434. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 435. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 436. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 437. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 438. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 439. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 440. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 441. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 442. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 443. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 444. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 445. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 446. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 447. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 448. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 449. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 450. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 451. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 452. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 453. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 454. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 455. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 456. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 457. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 458. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 58) public SystemFilterMoveFilterAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 459. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 82) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 460. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 211) public void setPromptString(String promptString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter promptString ---------- 461. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 260) protected ISystemFilter[] getSelectedFilters() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 462. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 281) protected ISystemFilter getFirstSelectedFilter() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 463. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 309) protected SystemSimpleContentElement getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 464. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 353) protected static void populateFilterPoolContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 465. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 354) ISystemFilterPoolManager mgr, ^^^ Javadoc: Missing tag for parameter mgr ---------- 466. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 355) Vector elements, ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 467. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 356) SystemSimpleContentElement parentElement, ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- 468. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 357) ISystemFilterPool poolToExclude) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolToExclude ---------- ---------- 469. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterPoolAction.java (at line 59) public SystemFilterMoveFilterPoolAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 470. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterPoolAction.java (at line 83) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 471. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterPoolAction.java (at line 205) public void setPromptString(String promptString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter promptString ---------- 472. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterPoolAction.java (at line 261) protected ISystemFilterPool[] getSelectedFilterPools() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 473. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterPoolAction.java (at line 282) protected ISystemFilterPoolManager[] getSelectedFilterPoolManagers() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 474. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterPoolAction.java (at line 304) protected ISystemFilterPool getFirstSelectedFilterPool() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 475. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterPoolAction.java (at line 331) protected SystemSimpleContentElement getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 476. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 62) public SystemFilterMoveFilterStringAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 477. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 87) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 478. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 96) protected boolean supportsDuplicateFilterStrings(ISystemFilter filter) ^^^^^^^ Javadoc: Missing tag for return type ---------- 479. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 96) protected boolean supportsDuplicateFilterStrings(ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 480. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 260) public void setPromptString(String promptString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter promptString ---------- 481. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 309) protected ISystemFilterString[] getSelectedFilterStrings() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 482. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 333) protected ISystemFilter[] getSelectedFilters() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 483. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 352) protected ISystemFilterString getFirstSelectedFilterString() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 484. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 380) protected SystemSimpleContentElement getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 485. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 428) protected void populateFilterPoolContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 486. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 429) ISystemFilterPoolManager mgr, ^^^ Javadoc: Missing tag for parameter mgr ---------- 487. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 430) Vector elements, ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 488. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 431) SystemSimpleContentElement parentElement, ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- 489. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 432) ISystemFilter[] filtersToExclude, ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filtersToExclude ---------- 490. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 433) ISystemFilterPool filterPoolToSelect, ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolToSelect ---------- 491. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 434) ISystemFilter filterToSelect) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterToSelect ---------- 492. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 457) protected void populateFilterContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 493. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 458) ISystemFilterPool pool, ^^^^ Javadoc: Missing tag for parameter pool ---------- 494. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 459) Vector elements, ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 495. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 460) SystemSimpleContentElement parentElement, ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- 496. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 461) ISystemFilter[] filtersToExclude, ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filtersToExclude ---------- 497. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 462) ISystemFilter filterToSelect) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterToSelect ---------- ---------- 498. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 499. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 500. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 501. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 502. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 503. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 504. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 505. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 506. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 507. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 508. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 509. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 510. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 511. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 512. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 513. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 514. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 515. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 516. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 517. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterWorkWithFilterPoolsAction.java (at line 52) public SystemFilterWorkWithFilterPoolsAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 518. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterWorkWithFilterPoolsAction.java (at line 67) public SystemFilterWorkWithFilterPoolsAction(Shell parent, boolean cascadingAction) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 519. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterWorkWithFilterPoolsAction.java (at line 67) public SystemFilterWorkWithFilterPoolsAction(Shell parent, boolean cascadingAction) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter cascadingAction ---------- 520. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterWorkWithFilterPoolsAction.java (at line 86) public SystemFilterWorkWithFilterPoolsAction(Shell parent, String title) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 521. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterWorkWithFilterPoolsAction.java (at line 86) public SystemFilterWorkWithFilterPoolsAction(Shell parent, String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 522. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterWorkWithFilterPoolsAction.java (at line 118) public void setFilterPoolNameValidator(ValidatorFilterPoolName pnv) ^^^ Javadoc: Missing tag for parameter pnv ---------- ---------- 523. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 524. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 525. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 526. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemImportConnectionAction.java (at line 30) import org.eclipse.rse.internal.core.model.ISystemProfileOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemProfileOperation is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 527. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemImportConnectionAction.java (at line 31) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 528. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemImportConnectionAction.java (at line 32) import org.eclipse.rse.internal.persistence.RSEEnvelope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 529. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemImportConnectionAction.java (at line 67) status = SystemProfileManager.run(new ISystemProfileOperation() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 530. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemImportConnectionAction.java (at line 67) status = SystemProfileManager.run(new ISystemProfileOperation() { public IStatus run() { IStatus operationStatus = Status.OK_STATUS; try { final RSEEnvelope envelope = new RSEEnvelope(); envelope.get(in, monitor); envelope.mergeWith(profile); } catch (CoreException e) { // log the exception and return the status code operationStatus = e.getStatus(); String message = operationStatus.getMessage(); if (message == null) { message = SystemResources.SystemImportConnectionAction_CoreExceptionFound; } SystemBasePlugin.logError(message, e); } return operationStatus; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method run(ISystemProfileOperation) from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 531. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemImportConnectionAction.java (at line 67) status = SystemProfileManager.run(new ISystemProfileOperation() { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemProfileOperation is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 532. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemImportConnectionAction.java (at line 71) final RSEEnvelope envelope = new RSEEnvelope(); ^^^^^^^^^^^ Discouraged access: The type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 533. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemImportConnectionAction.java (at line 71) final RSEEnvelope envelope = new RSEEnvelope(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RSEEnvelope() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 534. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemImportConnectionAction.java (at line 71) final RSEEnvelope envelope = new RSEEnvelope(); ^^^^^^^^^^^ Discouraged access: The type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 535. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemImportConnectionAction.java (at line 72) envelope.get(in, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(InputStream, IProgressMonitor) from the type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 536. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemImportConnectionAction.java (at line 73) envelope.mergeWith(profile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method mergeWith(ISystemProfile) from the type RSEEnvelope is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 537. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemMoveConnectionAction.java (at line 53) public SystemMoveConnectionAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 538. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemMoveConnectionAction.java (at line 197) protected IHost[] getSelectedConnections() ^^^^^^^ Javadoc: Missing tag for return type ---------- 539. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemMoveConnectionAction.java (at line 212) protected IHost getFirstSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 540. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemMoveConnectionAction.java (at line 225) protected SystemSimpleContentElement getProfileTreeModel(ISystemProfile profile) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 541. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 542. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 543. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 544. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 545. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 546. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 547. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceQualifyConnectionNamesAction.java (at line 39) public SystemPreferenceQualifyConnectionNamesAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 548. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceQualifyConnectionNamesAction.java (at line 65) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^ Javadoc: Missing tag for parameter type ---------- 549. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceQualifyConnectionNamesAction.java (at line 65) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^^^^^ Javadoc: Missing tag for parameter oldValue ---------- 550. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceQualifyConnectionNamesAction.java (at line 65) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^^^^^ Javadoc: Missing tag for parameter newValue ---------- 551. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceQualifyConnectionNamesAction.java (at line 68) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 552. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceQualifyConnectionNamesAction.java (at line 68) new SystemPreferenceChangeEvent(type, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPreferenceChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 553. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 554. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 555. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 556. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 557. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 558. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 559. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 560. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 561. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 562. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 563. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 564. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 565. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 566. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 567. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 60) public SystemProfileNameCopyAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 568. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 75) public void setProfile(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 569. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 125) protected IRunnableContext getRunnableContext() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 570. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 179) public static String getCopyingMessage(String oldName, String newName) ^^^^^^ Javadoc: Missing tag for return type ---------- 571. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 179) public static String getCopyingMessage(String oldName, String newName) ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 572. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 179) public static String getCopyingMessage(String oldName, String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 573. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 189) protected void showOperationMessage(Exception exc, Shell shell) ^^^ Javadoc: Missing tag for parameter exc ---------- 574. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 189) protected void showOperationMessage(Exception exc, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 575. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 204) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 576. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 204) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 577. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 215) protected void showOperationCancelledMessage(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 578. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 579. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 580. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 581. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 582. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 583. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemResolveFilterStringAction.java (at line 35) public SystemResolveFilterStringAction(Shell shell, ISubSystem subsystem, String filterString) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 584. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemResolveFilterStringAction.java (at line 35) public SystemResolveFilterStringAction(Shell shell, ISubSystem subsystem, String filterString) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 585. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemResolveFilterStringAction.java (at line 35) public SystemResolveFilterStringAction(Shell shell, ISubSystem subsystem, String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 586. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemResolveFilterStringAction.java (at line 45) public SystemResolveFilterStringAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 587. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemResolveFilterStringAction.java (at line 70) public Object getSelectedObject() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 588. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 589. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 590. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 591. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 592. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 593. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 594. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 595. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemShowPreferencesPageAction.java (at line 33) 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/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 596. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemShowPreferencesPageAction.java (at line 51) * We are instantiated inside {@link RSEUIPlugin#getShowPreferencePageActions()} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: The method getShowPreferencePageActions() is undefined for the type RSEUIPlugin ---------- 597. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 598. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemShowPreferencesPageAction.java (at line 131) 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/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 599. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemShowPreferencesPageAction.java (at line 131) PreferenceDialog d = new WorkbenchPreferenceDialog(shell, pm); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkbenchPreferenceDialog is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- ---------- 600. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 601. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 602. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 603. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 604. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 605. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 606. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 607. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 608. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 58) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentAction ---------- 609. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 66) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentAction ---------- 610. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 66) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 611. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 75) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text, String id) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentAction ---------- 612. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 75) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text, String id) ^^^^ Javadoc: Missing tag for parameter text ---------- 613. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 75) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text, String id) ^^ Javadoc: Missing tag for parameter id ---------- 614. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 84) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text, String id, ImageDescriptor image) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentAction ---------- 615. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 84) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text, String id, ImageDescriptor image) ^^^^ Javadoc: Missing tag for parameter text ---------- 616. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 84) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text, String id, ImageDescriptor image) ^^ Javadoc: Missing tag for parameter id ---------- 617. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 84) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text, String id, ImageDescriptor image) ^^^^^ Javadoc: Missing tag for parameter image ---------- 618. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 95) public SystemBaseSubMenuAction getParentCascadingAction() ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 619. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 104) public void setToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 620. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 111) public String getToolTipText() ^^^^^^ Javadoc: Missing tag for return type ---------- 621. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 119) public String getLabel() ^^^^^^ Javadoc: Missing tag for return type ---------- 622. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 131) public void setInputs(Shell shell, Viewer v, ISelection selection) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 623. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 131) public void setInputs(Shell shell, Viewer v, ISelection selection) ^ Javadoc: Missing tag for parameter v ---------- 624. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 131) public void setInputs(Shell shell, Viewer v, ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 625. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 148) public void setShell(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 626. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 177) public void setSelection(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 627. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 205) public void setViewer(Viewer v) ^ Javadoc: Missing tag for parameter v ---------- 628. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 229) public Viewer getViewer() ^^^^^^ Javadoc: Missing tag for return type ---------- 629. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 236) public Shell getShell() ^^^^^ Javadoc: Missing tag for return type ---------- 630. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 243) public IStructuredSelection getSelection() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 631. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 336) protected void cascadeAllInputs(ISystemAction action) ^^^^^^ Javadoc: Missing tag for parameter action ---------- 632. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 350) protected void cascadeAllInputs(SystemSubMenuManager submenu) ^^^^^^^ Javadoc: Missing tag for parameter submenu ---------- 633. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 365) public void setTracing(boolean tracing) ^^^^^^^ Javadoc: Missing tag for parameter tracing ---------- 634. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 373) public void setTracing(String tracingClassTarget) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter tracingClassTarget ---------- 635. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 382) public void setTracing(boolean tracing, String tracingClassTarget) ^^^^^^^ Javadoc: Missing tag for parameter tracing ---------- 636. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 382) public void setTracing(boolean tracing, String tracingClassTarget) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter tracingClassTarget ---------- 637. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 391) protected void issueTraceMessage(String msg) ^^^ Javadoc: Missing tag for parameter msg ---------- ---------- 638. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 639. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 640. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 641. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 642. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 643. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 644. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 645. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 646. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 647. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 648. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 649. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemTestFilterStringAction.java (at line 40) public SystemTestFilterStringAction(Shell shell, ISubSystem subsystem, String filterString) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 650. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemTestFilterStringAction.java (at line 40) public SystemTestFilterStringAction(Shell shell, ISubSystem subsystem, String filterString) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 651. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemTestFilterStringAction.java (at line 40) public SystemTestFilterStringAction(Shell shell, ISubSystem subsystem, String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 652. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemTestFilterStringAction.java (at line 53) public SystemTestFilterStringAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 653. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemTestFilterStringAction.java (at line 61) public void setSubSystem(ISubSystem subsystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 654. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemTestFilterStringAction.java (at line 69) public void setFilterString(String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- ---------- 655. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 656. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 657. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 658. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 659. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 660. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 661. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 662. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 663. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 664. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 665. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 666. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 667. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyDialog.java (at line 64) public SystemCopyDialog(Shell shell, List files) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 668. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyDialog.java (at line 64) public SystemCopyDialog(Shell shell, List files) ^^^^^ Javadoc: Missing tag for parameter files ---------- 669. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyDialog.java (at line 71) public SystemCopyDialog(Shell shell, String title, List files) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 670. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyDialog.java (at line 71) public SystemCopyDialog(Shell shell, String title, List files) ^^^^^ Javadoc: Missing tag for parameter title ---------- 671. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyDialog.java (at line 71) public SystemCopyDialog(Shell shell, String title, List files) ^^^^^ Javadoc: Missing tag for parameter files ---------- 672. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyDialog.java (at line 120) private TableViewer createTableViewer(Composite parent, int nbrColumns) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 673. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyDialog.java (at line 120) private TableViewer createTableViewer(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 674. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyDialog.java (at line 120) private TableViewer createTableViewer(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- ---------- 675. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 676. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 677. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 678. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 679. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 680. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 681. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyTableProvider.java (at line 148) public int getRowNumber(SystemCopyTableRow row) ^^^ Javadoc: Missing tag for return type ---------- 682. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyTableProvider.java (at line 148) public int getRowNumber(SystemCopyTableRow row) ^^^ Javadoc: Missing tag for parameter row ---------- ---------- 683. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyTableRow.java (at line 121) public ImageDescriptor getImageDescriptor() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 684. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyTableRow.java (at line 129) public Object getElement() ^^^^^^ Javadoc: Missing tag for return type ---------- 685. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyTableRow.java (at line 136) public ISystemViewElementAdapter getViewAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 686. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyTableRow.java (at line 143) public ISystemRemoteElementAdapter getRemoteAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 687. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyTableRow.java (at line 150) public boolean isRemote() ^^^^^^^ Javadoc: Missing tag for return type ---------- 688. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyTableRow.java (at line 160) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 689. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyTableRow.java (at line 160) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 690. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyTableRow.java (at line 169) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 691. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyTableRow.java (at line 169) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 692. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteDialog.java (at line 96) public SystemDeleteDialog(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 693. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteDialog.java (at line 115) public void setWarningMessage(String msg, String tip) ^^^ Javadoc: Missing tag for parameter msg ---------- 694. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteDialog.java (at line 115) public void setWarningMessage(String msg, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 695. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteDialog.java (at line 125) public void setPromptLabel(String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 696. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteDialog.java (at line 282) public SystemDeleteTableRow[] getRows() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 697. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteDialog.java (at line 292) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 698. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteDialog.java (at line 292) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 699. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteTableProvider.java (at line 161) public int getRowNumber(SystemDeleteTableRow row) ^^^ Javadoc: Missing tag for return type ---------- 700. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteTableProvider.java (at line 161) public int getRowNumber(SystemDeleteTableRow row) ^^^ Javadoc: Missing tag for parameter row ---------- ---------- 701. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteTableRow.java (at line 129) public ImageDescriptor getImageDescriptor() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 702. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteTableRow.java (at line 137) public Object getElement() ^^^^^^ Javadoc: Missing tag for return type ---------- 703. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteTableRow.java (at line 144) public ISystemViewElementAdapter getViewAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 704. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteTableRow.java (at line 151) public ISystemRemoteElementAdapter getRemoteAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 705. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteTableRow.java (at line 158) public boolean isRemote() ^^^^^^^ Javadoc: Missing tag for return type ---------- 706. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteTableRow.java (at line 168) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 707. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteTableRow.java (at line 168) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 708. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteTableRow.java (at line 177) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 709. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemDeleteTableRow.java (at line 177) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 710. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameDialog.java (at line 182) public SystemRenameDialog(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 711. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameDialog.java (at line 189) public SystemRenameDialog(Shell shell, String title) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 712. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameDialog.java (at line 189) public SystemRenameDialog(Shell shell, String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 713. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameDialog.java (at line 199) public void setVerbiage(String verbiage) ^^^^^^^^ Javadoc: Missing tag for parameter verbiage ---------- 714. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameDialog.java (at line 207) public void setNameValidator(ISystemValidator nameValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidator ---------- 715. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameDialog.java (at line 453) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 716. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameDialog.java (at line 470) public boolean isPageComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 717. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameDialog.java (at line 547) public SystemRenameTableRow[] getRows() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 718. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameDialog.java (at line 555) public String[] getNewNames() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 719. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameDialog.java (at line 601) protected ValidatorUniqueString setUniqueNameValidator(Object inputElement, ISystemValidator nameValidator) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 720. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameDialog.java (at line 601) protected ValidatorUniqueString setUniqueNameValidator(Object inputElement, ISystemValidator nameValidator) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter inputElement ---------- 721. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameDialog.java (at line 601) protected ValidatorUniqueString setUniqueNameValidator(Object inputElement, ISystemValidator nameValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidator ---------- 722. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameDialog.java (at line 662) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 723. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameDialog.java (at line 662) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 724. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableProvider.java (at line 59) public void setNameValidator(ISystemValidator nameValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidator ---------- 725. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableProvider.java (at line 199) public int getRowNumber(SystemRenameTableRow row) ^^^ Javadoc: Missing tag for return type ---------- 726. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableProvider.java (at line 199) public int getRowNumber(SystemRenameTableRow row) ^^^ Javadoc: Missing tag for parameter row ---------- ---------- 727. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 43) public SystemRenameTableRow(Object element, int rowNbr) ^^^^^^ Javadoc: Missing tag for parameter rowNbr ---------- 728. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 57) public void setNewName(String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 729. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 74) public static String trimTrailing(String text) ^^^^^^ Javadoc: Missing tag for return type ---------- 730. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 74) public static String trimTrailing(String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 731. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 82) public String getNewName() ^^^^^^ Javadoc: Missing tag for return type ---------- 732. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 90) public Object getParent() ^^^^^^ Javadoc: Missing tag for return type ---------- 733. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 98) public void setParent(Object parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 734. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 114) public String getCanonicalNewName() ^^^^^^ Javadoc: Missing tag for return type ---------- 735. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 131) public boolean newNameEqualsOldName() ^^^^^^^ Javadoc: Missing tag for return type ---------- 736. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 145) public int getNameLengthLimit() ^^^ Javadoc: Missing tag for return type ---------- 737. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 154) public void setNameValidator(ISystemValidator nameValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidator ---------- 738. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 162) public void setUniqueNameValidator(ValidatorUniqueString uniqueNameValidator) ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter uniqueNameValidator ---------- 739. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 174) public ISystemValidator getNameValidator() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 740. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 182) public ValidatorUniqueString getUniqueNameValidator() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 741. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 190) public boolean getError() ^^^^^^^ Javadoc: Missing tag for return type ---------- 742. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 197) public SystemMessage getErrorMessage() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 743. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemRenameTableRow.java (at line 205) public void setErrorMessage(SystemMessage errorMsg) ^^^^^^^^ Javadoc: Missing tag for parameter errorMsg ---------- ---------- 744. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemTestFilterStringDialog.java (at line 177) public void reset(ISubSystem subsystem, String filterString) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 745. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemTestFilterStringDialog.java (at line 177) public void reset(ISubSystem subsystem, String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- ---------- 746. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 747. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 748. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 749. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 750. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 751. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 752. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 753. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 754. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 755. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 201) protected MenuItem addSeparator(Menu parent) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 756. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 201) protected MenuItem addSeparator(Menu parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 757. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 209) protected MenuItem createMenuItem(String label, String description) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 758. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 209) protected MenuItem createMenuItem(String label, String description) ^^^^^ Javadoc: Missing tag for parameter label ---------- 759. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 209) protected MenuItem createMenuItem(String label, String description) ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 760. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 222) protected Button createPushButton(Composite c, String label, String tooltip) ^^^^^^ Javadoc: Missing tag for return type ---------- 761. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 222) protected Button createPushButton(Composite c, String label, String tooltip) ^ Javadoc: Missing tag for parameter c ---------- 762. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 222) protected Button createPushButton(Composite c, String label, String tooltip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 763. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 222) protected Button createPushButton(Composite c, String label, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 764. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 343) public String[] getHistory() ^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 765. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 766. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 767. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 768. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 769. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 770. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 771. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 772. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 773. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 774. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 775. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 776. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 777. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 778. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 779. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 780. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 59) * @param label The title for this wizard ^^^^^ Javadoc: Parameter label is not declared ---------- 781. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 62) public SystemFilterNewFilterPoolWizard(String title, ImageDescriptor image) ^^^^^ Javadoc: Missing tag for parameter title ---------- 782. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 96) protected SystemFilterNewFilterPoolWizardMainPageInterface createMainPage() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 783. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 161) protected ISystemFilterPool createFilterPool(ISystemFilterPoolManager selectedManager, String poolName) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 784. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 161) protected ISystemFilterPool createFilterPool(ISystemFilterPoolManager selectedManager, String poolName) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedManager ---------- 785. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 161) protected ISystemFilterPool createFilterPool(ISystemFilterPoolManager selectedManager, String poolName) ^^^^^^^^ Javadoc: Missing tag for parameter poolName ---------- 786. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 162) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 787. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 194) public SystemFilterAbstractFilterPoolAction getFilterPoolDialogActionCaller() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 788. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 789. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 790. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 791. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 113) protected String[] getFilterPoolManagerNames() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 792. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 131) protected int getFilterPoolManagerNameSelectionIndex() ^^^ Javadoc: Missing tag for return type ---------- 793. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 141) protected String getPoolNamePromptText() ^^^^^^ Javadoc: Missing tag for return type ---------- 794. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 151) protected String getPoolNameToolTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 795. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 161) protected String getPoolManagerPromptText() ^^^^^^ Javadoc: Missing tag for return type ---------- 796. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 171) protected String getPoolManagerToolTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 797. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 300) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 798. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 323) protected void setPoolNameTextLimit(int mgrIndex) ^^^^^^^^ Javadoc: Missing tag for parameter mgrIndex ---------- ---------- 799. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 800. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 801. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 802. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 803. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 804. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 805. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 806. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterPoolWizardDialog.java (at line 40) public SystemFilterPoolWizardDialog(Shell shell, SystemFilterPoolWizardInterface wizard) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 807. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterPoolWizardDialog.java (at line 40) public SystemFilterPoolWizardDialog(Shell shell, SystemFilterPoolWizardInterface wizard) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 808. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterPoolWizardDialog.java (at line 47) public SystemFilterPoolWizardDialog(Shell shell, SystemFilterPoolWizardInterface wizard, Object inputObject) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 809. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterPoolWizardDialog.java (at line 47) public SystemFilterPoolWizardDialog(Shell shell, SystemFilterPoolWizardInterface wizard, Object inputObject) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 810. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterPoolWizardDialog.java (at line 47) public SystemFilterPoolWizardDialog(Shell shell, SystemFilterPoolWizardInterface wizard, Object inputObject) ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputObject ---------- 811. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterPoolWizardDialog.java (at line 55) public SystemFilterPoolWizardInterface getFilterPoolWizard() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 812. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 813. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 814. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 815. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 816. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 817. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 818. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 123) public SystemFilterWorkWithFilterPoolsDialog(Shell shell, String title, String prompt, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 819. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 123) public SystemFilterWorkWithFilterPoolsDialog(Shell shell, String title, String prompt, ^^^^^ Javadoc: Missing tag for parameter title ---------- 820. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 123) public SystemFilterWorkWithFilterPoolsDialog(Shell shell, String title, String prompt, ^^^^^^ Javadoc: Missing tag for parameter prompt ---------- 821. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 124) SystemFilterPoolManagerUIProvider caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 822. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 142) public void setRootToPreselect(SystemSimpleContentElement preSelectedRoot) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter preSelectedRoot ---------- 823. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 168) public void setFilterPoolNameValidator(ValidatorFilterPoolName pnv) ^^^ Javadoc: Missing tag for parameter pnv ---------- 824. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 241) public boolean refreshTree() ^^^^^^^ Javadoc: Missing tag for return type ---------- 825. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 257) protected void createToolBar(Composite parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 826. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 265) protected void populateToolBar(Shell shell, SystemFilterWorkWithFilterPoolsTreeViewer tree) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 827. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 265) protected void populateToolBar(Shell shell, SystemFilterWorkWithFilterPoolsTreeViewer tree) ^^^^ Javadoc: Missing tag for parameter tree ---------- 828. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 325) public SystemSimpleContentElement getSelectedElement() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 829. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 333) public boolean isSelectionEmpty() ^^^^^^^ Javadoc: Missing tag for return type ---------- 830. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 385) public boolean isPageComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 831. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 555) public void addNewFilterPool(Shell shell, ISystemFilterPool pool) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 832. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 555) public void addNewFilterPool(Shell shell, ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 833. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 597) public ISystemFilterPoolManager[] getFilterPoolManagers() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 834. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 606) public int getFilterPoolManagerSelection() { ^^^ Javadoc: Missing tag for return type ---------- ---------- 835. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 30) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 847. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 70) private boolean lastUseDeferredQueryValue = false; ^^^^^^^^^^^^^^^^^^^^^^^^^ The field RemoteSystemsPreferencePage.lastUseDeferredQueryValue is never read locally ---------- 848. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 96) IPreferenceStore coreStore = new PreferencesMapper(RSECorePlugin.getDefault().getPluginPreferences()); ^^^^^^^^^ The local variable coreStore is never read ---------- 849. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 246) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^ Javadoc: Missing tag for parameter type ---------- 850. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 246) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^^^^^ Javadoc: Missing tag for parameter oldValue ---------- 851. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 246) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^^^^^ Javadoc: Missing tag for parameter newValue ---------- 852. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 249) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 853. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 249) new SystemPreferenceChangeEvent(type, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPreferenceChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 854. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemConnectionPropertyPage.java (at line 97) protected IHost getConnection() ^^^^^ Javadoc: Missing tag for return type ---------- ---------- 855. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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 ---------- ---------- 870. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 871. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/ElementComparer.java (at line 25) import org.eclipse.rse.internal.core.model.SystemRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 872. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/ElementComparer.java (at line 35) return SystemRegistry.isSameObjectByAbsoluteName(a, null, b, null); ^^^^^^^^^^^^^^ Discouraged access: The type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 873. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/ElementComparer.java (at line 35) return SystemRegistry.isSameObjectByAbsoluteName(a, null, b, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isSameObjectByAbsoluteName(Object, String, Object, String) from the type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 874. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/ElementComparer.java (at line 52) ISystemDragDropAdapter dda = SystemRegistry.getSystemDragDropAdapter(element); ^^^^^^^^^^^^^^ Discouraged access: The type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 875. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/ElementComparer.java (at line 52) ISystemDragDropAdapter dda = SystemRegistry.getSystemDragDropAdapter(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemDragDropAdapter(Object) from the type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 876. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 877. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemComboBoxCellEditor.java (at line 99) public void setItems(String[] items) ^^^^^ Javadoc: Missing tag for parameter items ---------- ---------- 878. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 879. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 880. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 881. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemEmptyListAPIProviderImpl.java (at line 22) import org.eclipse.rse.core.model.ISystemViewInputProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rse.core.model.ISystemViewInputProvider is never used ---------- ---------- 882. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 883. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 884. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 885. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemInheritableTextCellEditor.java (at line 122) private Text getTextField() ^^^^ Javadoc: Missing tag for return type ---------- 886. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemInheritableTextCellEditor.java (at line 342) private ModifyListener getModifyListener() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 887. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemInheritableTextCellEditor.java (at line 403) public boolean isSaveAllEnabled() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 888. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 889. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 890. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 891. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 892. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 893. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 894. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 895. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 896. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 897. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 898. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 899. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 900. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 901. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 902. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 903. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 904. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 905. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 906. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 129) public Object getSelectedObject() ^^^^^^ Javadoc: Missing tag for return type ---------- 907. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 139) public Object[] getSelectedObjects() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 908. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 148) public ISystemTree getSystemTree() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 909. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 233) private void createPropertySheet(Composite outerParent, Shell shell) ^^^^^^^^^^^ Javadoc: Missing tag for parameter outerParent ---------- 910. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 233) private void createPropertySheet(Composite outerParent, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 911. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 384) public IHost getSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 912. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 392) protected Object getFirstSelection(ISelection selection) ^^^^^^ Javadoc: Missing tag for return type ---------- 913. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 392) protected Object getFirstSelection(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 914. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 408) protected Object[] getSelections(ISelection selection) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 915. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 408) protected Object[] getSelections(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 916. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 563) public boolean isPageComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 917. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 589) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 918. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 600) public void setSelectionValidator(IValidatorRemoteSelection selectionValidator) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectionValidator ---------- 919. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 631) public void setMessage(String message) ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 920. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 640) public void setSelectionTreeToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- ---------- 921. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 128) public void setCaller(ISystemSelectRemoteObjectAPIProviderCaller caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 922. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 193) public void setSubSystem(ISubSystem subsystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 923. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 281) public String decorateFilterString(Object selectedObject, String inputFilterString) ^^^^^^ Javadoc: Missing tag for return type ---------- 924. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 281) public String decorateFilterString(Object selectedObject, String inputFilterString) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 925. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 281) public String decorateFilterString(Object selectedObject, String inputFilterString) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter inputFilterString ---------- 926. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 315) public boolean filtersNeedDecoration(Object selectedObject) ^^^^^^^ Javadoc: Missing tag for return type ---------- 927. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 315) public boolean filtersNeedDecoration(Object selectedObject) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 928. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 330) private ISubSystemConfiguration getSubSystemConfiguration(Object selectedObject) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 929. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 330) private ISubSystemConfiguration getSubSystemConfiguration(Object selectedObject) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 930. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 496) protected Object[] getConnections() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 931. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 554) protected ISubSystem[] getSubSystems(IHost selectedConnection) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 932. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 554) protected ISubSystem[] getSubSystems(IHost selectedConnection) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedConnection ---------- 933. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 575) protected Object[] resolveFilterString(ISubSystem subsystem, String filterString) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 934. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 575) protected Object[] resolveFilterString(ISubSystem subsystem, String filterString) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 935. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 575) protected Object[] resolveFilterString(ISubSystem subsystem, String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 936. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 623) public ISystemFilter createFilterByPrompting(ISystemFilter filterPrompt, Shell shell) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPrompt ---------- 937. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 623) public ISystemFilter createFilterByPrompting(ISystemFilter filterPrompt, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 938. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 624) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 939. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 308) public SystemTableTreeView(Tree tableTree, ISystemMessageLine msgLine) ^^^^^^^^^ Javadoc: Missing tag for parameter tableTree ---------- 940. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 308) public SystemTableTreeView(Tree tableTree, ISystemMessageLine msgLine) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 941. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 384) public Menu getContextMenu() ^^^^ Javadoc: Missing tag for return type ---------- 942. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 391) public MenuManager getContextMenuManager() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 943. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 435) protected ISystemViewElementAdapter getViewAdapter(Object obj) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 944. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 435) protected ISystemViewElementAdapter getViewAdapter(Object obj) ^^^ Javadoc: Missing tag for parameter obj ---------- 945. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 458) public IPropertyDescriptor[] getVisibleDescriptors(Object object) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 946. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 458) public IPropertyDescriptor[] getVisibleDescriptors(Object object) ^^^^^^ Javadoc: Missing tag for parameter object ---------- 947. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 501) private ArrayList getFormatsIn() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 948. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 582) public void computeLayout(boolean force) ^^^^^ Javadoc: Missing tag for parameter force ---------- 949. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1059) private String getRemoteResourceAbsoluteName(Object remoteResource) ^^^^^^ Javadoc: Missing tag for return type ---------- 950. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1059) private String getRemoteResourceAbsoluteName(Object remoteResource) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteResource ---------- 951. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1113) public void displayMessage(String msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 952. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1122) public ISystemViewElementAdapter getViewAdapterForContents() ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 953. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1168) protected PropertyDialogAction getPropertyDialogAction() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 954. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1182) protected IAction getSelectAllAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 955. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1193) protected IAction getRenameAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 956. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1203) protected IAction getDeleteAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 957. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1213) protected IAction getRefreshAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 958. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1233) protected SystemOpenExplorerPerspectiveAction getOpenToPerspectiveAction() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 959. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1438) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 960. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1438) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 961. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1457) protected IRemoteObjectIdentifier getRemoteObjectIdentifier(Object o) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 962. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1457) protected IRemoteObjectIdentifier getRemoteObjectIdentifier(Object o) ^ Javadoc: Missing tag for parameter o ---------- 963. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1674) public boolean sameParent() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 964. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableViewPart.java (at line 90) import org.eclipse.rse.internal.core.model.SystemRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 965. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableViewPart.java (at line 1710) referToSameObject = SystemRegistry.isSameObjectByAbsoluteName(input, null, child, oldName); ^^^^^^^^^^^^^^ Discouraged access: The type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 966. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableViewPart.java (at line 1710) referToSameObject = SystemRegistry.isSameObjectByAbsoluteName(input, null, child, oldName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isSameObjectByAbsoluteName(Object, String, Object, String) from the type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 967. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTestFilterStringAPIProviderImpl.java (at line 24) import org.eclipse.rse.core.model.ISystemViewInputProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rse.core.model.ISystemViewInputProvider is never used ---------- 968. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTestFilterStringAPIProviderImpl.java (at line 57) public void setSubSystem(ISubSystem subsystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 969. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTestFilterStringAPIProviderImpl.java (at line 64) public void setFilterString(String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- ---------- 970. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 222) import org.eclipse.ui.internal.progress.ProgressMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProgressMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 971. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 488) public SystemViewPart getSystemViewPart() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 972. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 499) protected IWorkbenchWindow getWorkbenchWindow() { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 973. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 510) protected IWorkbenchPart getWorkbenchPart() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 974. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 517) public void setEnabled(boolean enabled) { ^^^^^^^ Javadoc: Missing tag for parameter enabled ---------- 975. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 640) protected void handleDoubleClick(DoubleClickEvent event) { ^^^^^ Javadoc: Missing tag for parameter event ---------- 976. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 680) void handleKeyPressed(KeyEvent event) { ^^^^^ Javadoc: Missing tag for parameter event ---------- 977. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 740) public void displayMessage(String msg) { ^^^ Javadoc: Missing tag for parameter msg ---------- 978. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 754) public void setShowActions(boolean show) { ^^^^ Javadoc: Missing tag for parameter show ---------- 979. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 761) public ISystemViewInputProvider getInputProvider() { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 980. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 769) public Menu getContextMenu() { ^^^^ Javadoc: Missing tag for return type ---------- 981. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 776) public MenuManager getContextMenuManager() { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 982. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 784) public IAction getNewConnectionAction() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 983. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 793) private IAction getImportConnectionAction() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 984. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 805) public IAction getRefreshAction() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 985. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 832) public PropertyDialogAction getPropertyDialogAction() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 986. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 849) public IAction getSelectAllAction() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 987. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 858) public IAction getRenameAction() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 988. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 869) public IAction getDeleteAction() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 989. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 891) public SystemOpenExplorerPerspectiveAction getOpenToPerspectiveAction() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 990. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 910) public GoIntoAction getGoIntoAction() { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 991. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 922) public SystemCascadingGoToAction getGoToActions() { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 992. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 932) public void collapseNode(Object element, boolean forceRefresh) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 993. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 951) public void fillContextMenu(IMenuManager menu) { ^^^^ Javadoc: Missing tag for parameter menu ---------- 994. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1168) public static IMenuManager createStandardGroups(IMenuManager menu) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 995. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1168) public static IMenuManager createStandardGroups(IMenuManager menu) { ^^^^ Javadoc: Missing tag for parameter menu ---------- 996. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1217) protected void menuAdd(MenuManager menu, IAction action) { ^^^^ Javadoc: Missing tag for parameter menu ---------- 997. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1217) protected void menuAdd(MenuManager menu, IAction action) { ^^^^^^ Javadoc: Missing tag for parameter action ---------- 998. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1310) protected boolean isSelected(Object element) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 999. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1310) protected boolean isSelected(Object element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1000. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1318) protected boolean isTreeItemSelected(Widget w) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1001. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1318) protected boolean isTreeItemSelected(Widget w) { ^ Javadoc: Missing tag for parameter w ---------- 1002. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1332) protected boolean isSelected(Object[] elementArray) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1003. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1332) protected boolean isSelected(Object[] elementArray) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter elementArray ---------- 1004. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1340) protected boolean isSelected(Object element, IStructuredSelection selection) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1005. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1340) protected boolean isSelected(Object element, IStructuredSelection selection) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1006. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1340) protected boolean isSelected(Object element, IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1007. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1353) protected boolean isSelected(Object[] elementArray, IStructuredSelection selection) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1008. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1353) protected boolean isSelected(Object[] elementArray, IStructuredSelection selection) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter elementArray ---------- 1009. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1353) protected boolean isSelected(Object[] elementArray, IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1010. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1369) protected boolean isSelectedOrChildSelected(Object[] parentElements) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1011. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1369) protected boolean isSelectedOrChildSelected(Object[] parentElements) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElements ---------- 1012. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1491) protected ISystemViewElementAdapter getViewAdapter(Object o) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1013. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1491) protected ISystemViewElementAdapter getViewAdapter(Object o) { ^ Javadoc: Missing tag for parameter o ---------- 1014. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1514) protected IRemoteObjectIdentifier getRemoteObjectIdentifier(Object o) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1015. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1514) protected IRemoteObjectIdentifier getRemoteObjectIdentifier(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1016. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1523) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1017. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1523) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1018. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1549) public IHost getSelectedConnection() { ^^^^^ Javadoc: Missing tag for return type ---------- 1019. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1651) protected void moveTreeItem(Widget parentItem, Item item, Object src, int newPosition) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parentItem ---------- 1020. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1651) protected void moveTreeItem(Widget parentItem, Item item, Object src, int newPosition) { ^^^^ Javadoc: Missing tag for parameter item ---------- 1021. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1651) protected void moveTreeItem(Widget parentItem, Item item, Object src, int newPosition) { ^^^ Javadoc: Missing tag for parameter src ---------- 1022. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1651) protected void moveTreeItem(Widget parentItem, Item item, Object src, int newPosition) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter newPosition ---------- 1023. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1677) protected void moveTreeItems(Widget parentItem, Object[] src, int delta) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parentItem ---------- 1024. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1677) protected void moveTreeItems(Widget parentItem, Object[] src, int delta) { ^^^ Javadoc: Missing tag for parameter src ---------- 1025. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1677) protected void moveTreeItems(Widget parentItem, Object[] src, int delta) { ^^^^^ Javadoc: Missing tag for parameter delta ---------- 1026. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1735) protected int getTreeItemPosition(Item childItem, Item[] children) { ^^^ Javadoc: Missing tag for return type ---------- 1027. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1735) protected int getTreeItemPosition(Item childItem, Item[] children) { ^^^^^^^^^ Javadoc: Missing tag for parameter childItem ---------- 1028. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1735) protected int getTreeItemPosition(Item childItem, Item[] children) { ^^^^^^^^ Javadoc: Missing tag for parameter children ---------- 1029. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2560) _notReady = (items.length <= 0 || ProgressMessages.PendingUpdateAdapter_PendingLabel.equals(items[0].getText())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProgressMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 1030. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2560) _notReady = (items.length <= 0 || ProgressMessages.PendingUpdateAdapter_PendingLabel.equals(items[0].getText())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PendingUpdateAdapter_PendingLabel from the type ProgressMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/eclipse/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar ---------- 1031. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2827) protected List getRemoteSelection() { ^^^^ Javadoc: Missing tag for return type ---------- 1032. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2845) protected String getRemoteResourceAbsoluteName(Object remoteResource) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1033. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2845) protected String getRemoteResourceAbsoluteName(Object remoteResource) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteResource ---------- 1034. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2861) protected ISubSystem getSubSystem(ISystemRemoteChangeEvent event, Object remoteResource, Object remoteParent) { ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1035. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2861) protected ISubSystem getSubSystem(ISystemRemoteChangeEvent event, Object remoteResource, Object remoteParent) { ^^^^^ Javadoc: Missing tag for parameter event ---------- 1036. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2861) protected ISubSystem getSubSystem(ISystemRemoteChangeEvent event, Object remoteResource, Object remoteParent) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteResource ---------- 1037. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2861) protected ISubSystem getSubSystem(ISystemRemoteChangeEvent event, Object remoteResource, Object remoteParent) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteParent ---------- 1038. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2903) protected boolean affectsInput(Object[] elements) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1039. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2903) protected boolean affectsInput(Object[] elements) { ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 1040. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2917) protected boolean affectsInput(Object element) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1041. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2917) protected boolean affectsInput(Object element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1042. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3006) protected String printTreeItem(Item item) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1043. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3006) protected String printTreeItem(Item item) { ^^^^ Javadoc: Missing tag for parameter item ---------- 1044. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3019) protected void deleteRemoteObject(Object deleteObject, ISubSystem subsystem) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter deleteObject ---------- 1045. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3019) protected void deleteRemoteObject(Object deleteObject, ISubSystem subsystem) { ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 1046. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3111) protected void renameRemoteObject(Object renameObject, String oldElementName, ISubSystem subsystem) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter renameObject ---------- 1047. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3111) protected void renameRemoteObject(Object renameObject, String oldElementName, ISubSystem subsystem) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter oldElementName ---------- 1048. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3111) protected void renameRemoteObject(Object renameObject, String oldElementName, ISubSystem subsystem) { ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 1049. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3198) protected void updateRemoteObjectProperties(Object remoteObject) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObject ---------- 1050. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3250) protected boolean refreshRemoteObject(Object remoteObject, Object toSelect, boolean originatedHere) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter originatedHere ---------- 1051. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3358) protected Object getFirstRemoteObject(List matches) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1052. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3358) protected Object getFirstRemoteObject(List matches) { ^^^^^^^ Javadoc: Missing tag for parameter matches ---------- 1053. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3373) protected void ourInternalRefresh(Widget widget, Object element, boolean doStruct, boolean forceRemote) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter forceRemote ---------- 1054. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3736) protected void smartRefresh(TreeItem[] itemsToRefresh) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter itemsToRefresh ---------- 1055. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3856) protected void smartRefresh(Object element, boolean forceRemote) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1056. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3856) protected void smartRefresh(Object element, boolean forceRemote) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter forceRemote ---------- 1057. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3989) protected int getItemIndex(Widget parent, Object element) { ^^^ Javadoc: Missing tag for return type ---------- 1058. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3989) protected int getItemIndex(Widget parent, Object element) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1059. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3989) protected int getItemIndex(Widget parent, Object element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1060. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4022) protected void findAndUpdateFilter(ISystemResourceChangeEvent event, int type) { ^^^^^ Javadoc: Missing tag for parameter event ---------- 1061. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4022) protected void findAndUpdateFilter(ISystemResourceChangeEvent event, int type) { ^^^^ Javadoc: Missing tag for parameter type ---------- 1062. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4154) protected void findAndUpdateFilterParent(ISystemResourceChangeEvent event, int type) { ^^^^^ Javadoc: Missing tag for parameter event ---------- 1063. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4154) protected void findAndUpdateFilterParent(ISystemResourceChangeEvent event, int type) { ^^^^ Javadoc: Missing tag for parameter type ---------- 1064. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4361) protected void moveReferencedTreeItems(Widget parentItem, Object[] masterSrc, int delta) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parentItem ---------- 1065. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4361) protected void moveReferencedTreeItems(Widget parentItem, Object[] masterSrc, int delta) { ^^^^^^^^^ Javadoc: Missing tag for parameter masterSrc ---------- 1066. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4361) protected void moveReferencedTreeItems(Widget parentItem, Object[] masterSrc, int delta) { ^^^^^ Javadoc: Missing tag for parameter delta ---------- 1067. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4403) protected Widget internalFindReferencedItem(Widget parent, Object element, int searchLimit) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1068. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4423) protected Widget recursiveInternalFindReferencedItem(Widget parent, Object element, int searchLimit) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1069. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4460) protected Widget internalFindRelativeItem(Widget parent, Object element, int searchLimit) { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1070. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForConnections.java (at line 48) public IHost getConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 1071. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForConnections.java (at line 55) public void setConnection(IHost connection) ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- ---------- 1072. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterPools.java (at line 53) public ISubSystem getSubSystem() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1073. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterPools.java (at line 60) public ISystemFilterPoolReference getSystemFilterPoolReference() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1074. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterPools.java (at line 67) public ISystemFilterPool getSystemFilterPool() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1075. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterPools.java (at line 75) public void setFilterPoolReference(ISystemFilterPoolReference filterPoolReference) ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolReference ---------- ---------- 1076. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 68) public ISubSystem getSubSystem() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1077. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 75) public ISystemFilterPoolReference getSystemFilterPoolReference() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1078. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 82) public ISystemFilterPool getSystemFilterPool() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1079. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 89) public ISystemFilterReference getSystemFilterReference() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1080. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 96) public ISystemFilter getSystemFilter() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1081. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 103) public ISystemFilterStringReference getSystemFilterStringReference() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1082. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 110) public ISystemFilterString getSystemFilterString() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1083. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 119) public void setFilterStringReference(ISystemFilterStringReference filterStringReference) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterStringReference ---------- ---------- 1084. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilters.java (at line 78) public ISubSystem getSubSystem() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1085. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilters.java (at line 85) public ISystemFilterPoolReference getSystemFilterPoolReference() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1086. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilters.java (at line 92) public ISystemFilterPool getSystemFilterPool() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1087. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilters.java (at line 99) public ISystemFilterReference getSystemFilterReference() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1088. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilters.java (at line 106) public ISystemFilter getSystemFilter() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1089. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilters.java (at line 114) public void setFilterReference(ISystemFilterReference filterReference) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterReference ---------- ---------- 1090. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForSubSystems.java (at line 49) public ISubSystem getSubSystem() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1091. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForSubSystems.java (at line 56) public void setSubSystem(ISubSystem subsystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- ---------- 1092. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewConnectionAdapter.java (at line 467) private SystemInheritablePropertyData setDefaultUserIdPropertyData(SystemInheritablePropertyData data, IHost conn) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1093. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewConnectionAdapter.java (at line 467) private SystemInheritablePropertyData setDefaultUserIdPropertyData(SystemInheritablePropertyData data, IHost conn) ^^^^ Javadoc: Missing tag for parameter data ---------- 1094. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewConnectionAdapter.java (at line 467) private SystemInheritablePropertyData setDefaultUserIdPropertyData(SystemInheritablePropertyData data, IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 1095. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewConnectionAdapter.java (at line 546) private void updateDefaultUserId(IHost conn, SystemInheritablePropertyData data) ^^^^ Javadoc: Missing tag for parameter conn ---------- 1096. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewConnectionAdapter.java (at line 546) private void updateDefaultUserId(IHost conn, SystemInheritablePropertyData data) ^^^^ Javadoc: Missing tag for parameter data ---------- ---------- 1097. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewDataDragAdapter.java (at line 74) public SystemViewDataDragAdapter(ISelectionProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- ---------- 1098. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewDataDropAdapter.java (at line 79) public SystemViewDataDropAdapter(StructuredViewer viewer) ^^^^^^ Javadoc: Missing tag for parameter viewer ---------- 1099. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewDataDropAdapter.java (at line 119) ArrayList srcObjects = new ArrayList(); ^^^^^^^^^^ The local variable srcObjects is never read ---------- 1100. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewDataDropAdapter.java (at line 289) 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/ws_30x/eclipse/plugins/org.eclipse.core.resources_3.4.0.v20080604-1400.jar ---------- 1101. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewDataDropAdapter.java (at line 309) private Object getObjectFor(String str) ^^^^^^ Javadoc: Missing tag for return type ---------- 1102. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewDataDropAdapter.java (at line 309) private Object getObjectFor(String str) ^^^ Javadoc: Missing tag for parameter str ---------- ---------- 1103. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1104. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewFilterAdapter.java (at line 312) private Object[] processPromptingFilter(ISystemFilter filter) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1105. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewFilterAdapter.java (at line 312) private Object[] processPromptingFilter(ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- ---------- 1106. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewFilterReferenceAdapter.java (at line 868) public static boolean isCommandFilter(ISystemFilter filter) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1107. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewFilterReferenceAdapter.java (at line 868) public static boolean isCommandFilter(ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- ---------- 1108. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 63) private Button refreshButton, getListButton; ^^^^^^^^^^^^^ The field SystemViewForm.refreshButton is never read locally ---------- 1109. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 63) private Button refreshButton, getListButton; ^^^^^^^^^^^^^ The field SystemViewForm.getListButton is never read locally ---------- 1110. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 69) private ISystemViewInputProvider inputProvider = null; ^^^^^^^^^^^^^ The field SystemViewForm.inputProvider is never read locally ---------- 1111. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 148) public ToolBarManager getToolBarManager() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1112. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 155) public ISystemTree getSystemTree() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1113. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 162) public Tree getTreeControl() ^^^^ Javadoc: Missing tag for return type ---------- 1114. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 186) public void reset(ISystemViewInputProvider inputProvider) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter inputProvider ---------- 1115. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 236) public void removeSelectionChangedListener(ISelectionChangedListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 1116. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 244) public void addListRequestListener(ISystemLongRunningRequestListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 1117. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 254) public void removeListRequestListener(ISystemLongRunningRequestListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 1118. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 263) public ISelection getSelection() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1119. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 389) public boolean okToClose() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1120. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 401) protected Composite prepareComposite(int numColumns, ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1121. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 401) protected Composite prepareComposite(int numColumns, ^^^^^^^^^^ Javadoc: Missing tag for parameter numColumns ---------- 1122. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 402) int horizontalSpan, int verticalSpan) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter horizontalSpan ---------- 1123. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 402) int horizontalSpan, int verticalSpan) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter verticalSpan ---------- ---------- 1124. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 87) public SystemViewLabelAndContentProvider(boolean foldersOnly, boolean filesOnly) ^^^^^^^^^^^ Javadoc: Missing tag for parameter foldersOnly ---------- 1125. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 87) public SystemViewLabelAndContentProvider(boolean foldersOnly, boolean filesOnly) ^^^^^^^^^ Javadoc: Missing tag for parameter filesOnly ---------- 1126. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 98) public void setFilterString(String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 1127. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 108) public String getFilterString() ^^^^^^ Javadoc: Missing tag for return type ---------- 1128. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 128) public Viewer getViewer() ^^^^^^ Javadoc: Missing tag for return type ---------- 1129. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 166) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1130. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 166) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1131. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 482) protected ImageDescriptor decorateImage(ImageDescriptor input, Object element) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1132. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 482) protected ImageDescriptor decorateImage(ImageDescriptor input, Object element) ^^^^^ Javadoc: Missing tag for parameter input ---------- 1133. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 482) protected ImageDescriptor decorateImage(ImageDescriptor input, Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1134. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 494) protected String decorateText(String input, Object element) ^^^^^^ Javadoc: Missing tag for return type ---------- 1135. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 494) protected String decorateText(String input, Object element) ^^^^^ Javadoc: Missing tag for parameter input ---------- 1136. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 494) protected String decorateText(String input, Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 1137. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewMenuListener.java (at line 58) public SystemViewMenuListener(boolean doOnce) ^^^^^^ Javadoc: Missing tag for parameter doOnce ---------- 1138. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewMenuListener.java (at line 66) public void setShowToolTipText(boolean set, ISystemMessageLine msgLine) ^^^ Javadoc: Missing tag for parameter set ---------- 1139. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewMenuListener.java (at line 66) public void setShowToolTipText(boolean set, ISystemMessageLine msgLine) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- ---------- 1140. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 47) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1141. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 90) import org.eclipse.rse.internal.core.RSEInitJob; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSEInitJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1142. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 215) public SystemView getSystemView() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1143. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 238) protected String getFrameName(Object element) ^^^^^^ Javadoc: Missing tag for return type ---------- 1144. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 238) protected String getFrameName(Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1145. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 247) protected String getFrameToolTipText(Object element) ^^^^^^ Javadoc: Missing tag for return type ---------- 1146. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 247) protected String getFrameToolTipText(Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1147. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 412) final RSEInitJob initRSEJob = RSEInitJob.getInstance(); ^^^^^^^^^^ Discouraged access: The type RSEInitJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1148. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 412) final RSEInitJob initRSEJob = RSEInitJob.getInstance(); ^^^^^^^^^^ Discouraged access: The type RSEInitJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1149. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 412) final RSEInitJob initRSEJob = RSEInitJob.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type RSEInitJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1150. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 424) initRSEJob.waitForCompletion(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method waitForCompletion() from the type RSEInitJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1151. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 476) protected FrameList createFrameList() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1152. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 486) public FrameList getFrameList() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1153. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 494) public SystemViewPartGotoActionGroup getGotoActionGroup() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1154. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 512) public IActionBars getActionBars() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1155. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 565) protected void fillLocalToolBar(boolean showConnectionActions) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter showConnectionActions ---------- 1156. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 619) public static void populateSystemViewPulldownMenu(IMenuManager menuMgr, Shell shell, boolean showConnectionActions, IWorkbenchPart viewPart, ISelectionProvider sp) ^^^^^^^ Javadoc: Missing tag for parameter menuMgr ---------- 1157. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 619) public static void populateSystemViewPulldownMenu(IMenuManager menuMgr, Shell shell, boolean showConnectionActions, IWorkbenchPart viewPart, ISelectionProvider sp) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1158. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 619) public static void populateSystemViewPulldownMenu(IMenuManager menuMgr, Shell shell, boolean showConnectionActions, IWorkbenchPart viewPart, ISelectionProvider sp) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter showConnectionActions ---------- 1159. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 619) public static void populateSystemViewPulldownMenu(IMenuManager menuMgr, Shell shell, boolean showConnectionActions, IWorkbenchPart viewPart, ISelectionProvider sp) ^^^^^^^^ Javadoc: Missing tag for parameter viewPart ---------- 1160. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 619) public static void populateSystemViewPulldownMenu(IMenuManager menuMgr, Shell shell, boolean showConnectionActions, IWorkbenchPart viewPart, ISelectionProvider sp) ^^ Javadoc: Missing tag for parameter sp ---------- 1161. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 704) protected ISystemViewInputProvider getInputProvider() ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1162. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 897) protected ImageDescriptor getNavigatorImageDescriptor(String relativePath) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1163. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 897) protected ImageDescriptor getNavigatorImageDescriptor(String relativePath) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter relativePath ---------- 1164. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1036) protected String getMementoHandle(Object o, ISystemViewElementAdapter adapter) ^^^^^^ Javadoc: Missing tag for return type ---------- 1165. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1036) protected String getMementoHandle(Object o, ISystemViewElementAdapter adapter) ^ Javadoc: Missing tag for parameter o ---------- 1166. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1036) protected String getMementoHandle(Object o, ISystemViewElementAdapter adapter) ^^^^^^^ Javadoc: Missing tag for parameter adapter ---------- 1167. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1056) protected void restoreState(IMemento memento) ^^^^^^^ Javadoc: Missing tag for parameter memento ---------- 1168. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1214) protected Object getObjectFromMemento(boolean showFilterPools, boolean showFilterStrings, String memento) ^^^^^^ Javadoc: Missing tag for return type ---------- 1169. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1214) protected Object getObjectFromMemento(boolean showFilterPools, boolean showFilterStrings, String memento) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter showFilterPools ---------- 1170. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1214) protected Object getObjectFromMemento(boolean showFilterPools, boolean showFilterStrings, String memento) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter showFilterStrings ---------- 1171. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1214) protected Object getObjectFromMemento(boolean showFilterPools, boolean showFilterStrings, String memento) ^^^^^^^ Javadoc: Missing tag for parameter memento ---------- 1172. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1448) public static Vector tokenize(String inputString, String delimiter) ^^^^^^ Javadoc: Missing tag for return type ---------- 1173. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1448) public static Vector tokenize(String inputString, String delimiter) ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputString ---------- 1174. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1448) public static Vector tokenize(String inputString, String delimiter) ^^^^^^^^^ Javadoc: Missing tag for parameter delimiter ---------- 1175. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1947) protected void saveInputState(IMemento memento) ^^^^^^^ Javadoc: Missing tag for parameter memento ---------- 1176. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1985) public void registerWithManager(IAdapterManager manager, Object input) ^^^^^^^ Javadoc: Missing tag for parameter manager ---------- 1177. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1985) public void registerWithManager(IAdapterManager manager, Object input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 1178. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1996) public void unregisterWithManager(IAdapterManager manager) ^^^^^^^ Javadoc: Missing tag for parameter manager ---------- ---------- 1179. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1180. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1181. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 333) private SystemInheritablePropertyData setUserIdPropertyData(SystemInheritablePropertyData data, ISubSystem subsys) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1182. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 333) private SystemInheritablePropertyData setUserIdPropertyData(SystemInheritablePropertyData data, ISubSystem subsys) ^^^^ Javadoc: Missing tag for parameter data ---------- 1183. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 333) private SystemInheritablePropertyData setUserIdPropertyData(SystemInheritablePropertyData data, ISubSystem subsys) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 1184. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 390) private String getPortString(ISubSystem ss) ^^^^^^ Javadoc: Missing tag for return type ---------- 1185. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 390) private String getPortString(ISubSystem ss) ^^ Javadoc: Missing tag for parameter ss ---------- 1186. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 536) private void updateUserId(ISubSystem subsys, SystemInheritablePropertyData data) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 1187. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 536) private void updateUserId(ISubSystem subsys, SystemInheritablePropertyData data) ^^^^ Javadoc: Missing tag for parameter data ---------- 1188. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 566) private void updatePort(ISubSystem subsys, String data) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 1189. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 566) private void updatePort(ISubSystem subsys, String data) ^^^^ Javadoc: Missing tag for parameter data ---------- ---------- 1190. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 191) public SystemScratchpadView(Tree tableTree, ISystemMessageLine msgLine) ^^^^^^^^^ Javadoc: Missing tag for parameter tableTree ---------- 1191. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 191) public SystemScratchpadView(Tree tableTree, ISystemMessageLine msgLine) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 1192. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 243) public Menu getContextMenu() ^^^^ Javadoc: Missing tag for return type ---------- 1193. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 250) public MenuManager getContextMenuManager() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1194. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 283) protected ISystemViewElementAdapter getViewAdapter(Object obj) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1195. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 283) protected ISystemViewElementAdapter getViewAdapter(Object obj) ^^^ Javadoc: Missing tag for parameter obj ---------- 1196. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 572) private String getRemoteResourceAbsoluteName(Object remoteResource) ^^^^^^ Javadoc: Missing tag for return type ---------- 1197. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 572) private String getRemoteResourceAbsoluteName(Object remoteResource) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteResource ---------- 1198. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 592) public void displayMessage(String msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 1199. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 723) protected PropertyDialogAction getPropertyDialogAction() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1200. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 738) protected IAction getSelectAllAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1201. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 749) protected IAction getRenameAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1202. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 759) protected IAction getDeleteAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1203. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 785) protected IAction getRefreshAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1204. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 805) protected SystemOpenExplorerPerspectiveAction getOpenToPerspectiveAction() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1205. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 1010) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1206. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 1010) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1207. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 1250) protected boolean showRefresh() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1208. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 1263) public boolean sameParent() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1209. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 1596) protected void deleteObject(Object deleteObject) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter deleteObject ---------- 1210. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 1629) protected void renameRemoteObject(Object renameObject, String oldElementName) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter renameObject ---------- 1211. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 1629) protected void renameRemoteObject(Object renameObject, String oldElementName) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter oldElementName ---------- ---------- 1212. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1213. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1214. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1215. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1216. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1217. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1218. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/search/SystemSearchViewPart.java (at line 1477) public boolean sameParent() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1219. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1220. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1221. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1222. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1223. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1224. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1225. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1226. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1227. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1228. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1229. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1230. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1231. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1232. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1233. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewCategoryAdapter.java (at line 180) private SystemTeamViewSubSystemConfigurationNode[] createSubSystemConfigurationNodes(ISystemProfile profile, SystemTeamViewCategoryNode category) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1234. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewCategoryAdapter.java (at line 180) private SystemTeamViewSubSystemConfigurationNode[] createSubSystemConfigurationNodes(ISystemProfile profile, SystemTeamViewCategoryNode category) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1235. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewCategoryAdapter.java (at line 180) private SystemTeamViewSubSystemConfigurationNode[] createSubSystemConfigurationNodes(ISystemProfile profile, SystemTeamViewCategoryNode category) { ^^^^^^^^ Javadoc: Missing tag for parameter category ---------- 1236. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewCategoryAdapter.java (at line 228) private SystemTeamViewPropertySetNode[] createSystemTeamViewPropertySetNodes(IPropertySetContainer profile, SystemTeamViewCategoryNode category) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1237. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewCategoryAdapter.java (at line 228) private SystemTeamViewPropertySetNode[] createSystemTeamViewPropertySetNodes(IPropertySetContainer profile, SystemTeamViewCategoryNode category) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1238. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewCategoryAdapter.java (at line 228) private SystemTeamViewPropertySetNode[] createSystemTeamViewPropertySetNodes(IPropertySetContainer profile, SystemTeamViewCategoryNode category) { ^^^^^^^^ Javadoc: Missing tag for parameter category ---------- ---------- 1239. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewCategoryNode.java (at line 47) public SystemTeamViewCategoryNode(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1240. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewCategoryNode.java (at line 142) public String getDescription() ^^^^^^ Javadoc: Missing tag for return type ---------- 1241. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewCategoryNode.java (at line 150) public void setDescription(String string) ^^^^^^ Javadoc: Missing tag for parameter string ---------- ---------- 1242. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1243. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1244. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewInputProvider.java (at line 34) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1245. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewInputProvider.java (at line 57) public Object[] getRoots() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1246. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewInputProvider.java (at line 59) ISystemProfile[] roots = SystemProfileManager.getDefault().getSystemProfiles(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1247. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewInputProvider.java (at line 59) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1248. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewInputProvider.java (at line 59) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 1249. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1250. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1251. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1252. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1253. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1254. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeActiveProfileAction.java (at line 26) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1255. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeActiveProfileAction.java (at line 44) public SystemTeamViewMakeActiveProfileAction(Shell parent) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1256. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeActiveProfileAction.java (at line 59) ISystemProfileManager manager = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1257. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeActiveProfileAction.java (at line 59) ISystemProfileManager manager = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 1258. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeInActiveProfileAction.java (at line 26) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1259. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeInActiveProfileAction.java (at line 44) public SystemTeamViewMakeInActiveProfileAction(Shell parent) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1260. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeInActiveProfileAction.java (at line 59) ISystemProfileManager manager = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1261. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeInActiveProfileAction.java (at line 59) ISystemProfileManager manager = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 1262. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 205) public IStructuredSelection getStructuredSelection() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1263. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 390) public Shell getShell() ^^^^^ Javadoc: Missing tag for return type ---------- 1264. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 430) protected void handleOpen(OpenEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- 1265. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 438) private void handleKeyReleased(KeyEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- 1266. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 450) private void handleKeyPressed(KeyEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- 1267. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 506) private void fillContextMenu(IMenuManager menu) ^^^^ Javadoc: Missing tag for parameter menu ---------- 1268. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 620) public void createStandardGroups(IMenuManager menu) ^^^^ Javadoc: Missing tag for parameter menu ---------- 1269. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 660) private void fillProjectContextMenu(SystemMenuManager menu, IStructuredSelection selection) ^^^^ Javadoc: Missing tag for parameter menu ---------- 1270. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 660) private void fillProjectContextMenu(SystemMenuManager menu, IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1271. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 672) private PropertyDialogAction getPropertyDialogAction(IStructuredSelection selection) ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1272. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 672) private PropertyDialogAction getPropertyDialogAction(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1273. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 682) private SystemTeamReloadAction getReloadRSEAction(IStructuredSelection selection) ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1274. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 682) private SystemTeamReloadAction getReloadRSEAction(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1275. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 695) private SystemTeamViewRefreshAllAction getRefreshAllMenuAction(IStructuredSelection selection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1276. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 695) private SystemTeamViewRefreshAllAction getRefreshAllMenuAction(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1277. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 705) private SystemTeamViewRefreshAllAction getRefreshAllToolbarAction(IStructuredSelection selection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1278. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 705) private SystemTeamViewRefreshAllAction getRefreshAllToolbarAction(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1279. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 716) private SystemTeamViewProfileAdapter getProfileAdapter(ISystemProfile profile) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1280. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 716) private SystemTeamViewProfileAdapter getProfileAdapter(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1281. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 727) private SystemNewProfileAction getNewProfileAction(IStructuredSelection selection) ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1282. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 727) private SystemNewProfileAction getNewProfileAction(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1283. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 741) protected IAction getDeleteAction(IStructuredSelection selection) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1284. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 741) protected IAction getDeleteAction(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1285. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 758) private void scrubOtherContributions(IMenuManager menuMgr) { ^^^^^^^ Javadoc: Missing tag for parameter menuMgr ---------- 1286. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 784) public TreeViewer getViewer() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1287. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 806) protected IAdaptable getInput() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1288. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 816) public void fillActionBars(IActionBars actionBars) ^^^^^^^^^^ Javadoc: Missing tag for parameter actionBars ---------- 1289. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 847) protected SystemCollapseAllAction getCollapseAllAction() ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1290. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 864) public void updateActionBars(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1291. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 989) private boolean isModelObjectExpanded(Object object) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1292. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 989) private boolean isModelObjectExpanded(Object object) ^^^^^^ Javadoc: Missing tag for parameter object ---------- 1293. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 997) private TreeItem getCategoryNodeTreeItem(ISystemProfile profile, String mementoKey) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1294. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 997) private TreeItem getCategoryNodeTreeItem(ISystemProfile profile, String mementoKey) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1295. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 997) private TreeItem getCategoryNodeTreeItem(ISystemProfile profile, String mementoKey) ^^^^^^^^^^ Javadoc: Missing tag for parameter mementoKey ---------- 1296. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1137) protected ImageDescriptor getNavigatorImageDescriptor(String relativePath) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1297. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1137) protected ImageDescriptor getNavigatorImageDescriptor(String relativePath) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter relativePath ---------- 1298. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1229) protected String getMementoHandle(Object o) ^^^^^^ Javadoc: Missing tag for return type ---------- 1299. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1229) protected String getMementoHandle(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1300. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1251) protected String internalGetMementoHandleKey(Object o) ^^^^^^ Javadoc: Missing tag for return type ---------- 1301. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1251) protected String internalGetMementoHandleKey(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1302. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1280) protected String internalGetMementoHandle(Object o) ^^^^^^ Javadoc: Missing tag for return type ---------- 1303. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1280) protected String internalGetMementoHandle(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1304. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1298) void restoreState(IMemento memento) ^^^^^^^ Javadoc: Missing tag for parameter memento ---------- 1305. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1393) protected Object getObjectFromMemento(String memento) ^^^^^^ Javadoc: Missing tag for return type ---------- 1306. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1393) protected Object getObjectFromMemento(String memento) ^^^^^^^ Javadoc: Missing tag for parameter memento ---------- ---------- 1307. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewProfileAdapter.java (at line 134) private SystemTeamViewPart getTeamViewPart() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1308. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewProfileAdapter.java (at line 202) public SystemTeamViewCategoryNode[] getCategoryChildren(ISystemProfile profile) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1309. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewProfileAdapter.java (at line 202) public SystemTeamViewCategoryNode[] getCategoryChildren(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1310. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewProfileAdapter.java (at line 249) public SystemTeamViewCategoryNode restoreCategory(ISystemProfile profile, String mementoHandle) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1311. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewProfileAdapter.java (at line 249) public SystemTeamViewCategoryNode restoreCategory(ISystemProfile profile, String mementoHandle) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1312. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewProfileAdapter.java (at line 249) public SystemTeamViewCategoryNode restoreCategory(ISystemProfile profile, String mementoHandle) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter mementoHandle ---------- ---------- 1313. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPropertySetAdapter.java (at line 171) * @see #internalGetPropertyDescriptors() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- ---------- 1314. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPropertySetNode.java (at line 38) public SystemTeamViewPropertySetNode(IPropertySetContainer parent, IPropertySet propertySet) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1315. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPropertySetNode.java (at line 38) public SystemTeamViewPropertySetNode(IPropertySetContainer parent, IPropertySet propertySet) ^^^^^^^^^^^ Javadoc: Missing tag for parameter propertySet ---------- ---------- 1316. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1317. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1318. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1319. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewSubSystemConfigurationNode.java (at line 49) public SystemTeamViewSubSystemConfigurationNode(ISystemProfile profile, SystemTeamViewCategoryNode parentCategory, ISubSystemConfiguration ssf) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1320. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewSubSystemConfigurationNode.java (at line 49) public SystemTeamViewSubSystemConfigurationNode(ISystemProfile profile, SystemTeamViewCategoryNode parentCategory, ISubSystemConfiguration ssf) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentCategory ---------- 1321. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewSubSystemConfigurationNode.java (at line 49) public SystemTeamViewSubSystemConfigurationNode(ISystemProfile profile, SystemTeamViewCategoryNode parentCategory, ISubSystemConfiguration ssf) ^^^ Javadoc: Missing tag for parameter ssf ---------- 1322. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewSubSystemConfigurationNode.java (at line 184) public ISubSystemConfiguration getSubSystemConfiguration() ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1323. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewSubSystemConfigurationNode.java (at line 192) public void setSubSystemConfiguration(ISubSystemConfiguration factory) ^^^^^^^ Javadoc: Missing tag for parameter factory ---------- 1324. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewSubSystemConfigurationNode.java (at line 200) public SystemTeamViewCategoryNode getParentCategory() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1325. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewSubSystemConfigurationNode.java (at line 208) public void setParentCategory(SystemTeamViewCategoryNode node) ^^^^ Javadoc: Missing tag for parameter node ---------- ---------- 1326. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1327. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1328. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1329. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1330. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1331. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1332. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1333. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1334. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1335. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1336. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1337. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1338. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1339. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1340. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1341. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1342. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1343. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1344. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1345. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1346. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1347. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1348. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1349. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1350. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1351. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1352. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1353. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1354. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1355. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1356. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1357. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1358. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1359. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1360. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1361. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1362. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1363. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1364. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1365. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1366. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java (at line 265) private String setUniqueMnemonic(String label, int flags, String localePattern, boolean allowDuplicates) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter localePattern ---------- 1367. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java (at line 647) public Mnemonics setOnPreferencePage(boolean page) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1368. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java (at line 647) public Mnemonics setOnPreferencePage(boolean page) { ^^^^ Javadoc: Missing tag for parameter page ---------- 1369. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java (at line 661) public Mnemonics setOnWizardPage(boolean page) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1370. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java (at line 661) public Mnemonics setOnWizardPage(boolean page) { ^^^^ Javadoc: Missing tag for parameter page ---------- ---------- 1371. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1372. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 56) import org.eclipse.rse.internal.core.model.SystemRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1373. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 110) public static RSEUIPlugin getDefault() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1374. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 423) public IAdapterFactory getSystemViewAdapterFactory() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1375. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 451) SystemProfileManager.clearDefault(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1376. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 451) SystemProfileManager.clearDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method clearDefault() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1377. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 456) ((SystemRegistry)sr).reset(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method reset() from the type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1378. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 456) ((SystemRegistry)sr).reset(); ^^^^^^^^^^^^^^ Discouraged access: The type SystemRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1379. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 520) protected void disconnectAll(boolean doSave) ^^^^^^ Javadoc: Missing tag for parameter doSave ---------- 1380. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 640) public static SystemMessageFile getPluginMessageFile() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1381. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 656) public static SystemMessage getPluginMessage(String msgId) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1382. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 672) public static SystemMessage getPluginMessage(String msgId, Object[] subsVars) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1383. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 710) public void registerViewSupplier(ISystemViewSupplier vs) ^^ Javadoc: Missing tag for parameter vs ---------- 1384. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 717) public void unRegisterViewSupplier(ISystemViewSupplier vs) ^^ Javadoc: Missing tag for parameter vs ---------- ---------- 1385. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 49) * Error messages should be set via {@link #showErrorMessage(SystemMessage)}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 1386. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1387. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1388. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1389. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1390. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1391. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1392. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1393. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 139) * Return the output object as set by {@link #setOutputObject(Object)}. ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 1394. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1395. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 152) * Register an interest in knowing whenever {@link #setPageComplete(boolean)} is ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 1396. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1397. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1398. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1399. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 188) * Return the current completeness value, as last set by {@link #setPageComplete(boolean)}. ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 1400. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1401. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1402. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1403. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1404. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1405. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1406. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1407. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1408. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1409. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1410. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1411. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1412. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 248) public static ImageDescriptor getPluginImage(Bundle bundle, String fileName) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1413. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 248) public static ImageDescriptor getPluginImage(Bundle bundle, String fileName) ^^^^^^ Javadoc: Missing tag for parameter bundle ---------- 1414. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 248) public static ImageDescriptor getPluginImage(Bundle bundle, String fileName) ^^^^^^^^ Javadoc: Missing tag for parameter fileName ---------- 1415. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 402) public static SystemMessage getMessage(SystemMessageFile msgFile, String msgId) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1416. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 433) public static boolean printMessages(SystemMessageFile msgFile, String fullyQualifiedTargetFile) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullyQualifiedTargetFile ---------- 1417. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 748) * @see org.eclipse.ui.views.navigator.ResourceNavigatorActionGroup#getImageDescriptor(java.lang.String) ^^^^^^^^^^^^^^^^^^ Javadoc: The method getImageDescriptor(String) from the type ResourceNavigatorActionGroup is not visible ---------- 1418. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 750) public ImageDescriptor getImageDescriptorFromIDE(String relativePath) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1419. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 750) public ImageDescriptor getImageDescriptorFromIDE(String relativePath) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter relativePath ---------- 1420. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 783) public Logger getLogger() ^^^^^^ Javadoc: Missing tag for return type ---------- 1421. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 803) public boolean isHeadless() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1422. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 191) public void setMessageLine(ISystemMessageLine msgLine) { ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 1423. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 201) public void setConnectionNameValidators(ISystemValidator[] v) { ^ Javadoc: Missing tag for parameter v ---------- 1424. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 208) public void setHostNameValidator(ISystemValidator v) { ^ Javadoc: Missing tag for parameter v ---------- 1425. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 215) public void setUserIdValidator(ISystemValidator v) { ^ Javadoc: Missing tag for parameter v ---------- 1426. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 222) public void setProfileNames(String[] names) { ^^^^^ Javadoc: Missing tag for parameter names ---------- 1427. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 231) public void setProfileNamePreSelection(String selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1428. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 247) public void setUserId(String userId) { ^^^^^^ Javadoc: Missing tag for parameter userId ---------- 1429. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 254) public void setCurrentlySelectedConnection(IHost connection) { ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 1430. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 331) public void initializeInputFields(IHost conn, boolean updateMode) { ^^^^^^^^^^ Javadoc: Missing tag for parameter updateMode ---------- 1431. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 362) public void setConnectionName(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 1432. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 373) public void setHostName(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 1433. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 386) public boolean isPageComplete() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1434. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 531) protected IRunnableContext getRunnableContext() { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1435. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 544) private boolean enableOfflineCB() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1436. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 557) public IRSESystemType getSystemType() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1437. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 571) public String getConnectionName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1438. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 579) public String getHostName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1439. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 587) public String getDefaultUserId() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1440. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 598) public boolean isWorkOffline() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1441. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 610) public String getConnectionDescription() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1442. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 618) public String getProfileName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1443. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 647) public Control createContents(Composite parent, boolean updateMode, String parentHelpId) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1444. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 647) public Control createContents(Composite parent, boolean updateMode, String parentHelpId) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentHelpId ---------- 1445. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 977) private SystemMessage validateEncoding() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1446. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1016) public Control getInitialFocusControl() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1447. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1265) private void initializeUserIdField(IRSESystemType systemType, String currentUserId) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 1448. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1265) private void initializeUserIdField(IRSESystemType systemType, String currentUserId) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter currentUserId ---------- 1449. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1315) protected SystemMessage validateConnectionNameInput(boolean userTyped) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1450. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1315) protected SystemMessage validateConnectionNameInput(boolean userTyped) { ^^^^^^^^^ Javadoc: Missing tag for parameter userTyped ---------- 1451. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1342) protected void internalSetConnectionName(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 1452. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1357) protected SystemMessage validateHostNameInput() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1453. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1386) protected SystemMessage validateUserIdInput() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1454. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1418) private void showErrorMessage(SystemMessage msg) { ^^^ Javadoc: Missing tag for parameter msg ---------- 1455. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1437) public static ISystemValidator getConnectionNameValidator(IHost conn) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1456. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1450) public static ISystemValidator getConnectionNameValidator(ISystemProfile profile) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1457. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1460) public static ISystemValidator[] getConnectionNameValidators() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1458. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1459. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 268) private static String[] resolveOrderPreferenceVersusReality(String[] reality, String[] ordered) { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1460. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 268) private static String[] resolveOrderPreferenceVersusReality(String[] reality, String[] ordered) { ^^^^^^^ Javadoc: Missing tag for parameter reality ---------- 1461. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 268) private static String[] resolveOrderPreferenceVersusReality(String[] reality, String[] ordered) { ^^^^^^^ Javadoc: Missing tag for parameter ordered ---------- 1462. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 339) public static boolean getRestoreStateFromCache() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1463. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 358) public static boolean getShowFilterPools() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1464. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 419) public static String[] getWidgetHistory(String key) { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1465. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 419) public static String[] getWidgetHistory(String key) { ^^^ Javadoc: Missing tag for parameter key ---------- 1466. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 438) public static void setWidgetHistory(String key, String[] newHistory) { ^^^ Javadoc: Missing tag for parameter key ---------- 1467. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 438) public static void setWidgetHistory(String key, String[] newHistory) { ^^^^^^^^^^ Javadoc: Missing tag for parameter newHistory ---------- ---------- 1468. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 78) public static Composite createComposite(Composite parent, int parentSpan, int numColumns, boolean border, String label, int marginSize, int spacingSize) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1469. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 92) public static Composite createVerticalBeginComposite(Composite parent, int parentSpan, int numColumns, boolean border, String label, int marginSize, int spacingSize) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1470. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 99) 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 ---------- 1471. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 99) 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 ---------- 1472. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 99) 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 ---------- 1473. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 99) 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 ---------- 1474. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 99) 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 ---------- 1475. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 99) 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 ---------- 1476. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 99) 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 ---------- 1477. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 99) 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 ---------- 1478. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 99) 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 ---------- 1479. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 145) public static Composite createComposite(Composite parent, int numColumns) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1480. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 160) public static Group createGroupComposite(Composite parent, int numColumns, String label) { ^^^^^ Javadoc: Missing tag for return type ---------- 1481. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 170) public static Composite createTightComposite(Composite parent, int numColumns) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1482. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 180) public static Composite createFlushComposite(Composite parent, int numColumns) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1483. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 191) public static Label createRigidFillerLabel(Composite parent, int span, int widthHint) { ^^^^^ Javadoc: Missing tag for return type ---------- 1484. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 212) public static Label createLabel(Composite parent, String text) { ^^^^^ Javadoc: Missing tag for return type ---------- 1485. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 222) public static Label createLabel(Composite parent, String text, int span) { ^^^^^ Javadoc: Missing tag for return type ---------- 1486. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 234) public static Label createLabel(Composite parent, String text, int span, boolean wantBorder) { ^^^^^ Javadoc: Missing tag for return type ---------- 1487. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 256) public static Label createLabel(Composite parent, String text, String tooltip) ^^^^^ Javadoc: Missing tag for return type ---------- 1488. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 271) public static Label createLabel(Composite parent, String text, String tooltip, int span, boolean wantBorder) ^^^^^ Javadoc: Missing tag for return type ---------- 1489. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 311) public static Label getLastLabel() { ^^^^^ Javadoc: Missing tag for return type ---------- 1490. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 318) public static void createSpacerLine(Composite parent, int columnSpan, boolean wantBorder) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1491. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 318) public static void createSpacerLine(Composite parent, int columnSpan, boolean wantBorder) { ^^^^^^^^^^ Javadoc: Missing tag for parameter columnSpan ---------- 1492. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 318) public static void createSpacerLine(Composite parent, int columnSpan, boolean wantBorder) { ^^^^^^^^^^ Javadoc: Missing tag for parameter wantBorder ---------- 1493. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 383) public static Label createCommandStatusLine(Composite parent, int horizontalSpan) { ^^^^^ Javadoc: Missing tag for return type ---------- 1494. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 383) public static Label createCommandStatusLine(Composite parent, int horizontalSpan) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1495. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 383) public static Label createCommandStatusLine(Composite parent, int horizontalSpan) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter horizontalSpan ---------- 1496. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 391) public static Label createCommandStatusLine(Composite parent, int horizontalSpan, int heightInLines) { ^^^^^ Javadoc: Missing tag for return type ---------- 1497. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 391) public static Label createCommandStatusLine(Composite parent, int horizontalSpan, int heightInLines) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1498. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 391) public static Label createCommandStatusLine(Composite parent, int horizontalSpan, int heightInLines) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter horizontalSpan ---------- 1499. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 391) public static Label createCommandStatusLine(Composite parent, int horizontalSpan, int heightInLines) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter heightInLines ---------- 1500. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 415) public static Text createTextField(Composite parent, Listener listener) { ^^^^ Javadoc: Missing tag for return type ---------- 1501. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 436) public static Text createTextField(Composite parent, Listener listener, String toolTip) { ^^^^ Javadoc: Missing tag for return type ---------- 1502. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 465) public static Text createReadonlyTextField(Composite parent) { ^^^^ Javadoc: Missing tag for return type ---------- 1503. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 484) public static Text createReadonlyTextField(Composite parent, String toolTip) ^^^^ Javadoc: Missing tag for return type ---------- 1504. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 515) public static Text createMultiLineTextField(Composite parent, Listener listener, int heightHint) { ^^^^ Javadoc: Missing tag for return type ---------- 1505. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 515) public static Text createMultiLineTextField(Composite parent, Listener listener, int heightHint) { ^^^^^^^^^^ Javadoc: Missing tag for parameter heightHint ---------- 1506. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 540) public static Text createMultiLineLabeledTextField(Composite parent, Listener listener, String labelString, String tooltip, int heightHint) { ^^^^^^^^^^ Javadoc: Missing tag for parameter heightHint ---------- 1507. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 555) public static Button createCheckBox(Composite group, String label, Listener listener) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1508. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 568) public static Button createCheckBox(Composite group, int horizontalSpan, String label, Listener listener) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1509. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 590) public static Button createCheckBox(Composite group, Listener listener, String label, String tooltip) ^^^^^^ Javadoc: Missing tag for return type ---------- 1510. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 607) public static Button createCheckBox(Composite group, int horizontalSpan, Listener listener, String label, String tooltip) ^^^^^^ Javadoc: Missing tag for return type ---------- 1511. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 622) public static Button createRadioButton(Composite group, String label, Listener listener) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1512. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 644) public static Button createRadioButton(Composite group, Listener listener, String label, String tooltip) ^^^^^^ Javadoc: Missing tag for return type ---------- 1513. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 659) public static Button createRadioButton(Composite group, Listener listener, String label) ^^^^^^ Javadoc: Missing tag for return type ---------- 1514. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 673) public static Button createImageButton(Composite group, Image image, Listener listener) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1515. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 693) public static Button createPushButton(Composite group, String label, Listener listener) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1516. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 714) public static Button createPushButton(Composite group, String label, Listener listener, String tooltip) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1517. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 728) public static Button createPushButton(Composite group, Listener listener, String label, String tooltip) ^^^^^^ Javadoc: Missing tag for return type ---------- 1518. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 742) public static Button createBrowseButton(Composite group, Listener listener) ^^^^^^ Javadoc: Missing tag for return type ---------- 1519. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 756) public static Button createBrowseButton(Composite group, Listener listener, String tooltip) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1520. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 771) public static List createListBox(Composite group, String label, Listener listener, boolean multiSelect) { ^^^^ Javadoc: Missing tag for return type ---------- 1521. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 785) public static List createListBox(Composite group, String label, Listener listener, boolean multiSelect, int columnSpan) { ^^^^ Javadoc: Missing tag for return type ---------- 1522. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 824) public static List createListBox(Composite group, String label, Listener listener, boolean multiSelect, String tooltip) { ^^^^ Javadoc: Missing tag for return type ---------- 1523. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 840) public static List createListBox(Composite group, Listener listener, boolean multiSelect, String label, String tooltip) { ^^^^ Javadoc: Missing tag for return type ---------- 1524. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 854) public static Combo createCombo(Composite parent, Listener listener) { ^^^^^ Javadoc: Missing tag for return type ---------- 1525. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 864) private static Combo createCombo(Composite parent, int style) { ^^^^^ Javadoc: Missing tag for return type ---------- 1526. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 864) private static Combo createCombo(Composite parent, int style) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1527. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 864) private static Combo createCombo(Composite parent, int style) { ^^^^^ Javadoc: Missing tag for parameter style ---------- 1528. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 885) public static Combo createCombo(Composite parent, Listener listener, String toolTip) ^^^^^ Javadoc: Missing tag for return type ---------- 1529. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 921) public static Combo createReadonlyCombo(Composite parent, Listener listener) { ^^^^^ Javadoc: Missing tag for return type ---------- 1530. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 937) public static Combo createReadonlyCombo(Composite parent, Listener listener, String tooltip) ^^^^^ Javadoc: Missing tag for return type ---------- 1531. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 982) public static SystemHistoryCombo createHistoryCombo(Composite parent, SelectionListener listener, String historyKey, boolean readonly, String tooltip) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1532. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1041) 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 ---------- 1533. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1534. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1535. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1536. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1537. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1538. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1539. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1540. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1541. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1542. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1543. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1544. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1545. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1546. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1547. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1548. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1549. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1550. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1551. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1552. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1553. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1554. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1555. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1556. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1557. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1558. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1559. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1560. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1561. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1562. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1563. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1564. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1565. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1566. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1567. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1568. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/DisplayHidableSystemMessageAction.java (at line 40) public DisplayHidableSystemMessageAction(SystemMessage message, IPreferenceStore prefStore, String prefID, boolean showYesNo) ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 1569. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/DisplayHidableSystemMessageAction.java (at line 40) public DisplayHidableSystemMessageAction(SystemMessage message, IPreferenceStore prefStore, String prefID, boolean showYesNo) ^^^^^^^^^ Javadoc: Missing tag for parameter prefStore ---------- 1570. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/DisplayHidableSystemMessageAction.java (at line 40) public DisplayHidableSystemMessageAction(SystemMessage message, IPreferenceStore prefStore, String prefID, boolean showYesNo) ^^^^^^ Javadoc: Missing tag for parameter prefID ---------- 1571. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/DisplayHidableSystemMessageAction.java (at line 40) public DisplayHidableSystemMessageAction(SystemMessage message, IPreferenceStore prefStore, String prefID, boolean showYesNo) ^^^^^^^^^ Javadoc: Missing tag for parameter showYesNo ---------- ---------- 1572. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1573. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1574. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1575. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1576. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1577. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1578. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1579. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1580. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1581. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1582. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1583. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1584. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1585. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1586. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1587. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1588. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1589. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1590. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1591. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1592. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1593. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1594. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1595. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1596. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1597. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1598. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1599. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1600. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1601. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1602. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1603. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1604. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1605. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1606. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1607. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1608. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1609. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1610. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1611. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1612. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1613. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1614. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1615. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1616. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1617. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1618. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1619. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1620. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1621. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 32) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1622. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 96) mgr = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1623. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 96) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1624. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 152) protected String getPromptString() ^^^^^^ Javadoc: Missing tag for return type ---------- 1625. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 220) protected IRunnableContext getRunnableContext() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1626. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 231) protected Object getTargetContainer(Dialog dlg) ^^^^^^ Javadoc: Missing tag for return type ---------- 1627. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 231) protected Object getTargetContainer(Dialog dlg) ^^^ Javadoc: Missing tag for parameter dlg ---------- 1628. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 245) protected boolean preCheckForCollision() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1629. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 271) protected boolean preCheckForCollision(Shell shell, Object targetContainer, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1630. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 271) protected boolean preCheckForCollision(Shell shell, Object targetContainer, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetContainer ---------- 1631. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 272) Object oldObject, String oldName) ^^^^^^^^^ Javadoc: Missing tag for parameter oldObject ---------- 1632. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 272) Object oldObject, String oldName) ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 1633. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 282) public void copyComplete(String operation) {} ^^^^^^^^^ Javadoc: Missing tag for parameter operation ---------- 1634. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 345) protected SystemMessage getCopyingMessage() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1635. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 355) protected SystemMessage getCopyingMessage(String oldName) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1636. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 355) protected SystemMessage getCopyingMessage(String oldName) ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 1637. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 369) protected abstract boolean doCopy(Object targetContainer, Object oldObject, String newName, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1638. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 369) protected abstract boolean doCopy(Object targetContainer, Object oldObject, String newName, IProgressMonitor monitor) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetContainer ---------- 1639. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 369) protected abstract boolean doCopy(Object targetContainer, Object oldObject, String newName, IProgressMonitor monitor) ^^^^^^^^^ Javadoc: Missing tag for parameter oldObject ---------- 1640. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 369) protected abstract boolean doCopy(Object targetContainer, Object oldObject, String newName, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 1641. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 369) protected abstract boolean doCopy(Object targetContainer, Object oldObject, String newName, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 1642. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 370) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 1643. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 376) public SystemMessage getCompletionMessage(Object targetContainer, String[] oldNames, String[] newNames) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1644. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 376) public SystemMessage getCompletionMessage(Object targetContainer, String[] oldNames, String[] newNames) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetContainer ---------- 1645. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 376) public SystemMessage getCompletionMessage(Object targetContainer, String[] oldNames, String[] newNames) ^^^^^^^^ Javadoc: Missing tag for parameter oldNames ---------- 1646. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 376) public SystemMessage getCompletionMessage(Object targetContainer, String[] oldNames, String[] newNames) ^^^^^^^^ Javadoc: Missing tag for parameter newNames ---------- 1647. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 384) protected void showOperationMessage(Exception exc, Shell shell) ^^^ Javadoc: Missing tag for parameter exc ---------- 1648. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 384) protected void showOperationMessage(Exception exc, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1649. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 399) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1650. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 399) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 1651. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 421) protected void showOperationErrorMessage(Shell shell, SystemMessageException exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1652. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 421) protected void showOperationErrorMessage(Shell shell, SystemMessageException exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 1653. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 435) protected void showOperationCancelledMessage(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 1654. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseDialogAction.java (at line 44) *
  • {@link #createDialog(Shell)} ^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 1655. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseDialogAction.java (at line 45) *
  • {@link #getDialogValue(Dialog)} ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 1656. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1657. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1658. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1659. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1660. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1661. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1662. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1663. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1664. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1665. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1666. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1667. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1668. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1669. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1670. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1671. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1672. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1673. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 276) protected ISystemViewMenuListener createMnemonicsListener(boolean setMnemonicsOnlyOnce) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1674. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 355) public void setInputsFromSubMenuManager(Shell shell, Viewer v, ISelection selection) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1675. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 355) public void setInputsFromSubMenuManager(Shell shell, Viewer v, ISelection selection) ^ Javadoc: Missing tag for parameter v ---------- 1676. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 355) public void setInputsFromSubMenuManager(Shell shell, Viewer v, ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1677. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 381) private void cascadeSelection(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- ---------- 1678. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseWizardAction.java (at line 59) *
  • Override {@link #createWizard()} to instantiate, configure and return your wizard. ^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 1679. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseWizardAction.java (at line 61) * override {@link #postProcessWizard(IWizard)}. You might also override this if you need to set output variables in the action, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 1680. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemCopyToClipboardAction.java (at line 69) public SystemCopyToClipboardAction(Shell shell, Clipboard clipboard) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1689. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemCopyToClipboardAction.java (at line 69) public SystemCopyToClipboardAction(Shell shell, Clipboard clipboard) ^^^^^^^^^ Javadoc: Missing tag for parameter clipboard ---------- ---------- 1690. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemPasteFromClipboardAction.java (at line 64) public SystemPasteFromClipboardAction(Shell shell, Clipboard clipboard) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1692. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemPasteFromClipboardAction.java (at line 64) public SystemPasteFromClipboardAction(Shell shell, Clipboard clipboard) ^^^^^^^^^ Javadoc: Missing tag for parameter clipboard ---------- ---------- 1693. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 54) public EnvironmentVariablesPromptDialog(Shell shell, String title, IRSESystemType systemType, String invalidNameChars, String[] existingNames, boolean change) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 1696. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 54) public EnvironmentVariablesPromptDialog(Shell shell, String title, IRSESystemType systemType, String invalidNameChars, String[] existingNames, boolean change) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter invalidNameChars ---------- 1697. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 54) public EnvironmentVariablesPromptDialog(Shell shell, String title, IRSESystemType systemType, String invalidNameChars, String[] existingNames, boolean change) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingNames ---------- 1698. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 54) public EnvironmentVariablesPromptDialog(Shell shell, String title, IRSESystemType systemType, String invalidNameChars, String[] existingNames, boolean change) { ^^^^^^ Javadoc: Missing tag for parameter change ---------- 1699. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 68) public EnvironmentVariablesPromptDialog(Shell shell, String title, Object inputObject, String invalidNameChars, String[] existingNames, boolean change) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter invalidNameChars ---------- 1700. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 68) public EnvironmentVariablesPromptDialog(Shell shell, String title, Object inputObject, String invalidNameChars, String[] existingNames, boolean change) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingNames ---------- 1701. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 68) public EnvironmentVariablesPromptDialog(Shell shell, String title, Object inputObject, String invalidNameChars, String[] existingNames, boolean change) { ^^^^^^ Javadoc: Missing tag for parameter change ---------- 1702. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 142) public String getName() ^^^^^^ Javadoc: Missing tag for return type ---------- 1703. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 150) public String getValue() ^^^^^^ Javadoc: Missing tag for return type ---------- 1704. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 158) public void setName(String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 1705. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 166) public void setValue(String value) ^^^^^ Javadoc: Missing tag for parameter value ---------- ---------- 1706. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1707. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1708. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1709. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1710. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1711. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1712. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1713. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1714. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1715. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1716. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1717. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1718. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1719. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1720. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1721. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1722. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1723. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1724. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1725. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1726. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1727. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1728. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1729. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1730. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1731. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1732. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1733. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1734. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1735. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1736. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1737. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1738. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1739. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 69) public SystemPasswordPersistencePrompt(Shell shell, String title, List existingEntries, boolean change) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingEntries ---------- 1740. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 69) public SystemPasswordPersistencePrompt(Shell shell, String title, List existingEntries, boolean change) { ^^^^^^ Javadoc: Missing tag for parameter change ---------- 1741. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 245) private boolean exists(String hostname, String userID, IRSESystemType systemType) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1742. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 245) private boolean exists(String hostname, String userID, IRSESystemType systemType) ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 1743. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 245) private boolean exists(String hostname, String userID, IRSESystemType systemType) ^^^^^^ Javadoc: Missing tag for parameter userID ---------- 1744. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 245) private boolean exists(String hostname, String userID, IRSESystemType systemType) ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 1745. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 291) public void setInputData(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^^^^ Javadoc: Missing tag for parameter systemtype ---------- 1746. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 291) public void setInputData(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 1747. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 291) public void setInputData(IRSESystemType systemtype, String hostname, String userid) ^^^^^^ Javadoc: Missing tag for parameter userid ---------- ---------- 1748. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPromptDialog.java (at line 396) private SystemMessage checkPassword() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1749. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 124) *
  • Override {@link #createInner(Composite)} to populate the contents ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 1750. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 125) *
  • Override {@link #processOK()} to process the pressing of the OK button ^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 1751. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 287) public SystemPromptDialog(Shell shell, String title, Object inputObject, boolean browse, boolean test, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1752. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 287) public SystemPromptDialog(Shell shell, String title, Object inputObject, boolean browse, boolean test, ^^^^^ Javadoc: Missing tag for parameter title ---------- 1753. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 287) public SystemPromptDialog(Shell shell, String title, Object inputObject, boolean browse, boolean test, ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputObject ---------- 1754. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 287) public SystemPromptDialog(Shell shell, String title, Object inputObject, boolean browse, boolean test, ^^^^^^ Javadoc: Missing tag for parameter browse ---------- 1755. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 287) public SystemPromptDialog(Shell shell, String title, Object inputObject, boolean browse, boolean test, ^^^^ Javadoc: Missing tag for parameter test ---------- 1756. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 288) Image titleImage) ^^^^^^^^^^ Javadoc: Missing tag for parameter titleImage ---------- 1757. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 321) public void setNeedsProgressMonitor(boolean needs) ^^^^^ Javadoc: Missing tag for parameter needs ---------- 1758. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 330) public void setHelp(String helpId) ^^^^^^ Javadoc: Missing tag for parameter helpId ---------- 1759. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 344) public String getHelpContextId() ^^^^^^ Javadoc: Missing tag for return type ---------- 1760. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 353) public void setHelp(Control c, String helpId) ^ Javadoc: Missing tag for parameter c ---------- 1761. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 353) public void setHelp(Control c, String helpId) ^^^^^^ Javadoc: Missing tag for parameter helpId ---------- 1762. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 401) public void setOutputObjectValidator(ISystemValidator outputObjectValidator) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter outputObjectValidator ---------- 1763. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 409) public ICellEditorValidator getOutputObjectValidator() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1764. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 417) public ISystemMessageLine getMessageLine() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1765. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 448) public void setBusyCursor(boolean setBusy) ^^^^^^^ Javadoc: Missing tag for parameter setBusy ---------- 1766. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 472) public void setShowOkButton(boolean showOk) ^^^^^^ Javadoc: Missing tag for parameter showOk ---------- 1767. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 480) public void setOkButtonLabel(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1768. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 488) public void setOkButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1769. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 496) public void enableOkButton(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 1770. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 504) public Button getOkButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1771. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 512) public void setInitialOKButtonEnabledState(boolean enabled) ^^^^^^^ Javadoc: Missing tag for parameter enabled ---------- 1772. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 523) protected boolean processOK() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1773. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 534) public void setCancelButtonLabel(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1774. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 541) public void setCancelButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1775. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 548) public void enableCancelButton(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 1776. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 557) public Button getCancelOrCloseButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1777. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 567) protected boolean processCancel() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1778. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 578) public void setShowCancelAllButton(boolean showCancelAll) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter showCancelAll ---------- 1779. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 586) public void setCancelAllButtonLabel(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1780. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 593) public void setCancelAllButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1781. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 600) public void enableCancelAllButton(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 1782. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 609) public Button getCancelAllButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1783. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 619) protected boolean processCancelAll() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1784. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 630) public void setShowBrowseButton(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 1785. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 637) public void setBrowseButtonLabel(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1786. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 644) public void setBrowseButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1787. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 651) public void enableBrowseButton(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 1788. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 659) public Button getBrowseButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1789. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 668) protected boolean processBrowse() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1790. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 679) public void setShowTestButton(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 1791. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 686) public void setTestButtonLabel(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1792. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 693) public void setTestButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1793. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 700) public void enableTestButton(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 1794. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 708) public Button getTestButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1795. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 717) protected boolean processTest() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1796. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 728) public void setShowAddButton(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 1797. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 735) public void setAddButtonLabel(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1798. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 742) public void setAddButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1799. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 749) public void enableAddButton(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 1800. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 759) public Button getAddButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1801. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 768) protected boolean processAdd() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1802. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 790) public void setDetailsButtonLabel(String showLabel, String hideLabel) ^^^^^^^^^ Javadoc: Missing tag for parameter showLabel ---------- 1803. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 790) public void setDetailsButtonLabel(String showLabel, String hideLabel) ^^^^^^^^^ Javadoc: Missing tag for parameter hideLabel ---------- 1804. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 798) public void setDetailsButtonToolTipText(String showTip, String hideTip) ^^^^^^^ Javadoc: Missing tag for parameter showTip ---------- 1805. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 798) public void setDetailsButtonToolTipText(String showTip, String hideTip) ^^^^^^^ Javadoc: Missing tag for parameter hideTip ---------- 1806. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 806) public void enableDetailsButton(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 1807. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 816) public Button getDetailsButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1808. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 846) public Mnemonics getDialogMnemonics() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1809. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 854) protected ISystemMessageLine createMessageLine(Composite c) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1810. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 854) protected ISystemMessageLine createMessageLine(Composite c) ^ Javadoc: Missing tag for parameter c ---------- 1811. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 905) protected abstract Control createInner(Composite parent); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1812. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 905) protected abstract Control createInner(Composite parent); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1813. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 911) protected abstract Control getInitialFocusControl(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1814. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1107) public void setMinimumSize(int width, int height) ^^^^^ Javadoc: Missing tag for parameter width ---------- 1815. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1107) public void setMinimumSize(int width, int height) ^^^^^^ Javadoc: Missing tag for parameter height ---------- 1816. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1218) protected void applyMnemonics(Mnemonics mnemonics, Composite c) { ^^^^^^^^^ Javadoc: Missing tag for parameter mnemonics ---------- 1817. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1309) protected Button createNoShowAgainButton(Composite c) { ^ Javadoc: Missing tag for parameter c ---------- 1818. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1320) public void setPageComplete(boolean complete) ^^^^^^^^ Javadoc: Missing tag for parameter complete ---------- 1819. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1334) protected Label addSeparatorLine(Composite parent, int nbrColumns) ^^^^^ Javadoc: Missing tag for return type ---------- 1820. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1334) protected Label addSeparatorLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1821. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1334) protected Label addSeparatorLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 1822. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1346) protected Label addFillerLine(Composite parent, int nbrColumns) ^^^^^ Javadoc: Missing tag for return type ---------- 1823. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1346) protected Label addFillerLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1824. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1346) protected Label addFillerLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 1825. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1358) protected Label addGrowableFillerLine(Composite parent, int nbrColumns) ^^^^^ Javadoc: Missing tag for return type ---------- 1826. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1358) protected Label addGrowableFillerLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1827. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1358) protected Label addGrowableFillerLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 1828. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1613) protected MessageDialog createWizardClosingDialog() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1829. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1771) public static void setDisplayCursor(Shell shell, Cursor c) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 1830. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRemoteResourceDialog.java (at line 53) public SystemRemoteResourceDialog(Shell shell, String title, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1831. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRemoteResourceDialog.java (at line 53) public SystemRemoteResourceDialog(Shell shell, String title, ^^^^^ Javadoc: Missing tag for parameter title ---------- 1832. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRemoteResourceDialog.java (at line 54) ISystemResourceSelectionInputProvider inputProvider) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter inputProvider ---------- 1833. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRemoteResourceDialog.java (at line 147) public void setMultipleSelectionMode(boolean multiple) ^^^^^^^^ Javadoc: Missing tag for parameter multiple ---------- 1834. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRemoteResourceDialog.java (at line 167) public void setSelectionTreeToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1835. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRemoteResourceDialog.java (at line 184) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 1836. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRemoteResourceDialog.java (at line 211) public Object getSelectedObject() ^^^^^^ Javadoc: Missing tag for return type ---------- 1837. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRemoteResourceDialog.java (at line 223) public Object[] getSelectedObjects() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1838. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRemoteResourceDialog.java (at line 262) public void setShowNewConnectionPrompt(boolean showNewConnectionPrompt) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter showNewConnectionPrompt ---------- ---------- 1839. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 113) public SystemRenameSingleDialog(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1840. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 123) public SystemRenameSingleDialog(Shell shell, String title) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1841. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 123) public SystemRenameSingleDialog(Shell shell, String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 1842. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 176) public void setPromptLabel(String label, String tooltip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1843. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 176) public void setPromptLabel(String label, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 1844. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 186) public void setCopyCollisionMode(boolean copyCollisionMode) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter copyCollisionMode ---------- 1845. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 215) public boolean getCopyCollisionMode() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1846. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 225) public void setNameValidator(ISystemValidator nameValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidator ---------- 1847. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 428) protected ValidatorUniqueString getUniqueNameValidator(Object inputElement, ISystemValidator nameValidator) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1848. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 428) protected ValidatorUniqueString getUniqueNameValidator(Object inputElement, ISystemValidator nameValidator) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter inputElement ---------- 1849. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 428) protected ValidatorUniqueString getUniqueNameValidator(Object inputElement, ISystemValidator nameValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidator ---------- 1850. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 481) protected Object getInputElement(Object inputObject) ^^^^^^ Javadoc: Missing tag for return type ---------- 1851. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 481) protected Object getInputElement(Object inputObject) ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputObject ---------- 1852. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 498) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1853. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 498) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1854. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 506) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1855. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 506) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1856. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 542) public static String trimTrailing(String text) ^^^^^^ Javadoc: Missing tag for return type ---------- 1857. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 542) public static String trimTrailing(String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 1858. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 577) protected boolean checkIfWillBeFilteredOut(Object remoteObject, String newName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObject ---------- 1859. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 577) protected boolean checkIfWillBeFilteredOut(Object remoteObject, String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 1860. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 610) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1861. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 624) protected SystemMessage validateNameInput(String theNewName) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1862. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 624) protected SystemMessage validateNameInput(String theNewName) ^^^^^^^^^^ Javadoc: Missing tag for parameter theNewName ---------- 1863. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 670) public boolean isPageComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1864. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 705) public String getNewName() ^^^^^^ Javadoc: Missing tag for return type ---------- 1865. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 713) public String[] getNewNameArray() ^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1866. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectAnythingDialog.java (at line 72) protected ISystemViewInputProvider getInputProvider() ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1867. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1868. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1869. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1870. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1871. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1872. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1873. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1874. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1875. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1876. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1877. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1878. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1879. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1880. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1881. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1882. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1883. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1884. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1885. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1886. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1887. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1888. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1889. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1890. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1891. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1892. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1893. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1894. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1895. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1896. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1897. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1898. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1899. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1900. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1901. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1902. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1903. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1904. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1905. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1906. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1907. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1908. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1909. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1910. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1911. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1912. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1913. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1914. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1915. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1916. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1917. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1918. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1919. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1920. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1921. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1922. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1923. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1924. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1925. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1926. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1927. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1928. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1929. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1930. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1931. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 1932. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1933. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemWizardDialog.java (at line 70) public SystemWizardDialog(Shell shell, IWizard wizard) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1934. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemWizardDialog.java (at line 70) public SystemWizardDialog(Shell shell, IWizard wizard) { ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 1935. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemWizardDialog.java (at line 77) public SystemWizardDialog(Shell shell, IWizard wizard, Object inputObject) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1936. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemWizardDialog.java (at line 77) public SystemWizardDialog(Shell shell, IWizard wizard, Object inputObject) { ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 1937. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemWizardDialog.java (at line 77) public SystemWizardDialog(Shell shell, IWizard wizard, Object inputObject) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputObject ---------- 1938. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemWizardDialog.java (at line 125) public void setHelp(String id) { ^^ Javadoc: Missing tag for parameter id ---------- 1939. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemWizardDialog.java (at line 133) public String getHelpContextId() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1940. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/ISystemChangeFilterPaneEditPaneSupplier.java (at line 34) public SystemFilterStringEditPane getFilterStringEditPane(Shell shell); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1941. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/ISystemChangeFilterPaneEditPaneSupplier.java (at line 34) public SystemFilterStringEditPane getFilterStringEditPane(Shell shell); ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 1942. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 1943. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 131) public SystemChangeFilterPane(Shell shell, ISystemMessageLine msgLine, ISystemChangeFilterPaneEditPaneSupplier editPaneSupplier) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1944. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 131) public SystemChangeFilterPane(Shell shell, ISystemMessageLine msgLine, ISystemChangeFilterPaneEditPaneSupplier editPaneSupplier) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 1945. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 131) public SystemChangeFilterPane(Shell shell, ISystemMessageLine msgLine, ISystemChangeFilterPaneEditPaneSupplier editPaneSupplier) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter editPaneSupplier ---------- 1946. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 156) public void setSystemFilterPoolReferenceManagerProvider(ISystemFilterPoolReferenceManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 1947. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 170) public void setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 1948. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 179) public void setParentPoolPromptLabel(String label, String tip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1949. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 179) public void setParentPoolPromptLabel(String label, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1950. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 187) public String getParentPoolPromptLabel() ^^^^^^ Javadoc: Missing tag for return type ---------- 1951. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 194) public String getParentPoolPromptTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 1952. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 203) public void setNamePromptLabel(String label, String tip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1953. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 203) public void setNamePromptLabel(String label, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1954. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 211) public String getNamePromptLabel() ^^^^^^ Javadoc: Missing tag for return type ---------- 1955. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 218) public String getNamePromptTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 1956. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 228) public void setListLabel(String label, String tip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1957. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 228) public void setListLabel(String label, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1958. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 236) public String getListLabel() ^^^^^^ Javadoc: Missing tag for return type ---------- 1959. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 243) public String getListTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 1960. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 252) public void setNewListItemText(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1961. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 260) public String getNewListItemText() ^^^^^^ Javadoc: Missing tag for return type ---------- 1962. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 275) public void setFilterStringValidator(ISystemValidator v) ^ Javadoc: Missing tag for parameter v ---------- 1963. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 282) public ISystemValidator getFilterStringValidator() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1964. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 291) public void setDuplicateFilterStringErrorMessage(SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 1965. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 298) public SystemMessage getDuplicateFilterStringErrorMessage() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1966. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 306) public void setWantTestButton(boolean wantTestButton) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter wantTestButton ---------- 1967. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 313) public boolean getWantTestButton() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1968. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 321) public void setEditable(boolean editable) ^^^^^^^^ Javadoc: Missing tag for parameter editable ---------- 1969. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 329) public boolean getEditable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1970. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 336) public void setSupportsMultipleStrings(boolean multi) ^^^^^ Javadoc: Missing tag for parameter multi ---------- 1971. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 344) public boolean getSupportsMultipleStrings() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1972. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 368) public Control getInitialFocusControl() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1973. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 453) Control editPaneComposite = editpane.createContents(rightSideComposite); ^^^^^^^^^^^^^^^^^ The local variable editPaneComposite is never read ---------- 1974. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 594) protected SystemFilterStringEditPane getFilterStringEditPane(Shell shell) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1975. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 594) protected SystemFilterStringEditPane getFilterStringEditPane(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1976. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 602) public Button getApplyButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1977. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 609) public Button getRevertButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1978. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 620) public boolean processOK() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1979. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 702) public boolean verify(boolean doSave) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1980. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 746) public boolean processCancel() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1981. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 947) protected boolean isNewSelected() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1982. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 958) protected String getCurrentSelection() ^^^^^^ Javadoc: Missing tag for return type ---------- 1983. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 985) protected String createFilterString() ^^^^^^ Javadoc: Missing tag for return type ---------- 1984. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 999) protected void saveFilterString(String editedFilterString, int currSelectionIndex) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter editedFilterString ---------- 1985. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 999) protected void saveFilterString(String editedFilterString, int currSelectionIndex) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter currSelectionIndex ---------- 1986. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1096) public void fillContextMenu(IMenuManager menu) ^^^^ Javadoc: Missing tag for parameter menu ---------- 1987. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1130) public void createStandardGroups(IMenuManager menu) ^^^^ Javadoc: Missing tag for parameter menu ---------- 1988. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1142) private SystemChangeFilterActionDeleteString getDeleteAction(ISelection selection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1989. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1142) private SystemChangeFilterActionDeleteString getDeleteAction(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1990. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1154) private SystemChangeFilterActionMoveStringUp getMoveUpAction(ISelection selection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1991. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1154) private SystemChangeFilterActionMoveStringUp getMoveUpAction(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1992. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1165) private SystemChangeFilterActionMoveStringDown getMoveDownAction(ISelection selection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1993. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1165) private SystemChangeFilterActionMoveStringDown getMoveDownAction(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1994. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1176) private SystemChangeFilterActionCopyString getCopyAction(ISelection selection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1995. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1176) private SystemChangeFilterActionCopyString getCopyAction(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1996. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1187) private SystemChangeFilterActionPasteString getPasteAction(ISelection selection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1997. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1187) private SystemChangeFilterActionPasteString getPasteAction(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1998. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1204) public boolean canDelete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1999. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1289) public boolean canMoveUp() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2000. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1313) public boolean canMoveDown() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2001. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1338) public boolean canCopy() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2002. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1359) public boolean canPaste() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2003. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1431) public boolean compareFilterStrings(boolean caseSensitive, String filterString1, String filterString2) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2004. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1431) public boolean compareFilterStrings(boolean caseSensitive, String filterString1, String filterString2) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 2005. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1431) public boolean compareFilterStrings(boolean caseSensitive, String filterString1, String filterString2) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString1 ---------- 2006. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1431) public boolean compareFilterStrings(boolean caseSensitive, String filterString1, String filterString2) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString2 ---------- ---------- 2007. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterPoolDialogInterface.java (at line 34) public void setFilterPoolDialogActionCaller(SystemFilterAbstractFilterPoolAction caller); ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 2008. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterPoolDialogInterface.java (at line 38) public SystemFilterPoolDialogOutputs getFilterPoolDialogOutputs(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2009. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterPoolDialogInterface.java (at line 42) public void setHelpContextId(String id); ^^ Javadoc: Missing tag for parameter id ---------- ---------- 2010. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2011. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2012. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2013. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2014. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2015. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2016. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2017. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2018. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2019. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2020. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2021. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2022. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2023. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2024. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2025. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2026. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2027. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2028. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2029. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2030. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2031. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2032. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2033. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2034. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2035. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 528) * Instead, override {@link #areFieldsComplete()}. ^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 2036. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2037. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2038. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2039. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2040. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2041. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 675) *

    Default implementation calls {@link #validateStringInput()}. ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- ---------- 2042. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 43) public static SystemSimpleContentElement getDataElement(SystemSimpleContentElement root, Object data) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2043. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 43) public static SystemSimpleContentElement getDataElement(SystemSimpleContentElement root, Object data) ^^^^ Javadoc: Missing tag for parameter root ---------- 2044. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 43) public static SystemSimpleContentElement getDataElement(SystemSimpleContentElement root, Object data) ^^^^ Javadoc: Missing tag for parameter data ---------- 2045. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 64) public static SystemSimpleContentElement getFilterPoolModel(ISystemFilterPoolManagerProvider mgrProvider, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2046. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 64) public static SystemSimpleContentElement getFilterPoolModel(ISystemFilterPoolManagerProvider mgrProvider, ^^^^^^^^^^^ Javadoc: Missing tag for parameter mgrProvider ---------- 2047. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 65) ISystemFilterPoolManager mgrs[]) ^^^^ Javadoc: Missing tag for parameter mgrs ---------- 2048. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 98) protected static void populateFilterPoolContentElementVector(ISystemFilterPool[] pools, ^^^^^ Javadoc: Missing tag for parameter pools ---------- 2049. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 99) Vector elements, ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 2050. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 100) SystemSimpleContentElement parentElement) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- 2051. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 120) public static ImageDescriptor getFilterPoolManagerImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2052. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 120) public static ImageDescriptor getFilterPoolManagerImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 2053. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 120) public static ImageDescriptor getFilterPoolManagerImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr) ^^^^^^^ Javadoc: Missing tag for parameter poolMgr ---------- 2054. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 139) public static ImageDescriptor getFilterPoolImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPool pool) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2055. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 139) public static ImageDescriptor getFilterPoolImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPool pool) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 2056. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 139) public static ImageDescriptor getFilterPoolImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 2057. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 157) public static ImageDescriptor getFilterImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilter filter) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2058. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 157) public static ImageDescriptor getFilterImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilter filter) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 2059. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 157) public static ImageDescriptor getFilterImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- ---------- 2060. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2061. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2062. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2063. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2064. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2065. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2066. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2067. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemChangeFilterAction.java (at line 134) * {@link #getFilterDialog(Shell)} to create it, and then configures it here. ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 2068. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2069. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2070. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2071. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2072. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2073. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2074. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2075. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2076. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2077. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2078. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2079. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2080. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2081. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2082. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2083. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2084. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2085. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2086. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2087. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2088. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2089. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2090. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2091. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2092. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2093. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2094. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2095. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2096. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2097. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2098. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2099. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2100. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2101. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2102. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2103. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2104. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2105. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2106. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2107. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2108. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2109. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2110. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2111. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2112. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2113. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2114. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2115. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2116. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2117. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2118. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2119. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2120. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2121. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2122. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2123. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2124. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2125. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2126. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2127. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2128. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2129. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2130. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 471) public abstract SystemFilterPoolDialogInterface createFilterPoolDialog(Shell parent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2131. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 471) public abstract SystemFilterPoolDialogInterface createFilterPoolDialog(Shell parent); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 2132. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2133. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2134. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2135. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2136. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2137. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2138. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolWizardAction.java (at line 87) public abstract SystemFilterPoolWizardInterface getFilterPoolWizard(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2139. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2140. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2141. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2142. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2143. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2144. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2145. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2146. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2147. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2148. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2149. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2150. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2151. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2152. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2153. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2154. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2155. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2156. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2157. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2158. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2159. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2160. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2161. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2162. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2163. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2164. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2165. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2166. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2167. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2168. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2169. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2170. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2171. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2172. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2173. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2174. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2175. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2176. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2177. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2178. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2179. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2180. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2181. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2182. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2183. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2184. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2185. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2186. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2187. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2188. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2189. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2190. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2191. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2192. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2193. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2194. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2195. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2196. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2197. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2198. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2199. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2200. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2201. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2202. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2203. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2204. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2205. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2206. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2207. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2208. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2209. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2210. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2211. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2212. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2213. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2214. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2215. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2216. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2217. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2218. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2219. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2220. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2221. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2222. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2223. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2224. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2225. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2226. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2227. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2228. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2229. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2230. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2231. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2232. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2233. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 149) public void setAllowFilterPoolSelection(ISystemFilterPool[] poolsToSelectFrom) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolsToSelectFrom ---------- 2234. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 166) public void setAllowFilterPoolSelection(ISystemFilterPoolWrapperInformation poolsToSelectFrom) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolsToSelectFrom ---------- 2235. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 175) public void setType(String type) ^^^^ Javadoc: Missing tag for parameter type ---------- 2236. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 182) public String getType() ^^^^^^ Javadoc: Missing tag for return type ---------- 2237. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 190) public void setShowFilterStrings(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 2238. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 205) public void setShowNamePrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 2239. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 214) public void setNamePageHelp(String helpId) ^^^^^^ Javadoc: Missing tag for parameter helpId ---------- 2240. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 222) public void setShowInfoPage(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 2241. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 229) public void setDefaultFilterStrings(String[] defaultFilterStrings) ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter defaultFilterStrings ---------- 2242. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 240) public void setFromRSE(boolean rse) ^^^ Javadoc: Missing tag for parameter rse ---------- 2243. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 248) public void setFilterPoolSelectionValidator(ISystemFilterPoolSelectionValidator validator) ^^^^^^^^^ Javadoc: Missing tag for parameter validator ---------- 2244. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 264) public void setSystemFilterPoolReferenceManagerProvider(ISystemFilterPoolReferenceManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2245. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 273) public void setVerbiage(String verbiage) ^^^^^^^^ Javadoc: Missing tag for parameter verbiage ---------- 2246. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 295) public void setPage1Description(String description) ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 2247. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 305) public void setFilterStringEditPane(SystemFilterStringEditPane editPane) ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 2248. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 429) protected ISystemValidator getFilterNameValidator(ISystemFilterContainer container) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2249. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 429) protected ISystemValidator getFilterNameValidator(ISystemFilterContainer container) ^^^^^^^^^ Javadoc: Missing tag for parameter container ---------- 2250. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 458) public boolean areStringsCaseSensitive() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2251. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 559) protected Object getParent() ^^^^^^ Javadoc: Missing tag for return type ---------- 2252. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 569) protected ISystemFilterContainer getFilterContainer() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2253. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 611) public void setFilterContainer(ISystemFilterContainer container) ^^^^^^^^^ Javadoc: Missing tag for parameter container ---------- 2254. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 618) public void setFilterContainer(ISystemFilterContainerReference containerRef) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter containerRef ---------- 2255. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 651) protected boolean isFromRSE() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2256. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 662) public String getDefaultFilterName() ^^^^^^ Javadoc: Missing tag for return type ---------- 2257. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 672) public ISystemFilter getSystemFilter() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2258. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2259. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2260. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2261. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2262. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2263. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2264. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2265. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2266. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2267. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2268. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2269. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2270. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2271. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2272. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2273. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2274. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 77) public SystemNewFilterWizardNamePage(SystemNewFilterWizard wizard, ISystemFilterPool parentPool, ISystemNewFilterWizardConfigurator data) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 2275. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 77) public SystemNewFilterWizardNamePage(SystemNewFilterWizard wizard, ISystemFilterPool parentPool, ISystemNewFilterWizardConfigurator data) ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPool ---------- 2276. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 77) public SystemNewFilterWizardNamePage(SystemNewFilterWizard wizard, ISystemFilterPool parentPool, ISystemNewFilterWizardConfigurator data) ^^^^ Javadoc: Missing tag for parameter data ---------- 2277. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 91) public void setFilterName(String filterName) ^^^^^^^^^^ Javadoc: Missing tag for parameter filterName ---------- 2278. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 100) public void setFilterNameValidator(ISystemValidator nameValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidator ---------- 2279. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 107) public void setAllowFilterPoolSelection(ISystemFilterPool[] poolsToSelectFrom, ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolsToSelectFrom ---------- 2280. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 108) ISystemValidator[] nameValidators) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidators ---------- 2281. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 131) public void setAllowFilterPoolSelection(ISystemFilterPoolWrapperInformation poolWrappersToSelectFrom, ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolWrappersToSelectFrom ---------- 2282. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 132) ISystemValidator[] nameValidators) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidators ---------- 2283. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 142) public void setFilterPoolSelectionValidator(ISystemFilterPoolSelectionValidator validator) ^^^^^^^^^ Javadoc: Missing tag for parameter validator ---------- 2284. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 419) public SystemMessage verify() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2285. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 451) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2286. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 474) public String getFilterName() ^^^^^^ Javadoc: Missing tag for return type ---------- 2287. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 485) public ISystemFilterPool getParentSystemFilterPool() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2288. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 518) public boolean getUniqueToThisConnection() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2289. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2290. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2291. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2292. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2293. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2294. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2295. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2296. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 46) import org.eclipse.swt.graphics.Cursor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.graphics.Cursor is never used ---------- 2297. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 221) private static String getStatusTitle(SystemMessage message) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getStatusTitle(SystemMessage) from the type SystemMessageDialog is never used locally ---------- 2298. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 402) public void setException(Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 2299. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 465) public int openWithDetails() ^^^ Javadoc: Missing tag for return type ---------- 2300. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 477) public int openWithDetails(Exception exc) ^^^ Javadoc: Missing tag for return type ---------- 2301. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 477) public int openWithDetails(Exception exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 2302. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 519) public boolean openQuestionNoException(boolean showYesNo) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2303. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 519) public boolean openQuestionNoException(boolean showYesNo) ^^^^^^^^^ Javadoc: Missing tag for parameter showYesNo ---------- 2304. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 539) public int getButtonPressedId() ^^^ Javadoc: Missing tag for return type ---------- 2305. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 573) private void populateList(Text list) ^^^^ Javadoc: Missing tag for parameter list ---------- 2306. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 638) private void toggleDetailsArea2(Composite composite) ^^^^^^^^^ Javadoc: Missing tag for parameter composite ---------- 2307. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 656) public static Shell getDefaultShell() ^^^^^ Javadoc: Missing tag for return type ---------- 2308. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 692) public static void displayErrorMessage(Shell shell, SystemMessage msg) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2309. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 692) public static void displayErrorMessage(Shell shell, SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 2310. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 701) public static void displayErrorMessage(Shell shell, SystemMessage msg, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2311. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 701) public static void displayErrorMessage(Shell shell, SystemMessage msg, Throwable exc) ^^^ Javadoc: Missing tag for parameter msg ---------- 2312. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 701) public static void displayErrorMessage(Shell shell, SystemMessage msg, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 2313. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 711) public static void displayErrorMessage(Shell shell, String msgText) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2314. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 711) public static void displayErrorMessage(Shell shell, String msgText) ^^^^^^^ Javadoc: Missing tag for parameter msgText ---------- 2315. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 721) public static void displayMessage(Shell shell, String msgText) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2316. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 721) public static void displayMessage(Shell shell, String msgText) ^^^^^^^ Javadoc: Missing tag for parameter msgText ---------- 2317. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 731) public static void displayMessage(Shell shell, SystemMessageException msgEx) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2318. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 731) public static void displayMessage(Shell shell, SystemMessageException msgEx) ^^^^^ Javadoc: Missing tag for parameter msgEx ---------- 2319. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 740) public static void displayMessage(SystemMessageException msgEx) ^^^^^ Javadoc: Missing tag for parameter msgEx ---------- 2320. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 749) public static void displayHostErrorMessage(Shell shell, String hostMsg) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2321. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 749) public static void displayHostErrorMessage(Shell shell, String hostMsg) ^^^^^^^ Javadoc: Missing tag for parameter hostMsg ---------- 2322. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 761) public static void displayHostErrorMessage(Shell shell, String hostMsg, String levelTwo) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2323. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 761) public static void displayHostErrorMessage(Shell shell, String hostMsg, String levelTwo) ^^^^^^^ Javadoc: Missing tag for parameter hostMsg ---------- 2324. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 761) public static void displayHostErrorMessage(Shell shell, String hostMsg, String levelTwo) ^^^^^^^^ Javadoc: Missing tag for parameter levelTwo ---------- 2325. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 772) public static void displayHostWarningMessage(Shell shell, String hostMsg) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2326. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 772) public static void displayHostWarningMessage(Shell shell, String hostMsg) ^^^^^^^ Javadoc: Missing tag for parameter hostMsg ---------- 2327. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 784) public static void displayHostWarningMessage(Shell shell, String hostMsg, String levelTwo) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2328. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 784) public static void displayHostWarningMessage(Shell shell, String hostMsg, String levelTwo) ^^^^^^^ Javadoc: Missing tag for parameter hostMsg ---------- 2329. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 784) public static void displayHostWarningMessage(Shell shell, String hostMsg, String levelTwo) ^^^^^^^^ Javadoc: Missing tag for parameter levelTwo ---------- 2330. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 795) public static void displayExceptionMessage(Shell shell, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2331. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 795) public static void displayExceptionMessage(Shell shell, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 2332. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 810) public static SystemMessage getExceptionMessage(Shell shell, Throwable exc) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2333. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 810) public static SystemMessage getExceptionMessage(Shell shell, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2334. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 810) public static SystemMessage getExceptionMessage(Shell shell, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 2335. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 821) public static void showExceptionMessage(Shell shell, String msg, Exception exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2336. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 821) public static void showExceptionMessage(Shell shell, String msg, Exception exc) ^^^ Javadoc: Missing tag for parameter msg ---------- 2337. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 821) public static void showExceptionMessage(Shell shell, String msg, Exception exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 2338. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 839) public static boolean show(Shell shell, SystemMessage msg) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2339. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 839) public static boolean show(Shell shell, SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 2340. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 882) protected Button createNoShowAgainButton(Composite c) { ^ Javadoc: Missing tag for parameter c ---------- ---------- 2341. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2342. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2343. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2344. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2345. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2346. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2347. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2348. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2349. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenDialog.java (at line 474) private Point getMinSize() { ^^^^^ Javadoc: Missing tag for return type ---------- 2350. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenDialog.java (at line 593) protected IProgressMonitor getProgressMonitor() { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2351. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenDialog.java (at line 649) protected synchronized void stopped(HashMap state) { ^^^^^ Javadoc: Missing tag for parameter state ---------- ---------- 2352. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2353. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2354. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2355. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2356. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2357. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2358. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2359. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2360. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2361. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2362. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2363. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2364. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2365. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2366. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2367. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2368. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2369. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2370. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2371. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2372. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2373. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2374. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2375. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2376. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/SystemFetchOperation.java (at line 416) protected void displayAsyncMsg(SubSystem ss, org.eclipse.rse.services.clientserver.messages.SystemMessageException msg) ^^ Javadoc: Missing tag for parameter ss ---------- 2377. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/SystemFetchOperation.java (at line 416) protected void displayAsyncMsg(SubSystem ss, org.eclipse.rse.services.clientserver.messages.SystemMessageException msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 2378. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/SystemFetchOperation.java (at line 430) * Run the operation in a context that is determined by the {@link #canRunAsJob()} ^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 2379. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/SystemFetchOperation.java (at line 434) public final void run() throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InvocationTargetException ---------- 2380. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/SystemFetchOperation.java (at line 434) public final void run() throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- ---------- 2381. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2382. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2383. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2384. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2385. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2386. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2387. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2388. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2389. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2390. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2391. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2392. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2393. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2394. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/ServicesPropertyPage.java (at line 79) protected abstract ISubSystemConfiguration getCurrentSubSystemConfiguration(); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2395. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 45) *

  • For pages with input controls, simplifies the page validation burden: only one method need be overridden: {@link #verifyPageContents()} ^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 2396. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 51) *

    To get these benefits you must override {@link #createContentArea(Composite)} instead of createContents. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 2397. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2398. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2399. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2400. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2401. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2402. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2403. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 223) * Subclasses must override {@link #verifyPageContents()} to do full error checking on all ^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 2404. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2405. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2406. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2407. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2408. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2409. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2410. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2411. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2412. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2413. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2414. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2415. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2416. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2417. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2418. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2419. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2420. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2421. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2422. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2423. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2424. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2425. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2426. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2427. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2428. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2429. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2430. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2431. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 81) public void setFilterStringEditPane(SystemFilterStringEditPane editPane) ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 2432. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 94) public void setSystemFilterPoolReferenceManagerProvider(ISystemFilterPoolReferenceManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2433. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 107) public void setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2434. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 116) public void setParentPoolPromptLabel(String label, String tip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2435. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 116) public void setParentPoolPromptLabel(String label, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2436. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 124) public void setNamePromptLabel(String label, String tip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2437. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 124) public void setNamePromptLabel(String label, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2438. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 133) public void setListLabel(String label, String tip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2439. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 133) public void setListLabel(String label, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2440. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 141) public void setNewListItemText(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2441. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 155) public void setFilterStringValidator(ISystemValidator v) ^ Javadoc: Missing tag for parameter v ---------- 2442. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 164) public void setDuplicateFilterStringErrorMessage(SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 2443. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 172) public void setWantTestButton(boolean wantTestButton) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter wantTestButton ---------- 2444. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 180) public void setEditable(boolean editable) ^^^^^^^^ Javadoc: Missing tag for parameter editable ---------- 2445. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 188) public void setSupportsMultipleStrings(boolean multi) ^^^^^ Javadoc: Missing tag for parameter multi ---------- 2446. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 277) protected ISystemFilter getFilter() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2447. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2448. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2449. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2450. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2451. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2452. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2453. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2454. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2455. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemFilterStringPropertyPage.java (at line 83) public void setFilterStringEditPane(SystemFilterStringEditPane editPane) ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 2456. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemFilterStringPropertyPage.java (at line 96) public void setSystemFilterPoolReferenceManagerProvider(ISystemFilterPoolReferenceManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2457. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemFilterStringPropertyPage.java (at line 109) public void setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2458. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemFilterStringPropertyPage.java (at line 123) public void setFilterStringValidator(ISystemValidator v) ^ Javadoc: Missing tag for parameter v ---------- 2459. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemFilterStringPropertyPage.java (at line 132) public void setDuplicateFilterStringErrorMessage(SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 2460. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemFilterStringPropertyPage.java (at line 139) public void setEditable(boolean editable) ^^^^^^^^ Javadoc: Missing tag for parameter editable ---------- 2461. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemFilterStringPropertyPage.java (at line 205) protected ISystemFilterString getFilterString() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2462. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemIntegerFieldEditor.java (at line 49) * @see org.eclipse.jface.preference.FieldEditor#FieldEditor(String, String, Composite) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- ---------- 2463. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2464. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2465. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2466. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2467. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2468. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2469. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2470. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2471. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2472. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2473. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2474. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2475. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2476. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2477. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2478. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2479. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2480. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2481. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2482. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2483. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2484. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2485. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2486. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2487. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2488. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2489. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 59) public SystemSubSystemPropertyPageCoreForm(ISystemMessageLine msgLine, Object caller) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 2490. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 59) public SystemSubSystemPropertyPageCoreForm(ISystemMessageLine msgLine, Object caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 2491. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 123) protected boolean isPortEditable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2492. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 130) protected boolean isUserIdApplicable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2493. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 220) protected SystemMessage validateUserIdInput() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2494. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 259) protected String getUserId() ^^^^^^ Javadoc: Missing tag for return type ---------- 2495. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 358) private void updateUserId(ISubSystem subsys) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 2496. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 373) private void updatePort(ISubSystem subsys) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 2497. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 391) private String getTranslatedNotApplicable() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2498. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTeamViewCategoryPropertyPage.java (at line 93) private SystemTeamViewCategoryNode getCategoryNode() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2499. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTypeFieldEditor.java (at line 264) private static Hashtable parseString(String allvalues) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2500. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTypeFieldEditor.java (at line 264) private static Hashtable parseString(String allvalues) ^^^^^^^^^ Javadoc: Missing tag for parameter allvalues ---------- 2501. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTypeFieldEditor.java (at line 296) public static String createString(Hashtable keyValues) ^^^^^^ Javadoc: Missing tag for return type ---------- 2502. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTypeFieldEditor.java (at line 296) public static String createString(Hashtable keyValues) ^^^^^^^^^ Javadoc: Missing tag for parameter keyValues ---------- 2503. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTypeFieldEditor.java (at line 502) public void setToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- ---------- 2504. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2505. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2506. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2507. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2508. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2509. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2510. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2511. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2512. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2513. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2514. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2515. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2516. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2517. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2518. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2519. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2520. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2521. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2522. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2523. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2524. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2525. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2526. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2527. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2528. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2529. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2530. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2531. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2532. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2533. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2534. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2535. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2536. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2537. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2538. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2539. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2540. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2541. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2542. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2543. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2544. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2545. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2546. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2547. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2548. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2549. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2550. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2551. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2552. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2553. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2554. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2555. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2556. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2557. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2558. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2559. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2560. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2561. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2562. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2563. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2564. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2565. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2566. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2567. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2568. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2569. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2570. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2571. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2572. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2573. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2574. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2575. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2576. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2577. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2578. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2579. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2580. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 369) protected ISystemTree getCurrentTreeView() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2581. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 674) protected static IPropertyDescriptor[] getDefaultDescriptors() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2582. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 702) protected static PropertyDescriptor createSimplePropertyDescriptor(String propertyKey, String label, String description) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2583. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 730) * #internalGetPropertyDescriptors()}.
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 2584. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 733) * @see #internalGetPropertyDescriptors() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 2585. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 863) * #internalGetPropertyValue(Object)} for subclasses.
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 2586. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 869) * #internalGetPropertyValue(Object)}.
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 2587. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 915) private int getChildCount(TreeViewer viewer, Object element) ^^^ Javadoc: Missing tag for return type ---------- 2588. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 915) private int getChildCount(TreeViewer viewer, Object element) ^^^^^^ Javadoc: Missing tag for parameter viewer ---------- 2589. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 915) private int getChildCount(TreeViewer viewer, Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2590. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 934) private Widget findItemInTree(TreeViewer tree, Object element) ^^^^^^ Javadoc: Missing tag for return type ---------- 2591. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 934) private Widget findItemInTree(TreeViewer tree, Object element) ^^^^ Javadoc: Missing tag for parameter tree ---------- 2592. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 934) private Widget findItemInTree(TreeViewer tree, Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2593. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 950) private Widget internalFindItem(Tree tree, Item parent, Object element) ^^^^^^ Javadoc: Missing tag for return type ---------- 2594. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 950) private Widget internalFindItem(Tree tree, Item parent, Object element) ^^^^ Javadoc: Missing tag for parameter tree ---------- 2595. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 950) private Widget internalFindItem(Tree tree, Item parent, Object element) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2596. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 950) private Widget internalFindItem(Tree tree, Item parent, Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2597. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 972) private Item[] getChildren(Widget o) ^^^^^^ Javadoc: Missing tag for return type ---------- 2598. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 972) private Item[] getChildren(Widget o) ^ Javadoc: Missing tag for parameter o ---------- 2599. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1502) public Object doDrop(Object from, Object to, boolean sameSystemType, boolean sameSystem, IProgressMonitor monitor) ^^^^ Javadoc: Missing tag for parameter from ---------- 2600. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1502) public Object doDrop(Object from, Object to, boolean sameSystemType, boolean sameSystem, IProgressMonitor monitor) ^^ Javadoc: Missing tag for parameter to ---------- 2601. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1502) public Object doDrop(Object from, Object to, boolean sameSystemType, boolean sameSystem, IProgressMonitor monitor) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sameSystemType ---------- 2602. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1502) public Object doDrop(Object from, Object to, boolean sameSystemType, boolean sameSystem, IProgressMonitor monitor) ^^^^^^^^^^ Javadoc: Missing tag for parameter sameSystem ---------- 2603. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1502) public Object doDrop(Object from, Object to, boolean sameSystemType, boolean sameSystem, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 2604. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1831) private String[] tokenize(String input) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2605. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1831) private String[] tokenize(String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 2606. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1862) public String getRemoteSubSubType(Object element) ^^^^^^ Javadoc: Missing tag for return type ---------- 2607. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1862) public String getRemoteSubSubType(Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2608. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1876) public String getRemoteSourceType(Object element) ^^^^^^ Javadoc: Missing tag for return type ---------- 2609. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1876) public String getRemoteSourceType(Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2610. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1926) protected ISystemViewElementAdapter getSystemViewElementAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2611. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1926) protected ISystemViewElementAdapter getSystemViewElementAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 2612. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1959) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2613. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1959) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 2614. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 2021) protected ISystemTree getSystemTree() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2615. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 2037) public String getTranslatedYes() ^^^^^^ Javadoc: Missing tag for return type ---------- 2616. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 2051) protected String getTranslatedNo() ^^^^^^ Javadoc: Missing tag for return type ---------- 2617. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 2065) protected String getTranslatedTrue() ^^^^^^ Javadoc: Missing tag for return type ---------- 2618. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 2079) protected String getTranslatedFalse() ^^^^^^ Javadoc: Missing tag for return type ---------- 2619. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 2093) protected String getTranslatedNotApplicable() ^^^^^^ Javadoc: Missing tag for return type ---------- 2620. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 2107) protected String getTranslatedNotAvailable() ^^^^^^ Javadoc: Missing tag for return type ---------- 2621. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 2179) protected Object[] checkForNull(Object[] children, boolean returnNullMsg) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2622. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 2179) protected Object[] checkForNull(Object[] children, boolean returnNullMsg) ^^^^^^^^ Javadoc: Missing tag for parameter children ---------- 2623. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 2179) protected Object[] checkForNull(Object[] children, boolean returnNullMsg) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter returnNullMsg ---------- 2624. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 2206) protected final Object[] getCancelledMessageObject() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2625. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 2223) protected final Object[] getFailedMessageObject() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2626. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 2242) protected final Object[] getEmptyMessageObject() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2627. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 2258) protected Object getFirstSelection(IStructuredSelection selection) ^^^^^^ Javadoc: Missing tag for return type ---------- 2628. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 2258) protected Object getFirstSelection(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- ---------- 2629. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2630. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2631. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2632. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2633. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2634. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2635. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2636. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2637. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2638. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2639. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2640. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2641. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2642. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2643. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2644. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2645. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2646. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2647. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2648. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2649. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2650. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2651. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2652. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemRemoteElementAdapter.java (at line 51) public String getAbsoluteParentName(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2653. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemRemoteElementAdapter.java (at line 126) public Object getRemoteParent(Object element, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 2654. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemRemoteElementAdapter.java (at line 145) public String[] getRemoteParentNamesInUse(Object element, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 2655. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2656. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2657. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2658. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemSelectRemoteObjectAPIProvider.java (at line 38) public String getPreSelectFilterChild(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2659. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemSelectRemoteObjectAPIProvider.java (at line 44) public Object getPreSelectFilterChildObject(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2660. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemSelectRemoteObjectAPIProvider.java (at line 52) public void setFilterString(String string); ^^^^^^ Javadoc: Missing tag for parameter string ---------- 2661. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemSelectRemoteObjectAPIProvider.java (at line 59) public void setPreSelectFilterChildObject(Object obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 2662. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemSelectRemoteObjectAPIProvider.java (at line 64) public void setPreSelectFilterChild(String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 2663. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemSelectRemoteObjectAPIProvider.java (at line 69) * @see org.eclipse.rse.core.filters.SystemFilterSimple ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.core.filters.SystemFilterSimple cannot be resolved to a type ---------- 2664. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemSelectRemoteObjectAPIProvider.java (at line 71) public void setQuickFilters(ISystemFilter[] filters); ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 2665. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemSelectRemoteObjectAPIProvider.java (at line 77) public void setShowNewConnectionPrompt(boolean show); ^^^^ Javadoc: Missing tag for parameter show ---------- ---------- 2666. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2667. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2668. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2669. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 77) public void setShell(Shell shell); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2670. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 83) public void setViewer(Viewer viewer); ^^^^^^ Javadoc: Missing tag for parameter viewer ---------- 2671. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 90) public void setInput(ISystemViewInputProvider input); ^^^^^ Javadoc: Missing tag for parameter input ---------- 2672. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 96) public Shell getShell(); ^^^^^ Javadoc: Missing tag for return type ---------- 2673. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 101) public Viewer getViewer(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2674. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 106) public ISystemViewInputProvider getInput(); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2675. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 124) public Object getPropertyValue(Object key, boolean formatted); ^^^^^^ Javadoc: Missing tag for return type ---------- 2676. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 124) public Object getPropertyValue(Object key, boolean formatted); ^^^ Javadoc: Missing tag for parameter key ---------- 2677. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 124) public Object getPropertyValue(Object key, boolean formatted); ^^^^^^^^^ Javadoc: Missing tag for parameter formatted ---------- 2678. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 132) public IPropertyDescriptor[] getUniquePropertyDescriptors(); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2679. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 165) public ImageDescriptor getImageDescriptor(Object element); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2680. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 169) public String getText(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2681. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 169) public String getText(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2682. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 173) public String getAlternateText(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2683. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 173) public String getAlternateText(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2684. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 177) public String getName(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2685. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 177) public String getName(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2686. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 181) public String getType(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2687. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 181) public String getType(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2688. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 186) public String getStatusLineText(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2689. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 186) public String getStatusLineText(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2690. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 206) public Object getParent(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2691. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 206) public Object getParent(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2692. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 243) public Object[] getChildrenUsingExpandToFilter(Object element, String expandToFilter); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2693. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 243) public Object[] getChildrenUsingExpandToFilter(Object element, String expandToFilter); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2694. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 243) public Object[] getChildrenUsingExpandToFilter(Object element, String expandToFilter); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter expandToFilter ---------- 2695. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 273) public boolean isPromptable(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2696. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 273) public boolean isPromptable(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2697. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 292) public void setPropertySourceInput(Object propertySourceInput); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter propertySourceInput ---------- 2698. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 298) public boolean handleDoubleClick(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2699. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 298) public boolean handleDoubleClick(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2700. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 307) public boolean showDelete(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2701. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 307) public boolean showDelete(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2702. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 312) public boolean canDelete(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2703. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 312) public boolean canDelete(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2704. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 376) public boolean showRename(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2705. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 376) public boolean showRename(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2706. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 381) public boolean canRename(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2707. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 381) public boolean canRename(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2708. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 386) public boolean doRename(Shell shell, Object element, String name, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2709. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 386) public boolean doRename(Shell shell, Object element, String name, IProgressMonitor monitor) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2710. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 386) public boolean doRename(Shell shell, Object element, String name, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2711. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 386) public boolean doRename(Shell shell, Object element, String name, IProgressMonitor monitor) ^^^^ Javadoc: Missing tag for parameter name ---------- 2712. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 386) public boolean doRename(Shell shell, Object element, String name, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 2713. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 387) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 2714. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 397) public ISystemValidator getNameValidator(Object element); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2715. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 397) public ISystemValidator getNameValidator(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2716. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 410) public String getCanonicalNewName(Object element, String newName); ^^^^^^ Javadoc: Missing tag for return type ---------- 2717. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 410) public String getCanonicalNewName(Object element, String newName); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2718. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 410) public String getCanonicalNewName(Object element, String newName); ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 2719. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 415) public boolean namesAreEqual(Object element, String newName); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2720. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 415) public boolean namesAreEqual(Object element, String newName); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2721. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 415) public boolean namesAreEqual(Object element, String newName); ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 2722. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 422) public boolean showRefresh(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2723. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 422) public boolean showRefresh(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2724. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 430) public boolean showProperties(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2725. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 430) public boolean showProperties(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2726. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 438) public boolean showOpenViewActions(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2727. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 438) public boolean showOpenViewActions(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2728. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 443) public boolean showGenericShowInTableAction(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2729. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 443) public boolean showGenericShowInTableAction(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2730. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 452) public String getMementoHandle(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2731. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 452) public String getMementoHandle(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2732. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 457) public String getInputMementoHandle(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2733. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 457) public String getInputMementoHandle(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2734. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 463) public String getMementoHandleKey(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2735. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 463) public String getMementoHandleKey(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2736. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 468) public boolean saveExpansionState(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2737. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 468) public boolean saveExpansionState(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 2738. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/IViewLinker.java (at line 35) * @param editor the active editor ^^^^^^ Javadoc: Parameter editor is not declared ---------- 2739. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/IViewLinker.java (at line 38) public void linkViewToEditor(Object remoteObject, IWorkbenchPage page); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObject ---------- ---------- 2740. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 53) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 2741. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 396) * @see #getSubSystemNewFilterPoolActions(SystemMenuManager, IStructuredSelection, Shell, String, ISubSystemConfiguration, ISubSystem) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 2742. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 622) public ISystemFilterPool getDefaultSystemFilterPool(ISubSystemConfiguration config, ISystemProfile profile) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2743. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 622) public ISystemFilterPool getDefaultSystemFilterPool(ISubSystemConfiguration config, ISystemProfile profile) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2744. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 622) public ISystemFilterPool getDefaultSystemFilterPool(ISubSystemConfiguration config, ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 2745. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 635) protected ISystemFilterPoolWrapperInformation getNewFilterWizardPoolWrapperInformation() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2746. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 637) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 2747. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 637) 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/ws_30x/working/build/plugins/org.eclipse.rse.core/@dot ---------- 2748. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 648) protected IAction[] getSubSystemNewFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem) ^^^^ Javadoc: Missing tag for parameter menu ---------- 2749. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 648) protected IAction[] getSubSystemNewFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 2750. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 648) protected IAction[] getSubSystemNewFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem) ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 2751. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 648) protected IAction[] getSubSystemNewFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2752. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 804) protected IAction[] getNewFilterPoolFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2753. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 804) protected IAction[] getNewFilterPoolFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool) ^^^^ Javadoc: Missing tag for parameter menu ---------- 2754. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 804) protected IAction[] getNewFilterPoolFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 2755. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 804) protected IAction[] getNewFilterPoolFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool) ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 2756. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 804) protected IAction[] getNewFilterPoolFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2757. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 821) protected IAction getNewFilterPoolFilterAction(ISubSystemConfiguration config, ISystemFilterPool selectedPool, Shell shell) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2758. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 821) protected IAction getNewFilterPoolFilterAction(ISubSystemConfiguration config, ISystemFilterPool selectedPool, Shell shell) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2759. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 834) protected IAction getNewNestedFilterAction(ISubSystemConfiguration config, ISystemFilter selectedFilter, Shell shell) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2760. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 834) protected IAction getNewNestedFilterAction(ISubSystemConfiguration config, ISystemFilter selectedFilter, Shell shell) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2761. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 846) protected IAction getChangeFilterAction(ISubSystemConfiguration config, ISystemFilter selectedFilter, Shell shell) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2762. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 846) protected IAction getChangeFilterAction(ISubSystemConfiguration config, ISystemFilter selectedFilter, Shell shell) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2763. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 866) * By default, this method will call {@link #getChangeFilterAction(ISubSystemConfiguration, ISystemFilter, Shell)} to get ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 2764. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 926) * By default, this method will call {@link #getChangeFilterAction(ISubSystemConfiguration, ISystemFilter, Shell)} to get ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 2765. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 1002) protected IAction getRemoveFilterPoolReferenceAction(ISubSystemConfiguration config, ISystemFilterPool selectedPool, Shell shell) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2766. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 1002) protected IAction getRemoveFilterPoolReferenceAction(ISubSystemConfiguration config, ISystemFilterPool selectedPool, Shell shell) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2767. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 1144) protected Vector getAdditionalFilterActions(ISubSystemConfiguration config, ISystemFilter selectedFilter, Shell shell) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2768. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 1144) protected Vector getAdditionalFilterActions(ISubSystemConfiguration config, ISystemFilter selectedFilter, Shell shell) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilter ---------- 2769. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 1144) protected Vector getAdditionalFilterActions(ISubSystemConfiguration config, ISystemFilter selectedFilter, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 2770. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAbstractAPIProvider.java (at line 169) protected Object[] checkForNull(Object[] children, boolean returnNullMsg) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2771. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAbstractAPIProvider.java (at line 169) protected Object[] checkForNull(Object[] children, boolean returnNullMsg) ^^^^^^^^ Javadoc: Missing tag for parameter children ---------- 2772. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAbstractAPIProvider.java (at line 169) protected Object[] checkForNull(Object[] children, boolean returnNullMsg) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter returnNullMsg ---------- 2773. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAbstractAPIProvider.java (at line 190) protected Object[] getCancelledMessageObject() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2774. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAbstractAPIProvider.java (at line 201) protected Object[] getFailedMessageObject() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2775. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAbstractAPIProvider.java (at line 226) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2776. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAbstractAPIProvider.java (at line 226) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 2777. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAbstractAPIProvider.java (at line 235) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2778. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAbstractAPIProvider.java (at line 235) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 2779. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2780. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2781. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2782. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2783. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2784. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2785. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2786. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2787. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2788. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2789. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2790. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2791. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2792. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2793. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 320) public SystemTableView(Table table, ISystemMessageLine msgLine) ^^^^^ Javadoc: Missing tag for parameter table ---------- 2794. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 320) public SystemTableView(Table table, ISystemMessageLine msgLine) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 2795. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 422) public Menu getContextMenu() ^^^^ Javadoc: Missing tag for return type ---------- 2796. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 429) public MenuManager getContextMenuManager() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2797. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 479) protected ISystemViewElementAdapter getViewAdapter(Object obj) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2798. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 479) protected ISystemViewElementAdapter getViewAdapter(Object obj) ^^^ Javadoc: Missing tag for parameter obj ---------- 2799. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 490) public ISystemViewElementAdapter getAdapterForContents() ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2800. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 505) public IPropertyDescriptor[] getVisibleDescriptors(Object object) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2801. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 505) public IPropertyDescriptor[] getVisibleDescriptors(Object object) ^^^^^^ Javadoc: Missing tag for parameter object ---------- 2802. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 526) * @return ^^^^^^ Javadoc: Description expected after @return ---------- 2803. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 554) private ArrayList getFormatsIn() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2804. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 659) public void computeLayout(boolean force) ^^^^^ Javadoc: Missing tag for parameter force ---------- 2805. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1279) private String getRemoteResourceAbsoluteName(Object remoteResource) ^^^^^^ Javadoc: Missing tag for return type ---------- 2806. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1279) private String getRemoteResourceAbsoluteName(Object remoteResource) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteResource ---------- 2807. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1421) protected IAction getSelectAllAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2808. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1432) protected IAction getRenameAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2809. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1442) protected IAction getDeleteAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2810. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1452) protected IAction getRefreshAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2811. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1466) public IAction getNewConnectionAction() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 2812. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1475) private IAction getImportConnectionAction() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 2813. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1499) private SystemOpenExplorerPerspectiveAction getOpenToPerspectiveAction() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2814. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1613) protected boolean showProperties() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 2815. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1752) protected SystemMessage getRenamingMessage(String oldName) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2816. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1752) protected SystemMessage getRenamingMessage(String oldName) ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 2817. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1791) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2818. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1791) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 2819. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 2108) public void displayMessage(String msg) ^^^ Javadoc: Missing tag for parameter msg ---------- ---------- 2820. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2821. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2822. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2823. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2824. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2825. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2826. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2827. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2828. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2829. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2830. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2831. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2832. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2833. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2834. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2835. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2836. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2837. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2838. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2839. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2840. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2841. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2842. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2843. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2844. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2845. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2846. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2847. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2848. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2849. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2850. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2851. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2852. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2853. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2854. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2855. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2856. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritButton.java (at line 152) public void addSelectionListener(SelectionListener listener) { ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2857. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritButton.java (at line 177) public void removeSelectionListener(SelectionListener listener) { ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- ---------- 2858. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2859. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2860. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2861. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2862. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2863. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2864. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2865. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2866. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2867. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2868. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2869. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2870. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2871. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2872. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2873. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2874. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2875. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2876. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2877. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2878. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2879. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2880. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2881. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2882. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/RemoteBaseServerLauncherForm.java (at line 48) public RemoteBaseServerLauncherForm(Shell shell, ISystemMessageLine msgLine) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 2883. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/RemoteServerLauncherForm.java (at line 75) public RemoteServerLauncherForm(Shell shell, ISystemMessageLine msgLine) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 2884. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2885. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2886. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2887. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2888. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2889. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2890. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2891. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2892. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2893. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2894. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2895. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2896. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2897. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2898. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2899. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 2900. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 2901. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemEditPaneStateMachine.java (at line 118) public void setApplyLabelForNewMode(String label, String tooltip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2902. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemEditPaneStateMachine.java (at line 118) public void setApplyLabelForNewMode(String label, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 2903. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemEditPaneStateMachine.java (at line 179) public boolean isSaveRequired() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2904. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemEditPaneStateMachine.java (at line 218) public boolean areChangesPending() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2905. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemEditPaneStateMachine.java (at line 312) private void setButtonText(int oldMode, int newMode) ^^^^^^^ Javadoc: Missing tag for parameter oldMode ---------- 2906. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemEditPaneStateMachine.java (at line 312) private void setButtonText(int oldMode, int newMode) ^^^^^^^ Javadoc: Missing tag for parameter newMode ---------- ---------- 2907. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 156) public Button getHistoryButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 2908. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 164) public void setText(String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 2909. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 224) public void setHistoryButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2910. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 239) public void setTextLimit(int limit) ^^^^^ Javadoc: Missing tag for parameter limit ---------- 2911. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 254) public void setItems(String[] items) ^^^^^ Javadoc: Missing tag for parameter items ---------- 2912. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 273) public void setDefaultHistory(String[] items) ^^^^^ Javadoc: Missing tag for parameter items ---------- 2913. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 288) public void setHistoryKey(String key) ^^^ Javadoc: Missing tag for parameter key ---------- 2914. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 301) public String[] getItems() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2915. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 331) public int select(String itemText) ^^^ Javadoc: Missing tag for return type ---------- 2916. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 331) public int select(String itemText) ^^^^^^^^ Javadoc: Missing tag for parameter itemText ---------- 2917. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 404) public void addModifyListener(ModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2918. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 412) public void removeModifyListener(ModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2919. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 420) public String[] getHistory() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2920. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 442) public void updateHistory(boolean refresh) ^^^^^^^ Javadoc: Missing tag for parameter refresh ---------- 2921. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 517) public void setHistory(String[] newHistory) ^^^^^^^^^^ Javadoc: Missing tag for parameter newHistory ---------- 2922. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 529) protected Composite prepareComposite(int numColumns) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2923. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 560) public static Combo createCombo(Composite parent, boolean readonly) ^^^^^ Javadoc: Missing tag for return type ---------- 2924. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 560) public static Combo createCombo(Composite parent, boolean readonly) ^^^^^^^^ Javadoc: Missing tag for parameter readonly ---------- ---------- 2925. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 309) protected SystemNewConnectionAction getNewConnectionAction(Shell shell, ISelectionProvider selectionProvider) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2926. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 309) protected SystemNewConnectionAction getNewConnectionAction(Shell shell, ISelectionProvider selectionProvider) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2927. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 309) protected SystemNewConnectionAction getNewConnectionAction(Shell shell, ISelectionProvider selectionProvider) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectionProvider ---------- 2928. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 318) public IHost getHost() ^^^^^ Javadoc: Missing tag for return type ---------- 2929. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 351) public void setButtonWidthHint(int widthHint) ^^^^^^^^^ Javadoc: Missing tag for parameter widthHint ---------- 2930. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 361) public void setButtonWidthHint(Control otherWidget) ^^^^^^^^^^^ Javadoc: Missing tag for parameter otherWidget ---------- 2931. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 378) public int getGridColumns() ^^^ Javadoc: Missing tag for return type ---------- 2932. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 385) public Button getNewButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 2933. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 392) public Label getPromptLabel() ^^^^^ Javadoc: Missing tag for return type ---------- 2934. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 399) public void setItems(String[] items) ^^^^^ Javadoc: Missing tag for parameter items ---------- 2935. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 406) public String[] getItems() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2936. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 439) public void setNewButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2937. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 455) public void setLabel(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2938. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 503) public void select(IHost connection) ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 2939. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 567) public void addNewButtonSelectionListener(SelectionListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2940. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 576) public void removeNewButtonSelectionListener(SelectionListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2941. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 586) public void addModifyListener(ModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2942. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 594) public void removeModifyListener(ModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2943. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 606) protected Composite prepareComposite(int numColumns) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2944. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 640) protected Combo createConnectionCombo(Composite parent) ^^^^^ Javadoc: Missing tag for return type ---------- 2945. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 655) public static Combo createCombo(Composite parent, boolean readonly) ^^^^^ Javadoc: Missing tag for return type ---------- 2946. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 655) public static Combo createCombo(Composite parent, boolean readonly) ^^^^^^^^ Javadoc: Missing tag for parameter readonly ---------- 2947. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 859) private boolean addConnections(Combo combo, IHost[] connections, IHost defaultConnection) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2948. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 859) private boolean addConnections(Combo combo, IHost[] connections, IHost defaultConnection) ^^^^^ Javadoc: Missing tag for parameter combo ---------- 2949. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 859) private boolean addConnections(Combo combo, IHost[] connections, IHost defaultConnection) ^^^^^^^^^^^ Javadoc: Missing tag for parameter connections ---------- 2950. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 859) private boolean addConnections(Combo combo, IHost[] connections, IHost defaultConnection) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter defaultConnection ---------- 2951. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 931) private String getConnectionName(IHost conn) ^^^^^^ Javadoc: Missing tag for return type ---------- 2952. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 931) private String getConnectionName(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 2953. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 1005) public void listenToConnectionEvents(boolean start) ^^^^^ Javadoc: Missing tag for parameter start ---------- 2954. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 1171) protected void setBusyCursor(boolean setBusy) ^^^^^^^ Javadoc: Missing tag for parameter setBusy ---------- ---------- 2955. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 97) public SystemPortPrompt(Composite parent, int style, ISystemMessageLine msgLine, ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2956. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 97) public SystemPortPrompt(Composite parent, int style, ISystemMessageLine msgLine, ^^^^^ Javadoc: Missing tag for parameter style ---------- 2957. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 97) public SystemPortPrompt(Composite parent, int style, ISystemMessageLine msgLine, ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 2958. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 98) boolean wantLabel, boolean isPortEditable, ^^^^^^^^^ Javadoc: Missing tag for parameter wantLabel ---------- 2959. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 98) boolean wantLabel, boolean isPortEditable, ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter isPortEditable ---------- 2960. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 99) int existingPortValue, ISystemValidator portValidator) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingPortValue ---------- 2961. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 99) int existingPortValue, ISystemValidator portValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter portValidator ---------- 2962. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 122) public SystemPortPrompt(Composite composite_prompts, ISystemMessageLine msgLine, ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter composite_prompts ---------- 2963. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 122) public SystemPortPrompt(Composite composite_prompts, ISystemMessageLine msgLine, ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 2964. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 123) boolean wantLabel, boolean isPortEditable, ^^^^^^^^^ Javadoc: Missing tag for parameter wantLabel ---------- 2965. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 123) boolean wantLabel, boolean isPortEditable, ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter isPortEditable ---------- 2966. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 124) int existingPortValue, ISystemValidator portValidator) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingPortValue ---------- 2967. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 124) int existingPortValue, ISystemValidator portValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter portValidator ---------- 2968. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 134) public int getPort() ^^^ Javadoc: Missing tag for return type ---------- 2969. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 152) public String getPortString() ^^^^^^ Javadoc: Missing tag for return type ---------- 2970. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 160) public boolean isEditable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2971. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 168) public boolean isComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2972. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 179) public void setPort(int port) ^^^^ Javadoc: Missing tag for parameter port ---------- 2973. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 202) public boolean setFocus() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2974. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 224) public Control getPortField() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2975. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 235) public SystemMessage validatePortInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2976. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 269) protected void init(Composite composite_prompts, ISystemMessageLine msgLine, ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter composite_prompts ---------- 2977. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 269) protected void init(Composite composite_prompts, ISystemMessageLine msgLine, ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 2978. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 270) boolean wantLabel, boolean isPortEditable, ^^^^^^^^^ Javadoc: Missing tag for parameter wantLabel ---------- 2979. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 270) boolean wantLabel, boolean isPortEditable, ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter isPortEditable ---------- 2980. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 271) int existingPortValue, ISystemValidator portValidator) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingPortValue ---------- 2981. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 271) int existingPortValue, ISystemValidator portValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter portValidator ---------- 2982. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 302) protected String internalGetPort() ^^^^^^ Javadoc: Missing tag for return type ---------- 2983. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 313) protected void createPortPrompt(Composite composite_prompts, boolean wantLabel) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter composite_prompts ---------- 2984. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 313) protected void createPortPrompt(Composite composite_prompts, boolean wantLabel) ^^^^^^^^^ Javadoc: Missing tag for parameter wantLabel ---------- 2985. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 343) protected boolean isPortApplicable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2986. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 353) protected boolean isPortEditable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2987. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 361) private String getTranslatedNotApplicable() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2988. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/services/FactoryServiceElement.java (at line 44) public FactoryServiceElement(IHost host, ISubSystemConfiguration factory) ^^^^ Javadoc: Missing tag for parameter host ---------- 2989. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/services/FactoryServiceElement.java (at line 44) public FactoryServiceElement(IHost host, ISubSystemConfiguration factory) ^^^^^^^ Javadoc: Missing tag for parameter factory ---------- 2990. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/services/FactoryServiceElement.java (at line 66) public ISubSystemConfiguration getFactory() ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2991. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 45) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageName, String pageTitle, String pageDescription) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 2992. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 45) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageName, String pageTitle, String pageDescription) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFactory ---------- 2993. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 45) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageName, String pageTitle, String pageDescription) ^^^^^^^^ Javadoc: Missing tag for parameter pageName ---------- 2994. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 45) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageName, String pageTitle, String pageDescription) ^^^^^^^^^ Javadoc: Missing tag for parameter pageTitle ---------- 2995. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 45) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageName, String pageTitle, String pageDescription) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter pageDescription ---------- 2996. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 57) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageDescription) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 2997. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 57) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageDescription) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFactory ---------- 2998. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 57) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageDescription) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter pageDescription ---------- 2999. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 70) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 3000. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 70) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFactory ---------- 3001. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 108) public RSEAbstractNewConnectionWizard getNewConnectionWizard() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3002. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 119) public RSEDefaultNewConnectionWizardMainPage getMainPage() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3003. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 134) public SystemConnectionForm getMainPageForm() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 3004. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3005. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3006. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3007. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3008. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3009. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3010. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3011. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 3012. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 54) *

  • Supports helper methods to aid in population of the client area: {@link #addSeparatorLine(Composite, int)}, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 3013. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 55) * {@link #addFillerLine(Composite,int)} and {@link #addGrowableFillerLine(Composite,int)}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 3014. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 55) * {@link #addFillerLine(Composite,int)} and {@link #addGrowableFillerLine(Composite,int)}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 3015. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 65) *
  • Override {@link #getInitialFocusControl()} to return the control to gain initial focus on this page, or null if there are no input controls. ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 3016. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 192) public ISystemMessageLine getMessageLine() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3017. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 211) public abstract Control createContents(Composite parent); ^^^^^^^ Javadoc: Missing tag for return type ---------- 3018. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 211) public abstract Control createContents(Composite parent); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 3019. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 219) protected abstract Control getInitialFocusControl(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 3020. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 419) protected void addSeparatorLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 3021. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 419) protected void addSeparatorLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 3022. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 431) protected void addFillerLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 3023. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 431) protected void addFillerLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 3024. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 443) protected void addGrowableFillerLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 3025. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 443) protected void addGrowableFillerLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 3026. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 464) protected void setFocus(Control control) ^^^^^^^ Javadoc: Missing tag for parameter control ---------- ---------- 3027. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3028. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3029. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3030. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3031. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3032. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3033. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3034. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3035. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3036. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 3037. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3038. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3039. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3040. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3041. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 3042. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/SubSystemServiceWizardPage.java (at line 278) protected IConnectorService getCustomConnectorService(ISubSystemConfiguration config) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3043. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/SubSystemServiceWizardPage.java (at line 278) protected IConnectorService getCustomConnectorService(ISubSystemConfiguration config) ^^^^^^ Javadoc: Missing tag for parameter config ---------- ---------- 3044. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 3045. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3046. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3047. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3048. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 3049. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 162) protected RSEDefaultNewConnectionWizardMainPage createMainPage(IRSESystemType systemType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3050. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 162) protected RSEDefaultNewConnectionWizardMainPage createMainPage(IRSESystemType systemType) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 3051. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 250) public void setSelectedContext(IHost selectedContext) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedContext ---------- 3052. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 260) public void setUserId(String userId) { ^^^^^^ Javadoc: Missing tag for parameter userId ---------- 3053. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 268) public void setConnectionName(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 3054. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 276) public void setHostName(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 3055. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 285) private void setPageError(IWizardPage page) { ^^^^ Javadoc: Missing tag for parameter page ---------- 3056. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 443) private ISystemNewConnectionWizardPage[] getAdditionalWizardPages(IRSESystemType systemType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3057. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 486) protected boolean hasAdditionalPages() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 3058. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 497) protected ISystemNewConnectionWizardPage getFirstAdditionalPage() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 3059. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3060. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 3061. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 3062. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSENewConnectionWizardRegistry.java (at line 61) public static RSENewConnectionWizardRegistry getInstance() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 3063. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSENewConnectionWizardSelectionPage.java (at line 145) public RSENewConnectionWizardSelectionPage(RSENewConnectionWizardRegistry wizardRegistry) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter wizardRegistry ---------- ---------- 3064. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSENewConnectionWizardSelectionTreeDataManager.java (at line 43) public RSENewConnectionWizardSelectionTreeDataManager(RSENewConnectionWizardRegistry wizardRegistry) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter wizardRegistry ---------- ---------- 3065. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 3066. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/registries/RSEAbstractWizardSelectionTreeDataManager.java (at line 29) public RSEAbstractWizardSelectionTreeDataManager(RSEAbstractWizardRegistry wizardRegistry) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter wizardRegistry ---------- 3066 problems (3066 warnings)# 7/17/12 12:02:00 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/Activator.java (at line 15) import java.net.URL; ^^^^^^^^^^^^ The import java.net.URL is never used ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/Activator.java (at line 17) import org.eclipse.jface.resource.ImageDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.resource.ImageDescriptor is never used ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/Activator.java (at line 53) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionRegistry.java (at line 56) private Map getUserActionContextMap(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionRegistry.java (at line 69) private Map getUserActionModelMap(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 84) protected static IFolder getUserActionsFolder(String profileName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 84) protected static IFolder getUserActionsFolder(String profileName) ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 91) public static IFolder getUserActionsFolder(ISystemProfile profile, ISubSystemConfiguration ssFactory) ^^^^^^^ Javadoc: Missing tag for return type ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 91) public static IFolder getUserActionsFolder(ISystemProfile profile, ISubSystemConfiguration ssFactory) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 91) public static IFolder getUserActionsFolder(ISystemProfile profile, ISubSystemConfiguration ssFactory) ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 98) public static IFolder getUserActionsFolder(String profileName, ISubSystemConfiguration ssFactory) ^^^^^^^ Javadoc: Missing tag for return type ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 98) public static IFolder getUserActionsFolder(String profileName, ISubSystemConfiguration ssFactory) ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 98) public static IFolder getUserActionsFolder(String profileName, ISubSystemConfiguration ssFactory) ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 107) public static boolean testUserActionsFolder(String profileName, ISubSystemConfiguration ssFactory) ^^^^^^^ Javadoc: Missing tag for return type ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 107) public static boolean testUserActionsFolder(String profileName, ISubSystemConfiguration ssFactory) ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 107) public static boolean testUserActionsFolder(String profileName, ISubSystemConfiguration ssFactory) ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 119) public static IFolder getUserActionsFolder( String profileName, String factoryId) ^^^^^^^ Javadoc: Missing tag for return type ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 119) public static IFolder getUserActionsFolder( String profileName, String factoryId) ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 119) public static IFolder getUserActionsFolder( String profileName, String factoryId) ^^^^^^^^^ Javadoc: Missing tag for parameter factoryId ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 146) protected static IFolder getCompileCommandsFolder(String profileName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 146) protected static IFolder getCompileCommandsFolder(String profileName) ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 153) public static IFolder getCompileCommandsFolder(ISystemProfile profile, ISubSystemConfiguration ssFactory) ^^^^^^^ Javadoc: Missing tag for return type ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 153) public static IFolder getCompileCommandsFolder(ISystemProfile profile, ISubSystemConfiguration ssFactory) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 153) public static IFolder getCompileCommandsFolder(ISystemProfile profile, ISubSystemConfiguration ssFactory) ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 160) public static IFolder getCompileCommandsFolder(String profileName, ISubSystemConfiguration ssFactory) ^^^^^^^ Javadoc: Missing tag for return type ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 160) public static IFolder getCompileCommandsFolder(String profileName, ISubSystemConfiguration ssFactory) ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 160) public static IFolder getCompileCommandsFolder(String profileName, ISubSystemConfiguration ssFactory) ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 172) public static IFolder getCompileCommandsFolder( String profileName, String factoryId) ^^^^^^^ Javadoc: Missing tag for return type ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 172) public static IFolder getCompileCommandsFolder( String profileName, String factoryId) ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 172) public static IFolder getCompileCommandsFolder( String profileName, String factoryId) ^^^^^^^^^ Javadoc: Missing tag for parameter factoryId ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 191) public static IFolder getTypeFiltersFolder() ^^^^^^^ Javadoc: Missing tag for return type ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 198) public static IFolder getTypeFiltersFolder(ISubSystemConfiguration ssFactory) ^^^^^^^ Javadoc: Missing tag for return type ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 198) public static IFolder getTypeFiltersFolder(ISubSystemConfiguration ssFactory) ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 207) public static IFolder getTypeFiltersFolder(String ssFactoryId) ^^^^^^^ Javadoc: Missing tag for return type ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsPersistenceUtil.java (at line 207) public static IFolder getTypeFiltersFolder(String ssFactoryId) ^^^^^^^^^^^ Javadoc: Missing tag for parameter ssFactoryId ---------- ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/api/ui/compile/SystemCascadingCompileAction.java (at line 44) public SystemCascadingCompileAction(Shell shell, boolean isPrompt) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/api/ui/compile/SystemCascadingCompileAction.java (at line 44) public SystemCascadingCompileAction(Shell shell, boolean isPrompt) { ^^^^^^^^ Javadoc: Missing tag for parameter isPrompt ---------- ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/api/ui/compile/SystemCompileAction.java (at line 59) public SystemCompileAction(Shell shell, SystemCompileCommand compileCommand, boolean isPrompt) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/api/ui/compile/SystemCompileAction.java (at line 59) public SystemCompileAction(Shell shell, SystemCompileCommand compileCommand, boolean isPrompt) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter compileCommand ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/api/ui/compile/SystemCompileAction.java (at line 59) public SystemCompileAction(Shell shell, SystemCompileCommand compileCommand, boolean isPrompt) { ^^^^^^^^ Javadoc: Missing tag for parameter isPrompt ---------- ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstList.java (at line 51) public static UniversalCompileSubstList getInstance() { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 42. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 34) public UniversalCompileSubstitutor(IHost connection) { ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 43. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 83) protected IRemoteCmdSubSystem getCmdsSubSystem() { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 44. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 90) protected IRemoteFileSubSystem getFilesSubSystem() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 45. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 97) protected IRemoteFileSubSystemConfiguration getFilesSubSystemFactory() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 46. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 104) protected String getFileSeparator() { ^^^^^^ Javadoc: Missing tag for return type ---------- 47. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 111) protected String getPathSeparator() { ^^^^^^ Javadoc: Missing tag for return type ---------- 48. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 118) protected String getHomeDirectory() { ^^^^^^ Javadoc: Missing tag for return type ---------- 49. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 125) protected String getTempDirectory() { ^^^^^^ Javadoc: Missing tag for return type ---------- 50. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 132) protected String getUserId() { ^^^^^^ Javadoc: Missing tag for return type ---------- 51. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 139) protected String getResourceName(Object context) { ^^^^^^ Javadoc: Missing tag for return type ---------- 52. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 139) protected String getResourceName(Object context) { ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 53. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 146) protected String getResourceNameRoot(Object context) { ^^^^^^ Javadoc: Missing tag for return type ---------- 54. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 146) protected String getResourceNameRoot(Object context) { ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 55. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 161) protected String getResourcePath(Object context) { ^^^^^^ Javadoc: Missing tag for return type ---------- 56. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 161) protected String getResourcePath(Object context) { ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 57. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 168) protected String getPathRoot(Object context) { ^^^^^^ Javadoc: Missing tag for return type ---------- 58. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 168) protected String getPathRoot(Object context) { ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 59. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 185) protected String getPathDrive(Object context) { ^^^^^^ Javadoc: Missing tag for return type ---------- 60. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 185) protected String getPathDrive(Object context) { ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 61. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 198) protected String getContainerName(Object context) { ^^^^^^ Javadoc: Missing tag for return type ---------- 62. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 198) protected String getContainerName(Object context) { ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 63. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 210) protected String getContainerPath(Object context) { ^^^^^^ Javadoc: Missing tag for return type ---------- 64. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalCompileSubstitutor.java (at line 210) protected String getContainerPath(Object context) { ^^^^^^^ Javadoc: Missing tag for parameter context ---------- ---------- 65. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalIBMCompileCommand.java (at line 41) public UniversalIBMCompileCommand(String commandLabel, String commandName, String parameters) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter commandLabel ---------- 66. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalIBMCompileCommand.java (at line 41) public UniversalIBMCompileCommand(String commandLabel, String commandName, String parameters) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter commandName ---------- 67. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalIBMCompileCommand.java (at line 41) public UniversalIBMCompileCommand(String commandLabel, String commandName, String parameters) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parameters ---------- ---------- 68. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/compile/UniversalIBMCompileCommands.java (at line 49) public static UniversalIBMCompileCommands getIBMCompileCommands() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 69. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 160) public static String getUniversalSubstitutionValue(SystemUDActionElement currentAction, String subvar, Object selectedObject) { ^^^^^^ Javadoc: Missing tag for return type ---------- 70. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 160) public static String getUniversalSubstitutionValue(SystemUDActionElement currentAction, String subvar, Object selectedObject) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter currentAction ---------- 71. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 160) public static String getUniversalSubstitutionValue(SystemUDActionElement currentAction, String subvar, Object selectedObject) { ^^^^^^ Javadoc: Missing tag for parameter subvar ---------- 72. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 160) public static String getUniversalSubstitutionValue(SystemUDActionElement currentAction, String subvar, Object selectedObject) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 73. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 420) protected void primeAdditionalDefaultUniversalTypes(SystemUDTypeManager typeMgr, Vector vectorOfTypes) { ^^^^^^^ Javadoc: Missing tag for parameter typeMgr ---------- 74. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 420) protected void primeAdditionalDefaultUniversalTypes(SystemUDTypeManager typeMgr, Vector vectorOfTypes) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter vectorOfTypes ---------- 75. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 448) public static SystemUDActionElement[] primeDefaultUniversalActions(SystemUDActionManager actionMgr, ISystemProfile profile, Vector vectorOfActions) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 76. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 503) protected void primeAdditionalDefaultUniversalActions(SystemUDActionManager actionMgr, ISystemProfile profile, Vector vectorOfActions) { ^^^^^^^^^ Javadoc: Missing tag for parameter actionMgr ---------- 77. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 503) protected void primeAdditionalDefaultUniversalActions(SystemUDActionManager actionMgr, ISystemProfile profile, Vector vectorOfActions) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 78. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 503) protected void primeAdditionalDefaultUniversalActions(SystemUDActionManager actionMgr, ISystemProfile profile, Vector vectorOfActions) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter vectorOfActions ---------- 79. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 521) public static boolean restoreUniversalDefaultType(SystemUDTypeElement element, int domain, String typeName) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 80. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 521) public static boolean restoreUniversalDefaultType(SystemUDTypeElement element, int domain, String typeName) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 81. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 521) public static boolean restoreUniversalDefaultType(SystemUDTypeElement element, int domain, String typeName) { ^^^^^^^^ Javadoc: Missing tag for parameter typeName ---------- 82. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 544) protected boolean restoreAdditionalDefaultType(SystemUDTypeElement element, int domain, String typeName) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 83. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 544) protected boolean restoreAdditionalDefaultType(SystemUDTypeElement element, int domain, String typeName) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 84. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 544) protected boolean restoreAdditionalDefaultType(SystemUDTypeElement element, int domain, String typeName) { ^^^^^^^^ Javadoc: Missing tag for parameter typeName ---------- 85. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 563) public static boolean restoreUniversalDefaultAction(SystemUDActionElement element, int domain, String actionName) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 86. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 563) public static boolean restoreUniversalDefaultAction(SystemUDActionElement element, int domain, String actionName) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 87. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 563) public static boolean restoreUniversalDefaultAction(SystemUDActionElement element, int domain, String actionName) { ^^^^^^^^^^ Javadoc: Missing tag for parameter actionName ---------- 88. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 597) protected boolean restoreAdditionalDefaultAction(SystemUDActionElement element, int domain, String actionName) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 89. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 597) protected boolean restoreAdditionalDefaultAction(SystemUDActionElement element, int domain, String actionName) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 90. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 597) protected boolean restoreAdditionalDefaultAction(SystemUDActionElement element, int domain, String actionName) { ^^^^^^^^^^ Javadoc: Missing tag for parameter actionName ---------- 91. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 604) protected static String[] convertStringToArray(String string) { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 92. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDActionSubsystemFiles.java (at line 604) protected static String[] convertStringToArray(String string) { ^^^^^^ Javadoc: Missing tag for parameter string ---------- ---------- 93. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDSubstListCommonFiles.java (at line 56) public static UDSubstListCommonFiles getInstance() { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 94. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDSubstListFiles.java (at line 45) public static UDSubstListFiles getInstance() { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 95. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDSubstListFolders.java (at line 38) public static UDSubstListFolders getInstance() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 96. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDTypesEditorFiles.java (at line 84) public UDTypesEditorFiles(Composite comp, int nbrColumns) //, SystemPromptDialog parentDialog) ^^^^ Javadoc: Missing tag for parameter comp ---------- 97. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDTypesEditorFiles.java (at line 84) public UDTypesEditorFiles(Composite comp, int nbrColumns) //, SystemPromptDialog parentDialog) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 98. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDTypesEditorFiles.java (at line 157) public int getDomain() { ^^^ Javadoc: Missing tag for return type ---------- 99. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDTypesEditorFiles.java (at line 177) private void setDefinedTypesText(String types) { ^^^^^ Javadoc: Missing tag for parameter types ---------- 100. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDTypesEditorFiles.java (at line 195) private void setTypes(String[] types) { ^^^^^ Javadoc: Missing tag for parameter types ---------- 101. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDTypesEditorFiles.java (at line 227) public String[] getTypesAsArray() { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 102. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDTypesEditorFiles.java (at line 271) public SystemMessage validateUserDefinedTypes() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 103. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDTypesEditorFiles.java (at line 438) private void addUserDefinedEntries(java.util.List result) { ^^^^^^ Javadoc: Missing tag for parameter result ---------- 104. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDTypesEditorFiles.java (at line 503) private Composite createUserEntryGroup(Composite parent) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 105. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDTypesEditorFiles.java (at line 521) private IFileEditorMapping[] getInput() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 106. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDTypesEditorFiles.java (at line 550) protected java.util.List getSelectedTypes() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 107. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/files/uda/UDTypesEditorFiles.java (at line 574) protected boolean areTypesSelected() { ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 108. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/ISystemCommandTextAdditionalGUIProvider.java (at line 24) public boolean createCommandLabelLineControls(Composite parent, int availableColumns); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 109. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/ISystemCommandTextAdditionalGUIProvider.java (at line 24) public boolean createCommandLabelLineControls(Composite parent, int availableColumns); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter availableColumns ---------- 110. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/ISystemCommandTextAdditionalGUIProvider.java (at line 31) public boolean createExtraButtons(Composite parent, int availableColumns); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 111. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/ISystemCommandTextAdditionalGUIProvider.java (at line 31) public boolean createExtraButtons(Composite parent, int availableColumns); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter availableColumns ---------- ---------- 112. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/ISystemSubstitutor.java (at line 31) public String getSubstitutionValue(String substitutionVariable, Object context); ^^^^^^ Javadoc: Missing tag for return type ---------- 113. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/ISystemSubstitutor.java (at line 31) public String getSubstitutionValue(String substitutionVariable, Object context); ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter substitutionVariable ---------- 114. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/ISystemSubstitutor.java (at line 31) public String getSubstitutionValue(String substitutionVariable, Object context); ^^^^^^^ Javadoc: Missing tag for parameter context ---------- ---------- 115. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVar.java (at line 33) public SystemCmdSubstVar(String variable, String description) { ^^^^^^^^ Javadoc: Missing tag for parameter variable ---------- 116. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVar.java (at line 33) public SystemCmdSubstVar(String variable, String description) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 117. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVar.java (at line 42) public String getVariable() { ^^^^^^ Javadoc: Missing tag for return type ---------- 118. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVar.java (at line 49) public String getDescription() { ^^^^^^ Javadoc: Missing tag for return type ---------- 119. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVar.java (at line 56) public String getDisplayString() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 120. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 66) public SystemCmdSubstVarList(char prefix, String[] names, String[] descriptions) { ^^^^^^ Javadoc: Missing tag for parameter prefix ---------- 121. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 66) public SystemCmdSubstVarList(char prefix, String[] names, String[] descriptions) { ^^^^^ Javadoc: Missing tag for parameter names ---------- 122. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 66) public SystemCmdSubstVarList(char prefix, String[] names, String[] descriptions) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter descriptions ---------- 123. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 75) public SystemCmdSubstVarList(SystemCmdSubstVarList commonList, char prefix, String[] names, String[] descriptions) { ^^^^^^^^^^ Javadoc: Missing tag for parameter commonList ---------- 124. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 75) public SystemCmdSubstVarList(SystemCmdSubstVarList commonList, char prefix, String[] names, String[] descriptions) { ^^^^^^ Javadoc: Missing tag for parameter prefix ---------- 125. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 75) public SystemCmdSubstVarList(SystemCmdSubstVarList commonList, char prefix, String[] names, String[] descriptions) { ^^^^^ Javadoc: Missing tag for parameter names ---------- 126. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 75) public SystemCmdSubstVarList(SystemCmdSubstVarList commonList, char prefix, String[] names, String[] descriptions) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter descriptions ---------- 127. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 84) public SystemCmdSubstVarList(String[] names, String[] descriptions) { ^^^^^ Javadoc: Missing tag for parameter names ---------- 128. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 84) public SystemCmdSubstVarList(String[] names, String[] descriptions) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter descriptions ---------- 129. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 91) public SystemCmdSubstVarList(SystemCmdSubstVarList commonList, String[] names, String[] descriptions) { ^^^^^^^^^^ Javadoc: Missing tag for parameter commonList ---------- 130. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 91) public SystemCmdSubstVarList(SystemCmdSubstVarList commonList, String[] names, String[] descriptions) { ^^^^^ Javadoc: Missing tag for parameter names ---------- 131. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 91) public SystemCmdSubstVarList(SystemCmdSubstVarList commonList, String[] names, String[] descriptions) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter descriptions ---------- 132. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 101) public void init(SystemCmdSubstVarList commonList, String[] names, String[] descriptions) { ^^^^^^^^^^ Javadoc: Missing tag for parameter commonList ---------- 133. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 101) public void init(SystemCmdSubstVarList commonList, String[] names, String[] descriptions) { ^^^^^ Javadoc: Missing tag for parameter names ---------- 134. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 101) public void init(SystemCmdSubstVarList commonList, String[] names, String[] descriptions) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter descriptions ---------- 135. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 137) public SystemCmdSubstVar[] getListAsArray() { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 136. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 144) public String[] getDisplayStrings() { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 137. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 165) public void printDisplayStrings(PrintWriter stream) { ^^^^^^ Javadoc: Missing tag for parameter stream ---------- 138. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 193) public String doSubstitutions(String commandString, Object context, ISystemSubstitutor substitutor) { ^^^^^^ Javadoc: Missing tag for return type ---------- 139. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 238) public String[] doAllSubstitutions(Object context, ISystemSubstitutor substitutor) { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 140. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 252) private String findMatchingVar(String cmd, int indexOfPrefix) { ^^^^^^ Javadoc: Missing tag for return type ---------- 141. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 252) private String findMatchingVar(String cmd, int indexOfPrefix) { ^^^ Javadoc: Missing tag for parameter cmd ---------- 142. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCmdSubstVarList.java (at line 252) private String findMatchingVar(String cmd, int indexOfPrefix) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter indexOfPrefix ---------- ---------- 143. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 66) public SystemCommandTextField(SystemCommandViewerConfiguration cmdAssistant) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter cmdAssistant ---------- 144. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 74) public void setCommandTextViewerConfiguration(SystemCommandViewerConfiguration cmdAssistant) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter cmdAssistant ---------- 145. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 87) public void setSubstitutionVariableList(SystemCmdSubstVarList varList) { ^^^^^^^ Javadoc: Missing tag for parameter varList ---------- 146. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 95) public void setCommandMassager(ISystemMassager massager) { ^^^^^^^^ Javadoc: Missing tag for parameter massager ---------- 147. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 102) public ISystemMassager getCommandMassager() { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 148. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 109) public SourceViewer getEditor() { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 149. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 116) public Control getCommandWidget() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 150. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 123) public String getCommandText() { ^^^^^^ Javadoc: Missing tag for return type ---------- 151. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 131) public String getMassagedCommandText() { ^^^^^^ Javadoc: Missing tag for return type ---------- 152. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 141) public void setCommandText(String text) { ^^^^ Javadoc: Missing tag for parameter text ---------- 153. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 148) public void enableCommandWidget(boolean enable) { ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 154. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 157) public void setIgnoreChanges(boolean ignore) { ^^^^^^ Javadoc: Missing tag for parameter ignore ---------- 155. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 168) public Control createContents(Composite comp, int nbrColumns, ISystemCommandTextAdditionalGUIProvider guiProvider) { ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 156. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 168) public Control createContents(Composite comp, int nbrColumns, ISystemCommandTextAdditionalGUIProvider guiProvider) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter guiProvider ---------- 157. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 216) public void setMRI(String cmdFieldLabel, String cmdFieldTooltip, String insertVarButtonLabel, String insertVarButtonTooltip) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter cmdFieldLabel ---------- 158. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 216) public void setMRI(String cmdFieldLabel, String cmdFieldTooltip, String insertVarButtonLabel, String insertVarButtonTooltip) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter cmdFieldTooltip ---------- 159. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 216) public void setMRI(String cmdFieldLabel, String cmdFieldTooltip, String insertVarButtonLabel, String insertVarButtonTooltip) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter insertVarButtonLabel ---------- 160. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 216) public void setMRI(String cmdFieldLabel, String cmdFieldTooltip, String insertVarButtonLabel, String insertVarButtonTooltip) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter insertVarButtonTooltip ---------- 161. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 255) private SystemCommandEditor createEditor(Composite parent, int nbrColumns, SystemCommandViewerConfiguration sourceViewerConfiguration) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 162. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 255) private SystemCommandEditor createEditor(Composite parent, int nbrColumns, SystemCommandViewerConfiguration sourceViewerConfiguration) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 163. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 255) private SystemCommandEditor createEditor(Composite parent, int nbrColumns, SystemCommandViewerConfiguration sourceViewerConfiguration) { ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 164. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 255) private SystemCommandEditor createEditor(Composite parent, int nbrColumns, SystemCommandViewerConfiguration sourceViewerConfiguration) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceViewerConfiguration ---------- 165. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 265) public void setCommandValidator(ISystemValidator cmdValidator) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter cmdValidator ---------- 166. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 272) public SystemMessage validateCommand() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 167. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 282) public void addModifyListener(ISystemCommandTextModifyListener listener) { ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 168. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 289) public void removeModifyListener(ISystemCommandTextModifyListener listener) { ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 169. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 299) protected Label addSeparatorLine(Composite parent, int nbrColumns) { ^^^^^ Javadoc: Missing tag for return type ---------- 170. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 299) protected Label addSeparatorLine(Composite parent, int nbrColumns) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 171. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 299) protected Label addSeparatorLine(Composite parent, int nbrColumns) { ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 172. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 311) protected Label addFillerLine(Composite parent, int nbrColumns) { ^^^^^ Javadoc: Missing tag for return type ---------- 173. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 311) protected Label addFillerLine(Composite parent, int nbrColumns) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 174. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandTextField.java (at line 311) protected Label addFillerLine(Composite parent, int nbrColumns) { ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- ---------- 175. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandViewerConfiguration.java (at line 48) public void setSubstVarList(SystemCmdSubstVarList variableList) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter variableList ---------- 176. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandViewerConfiguration.java (at line 55) public SystemCmdSubstVarList getSubstVarList() { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 177. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandViewerConfiguration.java (at line 84) protected int getStart(String string, int end) { ^^^ Javadoc: Missing tag for return type ---------- 178. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandViewerConfiguration.java (at line 84) protected int getStart(String string, int end) { ^^^^^^ Javadoc: Missing tag for parameter string ---------- 179. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandViewerConfiguration.java (at line 84) protected int getStart(String string, int end) { ^^^ Javadoc: Missing tag for parameter end ---------- 180. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandViewerConfiguration.java (at line 98) protected char[] getCompletionProposalAutoActivationCharacters() { ^^^^^^ Javadoc: Missing tag for return type ---------- 181. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandViewerConfiguration.java (at line 120) public SystemCommandContentAssistProcessor(SystemCommandViewerConfiguration configurator) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter configurator ---------- 182. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandViewerConfiguration.java (at line 127) public void setSubstVarList(SystemCmdSubstVarList variableList) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter variableList ---------- 183. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemCommandViewerConfiguration.java (at line 134) public SystemCmdSubstVarList getSubstVarList() { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 184. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemEditCommandDialog.java (at line 94) private SourceViewer createEditor(Composite parent, int columnSpan, SystemCommandViewerConfiguration sourceViewerConfiguration, String cmd) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 185. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemEditCommandDialog.java (at line 94) private SourceViewer createEditor(Composite parent, int columnSpan, SystemCommandViewerConfiguration sourceViewerConfiguration, String cmd) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 186. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemEditCommandDialog.java (at line 94) private SourceViewer createEditor(Composite parent, int columnSpan, SystemCommandViewerConfiguration sourceViewerConfiguration, String cmd) { ^^^^^^^^^^ Javadoc: Missing tag for parameter columnSpan ---------- 187. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemEditCommandDialog.java (at line 94) private SourceViewer createEditor(Composite parent, int columnSpan, SystemCommandViewerConfiguration sourceViewerConfiguration, String cmd) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceViewerConfiguration ---------- 188. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemEditCommandDialog.java (at line 94) private SourceViewer createEditor(Composite parent, int columnSpan, SystemCommandViewerConfiguration sourceViewerConfiguration, String cmd) { ^^^ Javadoc: Missing tag for parameter cmd ---------- 189. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemEditCommandDialog.java (at line 109) protected Control getInitialFocusControl() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 190. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemEditCommandDialog.java (at line 130) protected boolean processOK() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 191. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemEditCommandDialog.java (at line 138) public String getCommand() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 192. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemPromptCommandDialog.java (at line 60) public SystemPromptCommandDialog(Shell shell, String command, String title) { ^^^^^ Javadoc: Missing tag for parameter title ---------- 193. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemPromptCommandDialog.java (at line 76) protected String getOKButtonLabel() { ^^^^^^ Javadoc: Missing tag for return type ---------- 194. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemPromptCommandDialog.java (at line 84) protected String getOKButtonToolTipText() { ^^^^^^ Javadoc: Missing tag for return type ---------- 195. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemPromptCommandDialog.java (at line 92) protected String getCancelButtonToolTipText() { ^^^^^^ Javadoc: Missing tag for return type ---------- 196. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemPromptCommandDialog.java (at line 100) protected String getVerbage() { ^^^^^^ Javadoc: Missing tag for return type ---------- 197. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemPromptCommandDialog.java (at line 108) protected String getPromptLabel() { ^^^^^^ Javadoc: Missing tag for return type ---------- 198. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemPromptCommandDialog.java (at line 116) protected String getPromptToolTipText() { ^^^^^^ Javadoc: Missing tag for return type ---------- 199. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemPromptCommandDialog.java (at line 183) protected SystemMessage validateInput() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 200. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemPromptCommandDialog.java (at line 198) public boolean isPageComplete() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 201. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/SystemPromptCommandDialog.java (at line 217) public String getCommand() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 202. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/ISystemCompileCommandEditPaneHoster.java (at line 29) public Shell getShell(); ^^^^^ Javadoc: Missing tag for return type ---------- ---------- 203. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/ISystemCompileCommandEditPaneListener.java (at line 25) public void compileCommandChanged(SystemMessage message); ^^^^^^^ Javadoc: Missing tag for parameter message ---------- ---------- 204. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/ISystemCompileCommandSubstitutor.java (at line 25) public void setConnection(IHost connection); ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- ---------- 205. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 62) public Shell getShell() { ^^^^^ Javadoc: Missing tag for return type ---------- 206. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 82) protected Object getSelectedObject() { ^^^^^^ Javadoc: Missing tag for return type ---------- 207. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 89) protected SystemCompileCommand getCompileCommand() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 208. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 96) protected boolean isPrompt() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 209. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 103) protected ISystemRemoteElementAdapter getRemoteAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 210. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 110) public String getSourceType() { ^^^^^^ Javadoc: Missing tag for return type ---------- 211. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 117) public IHost getSystemConnection() { ^^^^^ Javadoc: Missing tag for return type ---------- 212. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 124) protected ISubSystem getSubSystem() { ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 213. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 132) protected IRemoteCmdSubSystem getCommandSubSystem() { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 214. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 141) protected SystemCmdSubstVarList getSubstitutionVariableList() { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 215. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 154) protected ISystemCompileCommandSubstitutor getSubstitutor() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 216. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 169) public boolean runCompileCommand() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 217. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 190) protected String getSubstitutedString(SystemCompileCommand compileCmd, Object firstSelection, ISystemCompileCommandSubstitutor substitutor) { ^^^^^^ Javadoc: Missing tag for return type ---------- 218. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 190) protected String getSubstitutedString(SystemCompileCommand compileCmd, Object firstSelection, ISystemCompileCommandSubstitutor substitutor) { ^^^^^^^^^^ Javadoc: Missing tag for parameter compileCmd ---------- 219. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 190) protected String getSubstitutedString(SystemCompileCommand compileCmd, Object firstSelection, ISystemCompileCommandSubstitutor substitutor) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter firstSelection ---------- 220. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 190) protected String getSubstitutedString(SystemCompileCommand compileCmd, Object firstSelection, ISystemCompileCommandSubstitutor substitutor) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter substitutor ---------- 221. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 201) protected boolean internalRunCompileCommand(String compileCmd) { ^^^^^^^^^^ Javadoc: Missing tag for parameter compileCmd ---------- 222. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 213) protected String internalPromptCompileCommand(String substitutedCompileCommand) { ^^^^^^ Javadoc: Missing tag for return type ---------- 223. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompilableSource.java (at line 213) protected String internalPromptCompileCommand(String substitutedCompileCommand) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter substitutedCompileCommand ---------- ---------- 224. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCascadeByProfileAction.java (at line 22) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 225. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCascadeByProfileAction.java (at line 47) public SystemCompileCascadeByProfileAction(Shell shell, Object firstSelection, ISystemProfile profile, boolean isPrompt) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 226. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCascadeByProfileAction.java (at line 47) public SystemCompileCascadeByProfileAction(Shell shell, Object firstSelection, ISystemProfile profile, boolean isPrompt) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter firstSelection ---------- 227. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCascadeByProfileAction.java (at line 47) public SystemCompileCascadeByProfileAction(Shell shell, Object firstSelection, ISystemProfile profile, boolean isPrompt) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 228. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCascadeByProfileAction.java (at line 47) public SystemCompileCascadeByProfileAction(Shell shell, Object firstSelection, ISystemProfile profile, boolean isPrompt) { ^^^^^^^^ Javadoc: Missing tag for parameter isPrompt ---------- 229. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCascadeByProfileAction.java (at line 84) return new SystemViewMenuListener(false); // our menu is re-built dynamically each time ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemViewMenuListener(boolean) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 230. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCascadeByProfileAction.java (at line 84) return new SystemViewMenuListener(false); // our menu is re-built dynamically each time ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewMenuListener is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 231. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCascadeByProfileAction.java (at line 90) public static IMenuManager populateMenuWithCompileActions(IMenuManager ourSubMenu, Shell shell, ISystemProfile profile, Object firstSelection, boolean isPrompt) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 232. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCascadeByProfileAction.java (at line 90) public static IMenuManager populateMenuWithCompileActions(IMenuManager ourSubMenu, Shell shell, ISystemProfile profile, Object firstSelection, boolean isPrompt) { ^^^^^^^^^^ Javadoc: Missing tag for parameter ourSubMenu ---------- 233. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCascadeByProfileAction.java (at line 90) public static IMenuManager populateMenuWithCompileActions(IMenuManager ourSubMenu, Shell shell, ISystemProfile profile, Object firstSelection, boolean isPrompt) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 234. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCascadeByProfileAction.java (at line 90) public static IMenuManager populateMenuWithCompileActions(IMenuManager ourSubMenu, Shell shell, ISystemProfile profile, Object firstSelection, boolean isPrompt) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 235. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCascadeByProfileAction.java (at line 90) public static IMenuManager populateMenuWithCompileActions(IMenuManager ourSubMenu, Shell shell, ISystemProfile profile, Object firstSelection, boolean isPrompt) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter firstSelection ---------- 236. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCascadeByProfileAction.java (at line 90) public static IMenuManager populateMenuWithCompileActions(IMenuManager ourSubMenu, Shell shell, ISystemProfile profile, Object firstSelection, boolean isPrompt) { ^^^^^^^^ Javadoc: Missing tag for parameter isPrompt ---------- ---------- 237. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 54) public SystemCompileCommand(SystemCompileType parentType) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parentType ---------- 238. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 63) public SystemCompileCommand(SystemCompileType parentType, String id, String label, String nature, String defaultString, String currentString, String menuOption, int order) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parentType ---------- 239. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 63) public SystemCompileCommand(SystemCompileType parentType, String id, String label, String nature, String defaultString, String currentString, String menuOption, int order) { ^^ Javadoc: Missing tag for parameter id ---------- 240. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 63) public SystemCompileCommand(SystemCompileType parentType, String id, String label, String nature, String defaultString, String currentString, String menuOption, int order) { ^^^^^ Javadoc: Missing tag for parameter label ---------- 241. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 63) public SystemCompileCommand(SystemCompileType parentType, String id, String label, String nature, String defaultString, String currentString, String menuOption, int order) { ^^^^^^ Javadoc: Missing tag for parameter nature ---------- 242. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 63) public SystemCompileCommand(SystemCompileType parentType, String id, String label, String nature, String defaultString, String currentString, String menuOption, int order) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter defaultString ---------- 243. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 63) public SystemCompileCommand(SystemCompileType parentType, String id, String label, String nature, String defaultString, String currentString, String menuOption, int order) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter currentString ---------- 244. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 63) public SystemCompileCommand(SystemCompileType parentType, String id, String label, String nature, String defaultString, String currentString, String menuOption, int order) { ^^^^^^^^^^ Javadoc: Missing tag for parameter menuOption ---------- 245. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 63) public SystemCompileCommand(SystemCompileType parentType, String id, String label, String nature, String defaultString, String currentString, String menuOption, int order) { ^^^^^ Javadoc: Missing tag for parameter order ---------- 246. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 200) public boolean isIBMSupplied() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 247. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 207) public boolean isUserSupplied() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 248. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 214) public boolean isISVSupplied() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 249. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 287) public void setOrder(int order) { ^^^^^ Javadoc: Missing tag for parameter order ---------- 250. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 314) public boolean isNonPromptable() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 251. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 324) public void setJobEnvironment(String jobenv) { ^^^^^^ Javadoc: Missing tag for parameter jobenv ---------- 252. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 331) public String getJobEnvironment() { ^^^^^^ Javadoc: Missing tag for return type ---------- 253. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 338) public void setLabelEditable(boolean editable) { ^^^^^^^^ Javadoc: Missing tag for parameter editable ---------- 254. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 345) public boolean isLabelEditable() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 255. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 352) public void setCommandStringEditable(boolean editable) { ^^^^^^^^ Javadoc: Missing tag for parameter editable ---------- 256. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 358) public boolean isCommandStringEditable() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 257. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 398) public void printCommand(String indent) { ^^^^^^ Javadoc: Missing tag for parameter indent ---------- 258. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 413) public String doVariableSubstitution(Object remoteObject, ISystemCompileCommandSubstitutor substitutor) { ^^^^^^ Javadoc: Missing tag for return type ---------- 259. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 413) public String doVariableSubstitution(Object remoteObject, ISystemCompileCommandSubstitutor substitutor) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObject ---------- 260. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommand.java (at line 413) public String doVariableSubstitution(Object remoteObject, ISystemCompileCommandSubstitutor substitutor) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter substitutor ---------- ---------- 261. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandActionCopy.java (at line 31) public SystemCompileCommandActionCopy(SystemWorkWithCompileCommandsDialog parentDialog) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentDialog ---------- ---------- 262. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandActionDelete.java (at line 31) public SystemCompileCommandActionDelete(SystemWorkWithCompileCommandsDialog parentDialog) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentDialog ---------- ---------- 263. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandActionMoveDown.java (at line 30) public SystemCompileCommandActionMoveDown(SystemWorkWithCompileCommandsDialog parentDialog) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentDialog ---------- ---------- 264. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandActionMoveUp.java (at line 30) public SystemCompileCommandActionMoveUp(SystemWorkWithCompileCommandsDialog parentDialog) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentDialog ---------- ---------- 265. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandActionPaste.java (at line 31) public SystemCompileCommandActionPaste(SystemWorkWithCompileCommandsDialog parentDialog) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentDialog ---------- ---------- 266. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandActionRestoreDefaults.java (at line 31) public SystemCompileCommandActionRestoreDefaults(SystemWorkWithCompileCommandsDialog parentDialog) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentDialog ---------- ---------- 267. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 115) protected Shell getShell() { ^^^^^ Javadoc: Missing tag for return type ---------- 268. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 122) protected SystemCompileCommand getInputCompileCommand() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 269. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 129) protected SystemCompileManager getCompileManager() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 270. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 137) protected IHost getSystemConnection() { ^^^^^ Javadoc: Missing tag for return type ---------- 271. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 147) public void setCompileLabelValidator(ISystemValidator validator) { ^^^^^^^^^ Javadoc: Missing tag for parameter validator ---------- 272. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 156) protected void setIgnoreChanges(boolean ignoreChanges) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter ignoreChanges ---------- 273. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 165) public void addChangeListener(ISystemCompileCommandEditPaneListener l) { ^ Javadoc: Missing tag for parameter l ---------- 274. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 173) public void removeChangeListener(ISystemCompileCommandEditPaneListener l) { ^ Javadoc: Missing tag for parameter l ---------- 275. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 181) public void setCommandValidator(ISystemValidator validator) { ^^^^^^^^^ Javadoc: Missing tag for parameter validator ---------- 276. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 190) public void setCommandMassager(ISystemMassager massager) { ^^^^^^^^ Javadoc: Missing tag for parameter massager ---------- 277. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 197) public void setSubstitutionVariableList(SystemCmdSubstVarList varList) { ^^^^^^^ Javadoc: Missing tag for parameter varList ---------- 278. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 205) protected SystemCommandViewerConfiguration getCommandTextViewerConfiguration() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 279. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 213) protected void setCommandTextViewerConfiguration(SystemCommandViewerConfiguration cmdAssistant) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter cmdAssistant ---------- 280. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 224) public void setCompileCommand(SystemCompileType parentCompileType, SystemCompileCommand compileCommand) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentCompileType ---------- 281. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 224) public void setCompileCommand(SystemCompileType parentCompileType, SystemCompileCommand compileCommand) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter compileCommand ---------- 282. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 292) protected String preSaveMassage(String commandString) { ^^^^^^ Javadoc: Missing tag for return type ---------- 283. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 292) protected String preSaveMassage(String commandString) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter commandString ---------- 284. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 304) public void configureHeadingLabel(Label label) { ^^^^^ Javadoc: Missing tag for parameter label ---------- 285. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 354) public Control getInitialFocusControl() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 286. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 399) protected void resetExtraButtons(SystemCompileCommand originalCmd) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter originalCmd ---------- 287. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 405) protected void processExtraButtonsChanges(SystemCompileCommand currentCmd) { ^^^^^^^^^^ Javadoc: Missing tag for parameter currentCmd ---------- 288. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 465) public boolean isComplete() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 289. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 481) protected boolean areFieldsComplete() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 290. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 491) public boolean areErrorsPending() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 291. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 518) protected void processCommandTextChange(String newText, boolean hasError) { ^^^^^^^ Javadoc: Missing tag for parameter newText ---------- 292. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 518) protected void processCommandTextChange(String newText, boolean hasError) { ^^^^^^^^ Javadoc: Missing tag for parameter hasError ---------- 293. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 524) protected void setCommandText(String text) { ^^^^ Javadoc: Missing tag for parameter text ---------- 294. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 531) protected String getCommandText() { ^^^^^^ Javadoc: Missing tag for return type ---------- 295. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 550) protected void fireChangeEvent(SystemMessage error) { ^^^^^ Javadoc: Missing tag for parameter error ---------- 296. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 565) protected SystemMessage validateLabelInput() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 297. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 578) protected SystemMessage validateStringInput() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 298. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 591) public SystemMessage validate(boolean skipLabel, boolean skipString) { ^^^^^^^^^ Javadoc: Missing tag for parameter skipLabel ---------- 299. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 591) public SystemMessage validate(boolean skipLabel, boolean skipString) { ^^^^^^^^^^ Javadoc: Missing tag for parameter skipString ---------- 300. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 646) protected void addSeparatorLine(Composite parent, int nbrColumns) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 301. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 646) protected void addSeparatorLine(Composite parent, int nbrColumns) { ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 302. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 657) protected void addFillerLine(Composite parent, int nbrColumns) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 303. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 657) protected void addFillerLine(Composite parent, int nbrColumns) { ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 304. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 668) protected void addGrowableFillerLine(Composite parent, int nbrColumns) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 305. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileCommandEditPane.java (at line 668) protected void addGrowableFillerLine(Composite parent, int nbrColumns) { ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- ---------- 306. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileContributor.java (at line 34) public String getSubSystemFactoryId() { ^^^^^^ Javadoc: Missing tag for return type ---------- 307. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileContributor.java (at line 42) public String getNameFilter() { ^^^^^^ Javadoc: Missing tag for return type ---------- 308. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileContributor.java (at line 50) public String getTypeFilter() { ^^^^^^ Javadoc: Missing tag for return type ---------- 309. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileContributor.java (at line 57) public boolean isApplicableTo(Object element) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 310. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileContributor.java (at line 57) public boolean isApplicableTo(Object element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 311. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileContributor.java (at line 64) public void contributeCompileCommand(SystemCompileProfile prf, Object element) { ^^^ Javadoc: Missing tag for parameter prf ---------- 312. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileContributor.java (at line 64) public void contributeCompileCommand(SystemCompileProfile prf, Object element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 313. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileContributorManager.java (at line 57) public boolean contributeCompileCommands(SystemCompileProfile prf, Object element) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 314. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileContributorManager.java (at line 57) public boolean contributeCompileCommands(SystemCompileProfile prf, Object element) { ^^^ Javadoc: Missing tag for parameter prf ---------- 315. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileContributorManager.java (at line 57) public boolean contributeCompileCommands(SystemCompileProfile prf, Object element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 316. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 104) public void setSubSystemFactory(ISubSystemConfiguration ssFactory) { ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- 317. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 111) public ISubSystemConfiguration getSubSystemFactory() { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 318. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 119) public void setSystemConnection(IHost systemConnection) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter systemConnection ---------- 319. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 126) public IHost getSystemConnection() { ^^^^^ Javadoc: Missing tag for return type ---------- 320. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 134) public void setCurrentCompileCommand(SystemCompileCommand compileCmd) { // defect 47808 ^^^^^^^^^^ Javadoc: Missing tag for parameter compileCmd ---------- 321. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 141) public SystemCompileCommand getCurrentCompileCommand() { // defect 47808 ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 322. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 148) public boolean isMultiSelectSupported(SystemCompileCommand compileCmd) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 323. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 148) public boolean isMultiSelectSupported(SystemCompileCommand compileCmd) { ^^^^^^^^^^ Javadoc: Missing tag for parameter compileCmd ---------- 324. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 162) * @see #createCompileProfile(ISystemProfile) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 325. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 164) public SystemCompileProfile getCompileProfile(ISystemProfile profile) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 326. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 164) public SystemCompileProfile getCompileProfile(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 327. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 179) public SystemCompileProfile[] getAllCompileProfiles() { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 328. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 195) protected abstract SystemCompileProfile createCompileProfile(ISystemProfile profile); ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 329. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 195) protected abstract SystemCompileProfile createCompileProfile(ISystemProfile profile); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 330. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 203) public IFolder getCompileProfileFolder(SystemCompileProfile compProfile) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 331. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 203) public IFolder getCompileProfileFolder(SystemCompileProfile compProfile) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter compProfile ---------- 332. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 227) public boolean wantToPrimeWithDefaults(SystemCompileProfile profile) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 333. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 227) public boolean wantToPrimeWithDefaults(SystemCompileProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 334. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 236) public abstract SystemDefaultCompileCommands getDefaultCompileCommands(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 335. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 243) public SystemDefaultCompileCommand getDefaultSuppliedCommand(String commandName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 336. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 252) private ISystemProfile getSystemProfile(SystemCompileProfile compProfile) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 337. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 252) private ISystemProfile getSystemProfile(SystemCompileProfile compProfile) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter compProfile ---------- 338. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 285) public void profileRenamed(ISystemProfile profile, String oldName) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 339. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 285) public void profileRenamed(ISystemProfile profile, String oldName) { ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 340. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 300) public boolean isCompilable(Object selection) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 341. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 300) public boolean isCompilable(Object selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 342. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 324) public void addCompileActions(Shell shell, IStructuredSelection selection, SystemMenuManager menu, String menuGroup) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 343. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 324) public void addCompileActions(Shell shell, IStructuredSelection selection, SystemMenuManager menu, String menuGroup) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 344. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 324) public void addCompileActions(Shell shell, IStructuredSelection selection, SystemMenuManager menu, String menuGroup) { ^^^^ Javadoc: Missing tag for parameter menu ---------- 345. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 324) public void addCompileActions(Shell shell, IStructuredSelection selection, SystemMenuManager menu, String menuGroup) { ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 346. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 344) public void addSingleSelectionCompileActions(Shell shell, IStructuredSelection selection, SystemMenuManager menu, String menuGroup) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 347. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 344) public void addSingleSelectionCompileActions(Shell shell, IStructuredSelection selection, SystemMenuManager menu, String menuGroup) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 348. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 344) public void addSingleSelectionCompileActions(Shell shell, IStructuredSelection selection, SystemMenuManager menu, String menuGroup) { ^^^^ Javadoc: Missing tag for parameter menu ---------- 349. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 344) public void addSingleSelectionCompileActions(Shell shell, IStructuredSelection selection, SystemMenuManager menu, String menuGroup) { ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 350. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 357) public void addMultipleSelectionCompileActions(Shell shell, IStructuredSelection selection, SystemMenuManager menu, String menuGroup) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 351. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 357) public void addMultipleSelectionCompileActions(Shell shell, IStructuredSelection selection, SystemMenuManager menu, String menuGroup) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 352. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 357) public void addMultipleSelectionCompileActions(Shell shell, IStructuredSelection selection, SystemMenuManager menu, String menuGroup) { ^^^^ Javadoc: Missing tag for parameter menu ---------- 353. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 357) public void addMultipleSelectionCompileActions(Shell shell, IStructuredSelection selection, SystemMenuManager menu, String menuGroup) { ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 354. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 367) public abstract SystemCmdSubstVarList getSubstitutionVariableList(); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 355. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 375) protected ISystemCompileCommandSubstitutor getSubstitutor() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 356. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 390) protected abstract ISystemCompileCommandSubstitutor createSubstitutor(IHost connection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 357. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 390) protected abstract ISystemCompileCommandSubstitutor createSubstitutor(IHost connection); ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 358. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 398) public SystemCompileCommandEditPane getCompileCommandEditPane(Shell shell, ISystemCompileCommandEditPaneHoster hoster, boolean caseSensitive) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 359. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 398) public SystemCompileCommandEditPane getCompileCommandEditPane(Shell shell, ISystemCompileCommandEditPaneHoster hoster, boolean caseSensitive) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 360. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 398) public SystemCompileCommandEditPane getCompileCommandEditPane(Shell shell, ISystemCompileCommandEditPaneHoster hoster, boolean caseSensitive) { ^^^^^^ Javadoc: Missing tag for parameter hoster ---------- 361. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 398) public SystemCompileCommandEditPane getCompileCommandEditPane(Shell shell, ISystemCompileCommandEditPaneHoster hoster, boolean caseSensitive) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 362. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 412) protected SystemNewCompileSrcTypeDialog getNewSrcTypeDialog(Shell shell, boolean caseSensitive) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 363. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 412) protected SystemNewCompileSrcTypeDialog getNewSrcTypeDialog(Shell shell, boolean caseSensitive) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 364. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileManager.java (at line 412) protected SystemNewCompileSrcTypeDialog getNewSrcTypeDialog(Shell shell, boolean caseSensitive) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- ---------- 365. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileMultipleSelectAction.java (at line 44) public SystemCompileMultipleSelectAction(Shell shell) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 366. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 74) public void setProfileName(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 367. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 82) public void setAssociatedData(Object data) { ^^^^ Javadoc: Missing tag for parameter data ---------- 368. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 89) public Object getAssociatedData() { ^^^^^^ Javadoc: Missing tag for return type ---------- 369. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 96) public String getProfileName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 370. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 103) public ISystemProfile getProfile() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 371. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 110) public SystemCompileManager getParentManager() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 372. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 117) public void addCompileType(SystemCompileType type) { ^^^^ Javadoc: Missing tag for parameter type ---------- 373. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 126) public void removeCompileType(SystemCompileType type) { ^^^^ Javadoc: Missing tag for parameter type ---------- 374. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 142) public String[] getCompileTypesArray() { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 375. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 154) public SystemCompileType getCompileType(String typeString) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 376. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 154) public SystemCompileType getCompileType(String typeString) { ^^^^^^^^^^ Javadoc: Missing tag for parameter typeString ---------- 377. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 183) public IFolder getCompileFolder() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 378. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 196) public abstract SystemCompilableSource getCompilableSourceObject(Shell shell, Object selectedObject, SystemCompileCommand compileCmd, boolean isPrompt, Viewer viewer); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 379. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 196) public abstract SystemCompilableSource getCompilableSourceObject(Shell shell, Object selectedObject, SystemCompileCommand compileCmd, boolean isPrompt, Viewer viewer); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 380. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 196) public abstract SystemCompilableSource getCompilableSourceObject(Shell shell, Object selectedObject, SystemCompileCommand compileCmd, boolean isPrompt, Viewer viewer); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 381. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 196) public abstract SystemCompilableSource getCompilableSourceObject(Shell shell, Object selectedObject, SystemCompileCommand compileCmd, boolean isPrompt, Viewer viewer); ^^^^^^^^^^ Javadoc: Missing tag for parameter compileCmd ---------- 382. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 196) public abstract SystemCompilableSource getCompilableSourceObject(Shell shell, Object selectedObject, SystemCompileCommand compileCmd, boolean isPrompt, Viewer viewer); ^^^^^^^^ Javadoc: Missing tag for parameter isPrompt ---------- 383. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 196) public abstract SystemCompilableSource getCompilableSourceObject(Shell shell, Object selectedObject, SystemCompileCommand compileCmd, boolean isPrompt, Viewer viewer); ^^^^^^ Javadoc: Missing tag for parameter viewer ---------- 384. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 230) private Vector read() { ^^^^^^ Javadoc: Missing tag for return type ---------- 385. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 274) private Vector getTypes(ISystemProfile systemProfile) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter systemProfile ---------- 386. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 446) public void addContributions(Object element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 387. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 461) protected SystemCompileCommand migrateCompileCommand(SystemCompileCommand oldCmd, String oldVrm) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 388. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 461) protected SystemCompileCommand migrateCompileCommand(SystemCompileCommand oldCmd, String oldVrm) { ^^^^^^ Javadoc: Missing tag for parameter oldCmd ---------- 389. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 461) protected SystemCompileCommand migrateCompileCommand(SystemCompileCommand oldCmd, String oldVrm) { ^^^^^^ Javadoc: Missing tag for parameter oldVrm ---------- 390. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 490) private void write(Vector types, ISystemProfile systemProfile) { ^^^^^ Javadoc: Missing tag for parameter types ---------- 391. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 490) private void write(Vector types, ISystemProfile systemProfile) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter systemProfile ---------- 392. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 564) private Vector writeDefaults(ISystemProfile systemProfile) { ^^^^^^ Javadoc: Missing tag for return type ---------- 393. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 564) private Vector writeDefaults(ISystemProfile systemProfile) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter systemProfile ---------- 394. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileProfile.java (at line 600) public void printCommandsByType(Vector compileTypes) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter compileTypes ---------- ---------- 395. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileRemoteObjectMatcher.java (at line 75) protected boolean startsWithAsterisk(String name) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 396. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileRemoteObjectMatcher.java (at line 75) protected boolean startsWithAsterisk(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 397. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileRemoteObjectMatcher.java (at line 83) protected boolean endsWithAsterisk(String name) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 398. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileRemoteObjectMatcher.java (at line 83) protected boolean endsWithAsterisk(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 399. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileRemoteObjectMatcher.java (at line 91) protected String stripLeadingAsterisk(String name) { ^^^^^^ Javadoc: Missing tag for return type ---------- 400. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileRemoteObjectMatcher.java (at line 91) protected String stripLeadingAsterisk(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 401. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileRemoteObjectMatcher.java (at line 99) protected String stripTrailingAsterisk(String name) { ^^^^^^ Javadoc: Missing tag for return type ---------- 402. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileRemoteObjectMatcher.java (at line 99) protected String stripTrailingAsterisk(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 403. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileRemoteObjectMatcher.java (at line 107) public String getSubSystemFactoryId() { ^^^^^^ Javadoc: Missing tag for return type ---------- 404. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileRemoteObjectMatcher.java (at line 115) public String getNameFilter() { ^^^^^^ Javadoc: Missing tag for return type ---------- 405. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileRemoteObjectMatcher.java (at line 123) public String getTypeFilter() { ^^^^^^ Javadoc: Missing tag for return type ---------- 406. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileRemoteObjectMatcher.java (at line 130) public boolean appliesTo(Object element) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 407. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileRemoteObjectMatcher.java (at line 130) public boolean appliesTo(Object element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 408. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 38) public SystemCompileType(SystemCompileProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 409. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 46) public SystemCompileType(SystemCompileProfile profile, String type) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 410. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 46) public SystemCompileType(SystemCompileProfile profile, String type) { ^^^^ Javadoc: Missing tag for parameter type ---------- 411. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 55) public SystemCompileType(SystemCompileProfile profile, String type, SystemCompileCommand lastUsedCompileCmd) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 412. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 55) public SystemCompileType(SystemCompileProfile profile, String type, SystemCompileCommand lastUsedCompileCmd) { ^^^^ Javadoc: Missing tag for parameter type ---------- 413. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 55) public SystemCompileType(SystemCompileProfile profile, String type, SystemCompileCommand lastUsedCompileCmd) { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter lastUsedCompileCmd ---------- 414. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 106) public SystemCompileCommand getLastUsedCompileCommand() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 415. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 162) public SystemCompileCommand removeCompileCommand(int index) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 416. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 199) public int getNumOfCommands() { ^^^ Javadoc: Missing tag for return type ---------- 417. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 234) public SystemCompileCommand getCompileLabel(String label) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 418. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 234) public SystemCompileCommand getCompileLabel(String label) { ^^^^^ Javadoc: Missing tag for parameter label ---------- 419. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 252) public Vector getCompileId(String id) { ^^ Javadoc: Missing tag for parameter id ---------- 420. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 267) public boolean isIdExists(String id) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 421. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 267) public boolean isIdExists(String id) { ^^ Javadoc: Missing tag for parameter id ---------- 422. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 281) public SystemCompileCommand getCompileCommand(int index) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 423. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 281) public SystemCompileCommand getCompileCommand(int index) { ^^^^^ Javadoc: Missing tag for parameter index ---------- 424. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 288) public boolean isLabelExists(String nameString) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 425. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 288) public boolean isLabelExists(String nameString) { ^^^^^^^^^^ Javadoc: Missing tag for parameter nameString ---------- 426. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 302) public boolean isDuplicateLabelExists(String nameString) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 427. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 302) public boolean isDuplicateLabelExists(String nameString) { ^^^^^^^^^^ Javadoc: Missing tag for parameter nameString ---------- 428. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemCompileType.java (at line 322) public Vector getExistingLabels() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 429. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 34) public SystemDefaultCompileCommand(String commandLabel, String commandName) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter commandLabel ---------- 430. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 34) public SystemDefaultCompileCommand(String commandLabel, String commandName) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter commandName ---------- 431. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 44) public SystemDefaultCompileCommand(String commandName) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter commandName ---------- 432. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 52) public SystemDefaultCompileCommand(String commandLabel, String commandName, String parameters) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter commandLabel ---------- 433. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 52) public SystemDefaultCompileCommand(String commandLabel, String commandName, String parameters) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter commandName ---------- 434. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 52) public SystemDefaultCompileCommand(String commandLabel, String commandName, String parameters) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parameters ---------- 435. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 63) public void setAdditionalParameters(String parms) { ^^^^^ Javadoc: Missing tag for parameter parms ---------- 436. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 70) public void setSourceType(String type) { ^^^^ Javadoc: Missing tag for parameter type ---------- 437. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 77) public void setSourceTypes(String[] types) { ^^^^^ Javadoc: Missing tag for parameter types ---------- 438. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 84) public String[] getSourceTypes() { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 439. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 91) public boolean appliesToSourceType(String type) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 440. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 91) public boolean appliesToSourceType(String type) { ^^^^ Javadoc: Missing tag for parameter type ---------- 441. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 106) public String getLabel() { ^^^^^^ Javadoc: Missing tag for return type ---------- 442. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 113) public String getName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 443. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 120) public String getCommandWithParameters() { ^^^^^^ Javadoc: Missing tag for return type ---------- 444. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 128) public void setJobEnvironment(String jobEnv) { ^^^^^^ Javadoc: Missing tag for parameter jobEnv ---------- 445. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 136) public String getJobEnvironment() { ^^^^^^ Javadoc: Missing tag for return type ---------- 446. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 145) public String fillWithRequiredParams(String commandParams) { ^^^^^^ Javadoc: Missing tag for return type ---------- 447. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 145) public String fillWithRequiredParams(String commandParams) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter commandParams ---------- 448. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 183) protected String getCommandWithParameters(String existingParameters) { ^^^^^^ Javadoc: Missing tag for return type ---------- 449. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 183) protected String getCommandWithParameters(String existingParameters) { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingParameters ---------- 450. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommand.java (at line 211) protected void populateWithParameters(StringBuffer bufferSoFar) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter bufferSoFar ---------- ---------- 451. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommands.java (at line 35) public abstract String[] getAllDefaultSuppliedSourceTypes(); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 452. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommands.java (at line 40) public SystemDefaultCompileCommand getCommand(int idx) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 453. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommands.java (at line 40) public SystemDefaultCompileCommand getCommand(int idx) { ^^^ Javadoc: Missing tag for parameter idx ---------- 454. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommands.java (at line 48) public SystemDefaultCompileCommand getCommand(String commandName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 455. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommands.java (at line 48) public SystemDefaultCompileCommand getCommand(String commandName) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter commandName ---------- 456. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommands.java (at line 60) public SystemDefaultCompileCommand[] getCommands() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 457. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommands.java (at line 73) public SystemDefaultCompileCommand[] getCommandsForSrcType(String srcType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 458. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommands.java (at line 73) public SystemDefaultCompileCommand[] getCommandsForSrcType(String srcType) { ^^^^^^^ Javadoc: Missing tag for parameter srcType ---------- 459. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommands.java (at line 87) public String[] getCommandNames() { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 460. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommands.java (at line 99) public String[] getCommandStrings() { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 461. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommands.java (at line 111) public int getSize() { ^^^ Javadoc: Missing tag for return type ---------- 462. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommands.java (at line 119) public String fillWithRequiredParams(String commandString) { ^^^^^^ Javadoc: Missing tag for return type ---------- 463. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommands.java (at line 119) public String fillWithRequiredParams(String commandString) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter commandString ---------- 464. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemDefaultCompileCommands.java (at line 145) public void addCommand(SystemDefaultCompileCommand cmd) { ^^^ Javadoc: Missing tag for parameter cmd ---------- ---------- 465. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemNewCompileSrcTypeDialog.java (at line 68) public SystemNewCompileSrcTypeDialog(Shell shell, SystemCompileManager compileManager, boolean caseSensitive, String title) { ^^^^^ Javadoc: Missing tag for parameter title ---------- 466. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemNewCompileSrcTypeDialog.java (at line 84) public void setSrcTypeValidator(ISystemValidator validator) { ^^^^^^^^^ Javadoc: Missing tag for parameter validator ---------- 467. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemNewCompileSrcTypeDialog.java (at line 94) public void setExistingSrcTypes(String[] srcTypes) { ^^^^^^^^ Javadoc: Missing tag for parameter srcTypes ---------- 468. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemNewCompileSrcTypeDialog.java (at line 106) public void setSrcTypeMassager(ISystemMassager massager) { ^^^^^^^^ Javadoc: Missing tag for parameter massager ---------- 469. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemNewCompileSrcTypeDialog.java (at line 178) protected SystemMessage validateInput() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 470. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemNewCompileSrcTypeDialog.java (at line 195) public boolean isPageComplete() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 471. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemNewCompileSrcTypeDialog.java (at line 213) public String getNewSrcType() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 472. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 32) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 473. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 112) public SystemWorkWithCompileCommandsDialog(Shell shell, SystemCompileManager compileManager, SystemCompileProfile currentCompProfile) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 474. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 112) public SystemWorkWithCompileCommandsDialog(Shell shell, SystemCompileManager compileManager, SystemCompileProfile currentCompProfile) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter compileManager ---------- 475. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 112) public SystemWorkWithCompileCommandsDialog(Shell shell, SystemCompileManager compileManager, SystemCompileProfile currentCompProfile) { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter currentCompProfile ---------- 476. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 119) public SystemWorkWithCompileCommandsDialog(Shell shell, SystemCompileManager compileManager, SystemCompileProfile currentCompProfile, String title) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 477. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 119) public SystemWorkWithCompileCommandsDialog(Shell shell, SystemCompileManager compileManager, SystemCompileProfile currentCompProfile, String title) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter compileManager ---------- 478. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 119) public SystemWorkWithCompileCommandsDialog(Shell shell, SystemCompileManager compileManager, SystemCompileProfile currentCompProfile, String title) { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter currentCompProfile ---------- 479. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 119) public SystemWorkWithCompileCommandsDialog(Shell shell, SystemCompileManager compileManager, SystemCompileProfile currentCompProfile, String title) { ^^^^^ Javadoc: Missing tag for parameter title ---------- 480. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 144) public void setCompileCommandEditPane(SystemCompileCommandEditPane editPane) { ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 481. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 164) public void setCaseSensitive(boolean caseSensitive) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 482. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 172) public void setSupportsAddSrcTypeButton(boolean supports) { ^^^^^^^^ Javadoc: Missing tag for parameter supports ---------- 483. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 179) public void setSourceTypePromptMRI(String srcTypeMRILabel, String srcTypeMRITooltip) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter srcTypeMRILabel ---------- 484. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 179) public void setSourceTypePromptMRI(String srcTypeMRILabel, String srcTypeMRITooltip) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter srcTypeMRITooltip ---------- 485. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 187) public void setCompileType(SystemCompileType type) { ^^^^ Javadoc: Missing tag for parameter type ---------- 486. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 326) protected SystemCompileCommandEditPane getCompileCommandEditPane(Shell shell) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 487. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 326) protected SystemCompileCommandEditPane getCompileCommandEditPane(Shell shell) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 488. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 363) private void processProfileSelected(String srcType) { ^^^^^^^ Javadoc: Missing tag for parameter srcType ---------- 489. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 412) private void processSrcTypeSelected(int selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 490. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 454) private SystemCompileProfile getCompileProfile(int currSelIdx) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 491. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 454) private SystemCompileProfile getCompileProfile(int currSelIdx) { ^^^^^^^^^^ Javadoc: Missing tag for parameter currSelIdx ---------- 492. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 581) protected void applyPressed(boolean doVerify) { ^^^^^^^^ Javadoc: Missing tag for parameter doVerify ---------- 493. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 672) protected void saveCompileCommand(SystemCompileCommand editedCompileCommand, boolean newMode, int selectionIndex) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter editedCompileCommand ---------- 494. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 672) protected void saveCompileCommand(SystemCompileCommand editedCompileCommand, boolean newMode, int selectionIndex) { ^^^^^^^ Javadoc: Missing tag for parameter newMode ---------- 495. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 672) protected void saveCompileCommand(SystemCompileCommand editedCompileCommand, boolean newMode, int selectionIndex) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectionIndex ---------- 496. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 706) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 497. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 706) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) { ^ Javadoc: Missing tag for parameter o ---------- 498. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 721) protected boolean isNewSelected() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 499. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 728) protected boolean isIBMSupplied() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 500. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 738) protected String getCurrentSelection() { ^^^^^^ Javadoc: Missing tag for return type ---------- 501. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 748) protected SystemCompileCommand getCurrentlySelectedCompileCommand() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 502. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 790) SystemViewMenuListener ml = new SystemViewMenuListener(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewMenuListener is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 503. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 790) SystemViewMenuListener ml = new SystemViewMenuListener(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemViewMenuListener() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 504. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 790) SystemViewMenuListener ml = new SystemViewMenuListener(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewMenuListener is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 505. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 801) public void fillContextMenu(IMenuManager menu) { ^^^^ Javadoc: Missing tag for parameter menu ---------- 506. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 832) public void createStandardGroups(IMenuManager menu) { ^^^^ Javadoc: Missing tag for parameter menu ---------- 507. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 843) private SystemCompileCommandActionDelete getDeleteAction(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 508. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 843) private SystemCompileCommandActionDelete getDeleteAction(ISelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 509. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 853) private SystemCompileCommandActionMoveUp getMoveUpAction(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 510. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 853) private SystemCompileCommandActionMoveUp getMoveUpAction(ISelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 511. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 863) private SystemCompileCommandActionMoveDown getMoveDownAction(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 512. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 863) private SystemCompileCommandActionMoveDown getMoveDownAction(ISelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 513. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 873) private SystemCompileCommandActionCopy getCopyAction(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 514. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 873) private SystemCompileCommandActionCopy getCopyAction(ISelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 515. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 883) private SystemCompileCommandActionPaste getPasteAction(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 516. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 883) private SystemCompileCommandActionPaste getPasteAction(ISelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 517. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 893) private SystemCompileCommandActionRestoreDefaults getRestoreAction(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 518. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 893) private SystemCompileCommandActionRestoreDefaults getRestoreAction(ISelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 519. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 907) public boolean canDelete() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 520. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 944) public boolean canMoveUp() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 521. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 978) public boolean canMoveDown() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 522. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 1012) public boolean canCopy() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 523. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 1031) public boolean canPaste() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 524. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 1073) private String getUniqueCloneLabel(SystemCompileCommand clonableCmd) { ^^^^^^ Javadoc: Missing tag for return type ---------- 525. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 1073) private String getUniqueCloneLabel(SystemCompileCommand clonableCmd) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter clonableCmd ---------- 526. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/compile/SystemWorkWithCompileCommandsDialog.java (at line 1093) public boolean canRestore() { ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 527. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDAEditPaneHoster.java (at line 29) public Shell getShell(); ^^^^^ Javadoc: Missing tag for return type ---------- 528. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDAEditPaneHoster.java (at line 34) public void setPageComplete(boolean complete); ^^^^^^^^ Javadoc: Missing tag for parameter complete ---------- 529. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDAEditPaneHoster.java (at line 39) public void setHelp(Control c, String id); ^ Javadoc: Missing tag for parameter c ---------- 530. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDAEditPaneHoster.java (at line 39) public void setHelp(Control c, String id); ^^ Javadoc: Missing tag for parameter id ---------- ---------- 531. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDSelectTypeListener.java (at line 25) public void selectedTypeListChanged(SystemUDSelectTypesForm form); ^^^^ Javadoc: Missing tag for parameter form ---------- 532. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDSelectTypeListener.java (at line 31) public void masterTypeListChanged(SystemUDSelectTypesForm form); ^^^^ Javadoc: Missing tag for parameter form ---------- ---------- 533. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 39) public abstract void expandDomainNode(String displayName); ^^^^^^^^^^^ Javadoc: Missing tag for parameter displayName ---------- 534. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 44) public abstract Shell getShell(); ^^^^^ Javadoc: Missing tag for return type ---------- 535. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 49) public abstract SystemUDBaseManager getDocumentManager(); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 536. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 55) public abstract String getSelectedElementName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 537. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 61) public abstract int getSelectedElementDomain(); ^^^ Javadoc: Missing tag for return type ---------- 538. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 66) public boolean isElementAllSelected(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 539. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 74) public abstract void selectElement(SystemXMLElementWrapper element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 540. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 80) public abstract TreeItem findParentItem(SystemXMLElementWrapper element); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 541. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 80) public abstract TreeItem findParentItem(SystemXMLElementWrapper element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 542. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 88) public abstract void refreshElementParent(SystemXMLElementWrapper element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 543. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 93) public abstract TreeItem getSelectedTreeItem(); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 544. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 98) public abstract TreeItem getSelectedPreviousTreeItem(); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 545. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 103) public abstract TreeItem getSelectedNextTreeItem(); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 546. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 108) public abstract TreeItem getSelectedNextNextTreeItem(); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 547. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 113) public boolean isSelectionVendorSupplied(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 548. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 119) public String getVendorOfSelection(); ^^^^^^ Javadoc: Missing tag for return type ---------- 549. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 124) public void setSelection(ISelection selection); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 550. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTreeView.java (at line 129) public void refresh(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 551. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTypeEditPaneTypesSelector.java (at line 41) public void setDomain(int domain); ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 552. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTypeEditPaneTypesSelector.java (at line 46) public void setMessageLine(ISystemMessageLine msgLine); ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 553. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTypeEditPaneTypesSelector.java (at line 53) public void setTypes(String types); ^^^^^ Javadoc: Missing tag for parameter types ---------- 554. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTypeEditPaneTypesSelector.java (at line 66) public String getTypes(); ^^^^^^ Javadoc: Missing tag for return type ---------- 555. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTypeEditPaneTypesSelector.java (at line 73) public void addModifyListener(ModifyListener listener); ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 556. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTypeEditPaneTypesSelector.java (at line 79) public void removeModifyListener(ModifyListener listener); ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 557. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTypeEditPaneTypesSelector.java (at line 87) public SystemMessage validate(); ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 558. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTypeEditPaneTypesSelector.java (at line 93) public Control getControl(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 559. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDTypeEditPaneTypesSelector.java (at line 98) public void setEnabled(boolean enable); ^^^^^^ Javadoc: Missing tag for parameter enable ---------- ---------- 560. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDWorkWithDialog.java (at line 24) public boolean canDelete(Object selectedObject); ^^^^^^^ Javadoc: Missing tag for return type ---------- 561. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDWorkWithDialog.java (at line 24) public boolean canDelete(Object selectedObject); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 562. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDWorkWithDialog.java (at line 30) public boolean canMoveUp(Object selectedObject); ^^^^^^^ Javadoc: Missing tag for return type ---------- 563. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDWorkWithDialog.java (at line 30) public boolean canMoveUp(Object selectedObject); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 564. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDWorkWithDialog.java (at line 36) public boolean canMoveDown(Object selectedObject); ^^^^^^^ Javadoc: Missing tag for return type ---------- 565. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDWorkWithDialog.java (at line 36) public boolean canMoveDown(Object selectedObject); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 566. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDWorkWithDialog.java (at line 42) public boolean canCopy(Object selectedObject); ^^^^^^^ Javadoc: Missing tag for return type ---------- 567. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDWorkWithDialog.java (at line 42) public boolean canCopy(Object selectedObject); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 568. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDWorkWithDialog.java (at line 47) public ISystemMessageLine getMessageLine(); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 569. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemUDWorkWithDialog.java (at line 52) public boolean areChangesPending(); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 570. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemXMLElementWrapperFactory.java (at line 27) public SystemXMLElementWrapper createElementWrapper(IPropertySet xmlElementToWrap, ISystemProfile profile, int domain); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 571. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemXMLElementWrapperFactory.java (at line 27) public SystemXMLElementWrapper createElementWrapper(IPropertySet xmlElementToWrap, ISystemProfile profile, int domain); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter xmlElementToWrap ---------- 572. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemXMLElementWrapperFactory.java (at line 27) public SystemXMLElementWrapper createElementWrapper(IPropertySet xmlElementToWrap, ISystemProfile profile, int domain); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 573. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemXMLElementWrapperFactory.java (at line 27) public SystemXMLElementWrapper createElementWrapper(IPropertySet xmlElementToWrap, ISystemProfile profile, int domain); ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 574. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/ISystemXMLElementWrapperFactory.java (at line 32) public String getTagName(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 575. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDACascadeAction.java (at line 42) public SystemUDACascadeAction(SystemUDActionSubsystem udsubsystem, IStructuredSelection selection) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter udsubsystem ---------- 576. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDACascadeAction.java (at line 42) public SystemUDACascadeAction(SystemUDActionSubsystem udsubsystem, IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- ---------- 577. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDACascadeByProfileAction.java (at line 17) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 578. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDACascadeByProfileAction.java (at line 38) public SystemUDACascadeByProfileAction(Shell shell, SystemUDActionSubsystem udss, IStructuredSelection selection, ISystemProfile profile) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 579. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDACascadeByProfileAction.java (at line 38) public SystemUDACascadeByProfileAction(Shell shell, SystemUDActionSubsystem udss, IStructuredSelection selection, ISystemProfile profile) { ^^^^ Javadoc: Missing tag for parameter udss ---------- 580. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDACascadeByProfileAction.java (at line 38) public SystemUDACascadeByProfileAction(Shell shell, SystemUDActionSubsystem udss, IStructuredSelection selection, ISystemProfile profile) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 581. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDACascadeByProfileAction.java (at line 38) public SystemUDACascadeByProfileAction(Shell shell, SystemUDActionSubsystem udss, IStructuredSelection selection, ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 582. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDACascadeByProfileAction.java (at line 75) return new SystemViewMenuListener(false); // our menu is re-built dynamically each time ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemViewMenuListener(boolean) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 583. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDACascadeByProfileAction.java (at line 75) return new SystemViewMenuListener(false); // our menu is re-built dynamically each time ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewMenuListener is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 584. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDAResolvedTypes.java (at line 45) protected void addTypesToVector(Vector v, Object[] objElems) { ^ Javadoc: Missing tag for parameter v ---------- 585. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDAResolvedTypes.java (at line 45) protected void addTypesToVector(Vector v, Object[] objElems) { ^^^^^^^^ Javadoc: Missing tag for parameter objElems ---------- 586. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDAResolvedTypes.java (at line 56) protected String resolveTypes(String types, Vector v, Object[] objElems) { ^^^^^^ Javadoc: Missing tag for return type ---------- 587. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDAResolvedTypes.java (at line 56) protected String resolveTypes(String types, Vector v, Object[] objElems) { ^^^^^ Javadoc: Missing tag for parameter types ---------- 588. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDAResolvedTypes.java (at line 56) protected String resolveTypes(String types, Vector v, Object[] objElems) { ^ Javadoc: Missing tag for parameter v ---------- 589. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDAResolvedTypes.java (at line 56) protected String resolveTypes(String types, Vector v, Object[] objElems) { ^^^^^^^^ Javadoc: Missing tag for parameter objElems ---------- 590. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDAResolvedTypes.java (at line 69) protected String resolveType(String type, Vector v, Object[] objElems) { ^^^^^^ Javadoc: Missing tag for return type ---------- 591. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDAResolvedTypes.java (at line 69) protected String resolveType(String type, Vector v, Object[] objElems) { ^^^^ Javadoc: Missing tag for parameter type ---------- 592. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDAResolvedTypes.java (at line 69) protected String resolveType(String type, Vector v, Object[] objElems) { ^ Javadoc: Missing tag for parameter v ---------- 593. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDAResolvedTypes.java (at line 69) protected String resolveType(String type, Vector v, Object[] objElems) { ^^^^^^^^ Javadoc: Missing tag for parameter objElems ---------- 594. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDAResolvedTypes.java (at line 92) protected String resolveType(String type, Vector v) { ^^^^^^ Javadoc: Missing tag for return type ---------- 595. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDAResolvedTypes.java (at line 92) protected String resolveType(String type, Vector v) { ^^^^ Javadoc: Missing tag for parameter type ---------- 596. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDAResolvedTypes.java (at line 92) protected String resolveType(String type, Vector v) { ^ Javadoc: Missing tag for parameter v ---------- 597. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDAResolvedTypes.java (at line 106) public String getFileTypesForTypeName(String name, int domain, SystemUDTypeManager typeMgr) { ^^^^^^ Javadoc: Missing tag for return type ---------- 598. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDAResolvedTypes.java (at line 106) public String getFileTypesForTypeName(String name, int domain, SystemUDTypeManager typeMgr) { ^^^^^^^ Javadoc: Missing tag for parameter typeMgr ---------- ---------- 599. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDARestoreDefaultsActions.java (at line 30) public SystemUDARestoreDefaultsActions(SystemUDBaseTreeView parentTree) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parentTree ---------- ---------- 600. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDASubstVarListCommon.java (at line 43) public static SystemUDASubstVarListCommon getInstance() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 601. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 123) public SystemUDActionEditPane(SystemUDActionSubsystem udaActionSubsys, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter udaActionSubsys ---------- 602. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 123) public SystemUDActionEditPane(SystemUDActionSubsystem udaActionSubsys, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 603. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 123) public SystemUDActionEditPane(SystemUDActionSubsystem udaActionSubsys, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^ Javadoc: Missing tag for parameter tv ---------- 604. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 138) protected SystemUDActionSubsystem getUDActionSubsystem() { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 605. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 146) protected SystemCommandViewerConfiguration getCommandTextViewerConfiguration() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 606. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 154) protected void setCommandTextViewerConfiguration(SystemCommandViewerConfiguration cmdAssistant) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter cmdAssistant ---------- 607. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 161) protected ISubSystem getSubSystem() { ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 608. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 168) protected ISystemProfile getProfile() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 609. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 175) protected Shell getShell() { ^^^^^ Javadoc: Missing tag for return type ---------- 610. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 186) public void setStateMachine(SystemEditPaneStateMachine sm) { ^^ Javadoc: Missing tag for parameter sm ---------- 611. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 193) public void setNameValidator(ISystemValidator validator) { ^^^^^^^^^ Javadoc: Missing tag for parameter validator ---------- 612. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 200) public void setCommentValidator(ISystemValidator validator) { ^^^^^^^^^ Javadoc: Missing tag for parameter validator ---------- 613. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 208) public void setCommandValidator(ISystemValidator validator) { ^^^^^^^^^ Javadoc: Missing tag for parameter validator ---------- 614. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 217) public void setCommandMassager(ISystemMassager massager) { ^^^^^^^^ Javadoc: Missing tag for parameter massager ---------- 615. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 224) public void setSubstitutionVariableList(SystemCmdSubstVarList varList) { ^^^^^^^ Javadoc: Missing tag for parameter varList ---------- 616. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 357) public boolean areErrorsPending() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 617. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 515) public void setAction(SystemUDActionElement action) { ^^^^^^ Javadoc: Missing tag for parameter action ---------- 618. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 581) protected int getDomain() { ^^^ Javadoc: Missing tag for return type ---------- 619. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 675) protected SystemUDSelectTypesForm createSelectTypesForm(Shell shell, ISubSystem subsystem, SystemUDActionSubsystem udaActionSubsys) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 620. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 675) protected SystemUDSelectTypesForm createSelectTypesForm(Shell shell, ISubSystem subsystem, SystemUDActionSubsystem udaActionSubsys) { ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 621. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 675) protected SystemUDSelectTypesForm createSelectTypesForm(Shell shell, ISubSystem subsystem, SystemUDActionSubsystem udaActionSubsys) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter udaActionSubsys ---------- 622. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 689) protected void reConfigureSelectTypesForm(SystemUDSelectTypesForm form) { ^^^^ Javadoc: Missing tag for parameter form ---------- 623. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 721) protected SystemCmdSubstVarList getActionSubstVarList(int actionDomainType) { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 624. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 721) protected SystemCmdSubstVarList getActionSubstVarList(int actionDomainType) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter actionDomainType ---------- 625. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 742) protected void enableExtraButtons(boolean b) { ^ Javadoc: Missing tag for parameter b ---------- 626. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 748) protected void processExtraOptionsChanges(SystemUDActionElement currentAction) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter currentAction ---------- 627. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 755) protected void resetExtraOptions(SystemUDActionElement originalAction) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter originalAction ---------- 628. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 955) protected SystemMessage doAdditionalValidation(boolean doSetFocus) { ^^^^^^^^^^ Javadoc: Missing tag for parameter doSetFocus ---------- 629. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 962) protected SystemMessage validateName(String input) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 630. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 962) protected SystemMessage validateName(String input) { ^^^^^ Javadoc: Missing tag for parameter input ---------- 631. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 969) protected SystemMessage validateComment(String input) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 632. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 969) protected SystemMessage validateComment(String input) { ^^^^^ Javadoc: Missing tag for parameter input ---------- 633. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 976) protected SystemMessage validateCommand() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 634. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 986) protected Control getCommandWidget() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 635. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 993) protected void setCommandText(String text) { ^^^^ Javadoc: Missing tag for parameter text ---------- 636. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 1000) protected void enableCommandWidget(boolean enable) { ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 637. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 1007) protected String getCommandText() { ^^^^^^ Javadoc: Missing tag for return type ---------- 638. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 1014) protected void setIgnoreChanges(boolean ignore) { ^^^^^^ Javadoc: Missing tag for parameter ignore ---------- 639. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 1026) protected boolean isPageComplete() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 640. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 1097) protected SystemUDActionElement createNewAction(String actionName, int domain) { ^^^^^^^^^^ Javadoc: Missing tag for parameter actionName ---------- 641. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 1097) protected SystemUDActionElement createNewAction(String actionName, int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 642. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 1130) protected Vector getExistingActionNames() { ^^^^^^ Javadoc: Missing tag for return type ---------- 643. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 1166) protected void processCommandTextChange(String newText, boolean hasError) { ^^^^^^^ Javadoc: Missing tag for parameter newText ---------- 644. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 1166) protected void processCommandTextChange(String newText, boolean hasError) { ^^^^^^^^ Javadoc: Missing tag for parameter hasError ---------- 645. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 1175) protected Label addSeparatorLine(Composite parent, int nbrColumns) { ^^^^^ Javadoc: Missing tag for return type ---------- 646. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 1175) protected Label addSeparatorLine(Composite parent, int nbrColumns) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 647. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 1175) protected Label addSeparatorLine(Composite parent, int nbrColumns) { ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 648. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 1187) protected Label addFillerLine(Composite parent, int nbrColumns) { ^^^^^ Javadoc: Missing tag for return type ---------- 649. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 1187) protected Label addFillerLine(Composite parent, int nbrColumns) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 650. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionEditPane.java (at line 1187) protected Label addFillerLine(Composite parent, int nbrColumns) { ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- ---------- 651. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 54) public String getLabel() { ^^^^^^ Javadoc: Missing tag for return type ---------- 652. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 84) public String getComment() { ^^^^^^ Javadoc: Missing tag for return type ---------- 653. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 97) public String getCommand() { ^^^^^^ Javadoc: Missing tag for return type ---------- 654. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 110) public boolean getPrompt() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 655. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 117) public boolean getRefresh() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 656. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 124) public boolean getShow() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 657. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 131) public boolean getCollect() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 658. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 138) public boolean getSingleSelection() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 659. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 145) public String[] getFileTypes() { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 660. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 167) public void setComment(String s) { ^ Javadoc: Missing tag for parameter s ---------- 661. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 184) public void setCommand(String s) { ^ Javadoc: Missing tag for parameter s ---------- 662. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 200) public void setPrompt(boolean b) { ^ Javadoc: Missing tag for parameter b ---------- 663. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 208) public void setRefresh(boolean b) { ^ Javadoc: Missing tag for parameter b ---------- 664. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 216) public void setShow(boolean b) { ^ Javadoc: Missing tag for parameter b ---------- 665. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 224) public void setCollect(boolean b) { ^ Javadoc: Missing tag for parameter b ---------- 666. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 232) public void setSingleSelection(boolean b) { ^ Javadoc: Missing tag for parameter b ---------- 667. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 240) public void setFileTypes(String sa[]) { ^^ Javadoc: Missing tag for parameter sa ---------- 668. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 265) public boolean isGeneric() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 669. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 279) public void setInitCommand(String s) { ^ Javadoc: Missing tag for parameter s ---------- 670. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 286) public String getInitCommand() { ^^^^^^ Javadoc: Missing tag for return type ---------- 671. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 293) public void setData(Object data) { ^^^^ Javadoc: Missing tag for parameter data ---------- 672. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionElement.java (at line 300) public Object getData() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 673. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionManager.java (at line 47) public SystemUDActionManager(SystemUDActionSubsystem udas) { ^^^^ Javadoc: Missing tag for parameter udas ---------- 674. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionManager.java (at line 124) protected IFolder getDocumentFolder(ISubSystemConfiguration subsystemFactory, ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 675. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionManager.java (at line 124) protected IFolder getDocumentFolder(ISubSystemConfiguration subsystemFactory, ISystemProfile profile) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsystemFactory ---------- 676. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionManager.java (at line 124) protected IFolder getDocumentFolder(ISubSystemConfiguration subsystemFactory, ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 677. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionManager.java (at line 131) public void setFolder(String profileName, String factoryId) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 678. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionManager.java (at line 131) public void setFolder(String profileName, String factoryId) { ^^^^^^^^^ Javadoc: Missing tag for parameter factoryId ---------- 679. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionManager.java (at line 138) public SystemUDActionElement addAction(ISystemProfile profile, String name, int domain) { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 680. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionManager.java (at line 138) public SystemUDActionElement addAction(ISystemProfile profile, String name, int domain) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 681. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionManager.java (at line 138) public SystemUDActionElement addAction(ISystemProfile profile, String name, int domain) { ^^^^ Javadoc: Missing tag for parameter name ---------- 682. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionManager.java (at line 138) public SystemUDActionElement addAction(ISystemProfile profile, String name, int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- ---------- 683. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 107) protected abstract boolean doActionsMigration(ISystemProfile profile, String oldRelease); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 684. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 107) protected abstract boolean doActionsMigration(ISystemProfile profile, String oldRelease); ^^^^^^^^^^ Javadoc: Missing tag for parameter oldRelease ---------- 685. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 115) protected abstract boolean doTypesMigration(ISystemProfile profile, String oldRelease); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 686. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 115) protected abstract boolean doTypesMigration(ISystemProfile profile, String oldRelease); ^^^^^^^^^^ Javadoc: Missing tag for parameter oldRelease ---------- 687. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 142) public SystemUDActionManager getUDActionManager() { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 688. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 150) public SystemUDTypeManager getUDTypeManager() { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 689. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 160) public abstract SystemCmdSubstVarList getActionSubstVarList(int actionDomainType); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 690. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 160) public abstract SystemCmdSubstVarList getActionSubstVarList(int actionDomainType); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter actionDomainType ---------- 691. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 165) public SystemCmdSubstVarList getActionSubstVarList(SystemUDActionElement action) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 692. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 165) public SystemCmdSubstVarList getActionSubstVarList(SystemUDActionElement action) ^^^^^^ Javadoc: Missing tag for parameter action ---------- 693. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 174) public ISubSystem getSubsystem() { ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 694. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 181) public void setSubsystem(ISubSystem ss) { ^^ Javadoc: Missing tag for parameter ss ---------- 695. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 189) public ISubSystemConfiguration getSubSystemFactory() { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 696. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 196) public void setSubSystemFactory(ISubSystemConfiguration ssf) { ^^^ Javadoc: Missing tag for parameter ssf ---------- 697. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 204) public boolean supportsTypes() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 698. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 212) public boolean supportsTypes(int domain) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 699. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 212) public boolean supportsTypes(int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 700. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 220) public boolean supportsDomains() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 701. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 232) public int getSingleDomain(SystemUDBaseManager docManager) { ^^^ Javadoc: Missing tag for return type ---------- 702. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 232) public int getSingleDomain(SystemUDBaseManager docManager) { ^^^^^^^^^^ Javadoc: Missing tag for parameter docManager ---------- 703. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 248) public SystemUDActionEditPane getCustomUDActionEditPane(ISubSystem ss, ISubSystemConfiguration ssFactory, ISystemProfile profile, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 704. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 256) protected final SystemUDActionEditPane getCustomUDActionEditPane(ISubSystem ss, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 705. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 256) protected final SystemUDActionEditPane getCustomUDActionEditPane(ISubSystem ss, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^ Javadoc: Missing tag for parameter ss ---------- 706. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 256) protected final SystemUDActionEditPane getCustomUDActionEditPane(ISubSystem ss, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 707. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 256) protected final SystemUDActionEditPane getCustomUDActionEditPane(ISubSystem ss, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^ Javadoc: Missing tag for parameter tv ---------- 708. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 264) protected final SystemUDActionEditPane getCustomUDActionEditPane(ISubSystemConfiguration ssFactory, ISystemProfile profile, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 709. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 264) protected final SystemUDActionEditPane getCustomUDActionEditPane(ISubSystemConfiguration ssFactory, ISystemProfile profile, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- 710. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 264) protected final SystemUDActionEditPane getCustomUDActionEditPane(ISubSystemConfiguration ssFactory, ISystemProfile profile, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 711. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 264) protected final SystemUDActionEditPane getCustomUDActionEditPane(ISubSystemConfiguration ssFactory, ISystemProfile profile, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 712. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 264) protected final SystemUDActionEditPane getCustomUDActionEditPane(ISubSystemConfiguration ssFactory, ISystemProfile profile, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^ Javadoc: Missing tag for parameter tv ---------- 713. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 274) public SystemUDTypeEditPane getCustomUDTypeEditPane(ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 714. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 284) public abstract SystemUDTypeElement[] primeDefaultTypes(SystemUDTypeManager udtd); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 715. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 284) public abstract SystemUDTypeElement[] primeDefaultTypes(SystemUDTypeManager udtd); ^^^^ Javadoc: Missing tag for parameter udtd ---------- 716. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 289) public abstract SystemUDActionElement[] primeDefaultActions(SystemUDActionManager udad, ISystemProfile profile); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 717. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 289) public abstract SystemUDActionElement[] primeDefaultActions(SystemUDActionManager udad, ISystemProfile profile); ^^^^ Javadoc: Missing tag for parameter udad ---------- 718. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 289) public abstract SystemUDActionElement[] primeDefaultActions(SystemUDActionManager udad, ISystemProfile profile); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 719. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 295) public boolean restoreDefaultAction(SystemUDActionElement element, int domain, String actionName) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 720. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 295) public boolean restoreDefaultAction(SystemUDActionElement element, int domain, String actionName) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 721. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 295) public boolean restoreDefaultAction(SystemUDActionElement element, int domain, String actionName) { ^^^^^^^^^^ Javadoc: Missing tag for parameter actionName ---------- 722. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 303) public boolean restoreDefaultType(SystemUDTypeElement element, int domain, String typeName) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 723. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 303) public boolean restoreDefaultType(SystemUDTypeElement element, int domain, String typeName) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 724. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 303) public boolean restoreDefaultType(SystemUDTypeElement element, int domain, String typeName) { ^^^^^^^^ Javadoc: Missing tag for parameter typeName ---------- 725. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 315) public String getTestActionName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 726. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 325) public String getTestFileName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 727. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 335) public String getTestFilePath() { ^^^^^^ Javadoc: Missing tag for return type ---------- 728. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 343) protected void printTestActionInvokeOnceInformation(Shell shell, PrintWriter writer) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 729. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 343) protected void printTestActionInvokeOnceInformation(Shell shell, PrintWriter writer) { ^^^^^^ Javadoc: Missing tag for parameter writer ---------- 730. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 523) protected boolean runCommand(Shell shell, SystemUDActionElement action, String cmdString, IRemoteCmdSubSystem cmdSubSystem, Object context, Viewer viewer) { ^^^^^^ Javadoc: Missing tag for parameter viewer ---------- 731. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 542) protected String doCommandSubstitutions(SystemUDActionElement action, String cmd, Object selectedObject) { ^^^^^^ Javadoc: Missing tag for return type ---------- 732. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 542) protected String doCommandSubstitutions(SystemUDActionElement action, String cmd, Object selectedObject) { ^^^^^^ Javadoc: Missing tag for parameter action ---------- 733. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 542) protected String doCommandSubstitutions(SystemUDActionElement action, String cmd, Object selectedObject) { ^^^ Javadoc: Missing tag for parameter cmd ---------- 734. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 542) protected String doCommandSubstitutions(SystemUDActionElement action, String cmd, Object selectedObject) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 735. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 558) protected Object collectNames(Shell shell, Iterator elements, StringBuffer collectedNames) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 736. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 558) protected Object collectNames(Shell shell, Iterator elements, StringBuffer collectedNames) { ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 737. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 558) protected Object collectNames(Shell shell, Iterator elements, StringBuffer collectedNames) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter collectedNames ---------- 738. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 565) protected Object collectNamesDefaultMethod(Shell shell, Iterator elements, StringBuffer collectedNames) { ^^^^^^ Javadoc: Missing tag for return type ---------- 739. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 565) protected Object collectNamesDefaultMethod(Shell shell, Iterator elements, StringBuffer collectedNames) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 740. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 565) protected Object collectNamesDefaultMethod(Shell shell, Iterator elements, StringBuffer collectedNames) { ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 741. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 565) protected Object collectNamesDefaultMethod(Shell shell, Iterator elements, StringBuffer collectedNames) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter collectedNames ---------- 742. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 588) protected String getAllNamesSubstitutionVariable() { ^^^^^^ Javadoc: Missing tag for return type ---------- 743. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 600) protected char getNameDelimiter() { ^^^^ Javadoc: Missing tag for return type ---------- 744. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 618) protected String promptCommandDefault(Shell shell, String command) { ^^^^^^ Javadoc: Missing tag for return type ---------- 745. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 618) protected String promptCommandDefault(Shell shell, String command) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 746. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 618) protected String promptCommandDefault(Shell shell, String command) { ^^^^^^^ Javadoc: Missing tag for parameter command ---------- 747. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 630) protected static IRemoteCmdSubSystem getCommandSubSystem(Object selectedObject) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 748. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 630) protected static IRemoteCmdSubSystem getCommandSubSystem(Object selectedObject) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 749. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 638) protected static IRemoteFileSubSystem getFileSubSystem(Object selectedObject) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 750. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 638) protected static IRemoteFileSubSystem getFileSubSystem(Object selectedObject) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 751. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 650) protected static ISystemRemoteElementAdapter getRemoteAdapter(Object o) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 752. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 650) protected static ISystemRemoteElementAdapter getRemoteAdapter(Object o) { ^ Javadoc: Missing tag for parameter o ---------- 753. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 679) public String getCommonSubstitutionValues(String subvar, Object context) { ^^^^^^ Javadoc: Missing tag for return type ---------- 754. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 679) public String getCommonSubstitutionValues(String subvar, Object context) { ^^^^^^ Javadoc: Missing tag for parameter subvar ---------- 755. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 679) public String getCommonSubstitutionValues(String subvar, Object context) { ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 756. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 741) public abstract String internalGetSubstitutionValue(SystemUDActionElement currentAction, String substitutionVariable, Object context); ^^^^^^ Javadoc: Missing tag for return type ---------- 757. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 741) public abstract String internalGetSubstitutionValue(SystemUDActionElement currentAction, String substitutionVariable, Object context); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter currentAction ---------- 758. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 741) public abstract String internalGetSubstitutionValue(SystemUDActionElement currentAction, String substitutionVariable, Object context); ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter substitutionVariable ---------- 759. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 741) public abstract String internalGetSubstitutionValue(SystemUDActionElement currentAction, String substitutionVariable, Object context); ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 760. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 746) public boolean hasUnsupportedSubstitutionVars(Object action, int domain) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 761. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 746) public boolean hasUnsupportedSubstitutionVars(Object action, int domain) { ^^^^^^ Javadoc: Missing tag for parameter action ---------- 762. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 746) public boolean hasUnsupportedSubstitutionVars(Object action, int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 763. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 757) public boolean eligibleUserActionsForSelection(IStructuredSelection selection, ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 764. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 757) public boolean eligibleUserActionsForSelection(IStructuredSelection selection, ISystemProfile profile) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 765. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 757) public boolean eligibleUserActionsForSelection(IStructuredSelection selection, ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 766. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 768) public Action[] addUserActions(IMenuManager menu, IStructuredSelection selection, ISystemProfile profile, Shell shell) { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 767. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 768) public Action[] addUserActions(IMenuManager menu, IStructuredSelection selection, ISystemProfile profile, Shell shell) { ^^^^ Javadoc: Missing tag for parameter menu ---------- 768. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 768) public Action[] addUserActions(IMenuManager menu, IStructuredSelection selection, ISystemProfile profile, Shell shell) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 769. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 768) public Action[] addUserActions(IMenuManager menu, IStructuredSelection selection, ISystemProfile profile, Shell shell) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 770. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 768) public Action[] addUserActions(IMenuManager menu, IStructuredSelection selection, ISystemProfile profile, Shell shell) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 771. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 819) public boolean getWorkingOfflineMode() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 772. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 828) protected abstract int getDomainFromSelection(IStructuredSelection selection); ^^^ Javadoc: Missing tag for return type ---------- 773. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 828) protected abstract int getDomainFromSelection(IStructuredSelection selection); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 774. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 835) protected boolean meetsSelection(SystemUDActionElement action, IStructuredSelection selection, int domainType) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 775. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 835) protected boolean meetsSelection(SystemUDActionElement action, IStructuredSelection selection, int domainType) { ^^^^^^ Javadoc: Missing tag for parameter action ---------- 776. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 835) protected boolean meetsSelection(SystemUDActionElement action, IStructuredSelection selection, int domainType) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 777. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 835) protected boolean meetsSelection(SystemUDActionElement action, IStructuredSelection selection, int domainType) { ^^^^^^^^^^ Javadoc: Missing tag for parameter domainType ---------- 778. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 869) protected String[] resolveTypes(String[] p_types, int domainType) { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 779. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 869) protected String[] resolveTypes(String[] p_types, int domainType) { ^^^^^^^ Javadoc: Missing tag for parameter p_types ---------- 780. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 869) protected String[] resolveTypes(String[] p_types, int domainType) { ^^^^^^^^^^ Javadoc: Missing tag for parameter domainType ---------- 781. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 892) private String getFileTypesForTypeName(String name, int domainType) { ^^^^^^ Javadoc: Missing tag for return type ---------- 782. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionSubsystem.java (at line 892) private String getFileTypesForTypeName(String name, int domainType) { ^^^^^^^^^^ Javadoc: Missing tag for parameter domainType ---------- ---------- 783. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionTreeView.java (at line 31) public SystemUDActionTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystem ss, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 784. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionTreeView.java (at line 31) public SystemUDActionTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystem ss, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 785. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionTreeView.java (at line 31) public SystemUDActionTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystem ss, SystemUDActionSubsystem udaActionSubsystem) { ^^ Javadoc: Missing tag for parameter ss ---------- 786. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionTreeView.java (at line 31) public SystemUDActionTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystem ss, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter udaActionSubsystem ---------- 787. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionTreeView.java (at line 38) public SystemUDActionTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystemConfiguration ssFactory, ISystemProfile profile) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 788. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionTreeView.java (at line 38) public SystemUDActionTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystemConfiguration ssFactory, ISystemProfile profile) { ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 789. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionTreeView.java (at line 38) public SystemUDActionTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystemConfiguration ssFactory, ISystemProfile profile) { ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- 790. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionTreeView.java (at line 38) public SystemUDActionTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystemConfiguration ssFactory, ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 791. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionTreeView.java (at line 77) public void selectAction(SystemUDActionElement element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 792. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDActionTreeView.java (at line 87) public void refreshActionParent(SystemUDActionElement element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 793. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 108) public SystemUDBaseManager(SystemUDActionSubsystem udas) { ^^^^ Javadoc: Missing tag for parameter udas ---------- 794. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 122) public SystemUDActionSubsystem getActionSubSystem() { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 795. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 129) public Image getNewImage() { ^^^^^ Javadoc: Missing tag for return type ---------- 796. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 156) protected IWorkbenchAdapter getAdapter(Object o) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 797. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 156) protected IWorkbenchAdapter getAdapter(Object o) { ^ Javadoc: Missing tag for parameter o ---------- 798. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 229) public abstract String getDocumentRootTagName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 799. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 235) protected abstract boolean uppercaseName(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 800. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 278) public boolean supportsProfiles() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 801. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 309) protected ISubSystem getSubSystem() { ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 802. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 320) protected ISubSystemConfiguration getSubSystemFactory() { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 803. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 351) public void warning(SAXParseException ex) { ^^ Javadoc: Missing tag for parameter ex ---------- 804. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 356) public void error(SAXParseException ex) { ^^ Javadoc: Missing tag for parameter ex ---------- 805. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 361) public void fatalError(SAXParseException ex) throws SAXException { ^^ Javadoc: Missing tag for parameter ex ---------- 806. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 361) public void fatalError(SAXParseException ex) throws SAXException { ^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SAXException ---------- 807. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 458) private ISystemProfile[] getActiveSystemProfiles() { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 808. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 475) public void setCurrentProfile(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 809. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 482) public ISystemProfile getCurrentProfile() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 810. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 493) public SystemXMLElementWrapper[] primeDocument(ISystemProfile profile) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 811. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 493) public SystemXMLElementWrapper[] primeDocument(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 812. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 516) public IPropertySet getDocument(ISystemProfile profile) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 813. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 516) public IPropertySet getDocument(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 814. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 554) protected abstract boolean doMigration(ISystemProfile profile, String oldRelease); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 815. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 554) protected abstract boolean doMigration(ISystemProfile profile, String oldRelease); ^^^^^^^^^^ Javadoc: Missing tag for parameter oldRelease ---------- 816. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 560) public void setChanged(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 817. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 568) public void resetUserData(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 818. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 576) public void processResourceChangeHit(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 819. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 584) protected void dataChanged(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 820. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 590) protected IPropertySet loadUserData(ISystemProfile profile) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 821. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 590) protected IPropertySet loadUserData(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 822. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 628) protected IPropertySet createAndPrimeDocument(ISystemProfile profile) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 823. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 628) protected IPropertySet createAndPrimeDocument(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 824. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 652) public void saveUserData(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 825. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 667) public boolean moveElementDown(SystemXMLElementWrapper elementWrapper/*, SystemXMLElementWrapper nextNextElementWrapper*/) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter elementWrapper ---------- 826. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 703) public boolean moveElementUp(SystemXMLElementWrapper elementWrapper/*, SystemXMLElementWrapper previousElementWrapper*/) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter elementWrapper ---------- 827. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 741) public String prepareClipboardCopy(SystemXMLElementWrapper elementWrapper) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter elementWrapper ---------- 828. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 760) public boolean enablePaste(SystemXMLElementWrapper selectedElementWrapper, String id) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 829. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 760) public boolean enablePaste(SystemXMLElementWrapper selectedElementWrapper, String id) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedElementWrapper ---------- 830. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 760) public boolean enablePaste(SystemXMLElementWrapper selectedElementWrapper, String id) { ^^ Javadoc: Missing tag for parameter id ---------- 831. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 771) public SystemXMLElementWrapper pasteClipboardCopy(SystemXMLElementWrapper selectedElementWrapper, String id) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedElementWrapper ---------- 832. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 771) public SystemXMLElementWrapper pasteClipboardCopy(SystemXMLElementWrapper selectedElementWrapper, String id) { ^^ Javadoc: Missing tag for parameter id ---------- 833. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 780) IPropertySet pastedElement = null; ^^^^^^^^^^^^^ The local variable pastedElement is never read ---------- 834. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 826) private String getUniqueCloneName(SystemXMLElementWrapper elementWrapper) { ^^^^^^ Javadoc: Missing tag for return type ---------- 835. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 826) private String getUniqueCloneName(SystemXMLElementWrapper elementWrapper) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter elementWrapper ---------- 836. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 871) public Object[] getElements(ISystemProfile profile, Object element) { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 837. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 871) public Object[] getElements(ISystemProfile profile, Object element) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 838. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 871) public Object[] getElements(ISystemProfile profile, Object element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 839. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 883) public Object[] getElements(ISystemProfile[] profiles, Object input) { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 840. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 883) public Object[] getElements(ISystemProfile[] profiles, Object input) { ^^^^^^^^ Javadoc: Missing tag for parameter profiles ---------- 841. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 883) public Object[] getElements(ISystemProfile[] profiles, Object input) { ^^^^^ Javadoc: Missing tag for parameter input ---------- 842. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 944) protected abstract boolean isUserActionsManager(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 843. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 992) public IPropertySet findChildByName(ISystemProfile profile, String name, int domain) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 844. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 992) public IPropertySet findChildByName(ISystemProfile profile, String name, int domain) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 845. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 992) public IPropertySet findChildByName(ISystemProfile profile, String name, int domain) { ^^^^ Javadoc: Missing tag for parameter name ---------- 846. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 992) public IPropertySet findChildByName(ISystemProfile profile, String name, int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 847. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1006) public SystemXMLElementWrapper findByName(ISystemProfile profile, String name, int domain) { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 848. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1006) public SystemXMLElementWrapper findByName(ISystemProfile profile, String name, int domain) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 849. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1006) public SystemXMLElementWrapper findByName(ISystemProfile profile, String name, int domain) { ^^^^ Javadoc: Missing tag for parameter name ---------- 850. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1006) public SystemXMLElementWrapper findByName(ISystemProfile profile, String name, int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 851. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1017) public Vector getExistingNames(ISystemProfile profile, int domain) { ^^^^^^ Javadoc: Missing tag for return type ---------- 852. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1017) public Vector getExistingNames(ISystemProfile profile, int domain) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 853. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1017) public Vector getExistingNames(ISystemProfile profile, int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 854. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1033) public SystemXMLElementWrapper addElement(ISystemProfile profile, int domain, String name) { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 855. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1033) public SystemXMLElementWrapper addElement(ISystemProfile profile, int domain, String name) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 856. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1033) public SystemXMLElementWrapper addElement(ISystemProfile profile, int domain, String name) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 857. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1033) public SystemXMLElementWrapper addElement(ISystemProfile profile, int domain, String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 858. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1077) public void delete(ISystemProfile profile, SystemXMLElementWrapper elementWrapper) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 859. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1077) public void delete(ISystemProfile profile, SystemXMLElementWrapper elementWrapper) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter elementWrapper ---------- 860. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1088) private void setProfileIndexedInstanceVariable_Document(ISystemProfile profile, IPropertySet doc) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 861. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1088) private void setProfileIndexedInstanceVariable_Document(ISystemProfile profile, IPropertySet doc) { ^^^ Javadoc: Missing tag for parameter doc ---------- 862. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1098) private IPropertySet getProfileIndexedInstanceVariable_Document(ISystemProfile profile) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 863. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1098) private IPropertySet getProfileIndexedInstanceVariable_Document(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 864. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1108) private void setProfileIndexedInstanceVariable_hasChanged(ISystemProfile profile, boolean hasChanged) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 865. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1108) private void setProfileIndexedInstanceVariable_hasChanged(ISystemProfile profile, boolean hasChanged) { ^^^^^^^^^^ Javadoc: Missing tag for parameter hasChanged ---------- 866. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1122) private boolean getProfileIndexedInstanceVariable_hasChanged(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 867. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1122) private boolean getProfileIndexedInstanceVariable_hasChanged(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 868. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1137) private Object[] getProfileIndexedInstanceVariable_dirPath(ISystemProfile profile) { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 869. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1137) private Object[] getProfileIndexedInstanceVariable_dirPath(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 870. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1152) protected SystemXMLElementWrapper getDomainWrapper(ISystemProfile profile, int domain) { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 871. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1152) protected SystemXMLElementWrapper getDomainWrapper(ISystemProfile profile, int domain) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 872. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1152) protected SystemXMLElementWrapper getDomainWrapper(ISystemProfile profile, int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 873. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1172) protected Vector createExistingDomainElementWrappers(Vector v, ISystemProfile profile) { ^^^^^^ Javadoc: Missing tag for return type ---------- 874. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1172) protected Vector createExistingDomainElementWrappers(Vector v, ISystemProfile profile) { ^ Javadoc: Missing tag for parameter v ---------- 875. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1172) protected Vector createExistingDomainElementWrappers(Vector v, ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 876. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1199) protected SystemXMLElementWrapper createDomainElementWrapper(IPropertySet xmlDomainElementToWrap, ISystemProfile profile, int domain) { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 877. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1199) protected SystemXMLElementWrapper createDomainElementWrapper(IPropertySet xmlDomainElementToWrap, ISystemProfile profile, int domain) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter xmlDomainElementToWrap ---------- 878. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1199) protected SystemXMLElementWrapper createDomainElementWrapper(IPropertySet xmlDomainElementToWrap, ISystemProfile profile, int domain) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 879. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1199) protected SystemXMLElementWrapper createDomainElementWrapper(IPropertySet xmlDomainElementToWrap, ISystemProfile profile, int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 880. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1207) protected IPropertySet findDomainElement(IPropertySet xdoc, int domain) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 881. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1207) protected IPropertySet findDomainElement(IPropertySet xdoc, int domain) { ^^^^ Javadoc: Missing tag for parameter xdoc ---------- 882. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1207) protected IPropertySet findDomainElement(IPropertySet xdoc, int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 883. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1215) protected IPropertySet findOrCreateDomainElement(IPropertySet xdoc, int domain) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 884. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1215) protected IPropertySet findOrCreateDomainElement(IPropertySet xdoc, int domain) { ^^^^ Javadoc: Missing tag for parameter xdoc ---------- 885. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1215) protected IPropertySet findOrCreateDomainElement(IPropertySet xdoc, int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 886. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1223) protected IPropertySet findOrCreateDomainElement(IPropertySet xdoc, int domain, boolean create) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 887. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1223) protected IPropertySet findOrCreateDomainElement(IPropertySet xdoc, int domain, boolean create) { ^^^^ Javadoc: Missing tag for parameter xdoc ---------- 888. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1223) protected IPropertySet findOrCreateDomainElement(IPropertySet xdoc, int domain, boolean create) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 889. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1223) protected IPropertySet findOrCreateDomainElement(IPropertySet xdoc, int domain, boolean create) { ^^^^^^ Javadoc: Missing tag for parameter create ---------- 890. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1264) protected IPropertySet createDomainElement(IPropertySet xdoc, int domain) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 891. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1279) public static boolean isDomainElement(IPropertySet element) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 892. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseManager.java (at line 1279) public static boolean isDomainElement(IPropertySet element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 893. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 39) 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/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 894. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 85) public SystemUDBaseTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystem ss, SystemUDBaseManager docManager) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 895. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 85) public SystemUDBaseTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystem ss, SystemUDBaseManager docManager) { ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 896. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 85) public SystemUDBaseTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystem ss, SystemUDBaseManager docManager) { ^^ Javadoc: Missing tag for parameter ss ---------- 897. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 85) public SystemUDBaseTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystem ss, SystemUDBaseManager docManager) { ^^^^^^^^^^ Javadoc: Missing tag for parameter docManager ---------- 898. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 107) public SystemUDBaseTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystemConfiguration ssFactory, ISystemProfile profile, SystemUDBaseManager docManager) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 899. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 107) public SystemUDBaseTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystemConfiguration ssFactory, ISystemProfile profile, SystemUDBaseManager docManager) { ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 900. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 107) public SystemUDBaseTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystemConfiguration ssFactory, ISystemProfile profile, SystemUDBaseManager docManager) { ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- 901. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 107) public SystemUDBaseTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystemConfiguration ssFactory, ISystemProfile profile, SystemUDBaseManager docManager) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 902. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 107) public SystemUDBaseTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystemConfiguration ssFactory, ISystemProfile profile, SystemUDBaseManager docManager) { ^^^^^^^^^^ Javadoc: Missing tag for parameter docManager ---------- 903. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 195) SystemViewMenuListener ml = new SystemViewMenuListener(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewMenuListener is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 904. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 195) SystemViewMenuListener ml = new SystemViewMenuListener(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemViewMenuListener() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 905. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 195) SystemViewMenuListener ml = new SystemViewMenuListener(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewMenuListener is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 906. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 206) public void fillContextMenu(IMenuManager menu) { ^^^^ Javadoc: Missing tag for parameter menu ---------- 907. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 241) public void createStandardGroups(IMenuManager menu) { ^^^^ Javadoc: Missing tag for parameter menu ---------- 908. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 252) private SystemUDTreeActionDelete getDeleteAction(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 909. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 252) private SystemUDTreeActionDelete getDeleteAction(ISelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 910. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 261) private SystemUDTreeActionMoveUp getMoveUpAction(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 911. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 261) private SystemUDTreeActionMoveUp getMoveUpAction(ISelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 912. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 270) private SystemUDTreeActionMoveDown getMoveDownAction(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 913. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 270) private SystemUDTreeActionMoveDown getMoveDownAction(ISelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 914. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 279) private SystemUDTreeActionCopy getCopyAction(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 915. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 279) private SystemUDTreeActionCopy getCopyAction(ISelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 916. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 288) private SystemUDTreeActionPaste getPasteAction(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 917. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 288) private SystemUDTreeActionPaste getPasteAction(ISelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 918. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 297) protected SystemUDARestoreDefaultsActions getRestoreAction(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 919. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 297) protected SystemUDARestoreDefaultsActions getRestoreAction(ISelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 920. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 328) public boolean canDelete() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 921. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 336) public boolean canMoveUp() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 922. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 344) public boolean canMoveDown() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 923. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 352) public boolean canCopy() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 924. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 360) public boolean canPaste() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 925. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 375) public boolean doDelete() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 926. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 401) protected int getResourceType() { ^^^ Javadoc: Missing tag for return type ---------- 927. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 408) protected SystemMessage getDeleteConfirmationMessage() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 928. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 421) public boolean doMoveUp() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 929. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 440) public boolean doMoveDown() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 930. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 460) public boolean doCopy() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 931. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 476) public boolean doPaste() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 932. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 500) public boolean canRestore() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 933. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 685) private TreeItem findElement(IPropertySet searchNode) { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 934. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 685) private TreeItem findElement(IPropertySet searchNode) { ^^^^^^^^^^ Javadoc: Missing tag for parameter searchNode ---------- 935. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 697) private TreeItem findElement(TreeItem parentItem, IPropertySet searchNode) { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 936. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 697) private TreeItem findElement(TreeItem parentItem, IPropertySet searchNode) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parentItem ---------- 937. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 697) private TreeItem findElement(TreeItem parentItem, IPropertySet searchNode) { ^^^^^^^^^^ Javadoc: Missing tag for parameter searchNode ---------- 938. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 793) protected void moveTreeItem(Widget parentItem, Item item, Object src, int newPosition) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parentItem ---------- 939. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 793) protected void moveTreeItem(Widget parentItem, Item item, Object src, int newPosition) { ^^^^ Javadoc: Missing tag for parameter item ---------- 940. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 793) protected void moveTreeItem(Widget parentItem, Item item, Object src, int newPosition) { ^^^ Javadoc: Missing tag for parameter src ---------- 941. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 793) protected void moveTreeItem(Widget parentItem, Item item, Object src, int newPosition) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter newPosition ---------- 942. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 808) protected int getTreeItemPosition(Widget parentItem, Item childItem) { ^^^ Javadoc: Missing tag for return type ---------- 943. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 808) protected int getTreeItemPosition(Widget parentItem, Item childItem) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parentItem ---------- 944. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeView.java (at line 808) protected int getTreeItemPosition(Widget parentItem, Item childItem) { ^^^^^^^^^ Javadoc: Missing tag for parameter childItem ---------- ---------- 945. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDBaseTreeViewLabelProvider.java (at line 26) public SystemUDBaseTreeViewLabelProvider(SystemUDBaseManager docManager) { ^^^^^^^^^^ Javadoc: Missing tag for parameter docManager ---------- ---------- 946. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 68) public SystemUDSelectTypesForm(Shell shell, ISubSystem subsystem, SystemUDTypeManager mgr) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 947. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 68) public SystemUDSelectTypesForm(Shell shell, ISubSystem subsystem, SystemUDTypeManager mgr) { ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 948. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 68) public SystemUDSelectTypesForm(Shell shell, ISubSystem subsystem, SystemUDTypeManager mgr) { ^^^ Javadoc: Missing tag for parameter mgr ---------- 949. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 83) public SystemUDSelectTypesForm(Shell shell, ISubSystemConfiguration subsystemFactory, ISystemProfile profile, SystemUDTypeManager mgr) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 950. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 83) public SystemUDSelectTypesForm(Shell shell, ISubSystemConfiguration subsystemFactory, ISystemProfile profile, SystemUDTypeManager mgr) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsystemFactory ---------- 951. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 83) public SystemUDSelectTypesForm(Shell shell, ISubSystemConfiguration subsystemFactory, ISystemProfile profile, SystemUDTypeManager mgr) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 952. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 83) public SystemUDSelectTypesForm(Shell shell, ISubSystemConfiguration subsystemFactory, ISystemProfile profile, SystemUDTypeManager mgr) { ^^^ Javadoc: Missing tag for parameter mgr ---------- 953. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 101) public void setAllType(String allType) { ^^^^^^^ Javadoc: Missing tag for parameter allType ---------- 954. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 112) public void setGroupLabel(String label, String tooltip) { ^^^^^ Javadoc: Missing tag for parameter label ---------- 955. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 112) public void setGroupLabel(String label, String tooltip) { ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 956. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 121) public void setMasterListLabel(String label, String tooltip) { ^^^^^ Javadoc: Missing tag for parameter label ---------- 957. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 121) public void setMasterListLabel(String label, String tooltip) { ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 958. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 130) public void setSelectedListLabel(String label, String tooltip) { ^^^^^ Javadoc: Missing tag for parameter label ---------- 959. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 130) public void setSelectedListLabel(String label, String tooltip) { ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 960. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 138) public void setVisible(boolean visible) { ^^^^^^^ Javadoc: Missing tag for parameter visible ---------- 961. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 148) public void setDomain(int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 962. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 165) public void setMasterTypes(String[] types) { ^^^^^ Javadoc: Missing tag for parameter types ---------- 963. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 185) public void setTypes(String[] types) { ^^^^^ Javadoc: Missing tag for parameter types ---------- 964. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 238) public String[] getMasterTypes() { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 965. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 246) public String[] getTypes() { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 966. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 258) public Composite createContents(Composite parent, int span) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 967. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 316) private List createListBox(Composite c, String label, String tooltip) { ^^^^ Javadoc: Missing tag for return type ---------- 968. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 316) private List createListBox(Composite c, String label, String tooltip) { ^ Javadoc: Missing tag for parameter c ---------- 969. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 316) private List createListBox(Composite c, String label, String tooltip) { ^^^^^ Javadoc: Missing tag for parameter label ---------- 970. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 316) private List createListBox(Composite c, String label, String tooltip) { ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 971. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 418) private void setMessage(List listbox) { ^^^^^^^ Javadoc: Missing tag for parameter listbox ---------- 972. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 445) private void fireSelectedListChange(boolean selectedListChanged, boolean masterListChanged) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedListChanged ---------- 973. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 445) private void fireSelectedListChange(boolean selectedListChanged, boolean masterListChanged) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter masterListChanged ---------- 974. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 458) protected Label addSeparatorLine(Composite parent, int nbrColumns) { ^^^^^ Javadoc: Missing tag for return type ---------- 975. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 458) protected Label addSeparatorLine(Composite parent, int nbrColumns) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 976. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 458) protected Label addSeparatorLine(Composite parent, int nbrColumns) { ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 977. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 470) protected Label addFillerLine(Composite parent, int nbrColumns) { ^^^^^ Javadoc: Missing tag for return type ---------- 978. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 470) protected Label addFillerLine(Composite parent, int nbrColumns) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 979. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSelectTypesForm.java (at line 470) protected Label addFillerLine(Composite parent, int nbrColumns) { ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- ---------- 980. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSimpleTypesListEditor.java (at line 45) public SystemUDSimpleTypesListEditor(Composite parent, int nbrColumns) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 981. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSimpleTypesListEditor.java (at line 45) public SystemUDSimpleTypesListEditor(Composite parent, int nbrColumns) { ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 982. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSimpleTypesListEditor.java (at line 61) protected void createContents(Composite parent, int nbrColumns) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 983. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSimpleTypesListEditor.java (at line 61) protected void createContents(Composite parent, int nbrColumns) { ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 984. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSimpleTypesListEditor.java (at line 82) public int getDomain() { ^^^ Javadoc: Missing tag for return type ---------- 985. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSimpleTypesListEditor.java (at line 89) public void setValidator(ISystemValidator validator) { ^^^^^^^^^ Javadoc: Missing tag for parameter validator ---------- 986. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDSimpleTypesListEditor.java (at line 190) public void setAutoUpperCase(boolean autoUpperCase) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter autoUpperCase ---------- ---------- 987. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTreeActionCopy.java (at line 29) public SystemUDTreeActionCopy(SystemUDBaseTreeView parentTreeView) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentTreeView ---------- ---------- 988. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTreeActionDelete.java (at line 29) public SystemUDTreeActionDelete(SystemUDBaseTreeView parentTreeView) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentTreeView ---------- ---------- 989. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTreeActionMoveDown.java (at line 28) public SystemUDTreeActionMoveDown(SystemUDBaseTreeView parentTreeView) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentTreeView ---------- ---------- 990. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTreeActionMoveUp.java (at line 28) public SystemUDTreeActionMoveUp(SystemUDBaseTreeView parentTreeView) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentTreeView ---------- ---------- 991. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTreeActionPaste.java (at line 29) public SystemUDTreeActionPaste(SystemUDBaseTreeView parentTreeView) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentTreeView ---------- ---------- 992. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTreeViewNewItem.java (at line 52) public boolean isExecutable() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 993. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTreeViewNewItem.java (at line 59) public boolean isWorkWithActionsDialog() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 994. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTreeViewNewItem.java (at line 66) public int getDomain() { ^^^ Javadoc: Missing tag for return type ---------- 995. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTreeViewNewItem.java (at line 76) public static SystemUDTreeViewNewItem getRootNewItem(boolean wwActionsDialog, String newNodeLabel) { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 996. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTreeViewNewItem.java (at line 94) public static SystemUDTreeViewNewItem getOnlyNewItem(boolean wwActionsDialog, String newNodeLabel) { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 997. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTreeViewNewItem.java (at line 114) public static SystemUDTreeViewNewItem getOnlyNewItem(int domain, boolean wwActionsDialog, String newNodeLabel) { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 998. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 86) public SystemUDTypeEditPane(SystemUDActionSubsystem udaActionSubsys, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter udaActionSubsys ---------- 999. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 86) public SystemUDTypeEditPane(SystemUDActionSubsystem udaActionSubsys, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1000. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 86) public SystemUDTypeEditPane(SystemUDActionSubsystem udaActionSubsys, ISystemUDAEditPaneHoster parent, ISystemUDTreeView tv) { ^^ Javadoc: Missing tag for parameter tv ---------- 1001. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 103) public void setDomain(int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 1002. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 112) public int getDomain() { ^^^ Javadoc: Missing tag for return type ---------- 1003. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 128) public void setStateMachine(SystemEditPaneStateMachine sm) { ^^ Javadoc: Missing tag for parameter sm ---------- 1004. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 135) public Control createContents(Composite parent) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1005. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 135) public Control createContents(Composite parent) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1006. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 180) protected boolean getAutoUpperCaseTypes() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1007. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 187) public void setEnabled(boolean enable) { ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 1008. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 225) protected SystemMessage doTypesStringValidation(boolean doSetFocus) { ^^^^^^^^^^ Javadoc: Missing tag for parameter doSetFocus ---------- 1009. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 236) protected SystemMessage doAdditionalValidation(boolean doSetFocus) { ^^^^^^^^^^ Javadoc: Missing tag for parameter doSetFocus ---------- 1010. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 259) protected boolean isPageComplete() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1011. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 283) public boolean areErrorsPending() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1012. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 438) protected Vector getExistingNames() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1013. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 452) protected SystemUDActionSubsystem getUDActionSubsystem() { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1014. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 487) protected SystemUDTypeElement createNewType(String typeName, int domain) { ^^^^^^^^ Javadoc: Missing tag for parameter typeName ---------- 1015. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeEditPane.java (at line 487) protected SystemUDTypeElement createNewType(String typeName, int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- ---------- 1016. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeElement.java (at line 62) public String getTypes() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1017. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeElement.java (at line 74) public void setTypes(String s) { ^ Javadoc: Missing tag for parameter s ---------- ---------- 1018. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeManager.java (at line 41) public SystemUDTypeManager(SystemUDActionSubsystem udas) { ^^^^ Javadoc: Missing tag for parameter udas ---------- 1019. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeManager.java (at line 155) public String getTypesForTypeName(String typeName, int domain) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1020. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeManager.java (at line 155) public String getTypesForTypeName(String typeName, int domain) { ^^^^^^^^ Javadoc: Missing tag for parameter typeName ---------- 1021. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeManager.java (at line 155) public String getTypesForTypeName(String typeName, int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 1022. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeManager.java (at line 187) public String[] getTypeNames(int domain) { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1023. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeManager.java (at line 187) public String[] getTypeNames(int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 1024. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeManager.java (at line 217) public SystemUDTypeElement addType(int domain, String name) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1025. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeManager.java (at line 217) public SystemUDTypeElement addType(int domain, String name) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 1026. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeManager.java (at line 217) public SystemUDTypeElement addType(int domain, String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 1027. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeManager.java (at line 229) public void delete(SystemUDTypeElement typeElement) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter typeElement ---------- ---------- 1028. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeTreeView.java (at line 39) public SystemUDTypeTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystem ss, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1029. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeTreeView.java (at line 39) public SystemUDTypeTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystem ss, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 1030. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeTreeView.java (at line 39) public SystemUDTypeTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystem ss, SystemUDActionSubsystem udaActionSubsystem) { ^^ Javadoc: Missing tag for parameter ss ---------- 1031. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeTreeView.java (at line 39) public SystemUDTypeTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystem ss, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter udaActionSubsystem ---------- 1032. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeTreeView.java (at line 47) public SystemUDTypeTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystemConfiguration ssFactory, ISystemProfile profile) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1033. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeTreeView.java (at line 47) public SystemUDTypeTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystemConfiguration ssFactory, ISystemProfile profile) { ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 1034. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeTreeView.java (at line 47) public SystemUDTypeTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystemConfiguration ssFactory, ISystemProfile profile) { ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- 1035. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeTreeView.java (at line 47) public SystemUDTypeTreeView(Composite parent, ISystemUDWorkWithDialog editPane, ISubSystemConfiguration ssFactory, ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1036. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeTreeView.java (at line 58) public SystemUDTypeManager getTypeManager() { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1037. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeTreeView.java (at line 66) public String getSelectedTypeName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1038. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeTreeView.java (at line 74) public int getSelectedTypeDomain() { ^^^ Javadoc: Missing tag for return type ---------- 1039. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeTreeView.java (at line 121) public void selectType(SystemUDTypeElement element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1040. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUDTypeTreeView.java (at line 131) public void refreshTypeParent(SystemUDTypeElement element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 1041. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUserActionExtension.java (at line 33) public SystemUserActionExtension(IConfigurationElement element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1042. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUserActionExtension.java (at line 44) public String getVendor() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1043. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUserActionExtension.java (at line 51) public String getId() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1044. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUserActionExtension.java (at line 58) public boolean appliesToSystemType(IRSESystemType type) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1045. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUserActionExtension.java (at line 58) public boolean appliesToSystemType(IRSESystemType type) { ^^^^ Javadoc: Missing tag for parameter type ---------- ---------- 1046. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUserActionExtensionManager.java (at line 58) public SystemUserActionExtension[] getUserActionExtensions(IRSESystemType systemType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1047. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUserActionExtensionManager.java (at line 58) public SystemUserActionExtension[] getUserActionExtensions(IRSESystemType systemType) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 1048. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUserActionExtensionManager.java (at line 79) protected boolean hasBeenRead() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1049. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUserActionExtensionManager.java (at line 103) protected SystemUserActionExtension createUserActionExtension(IConfigurationElement element) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1050. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemUserActionExtensionManager.java (at line 103) protected SystemUserActionExtension createUserActionExtension(IConfigurationElement element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 1051. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDAsDialog.java (at line 71) public SystemWorkWithUDAsDialog(Shell shell, ISubSystem ss, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1052. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDAsDialog.java (at line 71) public SystemWorkWithUDAsDialog(Shell shell, ISubSystem ss, SystemUDActionSubsystem udaActionSubsystem) { ^^ Javadoc: Missing tag for parameter ss ---------- 1053. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDAsDialog.java (at line 71) public SystemWorkWithUDAsDialog(Shell shell, ISubSystem ss, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter udaActionSubsystem ---------- 1054. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDAsDialog.java (at line 88) public SystemWorkWithUDAsDialog(Shell shell, ISubSystemConfiguration ssFactory, ISystemProfile profile, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1055. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDAsDialog.java (at line 88) public SystemWorkWithUDAsDialog(Shell shell, ISubSystemConfiguration ssFactory, ISystemProfile profile, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- 1056. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDAsDialog.java (at line 88) public SystemWorkWithUDAsDialog(Shell shell, ISubSystemConfiguration ssFactory, ISystemProfile profile, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1057. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDAsDialog.java (at line 88) public SystemWorkWithUDAsDialog(Shell shell, ISubSystemConfiguration ssFactory, ISystemProfile profile, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter udaActionSubsystem ---------- 1058. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDAsDialog.java (at line 130) protected SystemUDActionSubsystem getUDActionSubsystem() { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1059. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDAsDialog.java (at line 421) protected boolean isSelectionVendorSupplied() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1060. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDAsDialog.java (at line 435) protected String getVendorOfSelection() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1061. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDTypeDialog.java (at line 61) public SystemWorkWithUDTypeDialog(Shell shell, ISubSystem ss, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1062. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDTypeDialog.java (at line 61) public SystemWorkWithUDTypeDialog(Shell shell, ISubSystem ss, SystemUDActionSubsystem udaActionSubsystem) { ^^ Javadoc: Missing tag for parameter ss ---------- 1063. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDTypeDialog.java (at line 61) public SystemWorkWithUDTypeDialog(Shell shell, ISubSystem ss, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter udaActionSubsystem ---------- 1064. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDTypeDialog.java (at line 78) public SystemWorkWithUDTypeDialog(Shell shell, ISubSystemConfiguration ssFactory, ISystemProfile profile) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1065. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDTypeDialog.java (at line 78) public SystemWorkWithUDTypeDialog(Shell shell, ISubSystemConfiguration ssFactory, ISystemProfile profile) { ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- 1066. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDTypeDialog.java (at line 78) public SystemWorkWithUDTypeDialog(Shell shell, ISubSystemConfiguration ssFactory, ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1067. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDTypeDialog.java (at line 102) public void preSelectType(int domain, String type) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 1068. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDTypeDialog.java (at line 102) public void preSelectType(int domain, String type) { ^^^^ Javadoc: Missing tag for parameter type ---------- 1069. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDTypeDialog.java (at line 207) protected SystemUDActionSubsystem getUDActionSubsystem() { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1070. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDTypeDialog.java (at line 234) public String getSelectedTypeName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1071. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDTypeDialog.java (at line 241) public int getSelectedTypeDomain() { ^^^ Javadoc: Missing tag for return type ---------- 1072. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDTypeDialog.java (at line 258) protected boolean isAllTypeSelected() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1073. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDTypeDialog.java (at line 265) protected boolean isSelectionVendorSupplied() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1074. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemWorkWithUDTypeDialog.java (at line 273) protected String getVendorOfSelection() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1075. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 108) public ISystemProfile getProfile() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1076. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 115) public SystemUDBaseManager getManager() { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1077. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 122) public IPropertySet getElement() { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1078. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 129) public IPropertySet getDocument() { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1079. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 139) public IPropertySet getParentDomainElement() { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1080. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 151) public IPropertySet getParentElement() { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1081. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 162) public boolean isDomain() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1082. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 171) public int getDomain() { ^^^ Javadoc: Missing tag for return type ---------- 1083. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 178) public String getName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1084. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 187) public void setName(String s) { ^ Javadoc: Missing tag for parameter s ---------- 1085. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 213) public int getOrder() { ^^^ Javadoc: Missing tag for return type ---------- 1086. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 231) public String getOriginalName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1087. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 243) public boolean isIBM() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1088. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 254) public void setVendor(String vendor) { ^^^^^^ Javadoc: Missing tag for parameter vendor ---------- 1089. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 262) public String getVendor() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1090. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 270) public void setIBM(boolean isFromIBM) { ^^^^^^^^^ Javadoc: Missing tag for parameter isFromIBM ---------- 1091. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 281) public boolean isUserChanged() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1092. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 296) public void setUserChanged(boolean isUserChanged) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter isUserChanged ---------- 1093. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 330) public void setBooleanAttribute(String attr, boolean b) { ^^^^ Javadoc: Missing tag for parameter attr ---------- 1094. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 330) public void setBooleanAttribute(String attr, boolean b) { ^ Javadoc: Missing tag for parameter b ---------- 1095. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 347) public boolean getBooleanAttribute(String attr) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1096. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 358) public boolean getBooleanAttribute(String attr, boolean defaultValue) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1097. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 369) public String getAttribute(String attr, String defaultValue) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1098. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 369) public String getAttribute(String attr, String defaultValue) { ^^^^ Javadoc: Missing tag for parameter attr ---------- 1099. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 369) public String getAttribute(String attr, String defaultValue) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter defaultValue ---------- 1100. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 378) public void setAttribute(String attr, String value) { ^^^^ Javadoc: Missing tag for parameter attr ---------- 1101. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 378) public void setAttribute(String attr, String value) { ^^^^^ Javadoc: Missing tag for parameter value ---------- 1102. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 404) public Vector getExistingNames() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1103. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 423) public Vector getExistingNames(IPropertySet parentElement, IPropertySet xdoc) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1104. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 423) public Vector getExistingNames(IPropertySet parentElement, IPropertySet xdoc) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- 1105. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 423) public Vector getExistingNames(IPropertySet parentElement, IPropertySet xdoc) { ^^^^ Javadoc: Missing tag for parameter xdoc ---------- 1106. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 432) public static Vector getExistingNames(IPropertySet parentElement, IPropertySet xdoc, String tagName) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1107. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 432) public static Vector getExistingNames(IPropertySet parentElement, IPropertySet xdoc, String tagName) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- 1108. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 432) public static Vector getExistingNames(IPropertySet parentElement, IPropertySet xdoc, String tagName) { ^^^^ Javadoc: Missing tag for parameter xdoc ---------- 1109. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 432) public static Vector getExistingNames(IPropertySet parentElement, IPropertySet xdoc, String tagName) { ^^^^^^^ Javadoc: Missing tag for parameter tagName ---------- 1110. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 455) public Vector getChildren(Vector children, IPropertySet parentElement, IPropertySet xdoc, ISystemProfile profile) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1111. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 455) public Vector getChildren(Vector children, IPropertySet parentElement, IPropertySet xdoc, ISystemProfile profile) { ^^^^^^^^ Javadoc: Missing tag for parameter children ---------- 1112. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 455) public Vector getChildren(Vector children, IPropertySet parentElement, IPropertySet xdoc, ISystemProfile profile) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- 1113. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 455) public Vector getChildren(Vector children, IPropertySet parentElement, IPropertySet xdoc, ISystemProfile profile) { ^^^^ Javadoc: Missing tag for parameter xdoc ---------- 1114. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 455) public Vector getChildren(Vector children, IPropertySet parentElement, IPropertySet xdoc, ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1115. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 465) public static Vector getChildren(Vector children, IPropertySet parentElement, IPropertySet xdoc, ISystemProfile profile, ISystemXMLElementWrapperFactory factory, int domain) { ^^^^^^^^ Javadoc: Missing tag for parameter children ---------- 1116. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 465) public static Vector getChildren(Vector children, IPropertySet parentElement, IPropertySet xdoc, ISystemProfile profile, ISystemXMLElementWrapperFactory factory, int domain) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- 1117. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 465) public static Vector getChildren(Vector children, IPropertySet parentElement, IPropertySet xdoc, ISystemProfile profile, ISystemXMLElementWrapperFactory factory, int domain) { ^^^^ Javadoc: Missing tag for parameter xdoc ---------- 1118. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 465) public static Vector getChildren(Vector children, IPropertySet parentElement, IPropertySet xdoc, ISystemProfile profile, ISystemXMLElementWrapperFactory factory, int domain) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1119. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 465) public static Vector getChildren(Vector children, IPropertySet parentElement, IPropertySet xdoc, ISystemProfile profile, ISystemXMLElementWrapperFactory factory, int domain) { ^^^^^^^ Javadoc: Missing tag for parameter factory ---------- 1120. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 465) public static Vector getChildren(Vector children, IPropertySet parentElement, IPropertySet xdoc, ISystemProfile profile, ISystemXMLElementWrapperFactory factory, int domain) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 1121. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 520) public static IPropertySet findChildByName(IPropertySet parentElement, IPropertySet xdoc, String tagName, String searchName) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1122. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 520) public static IPropertySet findChildByName(IPropertySet parentElement, IPropertySet xdoc, String tagName, String searchName) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- 1123. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 520) public static IPropertySet findChildByName(IPropertySet parentElement, IPropertySet xdoc, String tagName, String searchName) { ^^^^ Javadoc: Missing tag for parameter xdoc ---------- 1124. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 520) public static IPropertySet findChildByName(IPropertySet parentElement, IPropertySet xdoc, String tagName, String searchName) { ^^^^^^^ Javadoc: Missing tag for parameter tagName ---------- 1125. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/SystemXMLElementWrapper.java (at line 520) public static IPropertySet findChildByName(IPropertySet parentElement, IPropertySet xdoc, String tagName, String searchName) { ^^^^^^^^^^ Javadoc: Missing tag for parameter searchName ---------- ---------- 1126. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/actions/SystemWorkWithFileTypesAction.java (at line 91) public void preSelectType(int domain, String type) { ^^^^^^ Javadoc: Missing tag for parameter domain ---------- 1127. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/actions/SystemWorkWithFileTypesAction.java (at line 91) public void preSelectType(int domain, String type) { ^^^^ Javadoc: Missing tag for parameter type ---------- 1128. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/actions/SystemWorkWithFileTypesAction.java (at line 142) public String getSelectedTypeName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1129. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/actions/SystemWorkWithFileTypesAction.java (at line 153) public int getSelectedTypeDomain() { ^^^ Javadoc: Missing tag for return type ---------- ---------- 1130. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/actions/SystemWorkWithUDAsAction.java (at line 48) public SystemWorkWithUDAsAction(Shell parent, ISubSystem subSystem, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter udaActionSubsystem ---------- 1131. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/actions/SystemWorkWithUDAsAction.java (at line 60) public SystemWorkWithUDAsAction(Shell parent, ISubSystemConfiguration subSystemFactory, ISystemProfile profile, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1132. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/actions/SystemWorkWithUDAsAction.java (at line 60) public SystemWorkWithUDAsAction(Shell parent, ISubSystemConfiguration subSystemFactory, ISystemProfile profile, SystemUDActionSubsystem udaActionSubsystem) { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter udaActionSubsystem ---------- 1133. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/actions/SystemWorkWithUDAsAction.java (at line 111) public void setSubSystem(ISubSystem subsystem) { ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 1134. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/actions/SystemWorkWithUDAsAction.java (at line 123) public void setSubSystemFactory(ISubSystemConfiguration subsystemFactory, ISystemProfile profile) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsystemFactory ---------- 1135. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/uda/actions/SystemWorkWithUDAsAction.java (at line 123) public void setSubSystemFactory(ISubSystemConfiguration subsystemFactory, ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- ---------- 1136. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/validators/ValidatorCompileCommandLabel.java (at line 49) public ValidatorCompileCommandLabel(Collection existingLabelList) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingLabelList ---------- 1137. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/validators/ValidatorCompileCommandLabel.java (at line 57) public ValidatorCompileCommandLabel(String existingLabelList[]) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingLabelList ---------- 1138. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/validators/ValidatorCompileCommandLabel.java (at line 112) protected boolean checkForBadCharacters(String newText) { ^^^^^^^ Javadoc: Missing tag for parameter newText ---------- ---------- 1139. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/validators/ValidatorUserActionCommand.java (at line 62) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg) { ^^^^^^^^ Javadoc: Missing tag for parameter emptyMsg ---------- 1140. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/validators/ValidatorUserActionCommand.java (at line 62) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg) { ^^^^^^^^^^ Javadoc: Missing tag for parameter invalidMsg ---------- ---------- 1141. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/validators/ValidatorUserActionComment.java (at line 63) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg) { ^^^^^^^^ Javadoc: Missing tag for parameter emptyMsg ---------- 1142. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/validators/ValidatorUserActionComment.java (at line 63) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg) { ^^^^^^^^^^ Javadoc: Missing tag for parameter invalidMsg ---------- ---------- 1143. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/validators/ValidatorUserActionName.java (at line 59) public ValidatorUserActionName(String existingNameList[]) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingNameList ---------- 1144. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/validators/ValidatorUserActionName.java (at line 116) protected boolean checkForBadCharacters(String newText) { ^^^^^^^ Javadoc: Missing tag for parameter newText ---------- ---------- 1145. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/validators/ValidatorUserTypeName.java (at line 88) protected boolean checkForBadCharacters(String newText) { ^^^^^^^ Javadoc: Missing tag for parameter newText ---------- ---------- 1146. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/validators/ValidatorUserTypeTypes.java (at line 64) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg) { ^^^^^^^^ Javadoc: Missing tag for parameter emptyMsg ---------- 1147. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/ui/validators/ValidatorUserTypeTypes.java (at line 64) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg) { ^^^^^^^^^^ Javadoc: Missing tag for parameter invalidMsg ---------- 1147 problems (1147 warnings)# 7/17/12 12:02:05 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/CoreTestApplication.java (at line 27) * @see IPlatformRunnable ^^^^^^^^^^^^^^^^^ Javadoc: The type IPlatformRunnable is deprecated ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/EclipseTestRunner.java (at line 140) public static void main(String[] args) throws IOException { ^^^^ Javadoc: Missing tag for parameter args ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/EclipseTestRunner.java (at line 140) public static void main(String[] args) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/EclipseTestRunner.java (at line 213) public EclipseTestRunner(JUnitTest test, String testPluginName, boolean haltOnError, boolean haltOnFailure) { ^^^^ Javadoc: Missing tag for parameter test ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/EclipseTestRunner.java (at line 213) public EclipseTestRunner(JUnitTest test, String testPluginName, boolean haltOnError, boolean haltOnFailure) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter testPluginName ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/EclipseTestRunner.java (at line 213) public EclipseTestRunner(JUnitTest test, String testPluginName, boolean haltOnError, boolean haltOnFailure) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter haltOnError ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/EclipseTestRunner.java (at line 213) public EclipseTestRunner(JUnitTest test, String testPluginName, boolean haltOnError, boolean haltOnFailure) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter haltOnFailure ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/EclipseTestRunner.java (at line 230) protected Test getTest(String suiteClassName) throws TestFailedException { ^^^^ Javadoc: Missing tag for return type ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/EclipseTestRunner.java (at line 230) protected Test getTest(String suiteClassName) throws TestFailedException { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter suiteClassName ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/EclipseTestRunner.java (at line 230) protected Test getTest(String suiteClassName) throws TestFailedException { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception TestFailedException ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/EclipseTestRunner.java (at line 298) protected Class loadSuiteClass(String suiteClassName) throws ClassNotFoundException { ^^^^^ Javadoc: Missing tag for return type ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/EclipseTestRunner.java (at line 298) protected Class loadSuiteClass(String suiteClassName) throws ClassNotFoundException { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter suiteClassName ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/EclipseTestRunner.java (at line 298) protected Class loadSuiteClass(String suiteClassName) throws ClassNotFoundException { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception ClassNotFoundException ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/EclipseTestRunner.java (at line 433) private static void createAndStoreFormatter(String line) throws BuildException { ^^^^ Javadoc: Missing tag for parameter line ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/EclipseTestRunner.java (at line 433) private static void createAndStoreFormatter(String line) throws BuildException { ^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception BuildException ---------- ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/RegressionTest.java (at line 34) public RegressionTest( String oldFilename, ^^^^^^^^^^^ Javadoc: Missing tag for parameter oldFilename ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/RegressionTest.java (at line 35) String newFilename, ^^^^^^^^^^^ Javadoc: Missing tag for parameter newFilename ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/RegressionTest.java (at line 36) String outFilename) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter outFilename ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/RegressionTest.java (at line 134) static String testNotRun(String[] test) { ^^^^^^ Javadoc: Missing tag for return type ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/RegressionTest.java (at line 134) static String testNotRun(String[] test) { ^^^^ Javadoc: Missing tag for parameter test ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/RegressionTest.java (at line 141) static String testChanged(String[] test) { ^^^^^^ Javadoc: Missing tag for return type ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/RegressionTest.java (at line 141) static String testChanged(String[] test) { ^^^^ Javadoc: Missing tag for parameter test ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/RegressionTest.java (at line 148) static String testAdded(String[] test) { ^^^^^^ Javadoc: Missing tag for return type ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/RegressionTest.java (at line 148) static String testAdded(String[] test) { ^^^^ Javadoc: Missing tag for parameter test ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/RegressionTest.java (at line 155) static String readFile(String s) throws IOException { ^^^^^^ Javadoc: Missing tag for return type ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/RegressionTest.java (at line 155) static String readFile(String s) throws IOException { ^ Javadoc: Missing tag for parameter s ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/RegressionTest.java (at line 155) static String readFile(String s) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/RegressionTest.java (at line 172) static String[] nextTest(StringTokenizer st) { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/RegressionTest.java (at line 172) static String[] nextTest(StringTokenizer st) { ^^ Javadoc: Missing tag for parameter st ---------- ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 120) private String getApplicationToRun(String[] args) { ^^^^^^ Javadoc: Missing tag for return type ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 120) private String getApplicationToRun(String[] args) { ^^^^ Javadoc: Missing tag for parameter args ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 132) private Object runApplication(Object application, Object args) throws Exception { ^^^^^^ Javadoc: Missing tag for return type ---------- 33. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 132) private Object runApplication(Object application, Object args) throws Exception { ^^^^^^^^^^^ Javadoc: Missing tag for parameter application ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 132) private Object runApplication(Object application, Object args) throws Exception { ^^^^ Javadoc: Missing tag for parameter args ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.test/src/org/eclipse/test/UITestApplication.java (at line 132) private Object runApplication(Object application, Object args) throws Exception { ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 35 problems (35 warnings)Loading source files for package org.eclipse.tm.discovery.protocol... Loading source files for package org.eclipse.tm.discovery.transport... Loading source files for package org.eclipse.tm.discovery.model... Constructing Javadoc information... /opt/public/tools/tm/ws_30x/working/build/plugins/org.eclipse.tm.discovery.doc.isv/../org.eclipse.tm.discovery.engine/src/org/eclipse/tm/discovery/protocol/IProtocol.java:14: cannot access org.eclipse.emf.ecore.resource.Resource bad class file: /home/data/users/moberhuber/ws_30x/eclipse/dropins/eclipse/plugins/org.eclipse.emf.ecore_2.4.1.v200808251517.jar(org/eclipse/emf/ecore/resource/Resource.class) class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. import org.eclipse.emf.ecore.resource.Resource; ^ 1 error # 7/17/12 12:02:07 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/17/12 12:02:07 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/ModelItemProviderAdapterFactory.java (at line 246) * This delegates to {@link #changeNotifier} and to {@link #parentAdapterFactory}. ^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/ModelItemProviderAdapterFactory.java (at line 246) * This delegates to {@link #changeNotifier} and to {@link #parentAdapterFactory}. ^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'protected' reference ---------- ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/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 ---------- 8 problems (8 warnings)# 7/17/12 12:02:07 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/ws_30x/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/ws_30x/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/17/12 12:02:08 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. # 7/17/12 12:02:10 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. # 7/17/12 12:02:07 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. # 7/17/12 12:02:07 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. # 7/17/12 12:02:02 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.rapi/src/org/eclipse/tm/rapi/Rapi.java (at line 109) static final native int CoInitializeEx(int pvReserved, int dwCoInit); ^^^ Javadoc: Missing tag for return type ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.rapi/src/org/eclipse/tm/rapi/Rapi.java (at line 109) static final native int CoInitializeEx(int pvReserved, int dwCoInit); ^^^^^^^^^^ Javadoc: Missing tag for parameter pvReserved ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.rapi/src/org/eclipse/tm/rapi/Rapi.java (at line 109) static final native int CoInitializeEx(int pvReserved, int dwCoInit); ^^^^^^^^ Javadoc: Missing tag for parameter dwCoInit ---------- ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.rapi/src/org/eclipse/tm/rapi/RapiException.java (at line 36) public int getErrorCode() { ^^^ Javadoc: Missing tag for return type ---------- 4 problems (4 warnings)# 7/17/12 12:02:11 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/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/17/12 12:02:11 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.ssh/src/org/eclipse/tm/internal/terminal/ssh/SshConnection.java (at line 73) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^^^^ Javadoc: Missing tag for return type ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.ssh/src/org/eclipse/tm/internal/terminal/ssh/SshConnection.java (at line 73) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^^^^^ Javadoc: Missing tag for parameter username ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.ssh/src/org/eclipse/tm/internal/terminal/ssh/SshConnection.java (at line 73) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^^^^^ Javadoc: Missing tag for parameter password ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.ssh/src/org/eclipse/tm/internal/terminal/ssh/SshConnection.java (at line 73) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.ssh/src/org/eclipse/tm/internal/terminal/ssh/SshConnection.java (at line 73) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^ Javadoc: Missing tag for parameter port ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.ssh/src/org/eclipse/tm/internal/terminal/ssh/SshConnection.java (at line 73) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^^^^^^ Javadoc: Missing tag for parameter wrapperUI ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.ssh/src/org/eclipse/tm/internal/terminal/ssh/SshConnection.java (at line 73) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.ssh/src/org/eclipse/tm/internal/terminal/ssh/SshConnection.java (at line 73) protected Session createSession(String username, String password, String hostname, int port, UserInfo wrapperUI, IProgressMonitor monitor) throws JSchException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception JSchException ---------- 8 problems (8 warnings)# 7/17/12 12:02:11 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 221) public TelnetConnection(TelnetConnector terminalControl, Socket socket) throws IOException { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter terminalControl ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 221) public TelnetConnection(TelnetConnector terminalControl, Socket socket) throws IOException { ^^^^^^ Javadoc: Missing tag for parameter socket ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 221) public TelnetConnection(TelnetConnector terminalControl, Socket socket) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 239) public boolean isConnected() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 247) public boolean isRemoteTelnetServer() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 257) public void setTerminalSize(int newWidth, int newHeight) { ^^^^^^^^ Javadoc: Missing tag for parameter newWidth ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 257) public void setTerminalSize(int newWidth, int newHeight) { ^^^^^^^^^ Javadoc: Missing tag for parameter newHeight ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 280) public boolean localEcho() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 399) protected int processTelnetProtocol(int count) { ^^^^^ Javadoc: Missing tag for parameter count ---------- ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/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/17/12 12:02:11 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/TerminalSettingsDlg.java (at line 146) protected void setShellSize(Point size) { ^^^^ Javadoc: Missing tag for parameter size ---------- ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/TerminalViewPlugin.java (at line 102) public static TerminalViewPlugin getDefault() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3 problems (3 warnings)# 7/17/12 12:01:22 PM GMT-05:00 # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/connector/TerminalToRemoteInjectionOutputStream.java (at line 20) * This class handles bytes written to the {@link TerminalToRemoteInjectionOutputStream}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'default' reference ---------- 2. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/connector/TerminalToRemoteInjectionOutputStream.java (at line 32) * @param b a byte was written to the {@link TerminalToRemoteInjectionOutputStream}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'default' reference ---------- 3. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/connector/TerminalToRemoteInjectionOutputStream.java (at line 38) * @param b bytes written to the {@link TerminalToRemoteInjectionOutputStream}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: 'public' visibility for malformed doc comments hides this 'default' reference ---------- 4. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/connector/TerminalToRemoteInjectionOutputStream.java (at line 133) /** See {@link #grabOutput(TerminalToRemoteInjectionOutputStream.Interceptor)}. ^ Javadoc: 'public' visibility for malformed doc comments hides this 'default' reference ---------- ---------- 5. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/ITerminalViewControl.java (at line 36) void setEncoding(String encoding) throws UnsupportedEncodingException; ^^^^^^^^ Javadoc: Missing tag for parameter encoding ---------- 6. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/ITerminalViewControl.java (at line 36) void setEncoding(String encoding) throws UnsupportedEncodingException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception UnsupportedEncodingException ---------- 7. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/ITerminalViewControl.java (at line 78) void sendKey(char arg0); ^^^^ Javadoc: Missing tag for parameter arg0 ---------- 8. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/ITerminalViewControl.java (at line 82) public boolean pasteString(String string); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 9. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalPlugin.java (at line 44) public static TerminalPlugin getDefault() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 10. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/IVT100EmulatorBackend.java (at line 37) void insertCharacters(int charactersToInsert); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter charactersToInsert ---------- 11. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/IVT100EmulatorBackend.java (at line 120) void appendString(String buffer); ^^^^^^ Javadoc: Missing tag for parameter buffer ---------- 12. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/IVT100EmulatorBackend.java (at line 162) void setCursor(int targetLine, int targetColumn); ^^^^^^^^^^ Javadoc: Missing tag for parameter targetLine ---------- 13. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/IVT100EmulatorBackend.java (at line 162) void setCursor(int targetLine, int targetColumn); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetColumn ---------- ---------- 14. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java (at line 124) public VT100Emulator(ITerminalTextData data, ITerminalControlForText terminal, Reader reader) { ^^^^ Javadoc: Missing tag for parameter data ---------- 15. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java (at line 124) public VT100Emulator(ITerminalTextData data, ITerminalControlForText terminal, Reader reader) { ^^^^^^^^ Javadoc: Missing tag for parameter terminal ---------- 16. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java (at line 124) public VT100Emulator(ITerminalTextData data, ITerminalControlForText terminal, Reader reader) { ^^^^^^ Javadoc: Missing tag for parameter reader ---------- 17. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java (at line 429) private void processAnsiCommandCharacter(char ansiCommandCharacter) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter ansiCommandCharacter ---------- 18. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java (at line 875) private int getAnsiParameter(int parameterIndex) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parameterIndex ---------- 19. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java (at line 907) private void processAnsiParameterCharacter(char ch) { ^^ Javadoc: Missing tag for parameter ch ---------- 20. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java (at line 923) private void processNonControlCharacters(char character) throws IOException { ^^^^^^^^^ Javadoc: Missing tag for parameter character ---------- 21. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java (at line 956) private void displayNewText(String buffer) { ^^^^^^ Javadoc: Missing tag for parameter buffer ---------- 22. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java (at line 1077) private void moveCursor(int targetLine, int targetColumn) { ^^^^^^^^^^ Javadoc: Missing tag for parameter targetLine ---------- 23. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java (at line 1077) private void moveCursor(int targetLine, int targetColumn) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetColumn ---------- 24. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java (at line 1086) private void moveCursorDown(int lines) { ^^^^^ Javadoc: Missing tag for parameter lines ---------- 25. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java (at line 1095) private void moveCursorUp(int lines) { ^^^^^ Javadoc: Missing tag for parameter lines ---------- 26. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java (at line 1104) private void moveCursorForward(int columnsToMove) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter columnsToMove ---------- 27. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100Emulator.java (at line 1114) private void moveCursorBackward(int columnsToMove) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter columnsToMove ---------- ---------- 28. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100TerminalControl.java (at line 606) protected void setupHelp(Composite parent, String id) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 29. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/emulator/VT100TerminalControl.java (at line 606) protected void setupHelp(Composite parent, String id) { ^^ Javadoc: Missing tag for parameter id ---------- ---------- 30. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ITerminalControl.java (at line 75) void setEncoding(String encoding) throws UnsupportedEncodingException; ^^^^^^^^ Javadoc: Missing tag for parameter encoding ---------- 31. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/ITerminalControl.java (at line 75) void setEncoding(String encoding) throws UnsupportedEncodingException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception UnsupportedEncodingException ---------- ---------- 32. WARNING in /home/data/users/moberhuber/ws_30x/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/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/PollingTextCanvasModel.java (at line 24) public PollingTextCanvasModel(ITerminalTextDataSnapshot snapshot) { ^^^^^^^^ Javadoc: Missing tag for parameter snapshot ---------- ---------- 34. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/TextCanvas.java (at line 48) public TextCanvas(Composite parent, ITextCanvasModel model, int style,ILinelRenderer cellRenderer) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 35. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/TextCanvas.java (at line 48) public TextCanvas(Composite parent, ITextCanvasModel model, int style,ILinelRenderer cellRenderer) { ^^^^^ Javadoc: Missing tag for parameter model ---------- 36. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/TextCanvas.java (at line 48) public TextCanvas(Composite parent, ITextCanvasModel model, int style,ILinelRenderer cellRenderer) { ^^^^^ Javadoc: Missing tag for parameter style ---------- 37. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/TextCanvas.java (at line 48) public TextCanvas(Composite parent, ITextCanvasModel model, int style,ILinelRenderer cellRenderer) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter cellRenderer ---------- ---------- 38. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/VirtualCanvas.java (at line 177) protected boolean inClipping(Rectangle clipping, Rectangle r) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 39. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/VirtualCanvas.java (at line 177) protected boolean inClipping(Rectangle clipping, Rectangle r) { ^^^^^^^^ Javadoc: Missing tag for parameter clipping ---------- 40. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/VirtualCanvas.java (at line 177) protected boolean inClipping(Rectangle clipping, Rectangle r) { ^ Javadoc: Missing tag for parameter r ---------- 41. WARNING in /home/data/users/moberhuber/ws_30x/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/VirtualCanvas.java (at line 203) protected Rectangle getRectInVirtualSpace(Rectangle r) { ^ Javadoc: Missing tag for parameter r ---------- 41 problems (41 warnings)