eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

[pivot] Conflicting priority/externalPriority ASResourceFactory schema #1623

Open eclipse-ocl-bot opened 1 month ago

eclipse-ocl-bot commented 1 month ago

| --- | --- | | Bugzilla Link | 479841 | | Status | NEW | | Importance | P3 normal | | Reported | Oct 15, 2015 05:56 EDT | | Modified | Oct 15, 2015 12:58 EDT | | Reporter | Ed Willink |

Description

/org.eclipse.ocl.pivot/schema/as_resource_factory.exsd defines an "externalPriority"

org.eclipse.ocl.pivot.internal.plugin.ASResourceFactoryRegistryReader uses a "priority".

Which is right?

eclipse-ocl-bot commented 1 month ago

By Ed Willink on Oct 15, 2015 12:58

(In reply to Ed Willink from comment #0)

Which is right?

"externalPriority" is in the schema and plugin.xml's so it is API.

"priority" is just a typo that meant that priority was ignored.

Easy fixed, bt the fix actually helps no one.


Unfortunately the original use case runs into an assertion failure. Bug 479880 raised.