/*******************************************************************************\r
- * Copyright (c) 2011 Wind River Systems, Inc. and others.\r
+ * Copyright (c) 2011, 2015 Wind River Systems, Inc. and others.\r
* All rights reserved. This program and the accompanying materials\r
* are made available under the terms of the Eclipse Public License v1.0\r
* which accompanies this distribution, and is available at\r
if (candidate != null && candidate.startsWith(label)) {\r
// exact match or followed by ()\r
if (candidate.length() == labelLen || candidate.charAt(labelLen) == '(') {\r
- return position;\r
+ return new Position(position.offset, position.length);\r
}\r
}\r
}\r