Compiler Report

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

Number of source files: 11 Number of classfiles: 13

Problems: 100 (Errors: 0 Warnings: 100 )

Source File: org/eclipse/jem/internal/beaninfo/vm/ModelingBeanInfo.java
1. WARNING: DiscouragedReference

Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

249 : if ((doFlags & IBeanInfoIntrospectionConstants.DO_EVENTS) != 0) {

2. WARNING: DiscouragedReference

Discouraged access: The field DO_EVENTS from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

249 : if ((doFlags & IBeanInfoIntrospectionConstants.DO_EVENTS) != 0) {

3. WARNING: DiscouragedReference

Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

262 : if ((doFlags & IBeanInfoIntrospectionConstants.DO_METHODS) != 0) {

4. WARNING: DiscouragedReference

Discouraged access: The field DO_METHODS from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

262 : if ((doFlags & IBeanInfoIntrospectionConstants.DO_METHODS) != 0) {

5. WARNING: DiscouragedReference

Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

275 : if ((doFlags & IBeanInfoIntrospectionConstants.DO_PROPERTIES) != 0) {

6. WARNING: DiscouragedReference

Discouraged access: The field DO_PROPERTIES from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

275 : if ((doFlags & IBeanInfoIntrospectionConstants.DO_PROPERTIES) != 0) {

7. WARNING: DiscouragedReference

Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

547 : if ((doFlags & IBeanInfoIntrospectionConstants.DO_BEAN_DECOR) != 0)

8. WARNING: DiscouragedReference

Discouraged access: The field DO_BEAN_DECOR from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

547 : if ((doFlags & IBeanInfoIntrospectionConstants.DO_BEAN_DECOR) != 0)

9. WARNING: DiscouragedReference

Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

549 : if ((doFlags & IBeanInfoIntrospectionConstants.DO_PROPERTIES) != 0)

10. WARNING: DiscouragedReference

Discouraged access: The field DO_PROPERTIES from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

549 : if ((doFlags & IBeanInfoIntrospectionConstants.DO_PROPERTIES) != 0)

11. WARNING: DiscouragedReference

Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

551 : if ((doFlags & IBeanInfoIntrospectionConstants.DO_METHODS) != 0)

12. WARNING: DiscouragedReference

Discouraged access: The field DO_METHODS from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

551 : if ((doFlags & IBeanInfoIntrospectionConstants.DO_METHODS) != 0)

13. WARNING: DiscouragedReference

Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

553 : if ((doFlags & IBeanInfoIntrospectionConstants.DO_EVENTS) != 0)

14. WARNING: DiscouragedReference

Discouraged access: The field DO_EVENTS from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

553 : if ((doFlags & IBeanInfoIntrospectionConstants.DO_EVENTS) != 0)

15. WARNING: DiscouragedReference

Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

555 : stream.writeInt(IBeanInfoIntrospectionConstants.DONE);

16. WARNING: DiscouragedReference

Discouraged access: The field DONE from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

555 : stream.writeInt(IBeanInfoIntrospectionConstants.DONE);

17. WARNING: DiscouragedReference

Discouraged access: The type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

568 : BeanRecord br = new BeanRecord();

18. WARNING: DiscouragedReference

Discouraged access: The constructor BeanRecord() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

568 : BeanRecord br = new BeanRecord();

19. WARNING: DiscouragedReference

Discouraged access: The type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

568 : BeanRecord br = new BeanRecord();

20. WARNING: DiscouragedReference

Discouraged access: The field customizerClassName from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

572 : br.customizerClassName = getClassName(bd.getCustomizerClass());

21. WARNING: DiscouragedReference

Discouraged access: The field mergeInheritedProperties from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

573 : br.mergeInheritedProperties = isMergeInheritedProperties();

22. WARNING: DiscouragedReference

Discouraged access: The field mergeInheritedOperations from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

574 : br.mergeInheritedOperations = isMergeInheritedMethods();

23. WARNING: DiscouragedReference

Discouraged access: The field mergeInheritedEvents from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

575 : br.mergeInheritedEvents = isMergeInheritedEvents();

24. WARNING: DiscouragedReference

Discouraged access: The field notInheritedPropertyNames from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

576 : br.notInheritedPropertyNames = getNotInheritedPropertyDescriptors();

25. WARNING: DiscouragedReference

Discouraged access: The field notInheritedOperationNames from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

577 : br.notInheritedOperationNames = getNotInheritedMethodDescriptors();

26. WARNING: DiscouragedReference

Discouraged access: The field notInheritedEventNames from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

578 : br.notInheritedEventNames = getNotInheritedEventSetDescriptors();

27. WARNING: DiscouragedReference

Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

581 : stream.writeInt(IBeanInfoIntrospectionConstants.BEAN_DECORATOR_SENT);

28. WARNING: DiscouragedReference

Discouraged access: The field BEAN_DECORATOR_SENT from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

581 : stream.writeInt(IBeanInfoIntrospectionConstants.BEAN_DECORATOR_SENT);

29. WARNING: DiscouragedReference

Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

596 : stream.writeInt(IBeanInfoIntrospectionConstants.PROPERTY_DECORATORS_SENT);

30. WARNING: DiscouragedReference

Discouraged access: The field PROPERTY_DECORATORS_SENT from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

596 : stream.writeInt(IBeanInfoIntrospectionConstants.PROPERTY_DECORATORS_SENT);

31. WARNING: DiscouragedReference

Discouraged access: The type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

601 : PropertyRecord usepr = null;

32. WARNING: DiscouragedReference

Discouraged access: The type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

605 : IndexedPropertyRecord ipr = new IndexedPropertyRecord();

33. WARNING: DiscouragedReference

Discouraged access: The constructor IndexedPropertyRecord() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

605 : IndexedPropertyRecord ipr = new IndexedPropertyRecord();

34. WARNING: DiscouragedReference

Discouraged access: The type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

605 : IndexedPropertyRecord ipr = new IndexedPropertyRecord();

35. WARNING: DiscouragedReference

Discouraged access: The field indexedReadMethod from the type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

608 : ipr.indexedReadMethod = getReflectedMethodRecord(ipd.getIndexedReadMethod());

36. WARNING: DiscouragedReference

Discouraged access: The field indexedWriteMethod from the type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

609 : ipr.indexedWriteMethod = getReflectedMethodRecord(ipd.getIndexedWriteMethod());

37. WARNING: DiscouragedReference

Discouraged access: The field indexedPropertyTypeName from the type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

610 : ipr.indexedPropertyTypeName = getClassName(ipd.getIndexedPropertyType());

38. WARNING: DiscouragedReference

Discouraged access: The constructor PropertyRecord() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

612 : usepr = new PropertyRecord();

39. WARNING: DiscouragedReference

Discouraged access: The type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

612 : usepr = new PropertyRecord();

40. WARNING: DiscouragedReference

Discouraged access: The field propertyEditorClassName from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

615 : usepr.propertyEditorClassName = getClassName(pd.getPropertyEditorClass());

41. WARNING: DiscouragedReference

Discouraged access: The field propertyTypeName from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

616 : usepr.propertyTypeName = getClassName(pd.getPropertyType());

42. WARNING: DiscouragedReference

Discouraged access: The field readMethod from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

617 : usepr.readMethod = getReflectedMethodRecord(pd.getReadMethod());

43. WARNING: DiscouragedReference

Discouraged access: The field writeMethod from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

618 : usepr.writeMethod = getReflectedMethodRecord((pd.getWriteMethod()));

44. WARNING: DiscouragedReference

Discouraged access: The field bound from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

619 : usepr.bound = pd.isBound();

45. WARNING: DiscouragedReference

Discouraged access: The field constrained from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

620 : usepr.constrained = pd.isConstrained();

46. WARNING: DiscouragedReference

Discouraged access: The field designTime from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

621 : usepr.designTime = null;

47. WARNING: DiscouragedReference

Discouraged access: The field field from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

622 : usepr.field = null;

48. WARNING: DiscouragedReference

Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

640 : stream.writeInt(IBeanInfoIntrospectionConstants.METHOD_DECORATORS_SENT);

49. WARNING: DiscouragedReference

Discouraged access: The field METHOD_DECORATORS_SENT from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

640 : stream.writeInt(IBeanInfoIntrospectionConstants.METHOD_DECORATORS_SENT);

50. WARNING: DiscouragedReference

Discouraged access: The type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

643 : MethodRecord mr = new MethodRecord();

51. WARNING: DiscouragedReference

Discouraged access: The constructor MethodRecord() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

643 : MethodRecord mr = new MethodRecord();

52. WARNING: DiscouragedReference

Discouraged access: The type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

643 : MethodRecord mr = new MethodRecord();

53. WARNING: DiscouragedReference

Discouraged access: The type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

657 : protected void fill(MethodRecord mr, MethodDescriptor md) {

54. WARNING: DiscouragedReference

Discouraged access: The field methodForDescriptor from the type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

658 : mr.methodForDescriptor = getReflectedMethodRecord(md.getMethod());

55. WARNING: DiscouragedReference

Discouraged access: The field parameters from the type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

661 : mr.parameters = null;

56. WARNING: DiscouragedReference

Discouraged access: The field parameters from the type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

663 : mr.parameters = new ParameterRecord[parms.length];

57. WARNING: DiscouragedReference

Discouraged access: The type ParameterRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

663 : mr.parameters = new ParameterRecord[parms.length];

58. WARNING: DiscouragedReference

Discouraged access: The type ParameterRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

665 : ParameterRecord pr = new ParameterRecord();

59. WARNING: DiscouragedReference

Discouraged access: The constructor ParameterRecord() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

665 : ParameterRecord pr = new ParameterRecord();

60. WARNING: DiscouragedReference

Discouraged access: The type ParameterRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

665 : ParameterRecord pr = new ParameterRecord();

61. WARNING: DiscouragedReference

Discouraged access: The field parameters from the type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

667 : mr.parameters[j] = pr;

62. WARNING: DiscouragedReference

Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

684 : stream.writeInt(IBeanInfoIntrospectionConstants.EVENT_DECORATORS_SENT);

63. WARNING: DiscouragedReference

Discouraged access: The field EVENT_DECORATORS_SENT from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

684 : stream.writeInt(IBeanInfoIntrospectionConstants.EVENT_DECORATORS_SENT);

64. WARNING: DiscouragedReference

Discouraged access: The type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

688 : EventSetRecord er = new EventSetRecord();

65. WARNING: DiscouragedReference

Discouraged access: The constructor EventSetRecord() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

688 : EventSetRecord er = new EventSetRecord();

66. WARNING: DiscouragedReference

Discouraged access: The type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

688 : EventSetRecord er = new EventSetRecord();

67. WARNING: DiscouragedReference

Discouraged access: The field addListenerMethod from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

689 : er.addListenerMethod = getReflectedMethodRecord(ed.getAddListenerMethod());

68. WARNING: DiscouragedReference

Discouraged access: The field listenerMethodDescriptors from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

692 : er.listenerMethodDescriptors = null;

69. WARNING: DiscouragedReference

Discouraged access: The field listenerMethodDescriptors from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

694 : er.listenerMethodDescriptors = new MethodRecord[mds.length];

70. WARNING: DiscouragedReference

Discouraged access: The type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

694 : er.listenerMethodDescriptors = new MethodRecord[mds.length];

71. WARNING: DiscouragedReference

Discouraged access: The field listenerMethodDescriptors from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

696 : fill(er.listenerMethodDescriptors[j] = new MethodRecord(), mds[j]);

72. WARNING: DiscouragedReference

Discouraged access: The constructor MethodRecord() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

696 : fill(er.listenerMethodDescriptors[j] = new MethodRecord(), mds[j]);

73. WARNING: DiscouragedReference

Discouraged access: The type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

696 : fill(er.listenerMethodDescriptors[j] = new MethodRecord(), mds[j]);

74. WARNING: DiscouragedReference

Discouraged access: The field listenerTypeName from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

699 : er.listenerTypeName = getClassName(ed.getListenerType());

75. WARNING: DiscouragedReference

Discouraged access: The field removeListenerMethod from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

700 : er.removeListenerMethod = getReflectedMethodRecord(ed.getRemoveListenerMethod());

76. WARNING: DiscouragedReference

Discouraged access: The field inDefaultEventSet from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

701 : er.inDefaultEventSet = ed.isInDefaultEventSet();

77. WARNING: DiscouragedReference

Discouraged access: The field unicast from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

702 : er.unicast = ed.isUnicast();

78. WARNING: DiscouragedReference

Discouraged access: The field eventAdapterClassName from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

703 : er.eventAdapterClassName = null;

79. WARNING: DiscouragedReference

Discouraged access: The type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

736 : protected boolean fillFromAttributes(FeatureRecord record, FeatureDescriptor descr, String attributeName, int recordType) {

80. WARNING: DiscouragedReference

Discouraged access: The type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

741 : ((PropertyRecord) record).designTime = (Boolean) descr.getValue(attributeName);

81. WARNING: DiscouragedReference

Discouraged access: The field designTime from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

741 : ((PropertyRecord) record).designTime = (Boolean) descr.getValue(attributeName);

82. WARNING: DiscouragedReference

Discouraged access: The type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

746 : PropertyRecord pr = (PropertyRecord) record;

83. WARNING: DiscouragedReference

Discouraged access: The type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

746 : PropertyRecord pr = (PropertyRecord) record;

84. WARNING: DiscouragedReference

Discouraged access: The field propertyTypeName from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

747 : pr.propertyTypeName = getClassName(f.getType());

85. WARNING: DiscouragedReference

Discouraged access: The field field from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

748 : pr.field = getReflectedFieldRecord(f);

86. WARNING: DiscouragedReference

Discouraged access: The field readMethod from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

749 : pr.readMethod = null; // Need to wipe out our dummy.

87. WARNING: DiscouragedReference

Discouraged access: The field writeMethod from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

750 : pr.writeMethod = null; // Or if it set, not valid for a field.

88. WARNING: DiscouragedReference

Discouraged access: The type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

756 : ((EventSetRecord) record).eventAdapterClassName = (String) descr.getValue(attributeName);

89. WARNING: DiscouragedReference

Discouraged access: The field eventAdapterClassName from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

756 : ((EventSetRecord) record).eventAdapterClassName = (String) descr.getValue(attributeName);

90. WARNING: DiscouragedReference

Discouraged access: The type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

778 : protected void fill(FeatureDescriptor descr, FeatureRecord record, int recordType) {

91. WARNING: DiscouragedReference

Discouraged access: The field name from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

779 : record.name = descr.getName();

92. WARNING: DiscouragedReference

Discouraged access: The field name from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

781 : if (!record.name.equals(dn))

93. WARNING: DiscouragedReference

Discouraged access: The field displayName from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

782 : record.displayName = dn; // display name returns name if display name not set. We don't want to send it if identical. (Note some Beaninfos are setting displayname the same text but not same string).

94. WARNING: DiscouragedReference

Discouraged access: The field displayName from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

784 : record.displayName = null;

95. WARNING: DiscouragedReference

Discouraged access: The field shortDescription from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

787 : record.shortDescription = shd; // short description returns displayname if short description not set. We don't want to send it if

96. WARNING: DiscouragedReference

Discouraged access: The field shortDescription from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

790 : record.shortDescription = null;

97. WARNING: DiscouragedReference

Discouraged access: The field expert from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

791 : record.expert = descr.isExpert();

98. WARNING: DiscouragedReference

Discouraged access: The field hidden from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

792 : record.hidden = descr.isHidden();

99. WARNING: DiscouragedReference

Discouraged access: The field preferred from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

793 : record.preferred = descr.isPreferred();

100. WARNING: DiscouragedReference

Discouraged access: The field category from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot

ModelingBeanInfo.java :

794 : record.category = null; // Clear out in case not set.