Community
Participate
Working Groups
RC1 The following query generates the following warning message. [query public prettyPrint(element : Element, scope : Namespace) : String = invoke('org.eclipse.ocl.examples.pivot.prettyprint.PrettyPrintNameVisitor$Printer', 'prettyPrint(org.eclipse.ocl.examples.pivot.util.Visitable, org.eclipse.ocl.examples.pivot.Namespace)', Sequence{element, scope})/] The Java service class 'org.eclipse.ocl.examples.pivot.prettyprint.PrettyPrintExprVisitor$Printer' from the project 'org.omg.ocl.markup' does not seem to have been exported. This is perhaps because org.eclipse.ocl.examples.pivot is an installed rather than workspace project, so does not for instance appear as a build.acceleo compiler dependency..
This message only appears on non-exported services that can be found in the workspace. The case described here won't show the message, nor would calling an actually not exported service from a java class that we can't find in the workspace.