Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Error with myFeaturesToSynchronize
Error with myFeaturesToSynchronize [message #691324] Fri, 01 July 2011 08:41
Valerian Merkling is currently offline Valerian MerklingFriend
Messages: 71
Registered: May 2011
Member
Hi !

Since yesterday, every time I generate my diagram's code, i got this function

	protected Set getFeaturesToSynchronize() {
		if (myFeaturesToSynchronize == null) {
			myFeaturesToSynchronize = new HashSet<EStructuralFeature>();
			myFeaturesToSynchronize.add(DevsdslPackage.eINSTANCE
					.getDevs_Interfaces());
		}
		return myFeaturesToSynchronize;
	}


generated in diagram.edit.policies.AtomAtomServiceCompartmentCanonicalEditPolicy.class

It seems that nothing use this function, and that the
myFeaturesToSynchronize 
attribute is not generated. I just have to remove that function, each time.

Its not really annoying but if someone know how to fix it...

Thanks !


Edit : not a problem anymore, just added @generated NOT and make the function return null.

[Updated on: Wed, 06 July 2011 13:12]

Report message to a moderator

Previous Topic:Call for testers: GMF Tooling 2.4.0 release candidate
Next Topic:(no subject)
Goto Forum:
  


Current Time: Thu Apr 25 08:37:18 GMT 2024

Powered by FUDForum. Page generated in 0.02429 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top