Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 157 Number of classfiles: 164

Problems: 316 (Errors: 0 Warnings: 316 )

Source File: org/eclipse/wst/ws/internal/common/LiveWSDLFilter.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

LiveWSDLFilter.java :

26 : import org.eclipse.wst.ws.internal.parser.discovery.WebServicesParserExt;

2. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

LiveWSDLFilter.java :

27 : import org.eclipse.wst.ws.internal.parser.wsil.WWWAuthenticationException;

3. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

LiveWSDLFilter.java :

74 : private boolean validateWSDL() throws WSDLException, MalformedURLException, IOException, WWWAuthenticationException

4. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

LiveWSDLFilter.java :

76 : WebServicesParserExt parser = new WebServicesParserExt();

5. WARNING: DiscouragedReference

Discouraged access: The constructor WebServicesParserExt() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

LiveWSDLFilter.java :

76 : WebServicesParserExt parser = new WebServicesParserExt();

6. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

LiveWSDLFilter.java :

76 : WebServicesParserExt parser = new WebServicesParserExt();

7. WARNING: DiscouragedReference

Discouraged access: The method getWSDLDefinitionVerbose(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

LiveWSDLFilter.java :

77 : Definition definition = parser.getWSDLDefinitionVerbose(wsdlURL_);

Source File: org/eclipse/wst/ws/internal/common/WSDLUtility.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLUtility.java :

27 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

2. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLUtility.java :

59 : WebServicesParser parser = new WebServicesParser();

3. WARNING: DiscouragedReference

Discouraged access: The constructor WebServicesParser() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLUtility.java :

59 : WebServicesParser parser = new WebServicesParser();

4. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLUtility.java :

59 : WebServicesParser parser = new WebServicesParser();

5. WARNING: DiscouragedReference

Discouraged access: The method getWSDLDefinition(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLUtility.java :

62 : definition_ = parser.getWSDLDefinition("platform:" + resPath);

6. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLUtility.java :

73 : WebServicesParser parser = new WebServicesParser();

7. WARNING: DiscouragedReference

Discouraged access: The constructor WebServicesParser() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLUtility.java :

73 : WebServicesParser parser = new WebServicesParser();

8. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLUtility.java :

73 : WebServicesParser parser = new WebServicesParser();

9. WARNING: DiscouragedReference

Discouraged access: The method getWSDLDefinition(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLUtility.java :

76 : definition_ = parser.getWSDLDefinition("http:" + resPath);

Source File: org/eclipse/wst/ws/internal/extensions/AbstractClientFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type CommandFactoryFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractClientFragment.java :

14 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFactoryFragment;

2. WARNING: DiscouragedReference

Discouraged access: The type CommandFactoryFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractClientFragment.java :

20 : public abstract class AbstractClientFragment extends CommandFactoryFragment

3. WARNING: DiscouragedReference

Discouraged access: The constructor CommandFactoryFragment(CommandFactoryFragment) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractClientFragment.java :

37 : super( fragment );

Source File: org/eclipse/wst/ws/internal/extensions/AbstractServiceFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type CommandFactoryFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractServiceFragment.java :

14 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFactoryFragment;

2. WARNING: DiscouragedReference

Discouraged access: The type CommandFactoryFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractServiceFragment.java :

20 : public abstract class AbstractServiceFragment extends CommandFactoryFragment

3. WARNING: DiscouragedReference

Discouraged access: The constructor CommandFactoryFragment(CommandFactoryFragment) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractServiceFragment.java :

37 : super( fragment );

Source File: org/eclipse/wst/ws/internal/extensions/AssembleClientFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AssembleClientFragment.java :

19 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AssembleClientFragment.java :

20 : import org.eclipse.wst.command.internal.env.core.SimpleCommandFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AssembleClientFragment.java :

38 : public ICommandFactory getICommandFactory()

4. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AssembleClientFragment.java :

40 : ICommandFactory factory = null;

5. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleCommandFactory(Vector) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AssembleClientFragment.java :

44 : factory = new SimpleCommandFactory( new Vector() );

6. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AssembleClientFragment.java :

44 : factory = new SimpleCommandFactory( new Vector() );

Source File: org/eclipse/wst/ws/internal/extensions/AssembleServiceFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AssembleServiceFragment.java :

19 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AssembleServiceFragment.java :

20 : import org.eclipse.wst.command.internal.env.core.SimpleCommandFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AssembleServiceFragment.java :

38 : public ICommandFactory getICommandFactory()

4. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AssembleServiceFragment.java :

40 : ICommandFactory factory = null;

5. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleCommandFactory(Vector) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AssembleServiceFragment.java :

44 : factory = new SimpleCommandFactory( new Vector() );

6. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AssembleServiceFragment.java :

44 : factory = new SimpleCommandFactory( new Vector() );

Source File: org/eclipse/wst/ws/internal/extensions/DeployClientFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DeployClientFragment.java :

20 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DeployClientFragment.java :

21 : import org.eclipse.wst.command.internal.env.core.SimpleCommandFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DeployClientFragment.java :

39 : public ICommandFactory getICommandFactory()

4. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DeployClientFragment.java :

41 : ICommandFactory factory = null;

5. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleCommandFactory(Vector) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DeployClientFragment.java :

45 : factory = new SimpleCommandFactory( new Vector() );

6. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DeployClientFragment.java :

45 : factory = new SimpleCommandFactory( new Vector() );

Source File: org/eclipse/wst/ws/internal/extensions/DeployServiceFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DeployServiceFragment.java :

20 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DeployServiceFragment.java :

21 : import org.eclipse.wst.command.internal.env.core.SimpleCommandFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DeployServiceFragment.java :

39 : public ICommandFactory getICommandFactory()

4. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DeployServiceFragment.java :

41 : ICommandFactory factory = null;

5. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleCommandFactory(Vector) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DeployServiceFragment.java :

45 : factory = new SimpleCommandFactory( new Vector() );

6. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DeployServiceFragment.java :

45 : factory = new SimpleCommandFactory( new Vector() );

Source File: org/eclipse/wst/ws/internal/extensions/DevelopClientFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DevelopClientFragment.java :

19 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DevelopClientFragment.java :

20 : import org.eclipse.wst.command.internal.env.core.SimpleCommandFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DevelopClientFragment.java :

38 : public ICommandFactory getICommandFactory()

4. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DevelopClientFragment.java :

40 : ICommandFactory factory = null;

5. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleCommandFactory(Vector) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DevelopClientFragment.java :

44 : factory = new SimpleCommandFactory( new Vector() );

6. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DevelopClientFragment.java :

44 : factory = new SimpleCommandFactory( new Vector() );

Source File: org/eclipse/wst/ws/internal/extensions/DevelopServiceFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DevelopServiceFragment.java :

19 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DevelopServiceFragment.java :

20 : import org.eclipse.wst.command.internal.env.core.SimpleCommandFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DevelopServiceFragment.java :

38 : public ICommandFactory getICommandFactory()

4. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DevelopServiceFragment.java :

40 : ICommandFactory factory = null;

5. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleCommandFactory(Vector) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DevelopServiceFragment.java :

44 : factory = new SimpleCommandFactory( new Vector() );

6. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

DevelopServiceFragment.java :

44 : factory = new SimpleCommandFactory( new Vector() );

Source File: org/eclipse/wst/ws/internal/extensions/InstallClientFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

InstallClientFragment.java :

19 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

InstallClientFragment.java :

20 : import org.eclipse.wst.command.internal.env.core.SimpleCommandFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

InstallClientFragment.java :

41 : public ICommandFactory getICommandFactory()

4. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

InstallClientFragment.java :

43 : ICommandFactory factory = null;

5. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleCommandFactory(Vector) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

InstallClientFragment.java :

47 : factory = new SimpleCommandFactory( new Vector() );

6. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

InstallClientFragment.java :

47 : factory = new SimpleCommandFactory( new Vector() );

Source File: org/eclipse/wst/ws/internal/extensions/InstallServiceFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

InstallServiceFragment.java :

19 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

InstallServiceFragment.java :

20 : import org.eclipse.wst.command.internal.env.core.SimpleCommandFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

InstallServiceFragment.java :

41 : public ICommandFactory getICommandFactory()

4. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

InstallServiceFragment.java :

43 : ICommandFactory factory = null;

5. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleCommandFactory(Vector) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

InstallServiceFragment.java :

47 : factory = new SimpleCommandFactory( new Vector() );

6. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

InstallServiceFragment.java :

47 : factory = new SimpleCommandFactory( new Vector() );

Source File: org/eclipse/wst/ws/internal/extensions/RunClientFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

RunClientFragment.java :

19 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

RunClientFragment.java :

20 : import org.eclipse.wst.command.internal.env.core.SimpleCommandFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

RunClientFragment.java :

41 : public ICommandFactory getICommandFactory()

4. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

RunClientFragment.java :

43 : ICommandFactory factory = null;

5. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleCommandFactory(Vector) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

RunClientFragment.java :

47 : factory = new SimpleCommandFactory( new Vector() );

6. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

RunClientFragment.java :

47 : factory = new SimpleCommandFactory( new Vector() );

Source File: org/eclipse/wst/ws/internal/extensions/RunServiceFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

RunServiceFragment.java :

19 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

RunServiceFragment.java :

20 : import org.eclipse.wst.command.internal.env.core.SimpleCommandFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

RunServiceFragment.java :

42 : public ICommandFactory getICommandFactory()

4. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

RunServiceFragment.java :

44 : ICommandFactory factory = null;

5. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleCommandFactory(Vector) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

RunServiceFragment.java :

48 : factory = new SimpleCommandFactory( new Vector() );

6. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

RunServiceFragment.java :

48 : factory = new SimpleCommandFactory( new Vector() );

Source File: org/eclipse/wst/ws/internal/monitor/GetMonitorCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

GetMonitorCommand.java :

36 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type IMonitor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

40 : import org.eclipse.wst.internet.monitor.core.internal.provisional.IMonitor;

3. WARNING: DiscouragedReference

Discouraged access: The type IMonitorWorkingCopy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

41 : import org.eclipse.wst.internet.monitor.core.internal.provisional.IMonitorWorkingCopy;

4. WARNING: DiscouragedReference

Discouraged access: The type MonitorCore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

42 : import org.eclipse.wst.internet.monitor.core.internal.provisional.MonitorCore;

5. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

GetMonitorCommand.java :

45 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

6. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

GetMonitorCommand.java :

52 : private WebServicesParser webServicesParser;

7. WARNING: DiscouragedReference

Discouraged access: The method getWSDLDefinition(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

GetMonitorCommand.java :

70 : Definition definition = webServicesParser.getWSDLDefinition(wsdlURI);

8. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

GetMonitorCommand.java :

108 : IStatus warning = StatusUtils.warningStatus( NLS.bind(WstWSPluginMessages.MSG_ERROR_UNABLE_TO_START_MONITOR, new Object[]{String.valueOf(port), endpoint}));

9. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

GetMonitorCommand.java :

108 : IStatus warning = StatusUtils.warningStatus( NLS.bind(WstWSPluginMessages.MSG_ERROR_UNABLE_TO_START_MONITOR, new Object[]{String.valueOf(port), endpoint}));

10. WARNING: DiscouragedReference

Discouraged access: The type IMonitor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

119 : IMonitor m = null;

11. WARNING: DiscouragedReference

Discouraged access: The type IMonitor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

120 : IMonitor[] monitors = MonitorCore.getMonitors();

12. WARNING: DiscouragedReference

Discouraged access: The type MonitorCore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

120 : IMonitor[] monitors = MonitorCore.getMonitors();

13. WARNING: DiscouragedReference

Discouraged access: The method getMonitors() from the type MonitorCore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

120 : IMonitor[] monitors = MonitorCore.getMonitors();

14. WARNING: DiscouragedReference

Discouraged access: The method getRemoteHost() from the type IMonitor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

122 : if (host.equalsIgnoreCase(monitors[i].getRemoteHost()) && port == monitors[i].getRemotePort()) {

15. WARNING: DiscouragedReference

Discouraged access: The method getRemotePort() from the type IMonitor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

122 : if (host.equalsIgnoreCase(monitors[i].getRemoteHost()) && port == monitors[i].getRemotePort()) {

16. WARNING: DiscouragedReference

Discouraged access: The type IMonitorWorkingCopy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

129 : IMonitorWorkingCopy monitorWorkingCopy = MonitorCore.createMonitor();

17. WARNING: DiscouragedReference

Discouraged access: The type MonitorCore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

129 : IMonitorWorkingCopy monitorWorkingCopy = MonitorCore.createMonitor();

18. WARNING: DiscouragedReference

Discouraged access: The method createMonitor() from the type MonitorCore is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

129 : IMonitorWorkingCopy monitorWorkingCopy = MonitorCore.createMonitor();

19. WARNING: DiscouragedReference

Discouraged access: The method setLocalPort(int) from the type IMonitorWorkingCopy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

130 : monitorWorkingCopy.setLocalPort(monitoredPort);

20. WARNING: DiscouragedReference

Discouraged access: The method setRemoteHost(String) from the type IMonitorWorkingCopy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

131 : monitorWorkingCopy.setRemoteHost(host);

21. WARNING: DiscouragedReference

Discouraged access: The method setRemotePort(int) from the type IMonitorWorkingCopy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

132 : monitorWorkingCopy.setRemotePort(port);

22. WARNING: DiscouragedReference

Discouraged access: The method setProtocol(String) from the type IMonitorWorkingCopy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

133 : monitorWorkingCopy.setProtocol("HTTP");

23. WARNING: DiscouragedReference

Discouraged access: The method save() from the type IMonitorWorkingCopy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

135 : m = monitorWorkingCopy.save();

24. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

GetMonitorCommand.java :

138 : IStatus warning = StatusUtils.warningStatus(NLS.bind(WstWSPluginMessages.MSG_ERROR_UNABLE_TO_START_MONITOR, new Object[]{String.valueOf(port), endpoint}), t);

25. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

GetMonitorCommand.java :

138 : IStatus warning = StatusUtils.warningStatus(NLS.bind(WstWSPluginMessages.MSG_ERROR_UNABLE_TO_START_MONITOR, new Object[]{String.valueOf(port), endpoint}), t);

26. WARNING: DiscouragedReference

Discouraged access: The method isRunning() from the type IMonitor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

149 : if (!m.isRunning())

27. WARNING: DiscouragedReference

Discouraged access: The method start() from the type IMonitor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

150 : m.start();

28. WARNING: DiscouragedReference

Discouraged access: The method getLocalPort() from the type IMonitor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.internet.monitor.core/@dot

GetMonitorCommand.java :

162 : sb.append(String.valueOf(m.getLocalPort()));

29. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

GetMonitorCommand.java :

167 : IStatus warning = StatusUtils.warningStatus(NLS.bind(WstWSPluginMessages.MSG_ERROR_UNABLE_TO_START_MONITOR, new Object[]{String.valueOf(port), endpoint}), t);

30. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

GetMonitorCommand.java :

167 : IStatus warning = StatusUtils.warningStatus(NLS.bind(WstWSPluginMessages.MSG_ERROR_UNABLE_TO_START_MONITOR, new Object[]{String.valueOf(port), endpoint}), t);

31. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

GetMonitorCommand.java :

193 : public void setWebServicesParser(WebServicesParser webServicesParser) {

Source File: org/eclipse/wst/ws/internal/preferences/PersistentMergeContext.java
1. WARNING: DiscouragedReference

Discouraged access: The type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentMergeContext.java :

16 : import org.eclipse.wst.command.internal.env.context.PersistentContext;

2. WARNING: DiscouragedReference

Discouraged access: The type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentMergeContext.java :

20 : public class PersistentMergeContext extends PersistentContext

3. WARNING: DiscouragedReference

Discouraged access: The constructor PersistentContext(Plugin) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentMergeContext.java :

43 : super(WSPlugin.getInstance());

4. WARNING: DiscouragedReference

Discouraged access: The method setDefault(String, boolean) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentMergeContext.java :

48 : setDefault(PREFERENCE_SKELETON_MERGE, MergeDefaults.getSkeletonMergeDefault());

5. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, boolean) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentMergeContext.java :

53 : setValue(PREFERENCE_SKELETON_MERGE, enable);

6. WARNING: DiscouragedReference

Discouraged access: The method getValueAsBoolean(String) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentMergeContext.java :

58 : return getValueAsBoolean(PREFERENCE_SKELETON_MERGE);

Source File: org/eclipse/wst/ws/internal/preferences/PersistentWSDLValidationContext.java
1. WARNING: DiscouragedReference

Discouraged access: The type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSDLValidationContext.java :

14 : import org.eclipse.wst.command.internal.env.context.PersistentContext;

2. WARNING: DiscouragedReference

Discouraged access: The type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSDLValidationContext.java :

19 : public class PersistentWSDLValidationContext extends PersistentContext

3. WARNING: DiscouragedReference

Discouraged access: The constructor PersistentContext(Plugin) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSDLValidationContext.java :

29 : super( WSPlugin.getInstance());

4. WARNING: DiscouragedReference

Discouraged access: The method setDefault(String, String) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSDLValidationContext.java :

35 : setDefault(wsdl_validation, VALIDATE_NO_WSDL);

5. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, String) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSDLValidationContext.java :

41 : setValue( wsdl_validation, value);

6. WARNING: DiscouragedReference

Discouraged access: The method getValueAsString(String) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSDLValidationContext.java :

46 : String property = getValueAsString(wsdl_validation);

7. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, String) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSDLValidationContext.java :

49 : setValue( wsdl_validation, VALIDATE_NO_WSDL);

8. WARNING: DiscouragedReference

Discouraged access: The method getDefaultString(String) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSDLValidationContext.java :

58 : return getDefaultString(wsdl_validation);

Source File: org/eclipse/wst/ws/internal/preferences/PersistentWSIAPContext.java
1. WARNING: DiscouragedReference

Discouraged access: The method getValueAsString(String) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSIAPContext.java :

38 : String property = getValueAsString(non_wsi_compliance);

2. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, String) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSIAPContext.java :

41 : setValue( non_wsi_compliance, WARN_NON_WSI);

Source File: org/eclipse/wst/ws/internal/preferences/PersistentWSIContext.java
1. WARNING: DiscouragedReference

Discouraged access: The type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSIContext.java :

21 : import org.eclipse.wst.command.internal.env.context.PersistentContext;

2. WARNING: DiscouragedReference

Discouraged access: The type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSIContext.java :

31 : public class PersistentWSIContext extends PersistentContext

3. WARNING: DiscouragedReference

Discouraged access: The constructor PersistentContext(Plugin) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSIContext.java :

49 : super( WSPlugin.getInstance());

4. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, String) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSIContext.java :

67 : setValue( non_wsi_compliance, value);

5. WARNING: DiscouragedReference

Discouraged access: The method getValueAsString(String) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSIContext.java :

72 : String property = getValueAsString(non_wsi_compliance);

6. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, String) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWSIContext.java :

75 : setValue( non_wsi_compliance, WARN_NON_WSI);

Source File: org/eclipse/wst/ws/internal/preferences/PersistentWaitForWSDLValidationContext.java
1. WARNING: DiscouragedReference

Discouraged access: The type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWaitForWSDLValidationContext.java :

14 : import org.eclipse.wst.command.internal.env.context.PersistentContext;

2. WARNING: DiscouragedReference

Discouraged access: The type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWaitForWSDLValidationContext.java :

19 : public class PersistentWaitForWSDLValidationContext extends PersistentContext

3. WARNING: DiscouragedReference

Discouraged access: The constructor PersistentContext(Plugin) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWaitForWSDLValidationContext.java :

26 : super( WSPlugin.getInstance());

4. WARNING: DiscouragedReference

Discouraged access: The method setDefault(String, boolean) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWaitForWSDLValidationContext.java :

32 : setDefault(wait_for_wsdl_validation, true);

5. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, boolean) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWaitForWSDLValidationContext.java :

38 : setValue( wait_for_wsdl_validation, value);

6. WARNING: DiscouragedReference

Discouraged access: The method getValueAsBoolean(String) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWaitForWSDLValidationContext.java :

43 : return getValueAsBoolean(wait_for_wsdl_validation);

7. WARNING: DiscouragedReference

Discouraged access: The method getDefaultBoolean(String) from the type PersistentContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PersistentWaitForWSDLValidationContext.java :

49 : return getDefaultBoolean(wait_for_wsdl_validation);

Source File: org/eclipse/wst/ws/internal/preferences/WSIComplianceUtils.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WSIComplianceUtils.java :

20 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WSIComplianceUtils.java :

57 : IStatus status_ = StatusUtils.multiStatus( context.getError(), status );

3. WARNING: DiscouragedReference

Discouraged access: The method multiStatus(String, IStatus[]) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WSIComplianceUtils.java :

57 : IStatus status_ = StatusUtils.multiStatus( context.getError(), status );

4. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WSIComplianceUtils.java :

64 : IStatus status_ = StatusUtils.multiStatus( context.getWarning(), status);

5. WARNING: DiscouragedReference

Discouraged access: The method multiStatus(String, IStatus[]) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WSIComplianceUtils.java :

64 : IStatus status_ = StatusUtils.multiStatus( context.getWarning(), status);

Source File: org/eclipse/wst/ws/internal/util/UniversalPathTransformer.java
1. WARNING: DiscouragedReference

Discouraged access: The type URIEncoder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot

UniversalPathTransformer.java :

26 : import org.eclipse.wst.common.uriresolver.internal.util.URIEncoder;

2. WARNING: DiscouragedReference

Discouraged access: The type URIEncoder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot

UniversalPathTransformer.java :

229 : return java.net.URI.create(URIEncoder.encode(uri, "UTF-8"));

3. WARNING: DiscouragedReference

Discouraged access: The method encode(String, String) from the type URIEncoder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot

UniversalPathTransformer.java :

229 : return java.net.URI.create(URIEncoder.encode(uri, "UTF-8"));

Source File: org/eclipse/wst/ws/internal/util/WSDLCopier.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WSDLCopier.java :

57 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type URIEncoder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot

WSDLCopier.java :

62 : import org.eclipse.wst.common.uriresolver.internal.util.URIEncoder;

3. WARNING: DiscouragedReference

Discouraged access: The type NetUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLCopier.java :

64 : import org.eclipse.wst.ws.internal.parser.discovery.NetUtils;

4. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLCopier.java :

65 : import org.eclipse.wst.ws.internal.parser.wsil.WWWAuthenticationException;

5. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLCopier.java :

66 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

6. WARNING: DiscouragedReference

Discouraged access: The type DefinitionImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl/@dot

WSDLCopier.java :

68 : import org.eclipse.wst.wsdl.internal.impl.DefinitionImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLCopier.java :

138 : private WebServicesParser parser = null; // parser to parse the wsdl and xsd files

8. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLCopier.java :

165 : public WSDLCopier(WebServicesParser parser) {

9. WARNING: DiscouragedReference

Discouraged access: The constructor WebServicesParser() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLCopier.java :

167 : this.parser = new WebServicesParser();

10. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLCopier.java :

167 : this.parser = new WebServicesParser();

11. WARNING: DiscouragedReference

Discouraged access: The type URIEncoder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot

WSDLCopier.java :

221 : uriObj = URI.create(URIEncoder.encode(uri, "UTF-8"));

12. WARNING: DiscouragedReference

Discouraged access: The method encode(String, String) from the type URIEncoder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot

WSDLCopier.java :

221 : uriObj = URI.create(URIEncoder.encode(uri, "UTF-8"));

13. WARNING: DiscouragedReference

Discouraged access: The type URIEncoder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot

WSDLCopier.java :

263 : uriObj = URI.create(URIEncoder.encode(uri, "UTF-8"));

14. WARNING: DiscouragedReference

Discouraged access: The method encode(String, String) from the type URIEncoder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot

WSDLCopier.java :

263 : uriObj = URI.create(URIEncoder.encode(uri, "UTF-8"));

15. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLCopier.java :

323 : MalformedURLException, IOException, WSDLException, WWWAuthenticationException {

16. WARNING: DiscouragedReference

Discouraged access: The method getWSDLDefinitionVerbose(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLCopier.java :

333 : definition = parser.getWSDLDefinitionVerbose(uri.toString());

17. WARNING: DiscouragedReference

Discouraged access: The type NetUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLCopier.java :

461 : InputStream is = NetUtils.getURLInputStream(uri.toString());

18. WARNING: DiscouragedReference

Discouraged access: The method getURLInputStream(String) from the type NetUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

WSDLCopier.java :

461 : InputStream is = NetUtils.getURLInputStream(uri.toString());

19. WARNING: DiscouragedReference

Discouraged access: The type DefinitionImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl/@dot

WSDLCopier.java :

515 : DefinitionImpl definitionImpl = (DefinitionImpl)definition;

20. WARNING: DiscouragedReference

Discouraged access: The type DefinitionImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl/@dot

WSDLCopier.java :

515 : DefinitionImpl definitionImpl = (DefinitionImpl)definition;

21. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type DefinitionImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl/@dot

WSDLCopier.java :

517 : Document document = definitionImpl.getDocument();

22. WARNING: NonStaticAccessToStaticMethod

The static method serialize(OutputStream, Document, String) from the type WSDLResourceImpl should be accessed in a static way

WSDLCopier.java :

518 : resource.serialize(os, document, document.getXmlEncoding());

23. WARNING: LocalVariableIsNeverUsed

The local variable document is never read

WSDLCopier.java :

531 : Document document = xsdSchema.getDocument();

24. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WSDLCopier.java :

583 : throw new CoreException(StatusUtils.errorStatus(WstWSPluginMessages.MSG_ERROR_TARGET_FOLDER_NOT_SPECIFIED));

25. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WSDLCopier.java :

583 : throw new CoreException(StatusUtils.errorStatus(WstWSPluginMessages.MSG_ERROR_TARGET_FOLDER_NOT_SPECIFIED));

26. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WSDLCopier.java :

612 : throw new CoreException(StatusUtils.errorStatus(

27. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WSDLCopier.java :

612 : throw new CoreException(StatusUtils.errorStatus( NLS.bind(WstWSPluginMessages.MSG_ERROR_COPY_WSDL, new String[] {sourceURI.toString(), targetFolderURI.toString()}), t));

28. WARNING: DiscouragedReference

Discouraged access: The type URIEncoder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot

WSDLCopier.java :

635 : return java.net.URI.create(URIEncoder.encode(uri, "UTF-8"));

29. WARNING: DiscouragedReference

Discouraged access: The method encode(String, String) from the type URIEncoder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot

WSDLCopier.java :

635 : return java.net.URI.create(URIEncoder.encode(uri, "UTF-8"));

Source File: org/eclipse/wst/ws/internal/wsil/AddWSDLToWSILCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

51 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type IllegalArgumentsException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

56 : import org.eclipse.wst.ws.internal.parser.wsil.IllegalArgumentsException;

3. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

57 : import org.eclipse.wst.ws.internal.parser.wsil.WSILMessages;

4. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

58 : import org.eclipse.wst.ws.internal.parser.wsil.WWWAuthenticationException;

5. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

59 : import org.eclipse.wst.ws.internal.parser.wsil.WWWAuthenticationHandler;

6. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

60 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

7. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

71 : private WWWAuthenticationHandler wwwAuthHandler_;

8. WARNING: DiscouragedReference

Discouraged access: The type IllegalArgumentsException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

118 : catch (IllegalArgumentsException iae)

9. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

120 : return StatusUtils.errorStatus( WSILMessages.MSG_ERROR_ILLEGAL_ARGUMENTS, iae);

10. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

120 : return StatusUtils.errorStatus( WSILMessages.MSG_ERROR_ILLEGAL_ARGUMENTS, iae);

11. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

120 : return StatusUtils.errorStatus( WSILMessages.MSG_ERROR_ILLEGAL_ARGUMENTS, iae);

12. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_ILLEGAL_ARGUMENTS from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

120 : return StatusUtils.errorStatus( WSILMessages.MSG_ERROR_ILLEGAL_ARGUMENTS, iae);

13. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

124 : return StatusUtils.errorStatus( WSILMessages.MSG_ERROR_INVALID_ARGUMENTS, e);

14. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

124 : return StatusUtils.errorStatus( WSILMessages.MSG_ERROR_INVALID_ARGUMENTS, e);

15. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

124 : return StatusUtils.errorStatus( WSILMessages.MSG_ERROR_INVALID_ARGUMENTS, e);

16. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_INVALID_ARGUMENTS from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

124 : return StatusUtils.errorStatus( WSILMessages.MSG_ERROR_INVALID_ARGUMENTS, e);

17. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

136 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_INVALID_WSIL_URI, murle);

18. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

136 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_INVALID_WSIL_URI, murle);

19. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

136 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_INVALID_WSIL_URI, murle);

20. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_INVALID_WSIL_URI from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

136 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_INVALID_WSIL_URI, murle);

21. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

142 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, wsile);

22. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

142 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, wsile);

23. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

142 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, wsile);

24. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_UNEXPECTED_EXCEPTION from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

142 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, wsile);

25. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

158 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, urie);

26. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

158 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, urie);

27. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

158 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, urie);

28. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_UNEXPECTED_EXCEPTION from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

158 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, urie);

29. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

164 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, ioe);

30. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

164 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, ioe);

31. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

164 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, ioe);

32. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_UNEXPECTED_EXCEPTION from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

164 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, ioe);

33. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

170 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, wsile);

34. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

170 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, wsile);

35. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

170 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, wsile);

36. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_UNEXPECTED_EXCEPTION from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

170 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, wsile);

37. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

190 : catch (WWWAuthenticationException wwwae)

38. WARNING: DiscouragedReference

Discouraged access: The method handleWWWAuthentication(WWWAuthenticationException) from the type WWWAuthenticationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

194 : wwwAuthHandler_.handleWWWAuthentication(wwwae);

39. WARNING: DiscouragedReference

Discouraged access: The method getUsername() from the type WWWAuthenticationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

195 : String handlerUsername = wwwAuthHandler_.getUsername();

40. WARNING: DiscouragedReference

Discouraged access: The method getPassword() from the type WWWAuthenticationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

196 : String handlerPassword = wwwAuthHandler_.getPassword();

41. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

203 : catch (WWWAuthenticationException wwwae2)

42. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

205 : IStatus wwwaeStatus = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNRESOLVABLE_WSDL, wwwae2.getIOException());

43. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

205 : IStatus wwwaeStatus = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNRESOLVABLE_WSDL, wwwae2.getIOException());

44. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

205 : IStatus wwwaeStatus = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNRESOLVABLE_WSDL, wwwae2.getIOException());

45. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_UNRESOLVABLE_WSDL from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

205 : IStatus wwwaeStatus = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNRESOLVABLE_WSDL, wwwae2.getIOException());

46. WARNING: DiscouragedReference

Discouraged access: The method getIOException() from the type WWWAuthenticationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

205 : IStatus wwwaeStatus = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNRESOLVABLE_WSDL, wwwae2.getIOException());

47. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

213 : IStatus s = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNRESOLVABLE_WSDL, wwwae.getIOException());

48. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

213 : IStatus s = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNRESOLVABLE_WSDL, wwwae.getIOException());

49. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

213 : IStatus s = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNRESOLVABLE_WSDL, wwwae.getIOException());

50. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_UNRESOLVABLE_WSDL from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

213 : IStatus s = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNRESOLVABLE_WSDL, wwwae.getIOException());

51. WARNING: DiscouragedReference

Discouraged access: The method getIOException() from the type WWWAuthenticationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

213 : IStatus s = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNRESOLVABLE_WSDL, wwwae.getIOException());

52. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

234 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_WRITE_WSIL, urie);

53. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

234 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_WRITE_WSIL, urie);

54. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

234 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_WRITE_WSIL, urie);

55. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_WRITE_WSIL from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

234 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_WRITE_WSIL, urie);

56. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

240 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_WRITE_WSIL, ioe);

57. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

240 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_WRITE_WSIL, ioe);

58. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

240 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_WRITE_WSIL, ioe);

59. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_WRITE_WSIL from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

240 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_WRITE_WSIL, ioe);

60. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

246 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_WRITE_WSIL, wsile);

61. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

246 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_WRITE_WSIL, wsile);

62. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

246 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_WRITE_WSIL, wsile);

63. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_WRITE_WSIL from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

246 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_WRITE_WSIL, wsile);

64. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

253 : private IStatus internalExecute(IEnvironment environment, WSILDocument wsilDocument, String wsil, String wsdl, String httpUsername, String httpPassword) throws WWWAuthenticationException

65. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

267 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_INVALID_WSDL_URI, murle);

66. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

267 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_INVALID_WSDL_URI, murle);

67. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

267 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_INVALID_WSDL_URI, murle);

68. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_INVALID_WSDL_URI from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

267 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_INVALID_WSDL_URI, murle);

69. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

273 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNRESOLVABLE_WSDL, ioe);

70. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

273 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNRESOLVABLE_WSDL, ioe);

71. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

273 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNRESOLVABLE_WSDL, ioe);

72. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_UNRESOLVABLE_WSDL from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

273 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNRESOLVABLE_WSDL, ioe);

73. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

279 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, pce);

74. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

279 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, pce);

75. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

279 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, pce);

76. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_UNEXPECTED_EXCEPTION from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

279 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, pce);

77. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

285 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_MALFORMED_WSDL, saxe);

78. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

285 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_MALFORMED_WSDL, saxe);

79. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

285 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_MALFORMED_WSDL, saxe);

80. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_MALFORMED_WSDL from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

285 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_MALFORMED_WSDL, saxe);

81. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

334 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, wsile);

82. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

334 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, wsile);

83. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

334 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, wsile);

84. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_UNEXPECTED_EXCEPTION from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

334 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, wsile);

85. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

340 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, t);

86. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AddWSDLToWSILCommand.java :

340 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, t);

87. WARNING: DiscouragedReference

Discouraged access: The type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

340 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, t);

88. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_UNEXPECTED_EXCEPTION from the type WSILMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

340 : IStatus status = StatusUtils.errorStatus( WSILMessages.MSG_ERROR_UNEXPECTED_EXCEPTION, t);

89. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

373 : private Definition parseWSDL(String wsdl, ArrayList wsdlService, ArrayList wsdlBinding, String httpUsername, String httpPassword) throws MalformedURLException, IOException, ParserConfigurationException, SAXException, WWWAuthenticationException

90. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

375 : WebServicesParser wsParser = new WebServicesParser(wsdl);

91. WARNING: DiscouragedReference

Discouraged access: The constructor WebServicesParser(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

375 : WebServicesParser wsParser = new WebServicesParser(wsdl);

92. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

375 : WebServicesParser wsParser = new WebServicesParser(wsdl);

93. WARNING: DiscouragedReference

Discouraged access: The method setHTTPBasicAuthUsername(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

378 : wsParser.setHTTPBasicAuthUsername(httpUsername);

94. WARNING: DiscouragedReference

Discouraged access: The method setHTTPBasicAuthPassword(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

379 : wsParser.setHTTPBasicAuthPassword(httpPassword);

95. WARNING: DiscouragedReference

Discouraged access: The method parse(int) from the type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

381 : wsParser.parse(WebServicesParser.PARSE_NONE);

96. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

381 : wsParser.parse(WebServicesParser.PARSE_NONE);

97. WARNING: DiscouragedReference

Discouraged access: The field PARSE_NONE from the type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

381 : wsParser.parse(WebServicesParser.PARSE_NONE);

98. WARNING: DiscouragedReference

Discouraged access: The method getWSDLDefinition(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

382 : Definition definition = wsParser.getWSDLDefinition(wsdl);

99. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

410 : public WWWAuthenticationHandler getWWWAuthenticationHandler()

100. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

AddWSDLToWSILCommand.java :

415 : public void setWWWAuthenticationHandler(WWWAuthenticationHandler wwwAuthHandler)

Source File: org/eclipse/wst/ws/internal/wsrt/AbstractWebService.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractWebService.java :

14 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractWebService.java :

31 : public abstract ICommandFactory assemble(IEnvironment env, IContext ctx, ISelection sel,

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractWebService.java :

35 : public abstract ICommandFactory deploy(IEnvironment env, IContext ctx, ISelection sel,

4. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractWebService.java :

39 : public abstract ICommandFactory develop(IEnvironment env, IContext ctx, ISelection sel,

5. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractWebService.java :

43 : public abstract ICommandFactory install(IEnvironment env, IContext ctx, ISelection sel,

6. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractWebService.java :

47 : public abstract ICommandFactory run(IEnvironment env, IContext ctx, ISelection sel,

Source File: org/eclipse/wst/ws/internal/wsrt/AbstractWebServiceClient.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractWebServiceClient.java :

14 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractWebServiceClient.java :

31 : public abstract ICommandFactory assemble(IEnvironment env, IContext ctx, ISelection sel,

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractWebServiceClient.java :

35 : public abstract ICommandFactory deploy(IEnvironment env, IContext ctx, ISelection sel,

4. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractWebServiceClient.java :

39 : public abstract ICommandFactory develop(IEnvironment env, IContext ctx, ISelection sel,

5. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractWebServiceClient.java :

43 : public abstract ICommandFactory install(IEnvironment env, IContext ctx, ISelection sel,

6. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractWebServiceClient.java :

47 : public abstract ICommandFactory run(IEnvironment env, IContext ctx, ISelection sel,

Source File: org/eclipse/wst/ws/internal/wsrt/AbstractWebServiceRuntime.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractWebServiceRuntime.java :

14 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AbstractWebServiceRuntime.java :

24 : public ICommandFactory announce(IWebService webService)

Source File: org/eclipse/wst/ws/internal/wsrt/IWebService.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebService.java :

14 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebService.java :

24 : public ICommandFactory develop(IEnvironment env, IContext ctx, ISelection sel, String project, String earProject);

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebService.java :

25 : public ICommandFactory deploy(IEnvironment env, IContext ctx, ISelection sel, String project, String earProject);

4. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebService.java :

26 : public ICommandFactory assemble(IEnvironment env, IContext ctx, ISelection sel, String project, String earProject);

5. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebService.java :

27 : public ICommandFactory install(IEnvironment env, IContext ctx, ISelection sel, String project, String earProject);

6. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebService.java :

28 : public ICommandFactory run(IEnvironment env, IContext ctx, ISelection sel, String project, String earProject);

Source File: org/eclipse/wst/ws/internal/wsrt/IWebServiceClient.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebServiceClient.java :

13 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebServiceClient.java :

22 : public ICommandFactory develop(IEnvironment env, IContext ctx, ISelection sel, String project, String earProject);

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebServiceClient.java :

23 : public ICommandFactory deploy(IEnvironment env, IContext ctx, ISelection sel, String project, String earProject);

4. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebServiceClient.java :

24 : public ICommandFactory assemble(IEnvironment env, IContext ctx, ISelection sel, String project, String earProject);

5. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebServiceClient.java :

25 : public ICommandFactory install(IEnvironment env, IContext ctx, ISelection sel, String project, String earProject);

6. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebServiceClient.java :

26 : public ICommandFactory run(IEnvironment env, IContext ctx, ISelection sel, String project, String earProject);

Source File: org/eclipse/wst/ws/internal/wsrt/IWebServicePublisher.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebServicePublisher.java :

13 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebServicePublisher.java :

18 : public ICommandFactory publish(IEnvironment env, IWebService ws);

Source File: org/eclipse/wst/ws/internal/wsrt/IWebServiceRuntime.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebServiceRuntime.java :

13 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebServiceRuntime.java :

26 : public ICommandFactory announce(IWebService webService);

Source File: org/eclipse/wst/ws/internal/wsrt/IWebServiceTester.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebServiceTester.java :

13 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebServiceTester.java :

16 : public ICommandFactory generate(TestInfo testInfo);

3. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

IWebServiceTester.java :

17 : public ICommandFactory launch(TestInfo testInfo);

Source File: org/eclipse/wst/ws/internal/wsrt/TestInfo.java
1. WARNING: DiscouragedReference

Discouraged access: The type BooleanSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

TestInfo.java :

19 : import org.eclipse.wst.command.internal.env.core.selection.BooleanSelection;

2. WARNING: DiscouragedReference

Discouraged access: The type BooleanSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

TestInfo.java :

37 : private BooleanSelection[] methods;

3. WARNING: DiscouragedReference

Discouraged access: The type BooleanSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

TestInfo.java :

126 : public void setMethods(BooleanSelection[] methods){

4. WARNING: DiscouragedReference

Discouraged access: The type BooleanSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

TestInfo.java :

130 : public BooleanSelection[] getMethods(){