Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

CDO/Project Resources

< CDO
Revision as of 15:52, 19 July 2008 by Stepper.esc-net.de (Talk | contribs) (Miscellaneous)


Downloads


Sources


Documentation


Support and Feedback


Miscellaneous

  • View project statistics at Ohloh
	private void initialize() {
		comments = getTaskData().getAttributeMapper().getAttributesByType(getTaskData(), TaskAttribute.TYPE_COMMENT);
		if (comments.size() > 0) {
			for (TaskAttribute commentAttribute : comments) {
				if (getModel().hasIncomingChanges(commentAttribute)) {
					hasIncoming = true;
					break;
				}
			}
		}
	}

Wikis: CDO | Net4j | EMF | Eclipse

Back to the top