Compiler Report

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

Number of source files: 26 Number of classfiles: 33

Problems: 165 (Errors: 0 Warnings: 165 )

Source File: org/eclipse/wst/command/internal/env/ant/AntController.java
1. WARNING: DiscouragedReference

Discouraged access: The type CommandManager 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

AntController.java :

28 : import org.eclipse.wst.command.internal.env.core.CommandManager;

2. WARNING: DiscouragedReference

Discouraged access: The type TransientResourceContext 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

AntController.java :

29 : import org.eclipse.wst.command.internal.env.core.context.TransientResourceContext;

3. WARNING: DiscouragedReference

Discouraged access: The type DataFlowManager 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

AntController.java :

30 : import org.eclipse.wst.command.internal.env.core.data.DataFlowManager;

4. WARNING: DiscouragedReference

Discouraged access: The type DataMappingRegistryImpl 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

AntController.java :

31 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistryImpl;

5. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntController.java :

32 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragment;

6. WARNING: DiscouragedReference

Discouraged access: The type FragmentListener 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

AntController.java :

33 : import org.eclipse.wst.command.internal.env.core.fragment.FragmentListener;

7. WARNING: DiscouragedReference

Discouraged access: The type TransientResourceContext 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

AntController.java :

56 : TransientResourceContext resourceContext = (TransientResourceContext)PersistentResourceContext.getInstance().copy();

8. WARNING: DiscouragedReference

Discouraged access: The type TransientResourceContext 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

AntController.java :

56 : TransientResourceContext resourceContext = (TransientResourceContext)PersistentResourceContext.getInstance().copy();

9. WARNING: DiscouragedReference

Discouraged access: The type DataFlowManager 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

AntController.java :

62 : DataFlowManager dataManager = new DataFlowManager( new DataMappingRegistryImpl(), environment_ );

10. WARNING: DiscouragedReference

Discouraged access: The constructor DataFlowManager(DataMappingRegistryImpl, IEnvironment) 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

AntController.java :

62 : DataFlowManager dataManager = new DataFlowManager( new DataMappingRegistryImpl(), environment_ );

11. WARNING: DiscouragedReference

Discouraged access: The type DataFlowManager 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

AntController.java :

62 : DataFlowManager dataManager = new DataFlowManager( new DataMappingRegistryImpl(), environment_ );

12. WARNING: DiscouragedReference

Discouraged access: The constructor DataMappingRegistryImpl() 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

AntController.java :

62 : DataFlowManager dataManager = new DataFlowManager( new DataMappingRegistryImpl(), environment_ );

13. WARNING: DiscouragedReference

Discouraged access: The type DataMappingRegistryImpl 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

AntController.java :

62 : DataFlowManager dataManager = new DataFlowManager( new DataMappingRegistryImpl(), environment_ );

14. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntController.java :

67 : CommandFragment rootFragment = environment_.getRootCommandFragment();

15. WARNING: DiscouragedReference

Discouraged access: The type DataMappingRegistryImpl 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

AntController.java :

74 : DataMappingRegistryImpl dataRegistry_ = new DataMappingRegistryImpl();

16. WARNING: DiscouragedReference

Discouraged access: The constructor DataMappingRegistryImpl() 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

AntController.java :

74 : DataMappingRegistryImpl dataRegistry_ = new DataMappingRegistryImpl();

17. WARNING: DiscouragedReference

Discouraged access: The type DataMappingRegistryImpl 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

AntController.java :

74 : DataMappingRegistryImpl dataRegistry_ = new DataMappingRegistryImpl();

18. WARNING: DiscouragedReference

Discouraged access: The method registerDataMappings(DataMappingRegistry) from the type CommandFragment 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

AntController.java :

75 : rootFragment.registerDataMappings(dataRegistry_);

19. WARNING: DiscouragedReference

Discouraged access: The method moveForwardToNextStop(IProgressMonitor) from the type CommandFragmentEngine 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

AntController.java :

87 : operationManager_.moveForwardToNextStop( nullMonitor );

20. WARNING: DiscouragedReference

Discouraged access: The method getLastStatus() from the type CommandFragmentEngine 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

AntController.java :

89 : IStatus lastStatus = operationManager_.getLastStatus();

21. WARNING: DiscouragedReference

Discouraged access: The method undoToLastStop(IProgressMonitor) from the type CommandFragmentEngine 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

AntController.java :

94 : operationManager_.undoToLastStop( nullMonitor );

22. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntController.java :

103 : private void createOperationManager(CommandFragment frag, DataFlowManager mgr, AntEnvironment env)

23. WARNING: DiscouragedReference

Discouraged access: The type DataFlowManager 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

AntController.java :

103 : private void createOperationManager(CommandFragment frag, DataFlowManager mgr, AntEnvironment env)

24. WARNING: DiscouragedReference

Discouraged access: The method setPeekFragmentListener(FragmentListener) from the type CommandFragmentEngine 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

AntController.java :

107 : operationManager_.setPeekFragmentListener( new FragmentListener() { public boolean notify( CommandFragment fragment ) { return peekFragment( fragment ); } } );

25. WARNING: DiscouragedReference

Discouraged access: The type FragmentListener 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

AntController.java :

108 : new FragmentListener()

26. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntController.java :

110 : public boolean notify( CommandFragment fragment )

27. WARNING: DiscouragedReference

Discouraged access: The method setNextFragmentListener(FragmentListener) from the type CommandFragmentEngine 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

AntController.java :

116 : operationManager_.setNextFragmentListener( new FragmentListener() { public boolean notify( CommandFragment fragment ) { return nextFragment( fragment ); } } );

28. WARNING: DiscouragedReference

Discouraged access: The type FragmentListener 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

AntController.java :

117 : new FragmentListener()

29. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntController.java :

119 : public boolean notify( CommandFragment fragment )

30. WARNING: DiscouragedReference

Discouraged access: The method setUndoFragmentListener(FragmentListener) from the type CommandFragmentEngine 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

AntController.java :

125 : operationManager_.setUndoFragmentListener( new FragmentListener() { public boolean notify( CommandFragment fragment ) { return undoFragment( fragment ); } } );

31. WARNING: DiscouragedReference

Discouraged access: The type FragmentListener 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

AntController.java :

126 : new FragmentListener()

32. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntController.java :

128 : public boolean notify( CommandFragment fragment )

33. WARNING: DiscouragedReference

Discouraged access: The method setAfterExecuteFragmentListener(FragmentListener) from the type CommandFragmentEngine 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

AntController.java :

134 : operationManager_.setAfterExecuteFragmentListener( new FragmentListener() { public boolean notify( CommandFragment fragment ) { return afterExecuteNextFragment( fragment ); } } );

34. WARNING: DiscouragedReference

Discouraged access: The type FragmentListener 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

AntController.java :

135 : new FragmentListener()

35. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntController.java :

137 : public boolean notify( CommandFragment fragment )

36. WARNING: DiscouragedReference

Discouraged access: The type CommandManager 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

AntController.java :

144 : protected CommandManager getOperationManager()

37. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntController.java :

158 : protected boolean peekFragment( CommandFragment fragment )

38. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntController.java :

171 : protected boolean nextFragment( CommandFragment fragment )

39. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntController.java :

183 : protected boolean undoFragment( CommandFragment fragment )

40. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntController.java :

188 : protected boolean afterExecuteNextFragment( CommandFragment fragment )

41. WARNING: DiscouragedReference

Discouraged access: The method getLastStatus() from the type CommandFragmentEngine 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

AntController.java :

192 : IStatus commandStatus = operationManager_.getLastStatus();

Source File: org/eclipse/wst/command/internal/env/ant/AntEnvironment.java
1. WARNING: DiscouragedReference

Discouraged access: The type CommandManager 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

AntEnvironment.java :

35 : import org.eclipse.wst.command.internal.env.core.CommandManager;

2. WARNING: DiscouragedReference

Discouraged access: The type TransientResourceContext 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

AntEnvironment.java :

36 : import org.eclipse.wst.command.internal.env.core.context.TransientResourceContext;

3. WARNING: DiscouragedReference

Discouraged access: The type BeanModifier 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

AntEnvironment.java :

37 : import org.eclipse.wst.command.internal.env.core.data.BeanModifier;

4. WARNING: DiscouragedReference

Discouraged access: The type ClassEntry 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

AntEnvironment.java :

38 : import org.eclipse.wst.command.internal.env.core.data.ClassEntry;

5. WARNING: DiscouragedReference

Discouraged access: The type Transformer 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

AntEnvironment.java :

39 : import org.eclipse.wst.command.internal.env.core.data.Transformer;

6. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntEnvironment.java :

40 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragment;

7. WARNING: DiscouragedReference

Discouraged access: The type ClassEntry 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

AntEnvironment.java :

61 : private ClassEntry classEntry;

8. WARNING: DiscouragedReference

Discouraged access: The type TransientResourceContext 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

AntEnvironment.java :

88 : public AntEnvironment(AntController controller, TransientResourceContext context, IEclipseStatusHandler handler, Hashtable properties)

9. WARNING: DiscouragedReference

Discouraged access: The type TransientResourceContext 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

AntEnvironment.java :

96 : private void setContext(TransientResourceContext context)

10. WARNING: DiscouragedReference

Discouraged access: The method setOverwriteFilesEnabled(boolean) from the type TransientResourceContext 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

AntEnvironment.java :

102 : if( overwriteSet != null ) context.setOverwriteFilesEnabled( overwriteSet.booleanValue() );

11. WARNING: DiscouragedReference

Discouraged access: The method setCreateFoldersEnabled(boolean) from the type TransientResourceContext 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

AntEnvironment.java :

103 : if( createfolderSet != null ) context.setCreateFoldersEnabled( createfolderSet.booleanValue() );

12. WARNING: DiscouragedReference

Discouraged access: The method setCheckoutFilesEnabled(boolean) from the type TransientResourceContext 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

AntEnvironment.java :

104 : if( checkoutSet != null ) context.setCheckoutFilesEnabled( checkoutSet.booleanValue() );

13. WARNING: DiscouragedReference

Discouraged access: The constructor ClassEntry() 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

AntEnvironment.java :

144 : classEntry = new ClassEntry();

14. WARNING: DiscouragedReference

Discouraged access: The type ClassEntry 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

AntEnvironment.java :

144 : classEntry = new ClassEntry();

15. WARNING: DiscouragedReference

Discouraged access: The field setterList_ from the type ClassEntry 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

AntEnvironment.java :

149 : classEntry.setterList_= getSetterList(op);

16. WARNING: DiscouragedReference

Discouraged access: The type BeanModifier 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

AntEnvironment.java :

266 : if (transform != null && transform instanceof BeanModifier/*dataTable.containsKey(property)*/)

17. WARNING: DiscouragedReference

Discouraged access: The type Transformer 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

AntEnvironment.java :

335 : if (transform instanceof Transformer)

18. WARNING: DiscouragedReference

Discouraged access: The type Transformer 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

AntEnvironment.java :

337 : Transformer transformer = (Transformer)transform;

19. WARNING: DiscouragedReference

Discouraged access: The type Transformer 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

AntEnvironment.java :

337 : Transformer transformer = (Transformer)transform;

20. WARNING: DiscouragedReference

Discouraged access: The method transform(Object) from the type Transformer 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

AntEnvironment.java :

339 : param = transformer.transform(mapping.value_);

21. WARNING: DiscouragedReference

Discouraged access: The type BeanModifier 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

AntEnvironment.java :

341 : else if (mapping.map_ != null && transform instanceof BeanModifier)

22. WARNING: DiscouragedReference

Discouraged access: The type BeanModifier 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

AntEnvironment.java :

343 : BeanModifier modifier = (BeanModifier)transform;

23. WARNING: DiscouragedReference

Discouraged access: The type BeanModifier 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

AntEnvironment.java :

343 : BeanModifier modifier = (BeanModifier)transform;

24. WARNING: DiscouragedReference

Discouraged access: The method modify(Object, Object) from the type BeanModifier 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

AntEnvironment.java :

346 : modifier.modify(param, mapping.map_);

25. WARNING: DiscouragedReference

Discouraged access: The field getterList_ from the type ClassEntry 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

AntEnvironment.java :

388 : if (classEntry.getterList_ == null)

26. WARNING: DiscouragedReference

Discouraged access: The field getterList_ from the type ClassEntry 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

AntEnvironment.java :

390 : classEntry.getterList_ = getGetterList(mapping.operation_);

27. WARNING: DiscouragedReference

Discouraged access: The field getterList_ from the type ClassEntry 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

AntEnvironment.java :

393 : for( int index = 0; index < classEntry.getterList_.size(); index++ )

28. WARNING: DiscouragedReference

Discouraged access: The field getterList_ from the type ClassEntry 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

AntEnvironment.java :

395 : Method getter = (Method)classEntry.getterList_.elementAt( index );

29. WARNING: DiscouragedReference

Discouraged access: The field setterList_ from the type ClassEntry 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

AntEnvironment.java :

432 : for (Iterator iterator = classEntry.setterList_.iterator(); iterator.hasNext();)

30. WARNING: DiscouragedReference

Discouraged access: The field setterList_ from the type ClassEntry 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

AntEnvironment.java :

460 : for (Iterator iterator = classEntry.setterList_.iterator(); iterator.hasNext();) {

31. WARNING: DiscouragedReference

Discouraged access: The field setterList_ from the type ClassEntry 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

AntEnvironment.java :

523 : for (Iterator iterator = classEntry.setterList_.iterator(); iterator.hasNext();) {

32. WARNING: DiscouragedReference

Discouraged access: The type CommandManager 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

AntEnvironment.java :

550 : public CommandManager getCommandManager (){

33. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntEnvironment.java :

554 : public CommandFragment getRootCommandFragment()

34. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntEnvironment.java :

573 : if (obj instanceof org.eclipse.wst.command.internal.env.core.fragment.CommandFragment)

35. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntEnvironment.java :

575 : return (org.eclipse.wst.command.internal.env.core.fragment.CommandFragment)obj;

Source File: org/eclipse/wst/command/internal/env/ant/AntOperationManager.java
1. WARNING: DiscouragedReference

Discouraged access: The type DataFlowManager 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

AntOperationManager.java :

15 : import org.eclipse.wst.command.internal.env.core.data.DataFlowManager;

2. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntOperationManager.java :

16 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragment;

3. WARNING: DiscouragedReference

Discouraged access: The type CommandFragmentEngine 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

AntOperationManager.java :

17 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine;

4. WARNING: DiscouragedReference

Discouraged access: The type CommandFragmentEngine 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

AntOperationManager.java :

28 : public class AntOperationManager extends CommandFragmentEngine

5. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

AntOperationManager.java :

54 : public AntOperationManager( CommandFragment startFragment, DataFlowManager dataManager, AntEnvironment environment )

6. WARNING: DiscouragedReference

Discouraged access: The type DataFlowManager 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

AntOperationManager.java :

54 : public AntOperationManager( CommandFragment startFragment, DataFlowManager dataManager, AntEnvironment environment )

7. WARNING: DiscouragedReference

Discouraged access: The constructor CommandFragmentEngine(CommandFragment, DataFlowManager, IEnvironment) 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

AntOperationManager.java :

56 : super( startFragment, dataManager, environment );

Source File: org/eclipse/wst/command/internal/env/ant/String2BooleanTransformer.java
1. WARNING: DiscouragedReference

Discouraged access: The type Transformer 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

String2BooleanTransformer.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type Transformer 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

String2BooleanTransformer.java :

15 : public class String2BooleanTransformer implements Transformer {

Source File: org/eclipse/wst/command/internal/env/commandline/CommandLine.java
1. WARNING: MethodVarargsArgumentNeedCast

The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation

CommandLine.java :

389 : super( MessageFormat.format( message, args ) );

2. WARNING: MethodVarargsArgumentNeedCast

The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation

CommandLine.java :

407 : super( MessageFormat.format( message, args ) );

Source File: org/eclipse/wst/command/internal/env/common/FileResourceOutputStream.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceOutputStream.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceOutputStream.java :

33 : ResourceContext fResourceContext;

3. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceOutputStream.java :

57 : ResourceContext resourceContext,

Source File: org/eclipse/wst/command/internal/env/common/FileResourceUtils.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

FileResourceUtils.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceUtils.java :

46 : import org.eclipse.wst.command.internal.env.core.context.ResourceContext;

3. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceUtils.java :

200 : static public void copyFile( ResourceContext resourceContext,

4. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceUtils.java :

233 : public static boolean deleteFile( ResourceContext resourceContext,

5. WARNING: DiscouragedReference

Discouraged access: The method isOverwriteFilesEnabled() from the type ResourceContext 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

FileResourceUtils.java :

241 : if (!resourceContext.isOverwriteFilesEnabled())

6. 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

FileResourceUtils.java :

244 : = StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_OVERWRITE_DISABLED,

7. 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

FileResourceUtils.java :

244 : = StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_OVERWRITE_DISABLED, new Object[]{ file.getParent().getFullPath().toString(), file.getName()}) );

8. WARNING: DiscouragedReference

Discouraged access: The method setOverwriteFilesEnabled(boolean) from the type ResourceContext 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

FileResourceUtils.java :

254 : resourceContext.setOverwriteFilesEnabled(true);

9. WARNING: DiscouragedReference

Discouraged access: The method isCheckoutFilesEnabled() from the type ResourceContext 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

FileResourceUtils.java :

262 : if (!resourceContext.isCheckoutFilesEnabled())

10. 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

FileResourceUtils.java :

265 : = StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_CHECKOUT_DISABLED,

11. 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

FileResourceUtils.java :

265 : = StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_CHECKOUT_DISABLED, new Object[]{ file.getParent().getFullPath().toString(), file.getName()}) );

12. WARNING: DiscouragedReference

Discouraged access: The method setCheckoutFilesEnabled(boolean) from the type ResourceContext 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

FileResourceUtils.java :

274 : resourceContext.setCheckoutFilesEnabled(true);

13. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceUtils.java :

304 : public static boolean deleteFolder( ResourceContext resourceContext,

14. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceUtils.java :

357 : ResourceContext resourceContext,

15. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceUtils.java :

428 : ResourceContext resourceContext,

16. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceUtils.java :

475 : ResourceContext context,

17. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceUtils.java :

502 : ResourceContext resourceContext,

18. 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

FileResourceUtils.java :

531 : throw new CoreException( StatusUtils.warningStatus(

19. 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

FileResourceUtils.java :

531 : throw new CoreException( StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FOLDER_CREATION_DISABLED, new Object[]{ parentPath.toString(), folderPath} ) ) );

20. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceUtils.java :

542 : ResourceContext resourceContext,

21. WARNING: DiscouragedReference

Discouraged access: The method isCreateFoldersEnabled() from the type ResourceContext 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

FileResourceUtils.java :

555 : if (!resourceContext.isCreateFoldersEnabled())

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

FileResourceUtils.java :

558 : StatusUtils.warningStatus(

23. 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

FileResourceUtils.java :

558 : StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FOLDER_CREATION_DISABLED, new Object[]{ parent.getFullPath().toString(), folderName} ) ),

24. WARNING: DiscouragedReference

Discouraged access: The method setCreateFoldersEnabled(boolean) from the type ResourceContext 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

FileResourceUtils.java :

569 : resourceContext.setCreateFoldersEnabled(true);

25. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceUtils.java :

599 : ResourceContext resourceContext,

26. WARNING: DiscouragedReference

Discouraged access: The method isOverwriteFilesEnabled() from the type ResourceContext 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

FileResourceUtils.java :

646 : if( !resourceContext.isOverwriteFilesEnabled() )

27. 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

FileResourceUtils.java :

649 : StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_OVERWRITE_DISABLED,

28. 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

FileResourceUtils.java :

649 : StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_OVERWRITE_DISABLED, new Object[] {parent.getFullPath().toString(),fileName}) ),

29. WARNING: DiscouragedReference

Discouraged access: The method setOverwriteFilesEnabled(boolean) from the type ResourceContext 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

FileResourceUtils.java :

659 : resourceContext.setOverwriteFilesEnabled(true);

30. WARNING: DiscouragedReference

Discouraged access: The method isCheckoutFilesEnabled() from the type ResourceContext 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

FileResourceUtils.java :

677 : if( !resourceContext.isCheckoutFilesEnabled() )

31. 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

FileResourceUtils.java :

680 : StatusUtils.errorStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_CHECKOUT_DISABLED,

32. 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

FileResourceUtils.java :

680 : StatusUtils.errorStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_CHECKOUT_DISABLED, new Object[]{ parent.getFullPath().toString(),fileName} ) ),

33. WARNING: DiscouragedReference

Discouraged access: The method setCheckoutFilesEnabled(boolean) from the type ResourceContext 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

FileResourceUtils.java :

690 : resourceContext.setCheckoutFilesEnabled(true);

34. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceUtils.java :

745 : ResourceContext resourceContext,

35. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceUtils.java :

783 : ResourceContext resourceContext,

36. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

FileResourceUtils.java :

826 : ResourceContext resourceContext,

Source File: org/eclipse/wst/command/internal/env/context/PersistentContext.java
1. WARNING: DiscouragedReference

Discouraged access: The type Context 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

PersistentContext.java :

15 : import org.eclipse.wst.command.internal.env.core.context.Context;

2. WARNING: DiscouragedReference

Discouraged access: The type Context 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

PersistentContext.java :

23 : public abstract class PersistentContext implements Context

Source File: org/eclipse/wst/command/internal/env/context/PersistentResourceContext.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

PersistentResourceContext.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceDefaults 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

PersistentResourceContext.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type TransientResourceContext 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

PersistentResourceContext.java :

15 : import org.eclipse.wst.command.internal.env.core.context.TransientResourceContext;

4. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

PersistentResourceContext.java :

19 : public class PersistentResourceContext extends PersistentContext implements ResourceContext

5. WARNING: DiscouragedReference

Discouraged access: The field PREFERENCE_OVERWRITE from the type ResourceContext 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

PersistentResourceContext.java :

41 : setDefault(PREFERENCE_OVERWRITE, ResourceDefaults

6. WARNING: DiscouragedReference

Discouraged access: The type ResourceDefaults 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

PersistentResourceContext.java :

41 : setDefault(PREFERENCE_OVERWRITE, ResourceDefaults

7. WARNING: DiscouragedReference

Discouraged access: The method getOverwriteFilesDefault() from the type ResourceDefaults 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

PersistentResourceContext.java :

41 : setDefault(PREFERENCE_OVERWRITE, ResourceDefaults .getOverwriteFilesDefault());

8. WARNING: DiscouragedReference

Discouraged access: The field PREFERENCE_CREATE_FOLDERS from the type ResourceContext 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

PersistentResourceContext.java :

43 : setDefault(PREFERENCE_CREATE_FOLDERS, ResourceDefaults

9. WARNING: DiscouragedReference

Discouraged access: The type ResourceDefaults 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

PersistentResourceContext.java :

43 : setDefault(PREFERENCE_CREATE_FOLDERS, ResourceDefaults

10. WARNING: DiscouragedReference

Discouraged access: The method getCreateFoldersDefault() from the type ResourceDefaults 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

PersistentResourceContext.java :

43 : setDefault(PREFERENCE_CREATE_FOLDERS, ResourceDefaults .getCreateFoldersDefault());

11. WARNING: DiscouragedReference

Discouraged access: The field PREFERENCE_CHECKOUT from the type ResourceContext 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

PersistentResourceContext.java :

45 : setDefault(PREFERENCE_CHECKOUT, ResourceDefaults.getCheckoutFilesDefault());

12. WARNING: DiscouragedReference

Discouraged access: The type ResourceDefaults 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

PersistentResourceContext.java :

45 : setDefault(PREFERENCE_CHECKOUT, ResourceDefaults.getCheckoutFilesDefault());

13. WARNING: DiscouragedReference

Discouraged access: The method getCheckoutFilesDefault() from the type ResourceDefaults 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

PersistentResourceContext.java :

45 : setDefault(PREFERENCE_CHECKOUT, ResourceDefaults.getCheckoutFilesDefault());

14. WARNING: DiscouragedReference

Discouraged access: The field PREFERENCE_OVERWRITE from the type ResourceContext 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

PersistentResourceContext.java :

50 : setValue(PREFERENCE_OVERWRITE, enable);

15. WARNING: DiscouragedReference

Discouraged access: The field PREFERENCE_OVERWRITE from the type ResourceContext 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

PersistentResourceContext.java :

55 : return getValueAsBoolean(PREFERENCE_OVERWRITE);

16. WARNING: DiscouragedReference

Discouraged access: The field PREFERENCE_CREATE_FOLDERS from the type ResourceContext 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

PersistentResourceContext.java :

60 : setValue(PREFERENCE_CREATE_FOLDERS, enable);

17. WARNING: DiscouragedReference

Discouraged access: The field PREFERENCE_CREATE_FOLDERS from the type ResourceContext 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

PersistentResourceContext.java :

65 : return getValueAsBoolean(PREFERENCE_CREATE_FOLDERS);

18. WARNING: DiscouragedReference

Discouraged access: The field PREFERENCE_CHECKOUT from the type ResourceContext 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

PersistentResourceContext.java :

70 : setValue(PREFERENCE_CHECKOUT, enable);

19. WARNING: DiscouragedReference

Discouraged access: The field PREFERENCE_CHECKOUT from the type ResourceContext 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

PersistentResourceContext.java :

75 : return getValueAsBoolean(PREFERENCE_CHECKOUT);

20. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

PersistentResourceContext.java :

78 : public ResourceContext copy()

21. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

PersistentResourceContext.java :

80 : ResourceContext cc = new TransientResourceContext();

22. WARNING: DiscouragedReference

Discouraged access: The constructor TransientResourceContext() 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

PersistentResourceContext.java :

80 : ResourceContext cc = new TransientResourceContext();

23. WARNING: DiscouragedReference

Discouraged access: The type TransientResourceContext 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

PersistentResourceContext.java :

80 : ResourceContext cc = new TransientResourceContext();

24. WARNING: DiscouragedReference

Discouraged access: The method setOverwriteFilesEnabled(boolean) from the type ResourceContext 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

PersistentResourceContext.java :

81 : cc.setOverwriteFilesEnabled(isOverwriteFilesEnabled());

25. WARNING: DiscouragedReference

Discouraged access: The method setCreateFoldersEnabled(boolean) from the type ResourceContext 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

PersistentResourceContext.java :

82 : cc.setCreateFoldersEnabled(isCreateFoldersEnabled());

26. WARNING: DiscouragedReference

Discouraged access: The method setCheckoutFilesEnabled(boolean) from the type ResourceContext 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

PersistentResourceContext.java :

83 : cc.setCheckoutFilesEnabled(isCheckoutFilesEnabled());

Source File: org/eclipse/wst/command/internal/env/eclipse/BaseEclipseEnvironment.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

BaseEclipseEnvironment.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

BaseEclipseEnvironment.java :

26 : public ResourceContext getResourceContext();

Source File: org/eclipse/wst/command/internal/env/eclipse/EclipseEnvironment.java
1. WARNING: DiscouragedReference

Discouraged access: The type CommandManager 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

EclipseEnvironment.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

EclipseEnvironment.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type CommandManager 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

EclipseEnvironment.java :

31 : private CommandManager commandManager_ = null;

4. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

EclipseEnvironment.java :

33 : private ResourceContext resourceContext_ = null;

5. WARNING: DiscouragedReference

Discouraged access: The type CommandManager 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

EclipseEnvironment.java :

37 : public EclipseEnvironment( CommandManager commandManager,

6. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

EclipseEnvironment.java :

38 : ResourceContext resourceContext,

7. WARNING: DiscouragedReference

Discouraged access: The type CommandManager 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

EclipseEnvironment.java :

56 : public CommandManager getCommandManager()

8. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext 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

EclipseEnvironment.java :

102 : public ResourceContext getResourceContext()

9. WARNING: DiscouragedReference

Discouraged access: The type CommandManager 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

EclipseEnvironment.java :

107 : public void setCommandManager( CommandManager manager )