Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 52 Number of classfiles: 92
Problems: 149 (Errors: 0 Warnings: 149 )
Discouraged access: The method isImplicitValue() from the type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
66 : if (entry.getTypedValue().isImplicitValue()) {
Discouraged access: The type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
246 : public BeanDecorator process(BeanRecord record);
Discouraged access: The type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
260 : public PropertyDecorator process(PropertyRecord record);
Discouraged access: The type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
278 : public PropertyDecorator process(IndexedPropertyRecord record);
Discouraged access: The type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
294 : public MethodDecorator process(MethodRecord record);
Discouraged access: The type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
310 : public EventSetDecorator process(EventSetRecord record);
Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
360 : case IBeanInfoIntrospectionConstants.BEAN_DECORATOR_SENT:
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.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
360 : case IBeanInfoIntrospectionConstants.BEAN_DECORATOR_SENT:
Discouraged access: The type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
362 : BeanRecord br = (BeanRecord) ois.readObject();
Discouraged access: The type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
362 : BeanRecord br = (BeanRecord) ois.readObject();
Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
376 : case IBeanInfoIntrospectionConstants.PROPERTY_DECORATORS_SENT:
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.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
376 : case IBeanInfoIntrospectionConstants.PROPERTY_DECORATORS_SENT:
Discouraged access: The type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
380 : PropertyRecord pr = (PropertyRecord) ois.readObject();
Discouraged access: The type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
380 : PropertyRecord pr = (PropertyRecord) ois.readObject();
Discouraged access: The type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
381 : if (pr.getClass() == IndexedPropertyRecord.class) {
Discouraged access: The type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
382 : IndexedPropertyRecord ipr = (IndexedPropertyRecord) pr;
Discouraged access: The type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
382 : IndexedPropertyRecord ipr = (IndexedPropertyRecord) pr;
Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
417 : case IBeanInfoIntrospectionConstants.METHOD_DECORATORS_SENT:
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.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
417 : case IBeanInfoIntrospectionConstants.METHOD_DECORATORS_SENT:
Discouraged access: The type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
421 : MethodRecord mr = (MethodRecord) ois.readObject();
Discouraged access: The type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
421 : MethodRecord mr = (MethodRecord) ois.readObject();
Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
436 : case IBeanInfoIntrospectionConstants.EVENT_DECORATORS_SENT:
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.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
436 : case IBeanInfoIntrospectionConstants.EVENT_DECORATORS_SENT:
Discouraged access: The type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
440 : EventSetRecord evr = (EventSetRecord) ois.readObject();
Discouraged access: The type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
440 : EventSetRecord evr = (EventSetRecord) ois.readObject();
Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
455 : case IBeanInfoIntrospectionConstants.DONE:
Discouraged access: The field DONE from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
455 : case IBeanInfoIntrospectionConstants.DONE:
Discouraged access: The type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
477 : protected static void applyRecord(FeatureDecorator decor, FeatureRecord record) {
Discouraged access: The field displayName from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
480 : if (record.displayName != null && !decor.isSetDisplayName()) {
Discouraged access: The field displayName from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
481 : decor.setDisplayName(record.displayName);
Discouraged access: The field shortDescription from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
484 : if (record.shortDescription != null && !decor.isSetShortDescription()) {
Discouraged access: The field shortDescription from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
485 : decor.setShortDescription(record.shortDescription);
Discouraged access: The field category from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
488 : if (record.category != null && !decor.eIsSet(BeaninfoPackage.eINSTANCE.getFeatureDecorator_Category())) {
Discouraged access: The field category from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
489 : decor.setCategory(record.category);
Discouraged access: The field expert from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
493 : if (decor.isExpert() != record.expert)
Discouraged access: The field expert from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
494 : decor.setExpert(record.expert); // Don't want to explicitly set it if it is equal to default (this will put less out to the cache file
Discouraged access: The field hidden from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
499 : if (decor.isHidden() != record.hidden)
Discouraged access: The field hidden from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
500 : decor.setHidden(record.hidden);
Discouraged access: The field preferred from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
504 : if (decor.isPreferred() != record.preferred)
Discouraged access: The field preferred from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
505 : decor.setPreferred(record.preferred);
Discouraged access: The field attributeNames from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
508 : if (record.attributeNames != null && !decor.isAttributesExplicitEmpty()) {
Discouraged access: The field attributeNames from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
511 : for (int i = 0; i < record.attributeNames.length; i++) {
Discouraged access: The field attributeNames from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
514 : entry.setTypedKey(record.attributeNames[i]);
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
515 : FeatureAttributeValue fv = record.attributeValues[i];
Discouraged access: The field attributeValues from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
515 : FeatureAttributeValue fv = record.attributeValues[i];
Discouraged access: The method setImplicitValue(boolean) from the type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
516 : fv.setImplicitValue(true);
Discouraged access: The type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
534 : public static void applyRecord(BeanDecorator decor, BeanRecord record) {
Discouraged access: The field customizerClassName from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
538 : if (record.customizerClassName != null && !decor.eIsSet(BeaninfoPackage.eINSTANCE.getBeanDecorator_CustomizerClass())) {
Discouraged access: The field customizerClassName from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
539 : decor.setCustomizerClass(createJavaClassProxy(record.customizerClassName));
Discouraged access: The field mergeInheritedProperties from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
543 : if (decor.isMergeSuperProperties() != record.mergeInheritedProperties)
Discouraged access: The field mergeInheritedProperties from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
544 : decor.setMergeSuperProperties(record.mergeInheritedProperties);
Discouraged access: The field mergeInheritedOperations from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
548 : if (decor.isMergeSuperMethods() != record.mergeInheritedOperations)
Discouraged access: The field mergeInheritedOperations from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
549 : decor.setMergeSuperMethods(record.mergeInheritedOperations);
Discouraged access: The field mergeInheritedEvents from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
553 : if (decor.isMergeSuperEvents() != record.mergeInheritedEvents)
Discouraged access: The field mergeInheritedEvents from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
554 : decor.setMergeSuperEvents(record.mergeInheritedEvents);
Discouraged access: The field notInheritedPropertyNames from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
557 : if (record.notInheritedPropertyNames != null) {
Discouraged access: The field notInheritedPropertyNames from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
559 : decor.getNotInheritedPropertyNames().addAll(Arrays.asList(record.notInheritedPropertyNames));
Discouraged access: The field notInheritedOperationNames from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
561 : if (record.notInheritedOperationNames != null) {
Discouraged access: The field notInheritedOperationNames from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
563 : decor.getNotInheritedMethodNames().addAll(Arrays.asList(record.notInheritedOperationNames));
Discouraged access: The field notInheritedEventNames from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
565 : if (record.notInheritedEventNames != null) {
Discouraged access: The field notInheritedEventNames from the type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
567 : decor.getNotInheritedEventNames().addAll(Arrays.asList(record.notInheritedEventNames));
Discouraged access: The type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
581 : public static void applyRecord(PropertyDecorator decor, PropertyRecord record) {
Discouraged access: The type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
590 : private static void applyOnly(PropertyDecorator decor, PropertyRecord record) {
Discouraged access: The field propertyEditorClassName from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
592 : if (record.propertyEditorClassName != null && !decor.eIsSet(BeaninfoPackage.eINSTANCE.getPropertyDecorator_PropertyEditorClass())) {
Discouraged access: The field propertyEditorClassName from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
593 : decor.setPropertyEditorClass(createJavaClassProxy(record.propertyEditorClassName));
Discouraged access: The field readMethod from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
596 : if (record.readMethod != null && !decor.isSetReadMethod()) {
Discouraged access: The field readMethod from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
597 : decor.setReadMethod(createJavaMethodProxy(record.readMethod));
Discouraged access: The field writeMethod from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
600 : if (record.writeMethod != null && !decor.isSetWriteMethod()) {
Discouraged access: The field writeMethod from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
601 : decor.setWriteMethod(createJavaMethodProxy(record.writeMethod));
Discouraged access: The field field from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
604 : if (record.field != null && !decor.isSetField()) {
Discouraged access: The field field from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
605 : decor.setField(createJavaFieldProxy(record.field));
Discouraged access: The field field from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
606 : if (decor.isFieldReadOnly() != record.field.readOnly)
Discouraged access: The field readOnly from the type ReflectFieldRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
606 : if (decor.isFieldReadOnly() != record.field.readOnly)
Discouraged access: The field field from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
607 : decor.setFieldReadOnly(record.field.readOnly);
Discouraged access: The field readOnly from the type ReflectFieldRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
607 : decor.setFieldReadOnly(record.field.readOnly);
Discouraged access: The field bound from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
611 : if (decor.isBound() != record.bound)
Discouraged access: The field bound from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
612 : decor.setBound(record.bound);
Discouraged access: The field constrained from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
616 : if (decor.isConstrained() != record.constrained)
Discouraged access: The field constrained from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
617 : decor.setConstrained(record.constrained);
Discouraged access: The field designTime from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
620 : if (record.designTime != null && !decor.isSetDesignTime()) {
Discouraged access: The field designTime from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
623 : decor.setDesignTime(record.designTime.booleanValue());
Discouraged access: The type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
631 : public static void applyRecord(IndexedPropertyDecorator decor, IndexedPropertyRecord record) {
Discouraged access: The field indexedReadMethod from the type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
636 : if (record.indexedReadMethod != null && !decor.isSetIndexedReadMethod()) {
Discouraged access: The field indexedReadMethod from the type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
637 : decor.setIndexedReadMethod(createJavaMethodProxy(record.indexedReadMethod));
Discouraged access: The field indexedWriteMethod from the type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
640 : if (record.indexedWriteMethod != null && !decor.isSetIndexedWriteMethod()) {
Discouraged access: The field indexedWriteMethod from the type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
641 : decor.setIndexedWriteMethod(createJavaMethodProxy(record.indexedWriteMethod));
Discouraged access: The type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
655 : public static void applyRecord(MethodDecorator decor, MethodRecord record) {
Discouraged access: The field parameters from the type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
659 : if (record.parameters != null && !decor.isParmsExplicitEmpty()
Discouraged access: The field parameters from the type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
663 : for (int i = 0; i < record.parameters.length; i++) {
Discouraged access: The field parameters from the type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
665 : applyRecord(parm, record.parameters[i]);
Discouraged access: The type ParameterRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
675 : public static void applyRecord(ParameterDecorator decor, ParameterRecord record) {
Discouraged access: The field name from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
679 : if (record.name != null && !decor.eIsSet(BeaninfoPackage.eINSTANCE.getParameterDecorator_Name())) {
Discouraged access: The field name from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
680 : decor.setName(record.name);
Discouraged access: The type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
694 : public static void applyRecord(EventSetDecorator decor, EventSetRecord record) {
Discouraged access: The field addListenerMethod from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
698 : if (record.addListenerMethod != null && !decor.eIsSet(BeaninfoPackage.eINSTANCE.getEventSetDecorator_AddListenerMethod())) {
Discouraged access: The field addListenerMethod from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
699 : decor.setAddListenerMethod(createJavaMethodProxy(record.addListenerMethod));
Discouraged access: The field eventAdapterClassName from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
702 : if (record.eventAdapterClassName != null && !decor.eIsSet(BeaninfoPackage.eINSTANCE.getEventSetDecorator_EventAdapterClass())) {
Discouraged access: The field eventAdapterClassName from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
703 : decor.setEventAdapterClass(createJavaClassProxy(record.eventAdapterClassName));
Discouraged access: The field listenerMethodDescriptors from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
706 : if (record.listenerMethodDescriptors != null && !decor.isListenerMethodsExplicitEmpty()
Discouraged access: The field listenerMethodDescriptors from the type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanInfoDecoratorUtility.java :
709 : for (int i = 0; i < record.listenerMethodDescriptors.length; i++) {
Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
710 : doFlags |= IBeanInfoIntrospectionConstants.DO_BEAN_DECOR;
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.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
710 : doFlags |= IBeanInfoIntrospectionConstants.DO_BEAN_DECOR;
Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
712 : doFlags |= IBeanInfoIntrospectionConstants.DO_EVENTS;
Discouraged access: The field DO_EVENTS from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
712 : doFlags |= IBeanInfoIntrospectionConstants.DO_EVENTS;
Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
714 : doFlags |= IBeanInfoIntrospectionConstants.DO_PROPERTIES;
Discouraged access: The field DO_PROPERTIES from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
714 : doFlags |= IBeanInfoIntrospectionConstants.DO_PROPERTIES;
Discouraged access: The type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
716 : doFlags |= IBeanInfoIntrospectionConstants.DO_METHODS;
Discouraged access: The field DO_METHODS from the type IBeanInfoIntrospectionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
716 : doFlags |= IBeanInfoIntrospectionConstants.DO_METHODS;
Discouraged access: The type BeanRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
772 : public BeanDecorator process(BeanRecord record) {
Discouraged access: The type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
779 : public PropertyDecorator process(PropertyRecord record) {
Discouraged access: The type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
786 : public PropertyDecorator process(IndexedPropertyRecord record) {
Discouraged access: The type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
793 : public MethodDecorator process(MethodRecord record) {
Discouraged access: The type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
800 : public EventSetDecorator process(EventSetRecord record) {
Discouraged access: The type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
1451 : protected PropertyDecorator calculateProperty(PropertyRecord pr, boolean indexed) {
Discouraged access: The field propertyTypeName from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
1454 : JavaHelpers type = pr.propertyTypeName != null ? Utilities.getJavaType(MapJNITypes.getFormalTypeName(pr.propertyTypeName), getJavaClass().eResource().getResourceSet()) : null;
Discouraged access: The field propertyTypeName from the type PropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
1454 : JavaHelpers type = pr.propertyTypeName != null ? Utilities.getJavaType(MapJNITypes.getFormalTypeName(pr.propertyTypeName), getJavaClass().eResource().getResourceSet()) : null;
Discouraged access: The type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
1460 : type = Utilities.getJavaType(MapJNITypes.getFormalTypeName(((IndexedPropertyRecord) pr).indexedPropertyTypeName)+"[]", getJavaClass().eResource().getResourceSet()); //$NON-NLS-1$
Discouraged access: The field indexedPropertyTypeName from the type IndexedPropertyRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
1460 : type = Utilities.getJavaType(MapJNITypes.getFormalTypeName(((IndexedPropertyRecord) pr).indexedPropertyTypeName)+"[]", getJavaClass().eResource().getResourceSet()); //$NON-NLS-1$
Discouraged access: The field name from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
1465 : return createProperty(pr.name, indexed, type); // A valid property descriptor.
Discouraged access: The type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
1849 : protected MethodDecorator calculateOperation(MethodRecord record) {
Discouraged access: The field name from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
1850 : return createOperation(record.name, formLongName(record), null, record);
Discouraged access: The type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
1856 : protected MethodDecorator createOperation(String name, String longName, Method method, MethodRecord record) {
Discouraged access: The field methodForDescriptor from the type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
1881 : method = BeanInfoDecoratorUtility.createJavaMethodProxy(record.methodForDescriptor);
Discouraged access: The type EventSetRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
2122 : protected EventSetDecorator calculateEvent(EventSetRecord record) {
Discouraged access: The field name from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
2123 : return createEvent(record.name);
Discouraged access: The type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
2645 : private String formLongName(MethodRecord record) {
Discouraged access: The field name from the type FeatureRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
2647 : longName.append(record.name); // Feature Name
Discouraged access: The field methodForDescriptor from the type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
2649 : longName.append(record.methodForDescriptor.methodName); // Method Name
Discouraged access: The field methodName from the type ReflectMethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
2649 : longName.append(record.methodForDescriptor.methodName); // Method Name
Discouraged access: The field methodForDescriptor from the type MethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
2651 : String[] p = record.methodForDescriptor.parameterTypeNames;
Discouraged access: The field parameterTypeNames from the type ReflectMethodRecord is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoClassAdapter.java :
2651 : String[] p = record.methodForDescriptor.parameterTypeNames;
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanDecoratorImpl.java :
41 : import org.eclipse.jem.internal.beaninfo.common.FeatureAttributeValue;
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanDecoratorImpl.java :
1056 : FeatureAttributeValue value = (FeatureAttributeValue) getAttributes().get(IBaseBeanInfoConstants.ICONCOLOR16X16URL);
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanDecoratorImpl.java :
1056 : FeatureAttributeValue value = (FeatureAttributeValue) getAttributes().get(IBaseBeanInfoConstants.ICONCOLOR16X16URL);
Discouraged access: The method getValue() from the type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeanDecoratorImpl.java :
1059 : Object attr = value.getValue();
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoFactoryImpl.java :
20 : import org.eclipse.jem.internal.beaninfo.common.FeatureAttributeValue;
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoFactoryImpl.java :
265 : public FeatureAttributeValue createFeatureAttributeValueFromString(EDataType eDataType, String initialValue) {
Discouraged access: The constructor FeatureAttributeValue(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoFactoryImpl.java :
266 : return new FeatureAttributeValue(initialValue);
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoFactoryImpl.java :
266 : return new FeatureAttributeValue(initialValue);
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoPackageImpl.java :
23 : import org.eclipse.jem.internal.beaninfo.common.FeatureAttributeValue;
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
BeaninfoPackageImpl.java :
896 : initEDataType(featureAttributeValueEDataType, FeatureAttributeValue.class, "FeatureAttributeValue", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS);
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
FeatureAttributeMapEntryImpl.java :
32 : import org.eclipse.jem.internal.beaninfo.common.FeatureAttributeValue;
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
FeatureAttributeMapEntryImpl.java :
78 : protected static final FeatureAttributeValue VALUE_EDEFAULT = null;
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
FeatureAttributeMapEntryImpl.java :
88 : protected FeatureAttributeValue value = VALUE_EDEFAULT;
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
FeatureAttributeMapEntryImpl.java :
134 : public FeatureAttributeValue getTypedValue() {
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
FeatureAttributeMapEntryImpl.java :
143 : public void setTypedValue(FeatureAttributeValue newValue) {
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
FeatureAttributeMapEntryImpl.java :
144 : FeatureAttributeValue oldValue = value;
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
FeatureAttributeMapEntryImpl.java :
176 : setTypedValue((FeatureAttributeValue)newValue);
Discouraged access: The type FeatureAttributeValue is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.jem.beaninfo.vm.common/@dot
FeatureAttributeMapEntryImpl.java :
294 : setTypedValue((FeatureAttributeValue)value);