osate / osate-ge

Old Graphical editor for OSATE repository, kept for reference
6 stars 3 forks source link

Handle AADL Reserved Words in Graphical Package Wizard #112

Closed philip-alldredge closed 9 years ago

philip-alldredge commented 9 years ago

Currently when using the graphical package wizard, and error occurs and is suppressed when the package name matches an AADL Reserved word.

See osate/osate2-core#600.

philip-alldredge commented 9 years ago

Please see NamingService and DefaultNamingService for checking for valid identifiers.

The wizard is in org.osate.ge.wizards.

Look org.osate.aadl2.presentation.Aadl2ModelWizard to see if the normal OSATE wizard checks for identifier. Borrow if needed. Otherwise use the graphical editor service.

philip-alldredge commented 9 years ago

Fixed in 5cefa48f4c015603730774af940eddc607b660ea.