128129130131132133134135136137138
{ cachedType = getProperties(type, project); _propertyCache.put(type, cachedType); } final JDTBeanProperty beanProperty = cachedType.get(propertyName); if (beanProperty != null) { isBeanProperty = true; }