eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

[editor] 2 keys in org.eclipse.ocl.examples.xtext.oclinecore.ui\plugin.properties concatenated on same line #550

Closed eclipse-ocl-bot closed 2 hours ago

eclipse-ocl-bot commented 2 hours ago

| --- | --- | | Bugzilla Link | 315891 | | Status | CLOSED FIXED | | Importance | P3 normal | | Reported | Jun 05, 2010 18:33 EDT | | Modified | May 27, 2011 03:13 EDT | | Version | 3.0.0 | | Reporter | Kit Lo |

Description

build: mdt-ocl-examples-3.0.0RC3.zip\ file: eclipse\plugins\org.eclipse.ocl.examples.xtext.oclinecore.ui\plugin.properties

MF_CreateDynamicInstance_Description = Create a new Model conatining a Dynamic Instance of this ClassMF_OCLinEcore = OCLinEcore

The second key "ClassMF_OCLinEcore = OCLinEcore" appears on the next line. It should probably be deleted.

eclipse-ocl-bot commented 2 hours ago

By Kit Lo on Jun 05, 2010 18:34

The second key should be "MF_OCLinEcore = OCLinEcore"

eclipse-ocl-bot commented 2 hours ago

By Ed Willink on Jun 06, 2010 01:30

Thanks. Fixed in HEAD for RC4. "conatining" is also a typo.

I don't understand comment #1. There is nothing wrong with the 'second' key; the problem was that in adding MF_CreateDynamicInstance_Description the new line got lost so MF_OCLinEcore was report as a PDE error. I then added the missing key not noticing it formed part of the previous key.

eclipse-ocl-bot commented 2 hours ago

By Kit Lo on Jun 06, 2010 04:42

In the original problem description, I said the second key is "ClassMF_OCLinEcore = OCLinEcore" (with the word "Class" at the beginning). In fact, the second key should be "MF_OCLinEcore = OCLinEcore".

I just wanted to remind you that you should not just add a new line char after the word "Class" to break the second key to the a new line because "MF_OCLinEcore = OCLinEcore" is already on the next line.

eclipse-ocl-bot commented 2 hours ago

By Ed Willink on May 27, 2011 03:13

Closing