Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 213 Number of classfiles: 397

Problems: 129 (Errors: 0 Warnings: 129 )

Source File: org/eclipse/wst/xml/ui/internal/dialogs/SelectFileOrXMLCatalogIdPanel.java
1. WARNING: DiscouragedReference

Discouraged access: The type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

SelectFileOrXMLCatalogIdPanel.java :

28 : import org.eclipse.wst.common.ui.internal.viewers.SelectSingleFileView;

2. WARNING: DiscouragedReference

Discouraged access: The type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

SelectFileOrXMLCatalogIdPanel.java :

44 : protected class MySelectSingleFileView extends SelectSingleFileView implements SelectSingleFileView.Listener {

3. WARNING: DiscouragedReference

Discouraged access: The type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

SelectFileOrXMLCatalogIdPanel.java :

44 : protected class MySelectSingleFileView extends SelectSingleFileView implements SelectSingleFileView.Listener {

4. WARNING: DiscouragedReference

Discouraged access: The type SelectSingleFileView.Listener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

SelectFileOrXMLCatalogIdPanel.java :

44 : protected class MySelectSingleFileView extends SelectSingleFileView implements SelectSingleFileView.Listener {

5. WARNING: DiscouragedReference

Discouraged access: The constructor SelectSingleFileView(IStructuredSelection, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

SelectFileOrXMLCatalogIdPanel.java :

48 : super(null, true);

6. WARNING: DiscouragedReference

Discouraged access: The method createControl(Composite) from the type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

SelectFileOrXMLCatalogIdPanel.java :

51 : control = createControl(parent);

7. WARNING: DiscouragedReference

Discouraged access: The method setListener(SelectSingleFileView.Listener) from the type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

SelectFileOrXMLCatalogIdPanel.java :

53 : MySelectSingleFileView.this.setListener(this);

8. WARNING: DiscouragedReference

Discouraged access: The method setVisibleHelper(boolean) from the type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

SelectFileOrXMLCatalogIdPanel.java :

65 : super.setVisibleHelper(isVisible);

9. WARNING: DiscouragedReference

Discouraged access: The method getFile() from the type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

SelectFileOrXMLCatalogIdPanel.java :

118 : result = selectSingleFileView.getFile();

10. WARNING: DiscouragedReference

Discouraged access: The method resetFilters() from the type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

SelectFileOrXMLCatalogIdPanel.java :

152 : selectSingleFileView.resetFilters();

11. WARNING: DiscouragedReference

Discouraged access: The method addFilterExtensions(String[]) from the type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

SelectFileOrXMLCatalogIdPanel.java :

153 : selectSingleFileView.addFilterExtensions(filterExtensions);

Source File: org/eclipse/wst/xml/ui/internal/dnd/DragNodeCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type DefaultDragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

DragNodeCommand.java :

29 : import org.eclipse.wst.common.ui.internal.dnd.DefaultDragAndDropCommand;

2. WARNING: DiscouragedReference

Discouraged access: The type DefaultDragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

DragNodeCommand.java :

39 : public class DragNodeCommand extends DefaultDragAndDropCommand {

3. WARNING: DiscouragedReference

Discouraged access: The constructor DefaultDragAndDropCommand(Object, float, int, int, Collection) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

DragNodeCommand.java :

44 : super(target, location, operations, operation, sources);

4. WARNING: DiscouragedReference

Discouraged access: The method getOperation() from the type DefaultDragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

DragNodeCommand.java :

53 : if (getOperation() == DND.DROP_MOVE) {

5. WARNING: DiscouragedReference

Discouraged access: The method getOperation() from the type DefaultDragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

DragNodeCommand.java :

56 : else if (getOperation() == DND.DROP_COPY) {

6. WARNING: DiscouragedReference

Discouraged access: The method getOperation() from the type DefaultDragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

DragNodeCommand.java :

80 : if (getOperation() == DND.DROP_MOVE) {

7. WARNING: DiscouragedReference

Discouraged access: The method getOperation() from the type DefaultDragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

DragNodeCommand.java :

86 : else if (getOperation() == DND.DROP_COPY) {

8. WARNING: DiscouragedReference

Discouraged access: The method getOperation() from the type DefaultDragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

DragNodeCommand.java :

114 : if (getOperation() == DND.DROP_MOVE) {

9. WARNING: DiscouragedReference

Discouraged access: The method getOperation() from the type DefaultDragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

DragNodeCommand.java :

126 : else if (getOperation() == DND.DROP_COPY) {

10. WARNING: DiscouragedReference

Discouraged access: The field target from the type DefaultDragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

DragNodeCommand.java :

165 : if (target instanceof Node) {

11. WARNING: DiscouragedReference

Discouraged access: The field target from the type DefaultDragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

DragNodeCommand.java :

166 : Node targetNode = (Node) target;

12. WARNING: DiscouragedReference

Discouraged access: The field sources from the type DefaultDragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

DragNodeCommand.java :

174 : sourcesList.addAll(sources);

13. WARNING: DiscouragedReference

Discouraged access: The field location from the type DefaultDragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

DragNodeCommand.java :

227 : if (location > 0.75) {

14. WARNING: DiscouragedReference

Discouraged access: The field location from the type DefaultDragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

DragNodeCommand.java :

230 : else if (location < 0.25) {

Source File: org/eclipse/wst/xml/ui/internal/dnd/XMLDragAndDropManager.java
1. WARNING: DiscouragedReference

Discouraged access: The type DragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

XMLDragAndDropManager.java :

22 : import org.eclipse.wst.common.ui.internal.dnd.DragAndDropCommand;

2. WARNING: DiscouragedReference

Discouraged access: The type DragAndDropManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

XMLDragAndDropManager.java :

23 : import org.eclipse.wst.common.ui.internal.dnd.DragAndDropManager;

3. WARNING: DiscouragedReference

Discouraged access: The type ObjectTransfer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

XMLDragAndDropManager.java :

24 : import org.eclipse.wst.common.ui.internal.dnd.ObjectTransfer;

4. WARNING: DiscouragedReference

Discouraged access: The type ViewerDragAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

XMLDragAndDropManager.java :

25 : import org.eclipse.wst.common.ui.internal.dnd.ViewerDragAdapter;

5. WARNING: DiscouragedReference

Discouraged access: The type ViewerDropAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

XMLDragAndDropManager.java :

26 : import org.eclipse.wst.common.ui.internal.dnd.ViewerDropAdapter;

6. WARNING: DiscouragedReference

Discouraged access: The type DragAndDropManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

XMLDragAndDropManager.java :

29 : public class XMLDragAndDropManager implements DragAndDropManager {

7. WARNING: DiscouragedReference

Discouraged access: The type ObjectTransfer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

XMLDragAndDropManager.java :

34 : Transfer[] transfers = new Transfer[]{ObjectTransfer.getInstance()};

8. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ObjectTransfer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

XMLDragAndDropManager.java :

34 : Transfer[] transfers = new Transfer[]{ObjectTransfer.getInstance()};

9. WARNING: DiscouragedReference

Discouraged access: The constructor ViewerDragAdapter(Viewer) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

XMLDragAndDropManager.java :

35 : viewer.addDragSupport(dndOperations, transfers, new ViewerDragAdapter(viewer));

10. WARNING: DiscouragedReference

Discouraged access: The type ViewerDragAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

XMLDragAndDropManager.java :

35 : viewer.addDragSupport(dndOperations, transfers, new ViewerDragAdapter(viewer));

11. WARNING: DiscouragedReference

Discouraged access: The constructor ViewerDropAdapter(Viewer, DragAndDropManager) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

XMLDragAndDropManager.java :

36 : viewer.addDropSupport(dndOperations, transfers, new ViewerDropAdapter(viewer, new XMLDragAndDropManager(viewer)));

12. WARNING: DiscouragedReference

Discouraged access: The type ViewerDropAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

XMLDragAndDropManager.java :

36 : viewer.addDropSupport(dndOperations, transfers, new ViewerDropAdapter(viewer, new XMLDragAndDropManager(viewer)));

13. WARNING: DiscouragedReference

Discouraged access: The type DragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

XMLDragAndDropManager.java :

47 : public DragAndDropCommand createCommand(Object target, float location, int operations, int operation, Collection source) {

14. WARNING: DiscouragedReference

Discouraged access: The type DragAndDropCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

XMLDragAndDropManager.java :

48 : DragAndDropCommand result = null;

Source File: org/eclipse/wst/xml/ui/internal/validation/DelegatingSourceValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IMessageAccess is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingSourceValidator.java :

28 : import org.eclipse.wst.validation.internal.core.IMessageAccess;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingSourceValidator.java :

29 : import org.eclipse.wst.validation.internal.core.ValidationException;

3. WARNING: DiscouragedReference

Discouraged access: The type IMessageAccess is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingSourceValidator.java :

162 : public IMessageAccess getMessageAccess() {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

DelegatingSourceValidator.java :

199 : public void validate(IValidationContext helper, IReporter reporter) throws ValidationException {

Source File: org/eclipse/wst/xml/ui/internal/validation/MarkupValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

34 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

35 : import org.eclipse.wst.validation.internal.operations.LocalizedMessage;

3. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

80 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

4. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

80 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

5. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

80 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

6. WARNING: DiscouragedReference

Discouraged access: The method setOffset(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

81 : message.setOffset(start);

7. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

82 : message.setLength(length);

8. WARNING: DiscouragedReference

Discouraged access: The method setLineNo(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

83 : message.setLineNo(lineNo);

9. WARNING: DiscouragedReference

Discouraged access: The method setAttribute(String, Object) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

88 : message.setAttribute(QUICKASSISTPROCESSOR, processor);

10. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

101 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

11. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

101 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

12. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

101 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

13. WARNING: DiscouragedReference

Discouraged access: The method setOffset(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

102 : message.setOffset(start);

14. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

103 : message.setLength(length);

15. WARNING: DiscouragedReference

Discouraged access: The method setLineNo(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

104 : message.setLineNo(lineNo);

16. WARNING: DiscouragedReference

Discouraged access: The method setAttribute(String, Object) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

109 : message.setAttribute(QUICKASSISTPROCESSOR, processor);

17. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

139 : LocalizedMessage message = new LocalizedMessage(IMessage.NORMAL_SEVERITY, messageText);

18. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

139 : LocalizedMessage message = new LocalizedMessage(IMessage.NORMAL_SEVERITY, messageText);

19. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

139 : LocalizedMessage message = new LocalizedMessage(IMessage.NORMAL_SEVERITY, messageText);

20. WARNING: DiscouragedReference

Discouraged access: The method setOffset(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

140 : message.setOffset(start);

21. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

141 : message.setLength(end - start);

22. WARNING: DiscouragedReference

Discouraged access: The method setLineNo(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

142 : message.setLineNo(getLineNumber(start));

23. WARNING: DiscouragedReference

Discouraged access: The method setAttribute(String, Object) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

146 : message.setAttribute(QUICKASSISTPROCESSOR, processor);

24. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

177 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

25. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

177 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

26. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

177 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

27. WARNING: DiscouragedReference

Discouraged access: The method setOffset(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

178 : message.setOffset(start);

28. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

179 : message.setLength(length);

29. WARNING: DiscouragedReference

Discouraged access: The method setLineNo(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

180 : message.setLineNo(lineNo);

30. WARNING: DiscouragedReference

Discouraged access: The method setAttribute(String, Object) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

184 : message.setAttribute(QUICKASSISTPROCESSOR, processor);

31. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

207 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

32. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

207 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

33. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

207 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

34. WARNING: DiscouragedReference

Discouraged access: The method setOffset(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

208 : message.setOffset(start);

35. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

209 : message.setLength(length);

36. WARNING: DiscouragedReference

Discouraged access: The method setLineNo(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

210 : message.setLineNo(lineNo);

37. WARNING: DiscouragedReference

Discouraged access: The method setAttribute(String, Object) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

214 : message.setAttribute(QUICKASSISTPROCESSOR, processor);

38. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

318 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

39. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

318 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

40. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

318 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

41. WARNING: DiscouragedReference

Discouraged access: The method setOffset(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

319 : message.setOffset(start);

42. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

320 : message.setLength(length);

43. WARNING: DiscouragedReference

Discouraged access: The method setLineNo(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

321 : message.setLineNo(getLineNumber(start));

44. WARNING: DiscouragedReference

Discouraged access: The method setAttribute(String, Object) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

325 : message.setAttribute(QUICKASSISTPROCESSOR, processor);

45. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

354 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

46. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

354 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

47. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

354 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

48. WARNING: DiscouragedReference

Discouraged access: The method setOffset(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

355 : message.setOffset(start);

49. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

356 : message.setLength(length);

50. WARNING: DiscouragedReference

Discouraged access: The method setLineNo(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

357 : message.setLineNo(getLineNumber(start));

51. WARNING: DiscouragedReference

Discouraged access: The method setAttribute(String, Object) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

361 : message.setAttribute(QUICKASSISTPROCESSOR, processor);

52. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

496 : IMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

53. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

496 : IMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

54. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

547 : IMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

55. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

547 : IMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

56. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

592 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

57. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

592 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

58. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

592 : LocalizedMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, messageText);

59. WARNING: DiscouragedReference

Discouraged access: The method setOffset(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

593 : message.setOffset(start);

60. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

594 : message.setLength(length);

61. WARNING: DiscouragedReference

Discouraged access: The method setLineNo(int) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

595 : message.setLineNo(getLineNumber(start));

62. WARNING: DiscouragedReference

Discouraged access: The method setAttribute(String, Object) from the type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

599 : message.setAttribute(QUICKASSISTPROCESSOR, processor);

63. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

MarkupValidator.java :

781 : public void validate(IValidationContext helper, IReporter reporter) throws ValidationException {

Source File: org/eclipse/wst/xml/ui/internal/wizards/ImportXMLCatalogPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

ImportXMLCatalogPage.java :

26 : import org.eclipse.wst.common.ui.internal.viewers.SelectSingleFileView;

2. WARNING: DiscouragedReference

Discouraged access: The type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

ImportXMLCatalogPage.java :

30 : protected SelectSingleFileView selectSingleFileView;

3. WARNING: DiscouragedReference

Discouraged access: The type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

ImportXMLCatalogPage.java :

38 : selectSingleFileView = new SelectSingleFileView(selection, false) {

4. WARNING: DiscouragedReference

Discouraged access: The method addFilterExtensions(String[]) from the type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

ImportXMLCatalogPage.java :

54 : selectSingleFileView.addFilterExtensions(extensions);

5. WARNING: DiscouragedReference

Discouraged access: The method createControl(Composite) from the type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

ImportXMLCatalogPage.java :

55 : selectSingleFileView.createControl(composite);

6. WARNING: DiscouragedReference

Discouraged access: The method setVisibleHelper(boolean) from the type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

ImportXMLCatalogPage.java :

56 : selectSingleFileView.setVisibleHelper(true);

7. WARNING: DiscouragedReference

Discouraged access: The method addSelectionChangedTreeListener(ISelectionChangedListener) from the type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

ImportXMLCatalogPage.java :

57 : selectSingleFileView.addSelectionChangedTreeListener(new ISelectionChangedListener(){ public void selectionChanged(SelectionChangedEvent event) { ImportXMLCatalogPage.this.setPageComplete(selectSingleFileView.getFile() != null); } });

8. WARNING: DiscouragedReference

Discouraged access: The method getFile() from the type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

ImportXMLCatalogPage.java :

59 : ImportXMLCatalogPage.this.setPageComplete(selectSingleFileView.getFile() != null);

9. WARNING: DiscouragedReference

Discouraged access: The method getFile() from the type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

ImportXMLCatalogPage.java :

69 : return selectSingleFileView.getFile();

Source File: org/eclipse/wst/xml/ui/internal/catalog/AdvancedOptionsDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type SelectSingleFileDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

AdvancedOptionsDialog.java :

42 : import org.eclipse.wst.common.ui.internal.dialogs.SelectSingleFileDialog;

2. WARNING: DiscouragedReference

Discouraged access: The type SelectSingleFileDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

AdvancedOptionsDialog.java :

128 : SelectSingleFileDialog dialog = new SelectSingleFileDialog(getShell(), null, true);

3. WARNING: DiscouragedReference

Discouraged access: The constructor SelectSingleFileDialog(Shell, IStructuredSelection, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

AdvancedOptionsDialog.java :

128 : SelectSingleFileDialog dialog = new SelectSingleFileDialog(getShell(), null, true);

4. WARNING: DiscouragedReference

Discouraged access: The type SelectSingleFileDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

AdvancedOptionsDialog.java :

128 : SelectSingleFileDialog dialog = new SelectSingleFileDialog(getShell(), null, true);

5. WARNING: DiscouragedReference

Discouraged access: The method addFilterExtensions(String[]) from the type SelectSingleFileDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

AdvancedOptionsDialog.java :

130 : dialog.addFilterExtensions(extensions);

6. WARNING: DiscouragedReference

Discouraged access: The method create() from the type SelectSingleFileDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

AdvancedOptionsDialog.java :

131 : dialog.create();

7. WARNING: DiscouragedReference

Discouraged access: The method getFile() from the type SelectSingleFileDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

AdvancedOptionsDialog.java :

138 : IFile file = dialog.getFile();

Source File: org/eclipse/wst/xml/ui/internal/catalog/EditCatalogEntryDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type SelectSingleFileDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

EditCatalogEntryDialog.java :

51 : import org.eclipse.wst.common.ui.internal.dialogs.SelectSingleFileDialog;

2. WARNING: DiscouragedReference

Discouraged access: The type SelectSingleFileDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

EditCatalogEntryDialog.java :

497 : protected class FilterableSelectSingleFileDialog extends SelectSingleFileDialog implements SelectionListener {

3. WARNING: DiscouragedReference

Discouraged access: The constructor SelectSingleFileDialog(Shell, IStructuredSelection, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

EditCatalogEntryDialog.java :

501 : super(parentShell, null, true);

4. WARNING: DiscouragedReference

Discouraged access: The method create() from the type SelectSingleFileDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

EditCatalogEntryDialog.java :

506 : this.create();

5. WARNING: DiscouragedReference

Discouraged access: The field selectSingleFileView from the type SelectSingleFileDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

EditCatalogEntryDialog.java :

550 : selectSingleFileView.setFilterExtensions(createStringArray(fileType.extensions));

6. WARNING: DiscouragedReference

Discouraged access: The method setFilterExtensions(String[]) from the type SelectSingleFileView is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

EditCatalogEntryDialog.java :

550 : selectSingleFileView.setFilterExtensions(createStringArray(fileType.extensions));

7. WARNING: DiscouragedReference

Discouraged access: The method getFile() from the type SelectSingleFileDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.ui_1.1.302.v200810160107.jar

EditCatalogEntryDialog.java :

1028 : IFile file = dialog.getFile();