### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: model/org/eclipse/jdt/core/IType.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/core/IType.java,v retrieving revision 1.64 diff -u -r1.64 IType.java --- model/org/eclipse/jdt/core/IType.java 10 Oct 2008 07:28:58 -0000 1.64 +++ model/org/eclipse/jdt/core/IType.java 10 Oct 2008 09:07:41 -0000 @@ -39,9 +39,9 @@ /** * Do code completion inside a code snippet in the context of the current type. * - * If the type can access to his source code and the insertion position is valid, - * then completion is performed against source. Otherwise the completion is performed - * against type structure and given locals variables. + * If the type has access to its source code and the insertion position is valid, + * then completion is performed against the source. Otherwise the completion is performed + * against the type structure and the given locals variables. * * @param snippet the code snippet * @param insertion the position with in source where the snippet @@ -82,9 +82,9 @@ * Note that if a working copy is empty, it will be as if the original compilation * unit had been deleted. *

- * If the type can access to his source code and the insertion position is valid, - * then completion is performed against source. Otherwise the completion is performed - * against type structure and given locals variables. + * If the type has access to its source code and the insertion position is valid, + * then completion is performed against the source. Otherwise the completion is performed + * against the type structure and the given locals variables. *

* * @param snippet the code snippet @@ -122,9 +122,9 @@ /** * Do code completion inside a code snippet in the context of the current type. * - * If the type can access to his source code and the insertion position is valid, - * then completion is performed against source. Otherwise the completion is performed - * against type structure and given locals variables. + * If the type has access to its source code and the insertion position is valid, + * then completion is performed against the source. Otherwise the completion is performed + * against the type structure and the given locals variables. * * @param snippet the code snippet * @param insertion the position with in source where the snippet @@ -158,9 +158,9 @@ /** * Do code completion inside a code snippet in the context of the current type. * - * If the type can access to his source code and the insertion position is valid, - * then completion is performed against source. Otherwise the completion is performed - * against type structure and given locals variables. + * If the type has access to its source code and the insertion position is valid, + * then completion is performed against the source. Otherwise the completion is performed + * against the type structure and the given locals variables. * * @param snippet the code snippet * @param insertion the position with in source where the snippet @@ -202,9 +202,9 @@ * Note that if a working copy is empty, it will be as if the original compilation * unit had been deleted. *

- * If the type can access to his source code and the insertion position is valid, - * then completion is performed against source. Otherwise the completion is performed - * against type structure and given locals variables. + * If the type has access to its source code and the insertion position is valid, + * then completion is performed against the source. Otherwise the completion is performed + * against the type structure and the given locals variables. *

* * @param snippet the code snippet @@ -247,9 +247,9 @@ * Note that if a working copy is empty, it will be as if the original compilation * unit had been deleted. *

- * If the type can access to his source code and the insertion position is valid, - * then completion is performed against source. Otherwise the completion is performed - * against type structure and given locals variables. + * If the type has access to its source code and the insertion position is valid, + * then completion is performed against the source. Otherwise the completion is performed + * against the type structure and the given locals variables. *

* * @param snippet the code snippet