Community
Participate
Working Groups
Adapt the org.eclipse.sphinx.xpand.outlet.ExtendedOutlet.setPathExpression(String, IProject) method for setting path expression of outlets. This method should allow having same value between path and path expression of an outlet. Else, the newly path expression is not set and the getPathExpression returns the old value. Please refer to attach patch.
Created attachment 192568 [details] Adapt the org.eclipse.sphinx.xpand.outlet.ExtendedOutlet.setPathExpression(String, IProject) method for setting path expression of outlets
Fixed but used a slightly different approach than proposed. Instead of setting the pathExpression passed to ExtendedOutlet#setPathExpression() on both pathExpression and path fields, the pathExpression field is initialized only when its value is different from the path value. If not then the pathExpression field is reset to null - and this is what was actually missing.
Mass-closing Resolved tickets