|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JavaModelException in org.eclipse.jdt.core |
---|
Methods in org.eclipse.jdt.core that throw JavaModelException | |
---|---|
org.eclipse.text.edits.UndoEdit |
ICompilationUnit.applyTextEdit(org.eclipse.text.edits.TextEdit edit,
org.eclipse.core.runtime.IProgressMonitor monitor)
Applies a text edit to the compilation unit's buffer. |
org.eclipse.text.edits.UndoEdit |
IBuffer.ITextEditCapability.applyTextEdit(org.eclipse.text.edits.TextEdit edit,
org.eclipse.core.runtime.IProgressMonitor monitor)
Applies a text edit to this underlying buffer. |
void |
IPackageFragmentRoot.attachSource(org.eclipse.core.runtime.IPath sourcePath,
org.eclipse.core.runtime.IPath rootPath,
org.eclipse.core.runtime.IProgressMonitor monitor)
Attaches the source archive identified by the given absolute path to this binary package fragment root. |
void |
ICompilationUnit.becomeWorkingCopy(IProblemRequestor problemRequestor,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. Use ICompilationUnit.becomeWorkingCopy(IProgressMonitor) instead.
Note that if this deprecated method is used, problems will be reported to the given problem requestor
as well as the problem requestor returned by the working copy owner (if not null). |
ICompilationUnit |
IClassFile.becomeWorkingCopy(IProblemRequestor problemRequestor,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. Use ITypeRoot.getWorkingCopy(WorkingCopyOwner, IProgressMonitor) instead.
Note that if this deprecated method is used, problems will be reported to the given problem requestor
as well as the problem requestor returned by the working copy owner (if not null). |
void |
ICompilationUnit.becomeWorkingCopy(org.eclipse.core.runtime.IProgressMonitor monitor)
Changes this compilation unit handle into a working copy. |
void |
IOpenable.close()
Closes this element and its buffer (if any). |
void |
IType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
CompletionRequestor requestor)
Do code completion inside a code snippet in the context of the current type. |
void |
IType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
CompletionRequestor requestor,
WorkingCopyOwner owner)
Do code completion inside a code snippet in the context of the current type. |
void |
IType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
ICompletionRequestor requestor)
Deprecated. Use IType.codeComplete(char[],int,int,char[][],char[][],int[],boolean,CompletionRequestor) instead. |
void |
IType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
ICompletionRequestor requestor,
WorkingCopyOwner owner)
Deprecated. Use IType.codeComplete(char[],int,int,char[][],char[][],int[],boolean,CompletionRequestor,WorkingCopyOwner) instead. |
void |
ICodeAssist.codeComplete(int offset,
CompletionRequestor requestor)
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor. |
void |
ICodeAssist.codeComplete(int offset,
CompletionRequestor requestor,
WorkingCopyOwner owner)
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor. |
void |
ICodeAssist.codeComplete(int offset,
ICodeCompletionRequestor requestor)
Deprecated. Use ICodeAssist.codeComplete(int, ICompletionRequestor) instead. |
void |
ICodeAssist.codeComplete(int offset,
ICompletionRequestor requestor)
Deprecated. Use ICodeAssist.codeComplete(int, CompletionRequestor) instead. |
void |
ICodeAssist.codeComplete(int offset,
ICompletionRequestor requestor,
WorkingCopyOwner owner)
Deprecated. Use ICodeAssist.codeComplete(int, CompletionRequestor, WorkingCopyOwner) instead. |
IJavaElement[] |
ICodeAssist.codeSelect(int offset,
int length)
Returns the Java elements corresponding to the given selected text in this compilation unit. |
IJavaElement[] |
ICodeAssist.codeSelect(int offset,
int length,
WorkingCopyOwner owner)
Returns the Java elements corresponding to the given selected text in this compilation unit. |
void |
IWorkingCopy.commit(boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. Use ICompilationUnit.commitWorkingCopy(boolean, IProgressMonitor) instead. |
void |
ICompilationUnit.commitWorkingCopy(boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
Commits the contents of this working copy to its underlying resource. |
void |
CorrectionEngine.computeCorrections(IMarker marker,
ICompilationUnit targetUnit,
int positionOffset,
ICorrectionRequestor requestor)
Performs code correction for the given marker, reporting results to the given correction requestor. |
void |
CorrectionEngine.computeCorrections(IProblem problem,
ICompilationUnit targetUnit,
ICorrectionRequestor requestor)
Performs code correction for the given IProblem, reporting results to the given correction requestor. |
boolean |
IPackageFragment.containsJavaResources()
Returns whether this fragment contains at least one Java resource. |
void |
IJavaModel.copy(IJavaElement[] elements,
IJavaElement[] containers,
IJavaElement[] siblings,
java.lang.String[] renamings,
boolean replace,
org.eclipse.core.runtime.IProgressMonitor monitor)
Copies the given elements to the specified container(s). |
void |
ISourceManipulation.copy(IJavaElement container,
IJavaElement sibling,
java.lang.String rename,
boolean replace,
org.eclipse.core.runtime.IProgressMonitor monitor)
Copies this element to the given container. |
void |
IPackageFragmentRoot.copy(org.eclipse.core.runtime.IPath destination,
int updateResourceFlags,
int updateModelFlags,
IClasspathEntry sibling,
org.eclipse.core.runtime.IProgressMonitor monitor)
Copies the resource of this package fragment root to the destination path as specified by IResource.copy(IPath, int, IProgressMonitor)
but excluding nested source folders. |
ICompilationUnit |
IPackageFragment.createCompilationUnit(java.lang.String name,
java.lang.String contents,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a compilation unit in this package fragment with the specified name and contents. |
IField |
IType.createField(java.lang.String contents,
IJavaElement sibling,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a field in this type with the given contents. |
IImportDeclaration |
ICompilationUnit.createImport(java.lang.String name,
IJavaElement sibling,
int flags,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns an import declaration in this compilation unit with the given name. |
IImportDeclaration |
ICompilationUnit.createImport(java.lang.String name,
IJavaElement sibling,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns an non-static import declaration in this compilation unit with the given name. |
IInitializer |
IType.createInitializer(java.lang.String contents,
IJavaElement sibling,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a static initializer in this type with the given contents. |
IMethod |
IType.createMethod(java.lang.String contents,
IJavaElement sibling,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a method or constructor in this type with the given contents. |
IPackageDeclaration |
ICompilationUnit.createPackageDeclaration(java.lang.String name,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a package declaration in this compilation unit with the given package name. |
IPackageFragment |
IPackageFragmentRoot.createPackageFragment(java.lang.String name,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a package fragment in this root with the given dot-separated package name. |
IType |
IType.createType(java.lang.String contents,
IJavaElement sibling,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a type in this type with the given contents. |
IType |
ICompilationUnit.createType(java.lang.String contents,
IJavaElement sibling,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a type in this compilation unit with the given contents. |
void |
ISourceManipulation.delete(boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deletes this element, forcing if specified and necessary. |
void |
IJavaModel.delete(IJavaElement[] elements,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deletes the given elements, forcing the operation if necessary and specified. |
void |
IPackageFragmentRoot.delete(int updateResourceFlags,
int updateModelFlags,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deletes the resource of this package fragment root as specified by IResource.delete(int, IProgressMonitor) but excluding nested
source folders. |
void |
ICompilationUnit.discardWorkingCopy()
Changes this compilation unit in working copy mode back to its original mode. |
IJavaElement |
IJavaProject.findElement(org.eclipse.core.runtime.IPath path)
Returns the IJavaElement corresponding to the given
classpath-relative path, or null if no such
IJavaElement is found. |
IJavaElement |
IJavaProject.findElement(org.eclipse.core.runtime.IPath path,
WorkingCopyOwner owner)
Returns the IJavaElement corresponding to the given
classpath-relative path, or null if no such
IJavaElement is found. |
IJavaElement |
IJavaProject.findElement(java.lang.String bindingKey,
WorkingCopyOwner owner)
Finds the Java element corresponding to the given binding key if any, else returns null . |
IPackageFragment |
IJavaProject.findPackageFragment(org.eclipse.core.runtime.IPath path)
Returns the first existing package fragment on this project's classpath whose path matches the given (absolute) path, or null if none
exist. |
IPackageFragmentRoot |
IJavaProject.findPackageFragmentRoot(org.eclipse.core.runtime.IPath path)
Returns the existing package fragment root on this project's classpath whose path matches the given (absolute) path, or null if
one does not exist. |
java.lang.String |
IOpenable.findRecommendedLineSeparator()
Finds and returns the recommended line separator for this element. |
IType |
IJavaProject.findType(java.lang.String fullyQualifiedName)
Returns the first type found following this project's classpath with the given fully qualified name or null if none is found. |
IType |
IJavaProject.findType(java.lang.String fullyQualifiedName,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Same functionality as IJavaProject.findType(String) but also look for secondary
types if given name does not match a compilation unit name. |
IType |
IJavaProject.findType(java.lang.String packageName,
java.lang.String typeQualifiedName)
Returns the first type found following this project's classpath with the given package name and type qualified name or null if none is found. |
IType |
IJavaProject.findType(java.lang.String packageName,
java.lang.String typeQualifiedName,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Same functionality as IJavaProject.findType(String, String) but also look for
secondary types if given name does not match a compilation unit name. |
IType |
IJavaProject.findType(java.lang.String packageName,
java.lang.String typeQualifiedName,
WorkingCopyOwner owner)
Returns the first type found following this project's classpath with the given package name and type qualified name or null if none is found. |
IType |
IJavaProject.findType(java.lang.String packageName,
java.lang.String typeQualifiedName,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Same functionality as IJavaProject.findType(String, String, WorkingCopyOwner)
but also look for secondary types if given name does not match a compilation unit name. |
IType |
IJavaProject.findType(java.lang.String fullyQualifiedName,
WorkingCopyOwner owner)
Returns the first type found following this project's classpath with the given fully qualified name or null if none is found. |
IType |
IJavaProject.findType(java.lang.String fullyQualifiedName,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Same functionality as IJavaProject.findType(String, WorkingCopyOwner)
but also look for secondary types if given name does not match
a compilation unit name. |
IPackageFragmentRoot[] |
IJavaProject.getAllPackageFragmentRoots()
Returns all of the existing package fragment roots that exist on the classpath, in the order they are defined by the classpath. |
IType[] |
ICompilationUnit.getAllTypes()
Returns all types declared in this compilation unit in the order in which they appear in the source. |
IAnnotation[] |
IAnnotatable.getAnnotations()
Returns the annotations for this element. |
java.lang.String |
IJavaElement.getAttachedJavadoc(org.eclipse.core.runtime.IProgressMonitor monitor)
Returns the Javadoc as an html source if this element has an attached javadoc, null otherwise. |
java.lang.String[] |
ITypeParameter.getBounds()
Returns the names of the class and interface bounds of this type parameter. |
IBuffer |
IOpenable.getBuffer()
Returns the buffer opened for this element, or null
if this element does not have a buffer. |
byte[] |
IClassFile.getBytes()
Returns the bytes contained in this class file. |
java.lang.String[] |
IMember.getCategories()
Returns the categories defined by this member's Javadoc. |
IJavaElement[] |
IParent.getChildren()
Returns the immediate children of this element. |
IJavaElement[] |
IType.getChildrenForCategory(java.lang.String category)
Returns the children of this type that have the given category as a @category tag. |
IClassFile[] |
IPackageFragment.getClassFiles()
Returns all of the class files in this package fragment. |
static IClasspathContainer |
JavaCore.getClasspathContainer(org.eclipse.core.runtime.IPath containerPath,
IJavaProject project)
Answers the project specific value for a given classpath container. |
ICompilationUnit[] |
IPackageFragment.getCompilationUnits()
Returns all of the compilation units in this package fragment. |
ICompilationUnit[] |
IPackageFragment.getCompilationUnits(WorkingCopyOwner owner)
Returns all of the compilation units in this package fragment that are in working copy mode and that have the given owner. |
java.lang.Object |
IField.getConstant()
Returns the constant value associated with this field or null if this field has none. |
IResource |
IJavaElement.getCorrespondingResource()
Returns the resource that corresponds directly to this element, or null if there is no resource that corresponds to
this element. |
IMemberValuePair |
IMethod.getDefaultValue()
Returns a member value pair representing the default
value of this method if any, or null if this method's parent is
not an annotation type, or else if this method does not have a default value. |
IJavaElement |
ITypeRoot.getElementAt(int position)
Returns the smallest element within this Java type root that includes the given source position (that is, a method, field, etc.), or null if there is no element other than the Java type root
itself at the given position, or if the given position is not
within the source range of the source of this Java type root. |
java.lang.String[] |
IMethod.getExceptionTypes()
Returns the type signatures of the exceptions this method throws, in the order declared in the source. |
IField[] |
IType.getFields()
Returns the fields declared by this type. |
int |
IImportDeclaration.getFlags()
Returns the modifier flags for this import. |
int |
IMember.getFlags()
Returns the modifier flags for this member. |
java.lang.String |
IType.getFullyQualifiedParameterizedName()
Returns this type's fully qualified name using a '.' enclosing type separator followed by its type parameters between angle brackets if it is a generic type. |
IImportDeclaration[] |
ICompilationUnit.getImports()
Returns the import declarations in this compilation unit in the order in which they appear in the source. |
IInitializer[] |
IType.getInitializers()
Returns the initializers declared by this type. |
ISourceRange |
IMember.getJavadocRange()
Returns the Javadoc range if this element is from source or if this element is a binary element with an attached source, null otherwise. |
IJavaProject[] |
IJavaModel.getJavaProjects()
Returns the Java projects in this Java model, or an empty array if there are none. |
int |
IPackageFragmentRoot.getKind()
Returns this package fragment root's kind encoded as an integer. |
int |
IPackageFragment.getKind()
Returns this package fragment's root kind encoded as an integer. |
IMemberValuePair[] |
IAnnotation.getMemberValuePairs()
Returns the member-value pairs of this annotation. |
IMethod[] |
IType.getMethods()
Returns the methods and constructors declared by this type. |
ISourceRange |
IAnnotation.getNameRange()
Returns the source range of this annotation's name, or null if this annotation does not have
associated source code (for example, in a binary type). |
ISourceRange |
ITypeParameter.getNameRange()
Returns the source range of this type parameter's name, or null if this type parameter does not have
associated source code (for example, in a binary type). |
ISourceRange |
IMember.getNameRange()
Returns the source range of this member's simple name, or null if this member does not have a name
(for example, an initializer), or if this member does not have
associated source code (for example, a binary type). |
java.lang.Object[] |
IJavaProject.getNonJavaResources()
Returns an array of non-Java resources directly contained in this project. |
java.lang.Object[] |
IJavaModel.getNonJavaResources()
Returns an array of non-Java resources (that is, non-Java projects) in the workspace. |
java.lang.Object[] |
IPackageFragmentRoot.getNonJavaResources()
Returns an array of non-Java resources contained in this package fragment root. |
java.lang.Object[] |
IPackageFragment.getNonJavaResources()
Returns an array of non-Java resources contained in this package fragment. |
org.eclipse.core.runtime.IPath |
IJavaProject.getOutputLocation()
Returns the default output location for this project as a workspace- relative absolute path. |
IPackageDeclaration[] |
ICompilationUnit.getPackageDeclarations()
Returns the package declarations in this compilation unit in the order in which they appear in the source. |
IPackageFragmentRoot[] |
IJavaProject.getPackageFragmentRoots()
Returns all of the package fragment roots contained in this project, identified on this project's resolved classpath. |
IPackageFragment[] |
IJavaProject.getPackageFragments()
Returns all package fragments in all package fragment roots contained in this project. |
java.lang.String[] |
IMethod.getParameterNames()
Returns the names of parameters in this method. |
IClasspathEntry[] |
IJavaProject.getRawClasspath()
Returns the raw classpath for the project, as a list of classpath entries. |
IClasspathEntry |
IPackageFragmentRoot.getRawClasspathEntry()
Returns the first raw classpath entry that corresponds to this package fragment root. |
java.lang.String[] |
IMethod.getRawParameterNames()
Returns the names of parameters in this method. |
java.lang.String[] |
IJavaProject.getRequiredProjectNames()
Returns the names of the projects that are directly required by this project. |
IClasspathEntry[] |
IJavaProject.getResolvedClasspath(boolean ignoreUnresolvedEntry)
This is a helper method returning the resolved classpath for the project as a list of simple (non-variable, non-container) classpath entries. |
java.lang.String |
IMethod.getReturnType()
Returns the type signature of the return value of this method. |
IJavaElement |
IWorkingCopy.getSharedWorkingCopy(org.eclipse.core.runtime.IProgressMonitor monitor,
IBufferFactory factory,
IProblemRequestor problemRequestor)
Deprecated. Use ICompilationUnit.getWorkingCopy(WorkingCopyOwner, IProblemRequestor, IProgressMonitor) instead. |
java.lang.String |
IMethod.getSignature()
Returns the signature of this method. |
java.lang.String |
ISourceReference.getSource()
Returns the source code associated with this element. |
org.eclipse.core.runtime.IPath |
IPackageFragmentRoot.getSourceAttachmentPath()
Returns the absolute path to the source archive attached to this package fragment root's binary archive. |
org.eclipse.core.runtime.IPath |
IPackageFragmentRoot.getSourceAttachmentRootPath()
Returns the path within this package fragment root's source archive. |
ISourceRange |
ISourceReference.getSourceRange()
Returns the source range associated with this element. |
java.lang.String |
IType.getSuperclassName()
Returns the name of this type's superclass, or null
for source types that do not specify a superclass. |
java.lang.String |
IType.getSuperclassTypeSignature()
Returns the type signature of this type's superclass, or null if none. |
java.lang.String[] |
IType.getSuperInterfaceNames()
Returns the names of interfaces that this type implements or extends, in the order in which they are listed in the source. |
java.lang.String[] |
IType.getSuperInterfaceTypeSignatures()
Returns the type signatures of the interfaces that this type implements or extends, in the order in which they are listed in the source. |
ITypeParameter[] |
IType.getTypeParameters()
Returns the formal type parameters for this type. |
ITypeParameter[] |
IMethod.getTypeParameters()
Returns the formal type parameters for this method. |
java.lang.String[] |
IType.getTypeParameterSignatures()
Returns the formal type parameter signatures for this type. |
java.lang.String[] |
IMethod.getTypeParameterSignatures()
Deprecated. Use IMethod.getTypeParameters() instead |
IType[] |
IType.getTypes()
Returns the immediate member types declared by this type. |
IType[] |
ICompilationUnit.getTypes()
Returns the top-level types declared in this compilation unit in the order in which they appear in the source. |
java.lang.String |
IField.getTypeSignature()
Returns the type signature of this field. |
IResource |
IJavaElement.getUnderlyingResource()
Returns the smallest underlying resource that contains this element, or null if this element is not contained
in a resource. |
IJavaElement |
IWorkingCopy.getWorkingCopy()
Deprecated. Use ICompilationUnit.getWorkingCopy(IProgressMonitor) instead. |
ICompilationUnit |
ICompilationUnit.getWorkingCopy(org.eclipse.core.runtime.IProgressMonitor monitor)
Returns a new working copy of this compilation unit if it is a primary compilation unit, or this compilation unit if it is already a non-primary working copy. |
IJavaElement |
IClassFile.getWorkingCopy(org.eclipse.core.runtime.IProgressMonitor monitor,
IBufferFactory factory)
Deprecated. Use ITypeRoot.getWorkingCopy(WorkingCopyOwner, IProgressMonitor) instead |
IJavaElement |
IWorkingCopy.getWorkingCopy(org.eclipse.core.runtime.IProgressMonitor monitor,
IBufferFactory factory,
IProblemRequestor problemRequestor)
Deprecated. Use ICompilationUnit.getWorkingCopy(WorkingCopyOwner, IProblemRequestor, IProgressMonitor) instead. |
ICompilationUnit |
ICompilationUnit.getWorkingCopy(WorkingCopyOwner owner,
IProblemRequestor problemRequestor,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. Use ITypeRoot.getWorkingCopy(WorkingCopyOwner, IProgressMonitor) instead.
Note that if this deprecated method is used, problems will be reported on the passed problem requester
as well as on the problem requestor returned by the working copy owner (if not null). |
ICompilationUnit |
ITypeRoot.getWorkingCopy(WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
Returns a shared working copy on this compilation unit or class file using the given working copy owner to create the buffer. |
boolean |
IParent.hasChildren()
Returns whether this element has one or more immediate children. |
boolean |
IPackageFragment.hasSubpackages()
Returns whether this package fragment's name is a prefix of other package fragments in this package fragment's root. |
boolean |
IOpenable.hasUnsavedChanges()
Returns true if this element is open and:
its buffer has unsaved changes, or
one of its descendants has unsaved changes, or
a working copy has been created on one of this
element's children and has not yet destroyed
|
boolean |
IType.isAnnotation()
Returns whether this type represents an annotation type. |
boolean |
IType.isAnonymous()
Returns whether this type represents an anonymous type. |
boolean |
IType.isClass()
Returns whether this type represents a class. |
boolean |
IClassFile.isClass()
Returns whether this type represents a class. |
boolean |
IOpenable.isConsistent()
Returns whether the element is consistent with its underlying resource or buffer. |
boolean |
IMethod.isConstructor()
Returns whether this method is a constructor. |
boolean |
IType.isEnum()
Returns whether this type represents an enumeration class. |
boolean |
IField.isEnumConstant()
Returns whether this field represents an enum constant. |
boolean |
IType.isInterface()
Returns whether this type represents an interface. |
boolean |
IClassFile.isInterface()
Returns whether this type represents an interface. |
boolean |
IType.isLocal()
Returns whether this type represents a local type. |
boolean |
IMethod.isMainMethod()
Returns whether this method is a main method. |
boolean |
IType.isMember()
Returns whether this type represents a member type. |
boolean |
IJavaElement.isStructureKnown()
Returns whether the structure of this element is known. |
ITypeHierarchy |
IType.loadTypeHierachy(java.io.InputStream input,
org.eclipse.core.runtime.IProgressMonitor monitor)
Loads a previously saved ITypeHierarchy from an input stream. |
void |
IOpenable.makeConsistent(org.eclipse.core.runtime.IProgressMonitor progress)
Makes this element consistent with its underlying resource or buffer by updating the element's structure and properties as necessary. |
void |
IJavaModel.move(IJavaElement[] elements,
IJavaElement[] containers,
IJavaElement[] siblings,
java.lang.String[] renamings,
boolean replace,
org.eclipse.core.runtime.IProgressMonitor monitor)
Moves the given elements to the specified container(s). |
void |
ISourceManipulation.move(IJavaElement container,
IJavaElement sibling,
java.lang.String rename,
boolean replace,
org.eclipse.core.runtime.IProgressMonitor monitor)
Moves this element to the given container. |
void |
IPackageFragmentRoot.move(org.eclipse.core.runtime.IPath destination,
int updateResourceFlags,
int updateModelFlags,
IClasspathEntry sibling,
org.eclipse.core.runtime.IProgressMonitor monitor)
Moves the resource of this package fragment root to the destination path as specified by IResource.move(IPath,int,IProgressMonitor)
but excluding nested source folders. |
ITypeHierarchy |
IType.newSupertypeHierarchy(ICompilationUnit[] workingCopies,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a type hierarchy for this type containing this type and all of its supertypes, considering types in the given working copies. |
ITypeHierarchy |
IType.newSupertypeHierarchy(org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a type hierarchy for this type containing this type and all of its supertypes. |
ITypeHierarchy |
IType.newSupertypeHierarchy(IWorkingCopy[] workingCopies,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. Use IType.newSupertypeHierarchy(ICompilationUnit[], IProgressMonitor) instead |
ITypeHierarchy |
IType.newSupertypeHierarchy(WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a type hierarchy for this type containing this type and all of its supertypes, considering types in the working copies with the given owner. |
ITypeHierarchy |
IType.newTypeHierarchy(ICompilationUnit[] workingCopies,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace, considering types in the given working copies. |
ITypeHierarchy |
IType.newTypeHierarchy(IJavaProject project,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the context of the given project. |
ITypeHierarchy |
IType.newTypeHierarchy(IJavaProject project,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the context of the given project, considering types in the working copies with the given owner. |
ITypeHierarchy |
IType.newTypeHierarchy(org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace. |
ITypeHierarchy |
IJavaProject.newTypeHierarchy(IRegion region,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region. |
ITypeHierarchy |
IJavaProject.newTypeHierarchy(IRegion region,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region and considering types in the working copies with the given owner. |
static ITypeHierarchy |
JavaCore.newTypeHierarchy(IRegion region,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region and considering types in the working copies with the given owner. |
ITypeHierarchy |
IJavaProject.newTypeHierarchy(IType type,
IRegion region,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a type hierarchy for the given type considering subtypes in the specified region. |
ITypeHierarchy |
IJavaProject.newTypeHierarchy(IType type,
IRegion region,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a type hierarchy for the given type considering subtypes in the specified region and considering types in the working copies with the given owner. |
ITypeHierarchy |
IType.newTypeHierarchy(IWorkingCopy[] workingCopies,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. Use IType.newTypeHierarchy(ICompilationUnit[], IProgressMonitor) instead |
ITypeHierarchy |
IType.newTypeHierarchy(WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates and returns a type hierarchy for this type containing this type, all of its supertypes, and all its subtypes in the workspace, considering types in the working copies with the given owner. |
ICompilationUnit |
WorkingCopyOwner.newWorkingCopy(java.lang.String name,
IClasspathEntry[] classpath,
IProblemRequestor problemRequestor,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. Use WorkingCopyOwner.newWorkingCopy(String, IClasspathEntry[], IProgressMonitor) instead.
Note that if this deprecated method is used, problems may be reported twice
if the given requestor is not the same as the current working copy owner one. |
ICompilationUnit |
WorkingCopyOwner.newWorkingCopy(java.lang.String name,
IClasspathEntry[] classpath,
org.eclipse.core.runtime.IProgressMonitor monitor)
Returns a new working copy with the given name using this working copy owner to create its buffer. |
void |
IOpenable.open(org.eclipse.core.runtime.IProgressMonitor progress)
Opens this element and all parent elements that are not already open. |
IMarker[] |
IWorkingCopy.reconcile()
Deprecated. Use ICompilationUnit.reconcile(int, boolean, WorkingCopyOwner, IProgressMonitor) instead. |
void |
IWorkingCopy.reconcile(boolean forceProblemDetection,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. Use ICompilationUnit.reconcile(int, boolean, WorkingCopyOwner, IProgressMonitor) instead. |
CompilationUnit |
ICompilationUnit.reconcile(int astLevel,
boolean forceProblemDetection,
boolean enableStatementsRecovery,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
Reconciles the contents of this working copy, sends out a Java delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent ( IOpenable.makeConsistent(IProgressMonitor) ), and returns a
compilation unit AST if requested. |
CompilationUnit |
ICompilationUnit.reconcile(int astLevel,
boolean forceProblemDetection,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
Reconciles the contents of this working copy, sends out a Java delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent ( IOpenable.makeConsistent(IProgressMonitor) ), and returns a
compilation unit AST if requested. |
CompilationUnit |
ICompilationUnit.reconcile(int astLevel,
int reconcileFlags,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
Reconciles the contents of this working copy, sends out a Java delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent ( IOpenable.makeConsistent(IProgressMonitor) ), and returns a
compilation unit AST if requested. |
void |
ITypeHierarchy.refresh(org.eclipse.core.runtime.IProgressMonitor monitor)
Re-computes the type hierarchy reporting progress. |
void |
IJavaModel.refreshExternalArchives(IJavaElement[] elementsScope,
org.eclipse.core.runtime.IProgressMonitor monitor)
Triggers an update of the JavaModel with respect to the referenced external archives. |
void |
IJavaModel.rename(IJavaElement[] elements,
IJavaElement[] destinations,
java.lang.String[] names,
boolean replace,
org.eclipse.core.runtime.IProgressMonitor monitor)
Renames the given elements as specified. |
void |
ISourceManipulation.rename(java.lang.String name,
boolean replace,
org.eclipse.core.runtime.IProgressMonitor monitor)
Renames this element to the given name. |
java.lang.String[][] |
IType.resolveType(java.lang.String typeName)
Resolves the given type name within the context of this type (depending on the type hierarchy and its imports). |
java.lang.String[][] |
IType.resolveType(java.lang.String typeName,
WorkingCopyOwner owner)
Resolves the given type name within the context of this type (depending on the type hierarchy and its imports) and using the given owner's working copies, considering types in the working copies with the given owner. |
void |
IWorkingCopy.restore()
Deprecated. Use ICompilationUnit.restore() instead. |
void |
ICompilationUnit.restore()
Restores the contents of this working copy to the current contents of this working copy's original element. |
void |
IBuffer.save(org.eclipse.core.runtime.IProgressMonitor progress,
boolean force)
Saves the contents of this buffer to its underlying resource. |
void |
IOpenable.save(org.eclipse.core.runtime.IProgressMonitor progress,
boolean force)
Saves any changes in this element's buffer to its underlying resource via a workspace resource operation. |
static void |
JavaCore.setClasspathContainer(org.eclipse.core.runtime.IPath containerPath,
IJavaProject[] affectedProjects,
IClasspathContainer[] respectiveContainers,
org.eclipse.core.runtime.IProgressMonitor monitor)
Bind a container reference path to some actual containers ( IClasspathContainer ). |
static void |
JavaCore.setClasspathVariable(java.lang.String variableName,
org.eclipse.core.runtime.IPath path)
Deprecated. Use JavaCore.setClasspathVariable(String, IPath, IProgressMonitor) instead |
static void |
JavaCore.setClasspathVariable(java.lang.String variableName,
org.eclipse.core.runtime.IPath path,
org.eclipse.core.runtime.IProgressMonitor monitor)
Sets the value of the given classpath variable. |
static void |
JavaCore.setClasspathVariables(java.lang.String[] variableNames,
org.eclipse.core.runtime.IPath[] paths,
org.eclipse.core.runtime.IProgressMonitor monitor)
Sets the values of all the given classpath variables at once. |
void |
IJavaProject.setOutputLocation(org.eclipse.core.runtime.IPath path,
org.eclipse.core.runtime.IProgressMonitor monitor)
Sets the default output location of this project to the location described by the given workspace-relative absolute path. |
void |
IJavaProject.setRawClasspath(IClasspathEntry[] entries,
boolean canModifyResources,
org.eclipse.core.runtime.IProgressMonitor monitor)
Sets the classpath of this project using a list of classpath entries. |
void |
IJavaProject.setRawClasspath(IClasspathEntry[] entries,
org.eclipse.core.runtime.IPath outputLocation,
boolean canModifyResources,
org.eclipse.core.runtime.IProgressMonitor monitor)
Sets both the classpath of this project and its default output location at once. |
void |
IJavaProject.setRawClasspath(IClasspathEntry[] entries,
org.eclipse.core.runtime.IPath outputLocation,
org.eclipse.core.runtime.IProgressMonitor monitor)
Sets the both the classpath of this project and its default output location at once. |
void |
IJavaProject.setRawClasspath(IClasspathEntry[] entries,
org.eclipse.core.runtime.IProgressMonitor monitor)
Sets the classpath of this project using a list of classpath entries. |
void |
ITypeHierarchy.store(java.io.OutputStream outputStream,
org.eclipse.core.runtime.IProgressMonitor monitor)
Stores the type hierarchy in an output stream. |
Uses of JavaModelException in org.eclipse.jdt.core.compiler |
---|
Methods in org.eclipse.jdt.core.compiler that throw JavaModelException | |
---|---|
CompilationUnit |
ReconcileContext.getAST3()
Returns a resolved AST with JLS3 level. |
Uses of JavaModelException in org.eclipse.jdt.core.dom.rewrite |
---|
Methods in org.eclipse.jdt.core.dom.rewrite that throw JavaModelException | |
---|---|
static ImportRewrite |
ImportRewrite.create(ICompilationUnit cu,
boolean restoreExistingImports)
Creates a ImportRewrite from a ICompilationUnit . |
org.eclipse.text.edits.TextEdit |
ASTRewrite.rewriteAST()
Converts all modifications recorded by this rewriter into an object representing the the corresponding text edits to the source of a ITypeRoot from which the AST was created from. |
Uses of JavaModelException in org.eclipse.jdt.core.eval |
---|
Methods in org.eclipse.jdt.core.eval that throw JavaModelException | |
---|---|
void |
IEvaluationContext.codeComplete(java.lang.String codeSnippet,
int position,
CompletionRequestor requestor)
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor. |
void |
IEvaluationContext.codeComplete(java.lang.String codeSnippet,
int position,
CompletionRequestor requestor,
WorkingCopyOwner owner)
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor. |
void |
IEvaluationContext.codeComplete(java.lang.String codeSnippet,
int position,
ICodeCompletionRequestor requestor)
Deprecated. - use codeComplete(String, int, ICompletionRequestor) instead |
void |
IEvaluationContext.codeComplete(java.lang.String codeSnippet,
int position,
ICompletionRequestor requestor)
Deprecated. Use IEvaluationContext.codeComplete(String,int,CompletionRequestor) instead. |
void |
IEvaluationContext.codeComplete(java.lang.String codeSnippet,
int position,
ICompletionRequestor requestor,
WorkingCopyOwner owner)
Deprecated. Use IEvaluationContext.codeComplete(String,int,CompletionRequestor,WorkingCopyOwner) instead. |
IJavaElement[] |
IEvaluationContext.codeSelect(java.lang.String codeSnippet,
int offset,
int length)
Resolves and returns a collection of Java elements corresponding to the source code at the given positions in the given code snippet. |
IJavaElement[] |
IEvaluationContext.codeSelect(java.lang.String codeSnippet,
int offset,
int length,
WorkingCopyOwner owner)
Resolves and returns a collection of Java elements corresponding to the source code at the given positions in the given code snippet. |
void |
IEvaluationContext.evaluateCodeSnippet(java.lang.String codeSnippet,
ICodeSnippetRequestor requestor,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Evaluates the given code snippet. |
void |
IEvaluationContext.evaluateCodeSnippet(java.lang.String codeSnippet,
java.lang.String[] localVariableTypeNames,
java.lang.String[] localVariableNames,
int[] localVariableModifiers,
IType declaringType,
boolean isStatic,
boolean isConstructorCall,
ICodeSnippetRequestor requestor,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Evaluates the given code snippet in the context of a suspended thread. |
void |
IEvaluationContext.evaluateVariable(IGlobalVariable variable,
ICodeSnippetRequestor requestor,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Evaluates the given global variable. |
void |
IEvaluationContext.validateImports(ICodeSnippetRequestor requestor)
Validates this evaluation context's import declarations. |
Uses of JavaModelException in org.eclipse.jdt.core.search |
---|
Methods in org.eclipse.jdt.core.search that throw JavaModelException | |
---|---|
static IJavaSearchScope |
SearchEngine.createHierarchyScope(IType type)
Returns a Java search scope limited to the hierarchy of the given type. |
static IJavaSearchScope |
SearchEngine.createHierarchyScope(IType type,
WorkingCopyOwner owner)
Returns a Java search scope limited to the hierarchy of the given type. |
void |
SearchEngine.search(IWorkspace workspace,
IJavaElement element,
int limitTo,
IJavaSearchScope scope,
IJavaSearchResultCollector resultCollector)
Deprecated. Use SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) instead. |
void |
SearchEngine.search(IWorkspace workspace,
ISearchPattern searchPattern,
IJavaSearchScope scope,
IJavaSearchResultCollector resultCollector)
Deprecated. Use SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) instead. |
void |
SearchEngine.search(IWorkspace workspace,
java.lang.String patternString,
int searchFor,
int limitTo,
IJavaSearchScope scope,
IJavaSearchResultCollector resultCollector)
Deprecated. Use SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) instead. |
void |
SearchEngine.searchAllTypeNames(char[][] qualifications,
char[][] typeNames,
IJavaSearchScope scope,
TypeNameMatchRequestor nameMatchRequestor,
int waitingPolicy,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Searches for all top-level types and member types in the given scope matching any of the given qualifications and type names in a case sensitive way. |
void |
SearchEngine.searchAllTypeNames(char[][] qualifications,
char[][] typeNames,
IJavaSearchScope scope,
TypeNameRequestor nameRequestor,
int waitingPolicy,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Searches for all top-level types and member types in the given scope matching any of the given qualifications and type names in a case sensitive way. |
void |
SearchEngine.searchAllTypeNames(char[] packageName,
char[] typeName,
int matchRule,
int searchFor,
IJavaSearchScope scope,
ITypeNameRequestor nameRequestor,
int waitingPolicy,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Deprecated. Use SearchEngine.searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor) instead |
void |
SearchEngine.searchAllTypeNames(char[] packageExactName,
char[] typeName,
int matchRule,
int searchFor,
IJavaSearchScope scope,
TypeNameRequestor nameRequestor,
int waitingPolicy,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Deprecated. Use SearchEngine.searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor)
instead |
void |
SearchEngine.searchAllTypeNames(char[] packageName,
int packageMatchRule,
char[] typeName,
int typeMatchRule,
int searchFor,
IJavaSearchScope scope,
TypeNameMatchRequestor nameMatchRequestor,
int waitingPolicy,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Searches for all top-level types and member types in the given scope. |
void |
SearchEngine.searchAllTypeNames(char[] packageName,
int packageMatchRule,
char[] typeName,
int typeMatchRule,
int searchFor,
IJavaSearchScope scope,
TypeNameRequestor nameRequestor,
int waitingPolicy,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Searches for all top-level types and member types in the given scope. |
void |
SearchEngine.searchAllTypeNames(IWorkspace workspace,
char[] packageName,
char[] typeName,
int matchMode,
boolean isCaseSensitive,
int searchFor,
IJavaSearchScope scope,
ITypeNameRequestor nameRequestor,
int waitingPolicy,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Deprecated. Use SearchEngine.searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor) instead |
void |
SearchEngine.searchDeclarationsOfAccessedFields(IJavaElement enclosingElement,
SearchRequestor requestor,
org.eclipse.core.runtime.IProgressMonitor monitor)
Searches for all declarations of the fields accessed in the given element. |
void |
SearchEngine.searchDeclarationsOfAccessedFields(IWorkspace workspace,
IJavaElement enclosingElement,
IJavaSearchResultCollector resultCollector)
Deprecated. Use SearchEngine.searchDeclarationsOfAccessedFields(IJavaElement, SearchRequestor, IProgressMonitor) instead. |
void |
SearchEngine.searchDeclarationsOfReferencedTypes(IJavaElement enclosingElement,
SearchRequestor requestor,
org.eclipse.core.runtime.IProgressMonitor monitor)
Searches for all declarations of the types referenced in the given element. |
void |
SearchEngine.searchDeclarationsOfReferencedTypes(IWorkspace workspace,
IJavaElement enclosingElement,
IJavaSearchResultCollector resultCollector)
Deprecated. Use SearchEngine.searchDeclarationsOfReferencedTypes(IJavaElement, SearchRequestor, IProgressMonitor) instead. |
void |
SearchEngine.searchDeclarationsOfSentMessages(IJavaElement enclosingElement,
SearchRequestor requestor,
org.eclipse.core.runtime.IProgressMonitor monitor)
Searches for all declarations of the methods invoked in the given element. |
void |
SearchEngine.searchDeclarationsOfSentMessages(IWorkspace workspace,
IJavaElement enclosingElement,
IJavaSearchResultCollector resultCollector)
Deprecated. Use SearchEngine.searchDeclarationsOfSentMessages(IJavaElement, SearchRequestor, IProgressMonitor) instead. |
Uses of JavaModelException in org.eclipse.jdt.core.tests.builder |
---|
Methods in org.eclipse.jdt.core.tests.builder that throw JavaModelException | |
---|---|
void |
BasicBuildTests._testUpdateProjectPreferences()
|
void |
BasicBuildTests._testUpdateWkspPreferences()
|
void |
IncrementalTests._testWrongCompilationUnitLocation()
Bugs 6461 TODO excluded test |
void |
TestingEnvironment.addClassFolder(org.eclipse.core.runtime.IPath projectPath,
org.eclipse.core.runtime.IPath classFolderPath,
boolean isExported)
Add a class folder to the classpath of a project. |
void |
TestingEnvironment.addEntry(org.eclipse.core.runtime.IPath projectPath,
IClasspathEntry entryPath)
|
void |
TestingEnvironment.addExternalFolders(org.eclipse.core.runtime.IPath projectPath,
java.lang.String[] folders)
|
void |
TestingEnvironment.addExternalFolders(org.eclipse.core.runtime.IPath projectPath,
java.lang.String[] folders,
boolean isExported)
|
void |
TestingEnvironment.addExternalJar(org.eclipse.core.runtime.IPath projectPath,
java.lang.String jar)
|
void |
TestingEnvironment.addExternalJar(org.eclipse.core.runtime.IPath projectPath,
java.lang.String jar,
boolean isExported)
Adds an external jar to the classpath of a project. |
void |
TestingEnvironment.addExternalJars(org.eclipse.core.runtime.IPath projectPath,
java.lang.String[] jars)
|
void |
TestingEnvironment.addExternalJars(org.eclipse.core.runtime.IPath projectPath,
java.lang.String[] jars,
boolean isExported)
Adds an external jar to the classpath of a project. |
org.eclipse.core.runtime.IPath |
TestingEnvironment.addInternalJar(org.eclipse.core.runtime.IPath projectPath,
java.lang.String zipName,
byte[] contents)
|
org.eclipse.core.runtime.IPath |
TestingEnvironment.addInternalJar(org.eclipse.core.runtime.IPath projectPath,
java.lang.String zipName,
byte[] contents,
boolean isExported)
Adds a jar with the given contents to the the workspace. |
void |
TestingEnvironment.addLibrary(org.eclipse.core.runtime.IPath projectPath,
org.eclipse.core.runtime.IPath libraryPath,
org.eclipse.core.runtime.IPath sourceAttachmentPath,
org.eclipse.core.runtime.IPath sourceAttachmentRootPath)
|
org.eclipse.core.runtime.IPath |
TestingEnvironment.addPackageFragmentRoot(org.eclipse.core.runtime.IPath projectPath,
java.lang.String sourceFolderName)
|
org.eclipse.core.runtime.IPath |
TestingEnvironment.addPackageFragmentRoot(org.eclipse.core.runtime.IPath projectPath,
java.lang.String sourceFolderName,
org.eclipse.core.runtime.IPath[] inclusionPatterns,
org.eclipse.core.runtime.IPath[] exclusionPatterns,
java.lang.String specificOutputLocation)
Adds a package fragment root to the workspace. |
org.eclipse.core.runtime.IPath |
TestingEnvironment.addPackageFragmentRoot(org.eclipse.core.runtime.IPath projectPath,
java.lang.String sourceFolderName,
org.eclipse.core.runtime.IPath[] exclusionPatterns,
java.lang.String specificOutputLocation)
Adds a package fragment root to the workspace. |
void |
TestingEnvironment.addRequiredProject(org.eclipse.core.runtime.IPath projectPath,
org.eclipse.core.runtime.IPath requiredProjectPath)
|
void |
TestingEnvironment.addRequiredProject(org.eclipse.core.runtime.IPath projectPath,
org.eclipse.core.runtime.IPath requiredProjectPath,
boolean isOptional)
|
void |
TestingEnvironment.addRequiredProject(org.eclipse.core.runtime.IPath projectPath,
org.eclipse.core.runtime.IPath requiredProjectPath,
org.eclipse.core.runtime.IPath[] accessibleFiles,
org.eclipse.core.runtime.IPath[] nonAccessibleFiles,
boolean isExported)
Adds a project to the classpath of a project. |
void |
TestingEnvironment.addRequiredProject(org.eclipse.core.runtime.IPath projectPath,
org.eclipse.core.runtime.IPath requiredProjectPath,
org.eclipse.core.runtime.IPath rule,
int ruleKind)
|
void |
TestingEnvironment.removeExternalJar(org.eclipse.core.runtime.IPath projectPath,
org.eclipse.core.runtime.IPath jarPath)
Remove an external jar from the classpath. |
void |
TestingEnvironment.removeInternalJar(org.eclipse.core.runtime.IPath projectPath,
java.lang.String zipName)
Removes the given internal jar from the workspace. |
void |
TestingEnvironment.removePackageFragmentRoot(org.eclipse.core.runtime.IPath projectPath,
java.lang.String packageFragmentRootName)
Removes the given package fragment root from the the workspace. |
void |
TestingEnvironment.removeRequiredProject(org.eclipse.core.runtime.IPath projectPath,
org.eclipse.core.runtime.IPath requiredProject)
Remove a required project from the classpath |
void |
TestingEnvironment.setClasspath(org.eclipse.core.runtime.IPath projectPath,
IClasspathEntry[] entries)
|
void |
MultiSourceFolderAndOutputFolderTests.test0001()
|
void |
MultiSourceFolderAndOutputFolderTests.test0002()
|
void |
MultiSourceFolderAndOutputFolderTests.test0005()
|
void |
MultiSourceFolderAndOutputFolderTests.test0006()
|
void |
MultiSourceFolderAndOutputFolderTests.test0007()
|
void |
MultiSourceFolderAndOutputFolderTests.test0008()
|
void |
MultiSourceFolderAndOutputFolderTests.test0009()
|
void |
PackageInfoTest.test001()
|
void |
GetResourcesTests.test001()
|
void |
AbstractMethodTests.test001()
Check behavior in 1.2 target mode (NO generated default abstract method) |
void |
MultiSourceFolderAndOutputFolderTests.test0010()
|
void |
MultiSourceFolderAndOutputFolderTests.test0011()
|
void |
MultiSourceFolderAndOutputFolderTests.test0012()
|
void |
PackageInfoTest.test002()
|
void |
GetResourcesTests.test002()
|
void |
AbstractMethodTests.test002()
Check behavior in 1.1 target mode (generated default abstract method) |
void |
PackageInfoTest.test003()
|
void |
GetResourcesTests.test003()
|
void |
AbstractMethodTests.test003()
Check behavior in 1.1 target mode (generated default abstract method) |
void |
GetResourcesTests.test004()
|
void |
GetResourcesTests.test005()
|
void |
GetResourcesTests.test006()
|
void |
GetResourcesTests.test007()
|
void |
GetResourcesTests.test008()
|
void |
GetResourcesTests.test009()
|
void |
GetResourcesTests.test010()
|
void |
ErrorsTests.test0100()
|
void |
DependencyTests.test0100()
|
void |
BuildpathTests.test0100()
|
void |
ErrorsTests.test0101()
|
void |
ErrorsTests.test0102()
|
void |
ErrorsTests.test0103()
|
void |
ErrorsTests.test0104()
|
void |
ErrorsTests.test0105()
|
void |
ErrorsTests.test0106()
|
void |
ErrorsTests.test0107()
|
void |
GetResourcesTests.test011()
|
void |
GetResourcesTests.test012()
|
void |
GetResourcesTests.test013()
|
void |
GetResourcesTests.test014()
|
void |
GetResourcesTests.test015()
|
void |
GetResourcesTests.test016()
|
void |
MultiProjectTests.test100_class_folder_exported()
|
void |
ParticipantBuildTests.test1001()
|
void |
ParticipantBuildTests.test1002()
|
void |
MultiProjectTests.test101_class_folder_non_exported()
|
void |
MultiProjectTests.test102_missing_required_binaries()
|
void |
MultiProjectTests.test103_missing_required_binaries()
|
void |
IncrementalTests.test129316()
|
void |
OutputFolderTests.test2ProjectWith1Bin()
|
void |
CopyResourceTests.test2ProjectWith1Bin()
|
void |
BasicBuildTests.test98667()
|
void |
DependencyTests.testAbstractMethod()
|
void |
IncrementalTests.testAddDuplicateSecondaryType()
|
void |
Java50Tests.testAnnotation()
|
void |
StaticFinalTests.testBoolean()
|
void |
CopyResourceTests.testBug154693()
|
void |
BasicBuildTests.testBug164707()
|
void |
CopyResourceTests.testBug194420()
|
void |
BasicBuildTests.testBuild()
|
void |
ParticipantBuildTests.testBuildStarting()
|
void |
StaticFinalTests.testByte()
|
void |
DependencyTests.testCaseInvariantType()
|
void |
OutputFolderTests.testChangeOutputFolder()
|
void |
StaticFinalTests.testChar()
|
void |
BuildpathTests.testClasspathFileChange()
|
void |
BuildpathTests.testClosedProject()
|
void |
MultiProjectTests.testCompileOnlyDependent()
|
void |
MultiProjectTests.testCompileOnlyStructuralDependent()
|
void |
MultiProjectTests.testCompileOrder()
|
void |
BuildpathTests.testCorruptBuilder()
|
void |
BuildpathTests.testCorruptBuilder2()
|
void |
MultiProjectTests.testCycle1()
|
void |
MultiProjectTests.testCycle2()
|
void |
MultiProjectTests.testCycle3()
|
void |
MultiProjectTests.testCycle4()
|
void |
MultiProjectTests.testCycle5()
|
void |
MultiProjectTests.testCycle6()
|
void |
MultiProjectTests.testCycle7()
|
void |
IncrementalTests.testDefaultPackage()
|
void |
IncrementalTests.testDefaultPackage2()
|
void |
ParticipantBuildTests.testDefaultValue()
|
void |
OutputFolderTests.testDeleteOutputFolder()
|
void |
StaticFinalTests.testDouble()
|
void |
EfficiencyTests.testEfficiency()
|
void |
ErrorsTests.testErrors()
|
void |
DependencyTests.testExactMethodDeleting()
|
void |
DependencyTests.testExactMethodVisibility()
|
void |
MultiProjectTests.testExcludePartOfAnotherProject1()
|
void |
MultiProjectTests.testExcludePartOfAnotherProject2()
|
void |
MultiProjectTests.testExcludePartOfAnotherProject3()
|
void |
BuildpathTests.testExternalJarChange()
|
void |
ExecutionTests.testFailure()
|
void |
DependencyTests.testFieldDeleting()
|
void |
DependencyTests.testFieldVisibility()
|
void |
CopyResourceTests.testFilteredResources()
|
void |
StaticFinalTests.testFloat()
|
void |
Java50Tests.testHierarchyCycle()
|
void |
Java50Tests.testHierarchyCycleInstanceof()
|
void |
MultiProjectTests.testIgnoreIfBetterNonAccessibleRule1()
|
void |
MultiProjectTests.testIgnoreIfBetterNonAccessibleRule2()
|
void |
MultiProjectTests.testIncludePartOfAnotherProject1()
|
void |
MultiProjectTests.testIncludePartOfAnotherProject2()
|
void |
MultiProjectTests.testIncludePartOfAnotherProject3()
|
void |
BuildpathTests.testIncompatibleJdkLEvelOnProject()
|
void |
BuildpathTests.testIncompatibleJdkLEvelOnWksp()
|
void |
StaticFinalTests.testInt()
|
void |
DependencyTests.testInterfaceDeleting()
|
void |
OutputFolderTests.testInvalidOutput()
|
void |
EfficiencyTests.testLocalTypeAddition()
|
void |
EfficiencyTests.testLocalTypeAddition2()
|
void |
EfficiencyTests.testLocalTypeRemoval()
|
void |
EfficiencyTests.testLocalTypeRemoval2()
|
void |
StaticFinalTests.testLong()
|
void |
IncrementalTests.testMemberTypeCollisionWithBinary()
|
void |
IncrementalTests.testMemberTypeCollisionWithBinary2()
|
void |
DependencyTests.testMemberTypeDeleting()
|
void |
IncrementalTests.testMemberTypeFromClassFile()
|
void |
DependencyTests.testMemberTypeVisibility()
|
void |
EfficiencyTests.testMethodAddition()
|
void |
DependencyTests.testMethodDeleting()
|
void |
DependencyTests.testMethodVisibility()
|
void |
BuildpathTests.testMissingBuilder()
|
void |
DependencyTests.testMissingClassFile()
|
void |
BuildpathTests.testMissingFieldType()
|
void |
BuildpathTests.testMissingLibrary1()
|
void |
BuildpathTests.testMissingLibrary2()
|
void |
BuildpathTests.testMissingLibrary3()
|
void |
BuildpathTests.testMissingLibrary4()
|
void |
BuildpathTests.testMissingOptionalProject()
|
void |
BuildpathTests.testMissingOutputFolder()
|
void |
BuildpathTests.testMissingProject()
|
void |
MultiProjectTests.testMissingRequiredBinaries()
|
void |
Java50Tests.testMissingRequiredBinaries()
|
void |
IncrementalTests.testMissingType001()
|
void |
EfficiencyTests.testMissingType001()
|
void |
IncrementalTests.testMissingType002()
|
void |
IncrementalTests.testMissingType003()
|
void |
IncrementalTests.testMoveMemberType()
|
void |
IncrementalTests.testMovePackage()
|
void |
IncrementalTests.testMovePackage2()
|
void |
IncrementalTests.testMoveSecondaryType()
|
void |
IncrementalTests.testObjectWithSuperInterfaces()
|
void |
PackageTests.testPackageProblem()
Bugs 6564 |
void |
Java50Tests.testParameterizedMemberType()
|
void |
Java50Tests.testParameterizedType1()
|
void |
Java50Tests.testParameterizedType2()
|
void |
ParticipantBuildTests.testParticipantProblems()
|
void |
ParticipantBuildTests.testProcessAnnotationDeclarations()
|
void |
ParticipantBuildTests.testProcessAnnotationQualifiedReferences()
|
void |
ParticipantBuildTests.testProcessAnnotationReferences()
|
void |
OutputFolderTests.testProjectWith2Src2Bin()
|
void |
CopyResourceTests.testProjectWith2Src2Bin()
|
void |
OutputFolderTests.testProjectWith2SrcAsBin()
|
void |
CopyResourceTests.testProjectWith2SrcAsBin()
|
void |
OutputFolderTests.testProjectWith2SrcBin()
|
void |
CopyResourceTests.testProjectWith2SrcBin()
|
void |
OutputFolderTests.testProjectWith3Src2Bin()
|
void |
OutputFolderTests.testProjectWithBin()
|
void |
CopyResourceTests.testProjectWithBin()
|
void |
OutputFolderTests.testProjectWithSrcBin()
|
void |
CopyResourceTests.testProjectWithSrcBin()
|
void |
MultiProjectTests.testRemoveField()
|
void |
IncrementalTests.testRemoveSecondaryType()
|
void |
IncrementalTests.testRemoveSecondaryType2()
|
void |
IncrementalTests.testRenameMainType()
|
void |
ErrorsTests.testRenameToNonJava()
|
void |
ParticipantBuildTests.testResolvedMethod()
|
void |
IncrementalTests.testSecondaryType()
|
void |
DependencyTests.testSecondaryTypeDeleting()
|
void |
StaticFinalTests.testShort()
|
void |
OutputFolderTests.testSimpleProject()
|
void |
CopyResourceTests.testSimpleProject()
|
void |
StaticFinalTests.testString()
|
void |
ExecutionTests.testSuccess()
|
void |
BasicBuildTests.testTags()
|
void |
BasicBuildTests.testTags2()
|
void |
BasicBuildTests.testTags4()
|
void |
BasicBuildTests.testToDoMarker()
|
void |
BasicBuildTests.testToDoMarker2()
|
void |
DependencyTests.testTypeDeleting()
|
void |
DependencyTests.testTypeVariable()
|
void |
DependencyTests.testTypeVisibility()
|
void |
DependencyTests.testTypeVisibility2()
|
void |
BasicBuildTests.testUnusedImport()
|
Uses of JavaModelException in org.eclipse.jdt.core.tests.dom |
---|
Methods in org.eclipse.jdt.core.tests.dom that throw JavaModelException | |
---|---|
void |
ASTConverter15Test._test0270()
|
void |
ASTConverter15Test._test0271()
|
void |
ASTConverter15Test._test0284()
|
void |
ASTConverterTestAST3_2._test0640()
http://dev.eclipse.org/bugs/show_bug.cgi?id=129589 TODO (david) enable once fixed |
void |
ASTConverterTestAST3_2._test0653()
http://dev.eclipse.org/bugs/show_bug.cgi?id=150409 TODO (olivier) renable if the bindings are available |
void |
ASTConverterTestAST3_2._test0679()
|
void |
ConverterTestSetup.setUpJCLClasspathVariables(java.lang.String compliance)
|
void |
ASTConverterJavadocTest.test000()
Check javadoc for MethodDeclaration |
void |
ProfilingASTConvertionTest.test0000()
|
void |
ProfilingASTConvertionTest.test0001()
|
void |
ASTConverterTest.test0001()
Deprecated. using deprecated code |
void |
ASTConverterRecoveryTest.test0001()
|
void |
ASTConverterBindingsTest.test0001()
|
void |
ASTConverterAST3Test.test0001()
|
void |
ASTConverter16Test.test0001()
|
void |
ASTConverter15Test.test0001()
|
void |
ProfilingASTConvertionTest.test0002()
|
void |
ASTConverterTest.test0002()
Deprecated. using deprecated code |
void |
ASTConverterRecoveryTest.test0002()
|
void |
ASTConverterAST3Test.test0002()
Test allocation expression: new Object() ==> ClassInstanceCreation |
void |
ASTConverter15Test.test0002()
|
void |
ProfilingASTConvertionTest.test0003()
Deprecated. using deprecated code |
void |
ASTConverterTest.test0003()
Deprecated. using deprecated code |
void |
ASTConverterRecoveryTest.test0003()
|
void |
ASTConverterAST3Test.test0003()
Test allocation expression: new java.lang.Object() ==> ClassInstanceCreation |
void |
ASTConverter15Test.test0003()
|
void |
ProfilingASTConvertionTest.test0004()
Deprecated. using deprecated code |
void |
ASTConverterTest.test0004()
Deprecated. using deprecated code |
void |
ASTConverterRecoveryTest.test0004()
|
void |
ASTConverterAST3Test.test0004()
Test allocation expression: new java.lang.Exception("ERROR") ==> ClassInstanceCreation |
void |
ASTConverter15Test.test0004()
|
void |
ASTConverterTest.test0005()
Deprecated. using deprecated code |
void |
ASTConverterRecoveryTest.test0005()
|
void |
ASTConverterAST3Test.test0005()
Test allocation expression: new java.lang.Object() {} ==> ClassInstanceCreation |
void |
ASTConverter15Test.test0005()
|
void |
ASTConverterTest.test0006()
Deprecated. using deprecated code |
void |
ASTConverterRecoveryTest.test0006()
|
void |
ASTConverterAST3Test.test0006()
Test allocation expression: new java.lang.Runnable() { public void run() {}} ==> ClassInstanceCreation |
void |
ASTConverter15Test.test0006()
|
void |
ASTConverterTest.test0007()
Deprecated. using deprecated code |
void |
ASTConverterRecoveryTest.test0007()
|
void |
ASTConverterAST3Test.test0007()
Test allocation expression: new Test().new D() ==> ClassInstanceCreation |
void |
ASTConverter15Test.test0007()
|
void |
ASTConverterTest.test0008()
Test allocation expression: new int[] {1, 2, 3, 4} ==> ArrayCreation |
void |
ASTConverterRecoveryTest.test0008()
|
void |
ASTConverterAST3Test.test0008()
Test allocation expression: new int[] {1, 2, 3, 4} ==> ArrayCreation |
void |
ASTConverter15Test.test0008()
Deprecated. using deprecated code |
void |
ASTConverterTest.test0009()
Test allocation expression: new int[][] {{1}, {2}} ==> ArrayCreation |
void |
ASTConverterRecoveryTest.test0009()
|
void |
ASTConverterAST3Test.test0009()
Test allocation expression: new int[][] {{1}, {2}} ==> ArrayCreation |
void |
ASTConverter15Test.test0009()
|
void |
CompatibilityRulesTests.test001()
|
void |
ASTPositionsTest.test001()
|
void |
ASTConverterJavadocTest.test001()
Check javadoc for invalid syntax |
void |
ASTConverterTest.test0010()
Test allocation expression: new int[3] ==> ArrayCreation |
void |
ASTConverterRecoveryTest.test0010()
|
void |
ASTConverterAST3Test.test0010()
Test allocation expression: new int[3] ==> ArrayCreation |
void |
ASTConverter15Test.test0010()
|
void |
ASTConverterTest.test0011()
Test allocation expression: new int[3][] ==> ArrayCreation |
void |
ASTConverterRecoveryTest.test0011()
|
void |
ASTConverterAST3Test.test0011()
Test allocation expression: new int[3][] ==> ArrayCreation |
void |
ASTConverter15Test.test0011()
|
void |
ASTConverterTest.test0012()
Test allocation expression: new int[][] {{},{}} ==> ArrayCreation |
void |
ASTConverterRecoveryTest.test0012()
|
void |
ASTConverterAST3Test.test0012()
Test allocation expression: new int[][] {{},{}} ==> ArrayCreation |
void |
ASTConverter15Test.test0012()
|
void |
ASTConverterTest.test0013()
Deprecated. using deprecated code |
void |
ASTConverterRecoveryTest.test0013()
|
void |
ASTConverterAST3Test.test0013()
int i; ==> VariableDeclarationFragment |
void |
ASTConverter15Test.test0013()
|
void |
ASTConverterTest.test0014()
Deprecated. using deprecated code |
void |
ASTConverterRecoveryTest.test0014()
|
void |
ASTConverterAST3Test.test0014()
int i = 0; ==> VariableDeclarationFragment |
void |
ASTConverter15Test.test0014()
|
void |
ASTConverterTest.test0015()
i = 1; ==> ExpressionStatement(Assignment) |
void |
ASTConverterRecoveryTest.test0015()
|
void |
ASTConverterAST3Test.test0015()
i = 1; ==> ExpressionStatement(Assignment) |
void |
ASTConverter15Test.test0015()
|
void |
ASTConverterTest.test0016()
i += 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverterRecoveryTest.test0016()
|
void |
ASTConverterAST3Test.test0016()
i += 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverter15Test.test0016()
|
void |
ASTConverterTest.test0017()
i -= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverterRecoveryTest.test0017()
|
void |
ASTConverterAST3Test.test0017()
i -= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverter15Test.test0017()
|
void |
ASTConverterTest.test0018()
i *= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverterAST3Test.test0018()
i *= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverter15Test.test0018()
|
void |
ASTConverterTest.test0019()
i /= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverterAST3Test.test0019()
i /= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverter15Test.test0019()
|
void |
CompatibilityRulesTests.test002()
|
void |
ASTPositionsTest.test002()
|
void |
ASTConverterJavadocTest.test002()
|
void |
ASTConverterTest.test0020()
i &= 2 ==> ExpressionStatement(Assignment) |
void |
ASTConverterAST3Test.test0020()
i &= 2 ==> ExpressionStatement(Assignment) |
void |
ASTConverter15Test.test0020()
|
void |
ASTConverterTest.test0021()
i |= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverterAST3Test.test0021()
i |= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverter15Test.test0021()
|
void |
ASTConverterTest.test0022()
i ^= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverterAST3Test.test0022()
i ^= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverter15Test.test0022()
|
void |
ASTConverterTest.test0023()
i %= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverterAST3Test.test0023()
i %= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverter15Test.test0023()
|
void |
ASTConverterTest.test0024()
i <<= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverterAST3Test.test0024()
i <<= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverter15Test.test0024()
|
void |
ASTConverterTest.test0025()
i >>= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverterAST3Test.test0025()
i >>= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverter15Test.test0025()
|
void |
ASTConverterTest.test0026()
i >>>= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverterAST3Test.test0026()
i >>>= 2; ==> ExpressionStatement(Assignment) |
void |
ASTConverter15Test.test0026()
|
void |
ASTConverterTest.test0027()
--i; ==> ExpressionStatement(PrefixExpression) |
void |
ASTConverterAST3Test.test0027()
--i; ==> ExpressionStatement(PrefixExpression) |
void |
ASTConverter15Test.test0027()
|
void |
ASTConverterTest.test0028()
--i; ==> ExpressionStatement(PrefixExpression) |
void |
ASTConverterAST3Test.test0028()
--i; ==> ExpressionStatement(PrefixExpression) |
void |
ASTConverter15Test.test0028()
|
void |
ASTConverterTest.test0029()
i--; ==> ExpressionStatement(PostfixExpression) |
void |
ASTConverterAST3Test.test0029()
i--; ==> ExpressionStatement(PostfixExpression) |
void |
ASTConverter15Test.test0029()
|
void |
CompatibilityRulesTests.test003()
|
void |
ASTPositionsTest.test003()
|
void |
ASTConverterJavadocTest.test003()
|
void |
ASTConverterTest.test0030()
i++; ==> ExpressionStatement(PostfixExpression) |
void |
ASTConverterAST3Test.test0030()
i++; ==> ExpressionStatement(PostfixExpression) |
void |
ASTConverter15Test.test0030()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=67790 |
void |
ASTConverterTest.test0031()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0031()
(String) o; ==> ExpressionStatement(CastExpression) |
void |
ASTConverter15Test.test0031()
|
void |
ASTConverterTest.test0032()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0032()
(int) d; ==> ExpressionStatement(CastExpression) |
void |
ASTConverter15Test.test0032()
|
void |
ASTConverterTest.test0033()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0033()
(float) d; ==> ExpressionStatement(CastExpression) |
void |
ASTConverter15Test.test0033()
|
void |
ASTConverterTest.test0034()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0034()
(byte) d; ==> ExpressionStatement(CastExpression) |
void |
ASTConverter15Test.test0034()
|
void |
ASTConverterTest.test0035()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0035()
(short) d; ==> ExpressionStatement(CastExpression) |
void |
ASTConverter15Test.test0035()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=70292 |
void |
ASTConverterTest.test0036()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0036()
(long) d; ==> ExpressionStatement(CastExpression) |
void |
ASTConverter15Test.test0036()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=67790 |
void |
ASTConverterTest.test0037()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0037()
(char) i; ==> ExpressionStatement(CastExpression) |
void |
ASTConverter15Test.test0037()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=68838 |
void |
ASTConverterTest.test0038()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0038()
int.class; ==> ExpressionStatement(TypeLiteral) |
void |
ASTConverter15Test.test0038()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=69066 |
void |
ASTConverterTest.test0039()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0039()
void.class; ==> ExpressionStatement(TypeLiteral) |
void |
ASTConverter15Test.test0039()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=72233 |
void |
CompatibilityRulesTests.test004()
|
void |
ASTPositionsTest.test004()
|
void |
ASTConverterJavadocTest.test004()
|
void |
ASTConverterTest.test0040()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0040()
double.class; ==> ExpressionStatement(TypeLiteral) |
void |
ASTConverter15Test.test0040()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=72248 |
void |
ASTConverterTest.test0041()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0041()
long.class; ==> ExpressionStatement(TypeLiteral) |
void |
ASTConverter15Test.test0041()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=72477 |
void |
ASTConverterTest.test0042()
false ==> BooleanLiteral |
void |
ASTConverterAST3Test.test0042()
false ==> BooleanLiteral |
void |
ASTConverter15Test.test0042()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=73048 |
void |
ASTConverterTest.test0043()
true ==> BooleanLiteral |
void |
ASTConverterAST3Test.test0043()
true ==> BooleanLiteral |
void |
ASTConverter15Test.test0043()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=72882 |
void |
ASTConverterTest.test0044()
null ==> NullLiteral |
void |
ASTConverterAST3Test.test0044()
null ==> NullLiteral |
void |
ASTConverter15Test.test0044()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=72891 |
void |
ASTConverterTest.test0045()
CharLiteral ==> CharacterLiteral |
void |
ASTConverterAST3Test.test0045()
CharLiteral ==> CharacterLiteral |
void |
ASTConverter15Test.test0045()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=72891 |
void |
ASTConverterTest.test0046()
DoubleLiteral ==> NumberLiteral |
void |
ASTConverterAST3Test.test0046()
DoubleLiteral ==> NumberLiteral |
void |
ASTConverter15Test.test0046()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=72889 |
void |
ASTConverterTest.test0047()
FloatLiteral ==> NumberLiteral |
void |
ASTConverterAST3Test.test0047()
FloatLiteral ==> NumberLiteral |
void |
ASTConverter15Test.test0047()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=72859 |
void |
ASTConverterTest.test0048()
IntLiteral ==> NumberLiteral |
void |
ASTConverterAST3Test.test0048()
IntLiteral ==> NumberLiteral |
void |
ASTConverter15Test.test0048()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=73561 |
void |
ASTConverterTest.test0049()
IntLiteralMinValue ==> NumberLiteral |
void |
ASTConverterAST3Test.test0049()
IntLiteralMinValue ==> NumberLiteral |
void |
ASTConverter15Test.test0049()
Test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=73561 |
void |
CompatibilityRulesTests.test005()
|
void |
ASTPositionsTest.test005()
|
void |
ASTConverterJavadocTest.test005()
|
void |
ASTConverterTest.test0050()
LongLiteral ==> NumberLiteral |
void |
ASTConverterAST3Test.test0050()
LongLiteral ==> NumberLiteral |
void |
ASTConverter15Test.test0050()
Ellipsis |
void |
ASTConverterTest.test0051()
LongLiteral ==> NumberLiteral (negative value) |
void |
ASTConverterAST3Test.test0051()
LongLiteral ==> NumberLiteral (negative value) |
void |
ASTConverter15Test.test0051()
Ellipsis |
void |
ASTConverterTest.test0052()
LongLiteralMinValue ==> NumberLiteral |
void |
ASTConverterAST3Test.test0052()
LongLiteralMinValue ==> NumberLiteral |
void |
ASTConverter15Test.test0052()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=76103 |
void |
ASTConverterTest.test0053()
ExtendedStringLiteral ==> StringLiteral |
void |
ASTConverterAST3Test.test0053()
ExtendedStringLiteral ==> StringLiteral |
void |
ASTConverter15Test.test0053()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=76100 |
void |
ASTConverterTest.test0054()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0054()
AND_AND_Expression ==> InfixExpression |
void |
ASTConverter15Test.test0054()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=76100 |
void |
ASTConverterTest.test0055()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0055()
OR_OR_Expression ==> InfixExpression |
void |
ASTConverter15Test.test0055()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=76100 |
void |
ASTConverterTest.test0056()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0056()
EqualExpression ==> InfixExpression |
void |
ASTConverter15Test.test0056()
|
void |
ASTConverterTest.test0057()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0057()
BinaryExpression (+) ==> InfixExpression |
void |
ASTConverter15Test.test0057()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=77175 |
void |
ASTConverterTest.test0058()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0058()
BinaryExpression (-) ==> InfixExpression |
void |
ASTConverter15Test.test0058()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=77249 |
void |
ASTConverterTest.test0059()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0059()
BinaryExpression (*) ==> InfixExpression |
void |
ASTConverter15Test.test0059()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=77772 |
void |
CompatibilityRulesTests.test006()
|
void |
ASTConverterJavadocTest.test006()
|
void |
ASTConverterTest.test0060()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0060()
BinaryExpression (/) ==> InfixExpression |
void |
ASTConverter15Test.test0060()
|
void |
ASTConverterTest.test0061()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0061()
BinaryExpression (%) ==> InfixExpression |
void |
ASTConverter15Test.test0061()
|
void |
ASTConverterTest.test0062()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0062()
BinaryExpression (^) ==> InfixExpression |
void |
ASTConverter15Test.test0062()
|
void |
ASTConverterTest.test0063()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0063()
BinaryExpression (&) ==> InfixExpression |
void |
ASTConverter15Test.test0063()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=78183 |
void |
ASTConverterTest.test0064()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0064()
BinaryExpression (|) ==> InfixExpression |
void |
ASTConverter15Test.test0064()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=78183 |
void |
ASTConverterTest.test0065()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0065()
BinaryExpression (<) ==> InfixExpression |
void |
ASTConverter15Test.test0065()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=78183 |
void |
ASTConverterTest.test0066()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0066()
BinaryExpression (<=) ==> InfixExpression |
void |
ASTConverter15Test.test0066()
|
void |
ASTConverterTest.test0067()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0067()
BinaryExpression (>) ==> InfixExpression |
void |
ASTConverter15Test.test0067()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=78649 |
void |
ASTConverterTest.test0068()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0068()
BinaryExpression (>=) ==> InfixExpression |
void |
ASTConverter15Test.test0068()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=78649 |
void |
ASTConverterTest.test0069()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0069()
BinaryExpression (!=) ==> InfixExpression |
void |
ASTConverter15Test.test0069()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=78934 |
void |
CompatibilityRulesTests.test007()
|
void |
ASTConverterJavadocTest.test007()
|
void |
ASTConverterTest.test0070()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0070()
InstanceofExpression ==> InfixExpression |
void |
ASTConverter15Test.test0070()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=78934 |
void |
ASTConverterTest.test0071()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0071()
InstanceofExpression ==> InfixExpression |
void |
ASTConverter15Test.test0071()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=78930 |
void |
ASTConverterTest.test0072()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0072()
UnaryExpression (!) ==> PrefixExpression |
void |
ASTConverter15Test.test0072()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=77645 |
void |
ASTConverterTest.test0073()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0073()
UnaryExpression (~) ==> PrefixExpression |
void |
ASTConverter15Test.test0073()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=77806 |
void |
ASTConverterTest.test0074()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0074()
UnaryExpression (+) ==> PrefixExpression |
void |
ASTConverter15Test.test0074()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=78934 |
void |
ASTConverterTest.test0075()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0075()
UnaryExpression (-) ==> PrefixExpression |
void |
ASTConverter15Test.test0075()
|
void |
ASTConverterTest.test0076()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0076()
ConditionalExpression ==> ConditionalExpression |
void |
ASTConverter15Test.test0076()
|
void |
ASTConverterTest.test0077()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0077()
ConditionalExpression ==> ConditionalExpression |
void |
ASTConverter15Test.test0077()
|
void |
ASTConverterTest.test0078()
MessageSend ==> SuperMethodInvocation |
void |
ASTConverterAST3Test.test0078()
MessageSend ==> SuperMethodInvocation |
void |
ASTConverter15Test.test0078()
|
void |
ASTConverterTest.test0079()
MessageSend ==> SuperMethodInvocation |
void |
ASTConverterAST3Test.test0079()
MessageSend ==> SuperMethodInvocation |
void |
ASTConverter15Test.test0079()
|
void |
CompatibilityRulesTests.test008()
|
void |
ASTConverterJavadocTest.test008()
|
void |
ASTConverterTest.test0080()
MessageSend ==> MethodInvocation |
void |
ASTConverterAST3Test.test0080()
MessageSend ==> MethodInvocation |
void |
ASTConverter15Test.test0080()
|
void |
ASTConverterTest.test0081()
MessageSend ==> MethodInvocation |
void |
ASTConverterAST3Test.test0081()
MessageSend ==> MethodInvocation |
void |
ASTConverter15Test.test0081()
|
void |
ASTConverterTest.test0082()
ForStatement ==> ForStatement |
void |
ASTConverterAST3Test.test0082()
ForStatement ==> ForStatement |
void |
ASTConverter15Test.test0082()
|
void |
ASTConverterTest.test0083()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0083()
ForStatement ==> ForStatement |
void |
ASTConverter15Test.test0083()
|
void |
ASTConverterTest.test0084()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0084()
ForStatement ==> ForStatement |
void |
ASTConverter15Test.test0084()
|
void |
ASTConverterTest.test0085()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0085()
ForStatement ==> ForStatement |
void |
ASTConverter15Test.test0085()
|
void |
ASTConverterTest.test0086()
ForStatement ==> ForStatement |
void |
ASTConverterAST3Test.test0086()
ForStatement ==> ForStatement |
void |
ASTConverter15Test.test0086()
|
void |
ASTConverterTest.test0087()
ForStatement ==> ForStatement |
void |
ASTConverterAST3Test.test0087()
ForStatement ==> ForStatement |
void |
ASTConverter15Test.test0087()
|
void |
ASTConverterTest.test0088()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0088()
LocalDeclaration ==> VariableDeclarationStatement |
void |
ASTConverter15Test.test0088()
|
void |
ASTConverterTest.test0089()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0089()
LocalDeclaration ==> VariableDeclarationStatement |
void |
ASTConverter15Test.test0089()
|
void |
CompatibilityRulesTests.test009()
|
void |
ASTConverterJavadocTest.test009()
|
void |
ASTConverterTest.test0090()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0090()
LocalDeclaration ==> VariableDeclarationStatement |
void |
ASTConverter15Test.test0090()
|
void |
ASTConverterTest.test0091()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0091()
Argument ==> SingleVariableDeclaration |
void |
ASTConverter15Test.test0091()
|
void |
ASTConverterTest.test0092()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0092()
Argument ==> SingleVariableDeclaration |
void |
ASTConverter15Test.test0092()
|
void |
ASTConverterTest.test0093()
Break ==> BreakStatement |
void |
ASTConverterAST3Test.test0093()
Break ==> BreakStatement |
void |
ASTConverter15Test.test0093()
|
void |
ASTConverterTest.test0094()
Continue ==> ContinueStatement |
void |
ASTConverterAST3Test.test0094()
Continue ==> ContinueStatement |
void |
ASTConverter15Test.test0094()
|
void |
ASTConverterTest.test0095()
Continue with Label ==> ContinueStatement |
void |
ASTConverterAST3Test.test0095()
Continue with Label ==> ContinueStatement |
void |
ASTConverter15Test.test0095()
|
void |
ASTConverterTest.test0096()
Break + label ==> BreakStatement |
void |
ASTConverterAST3Test.test0096()
Break + label ==> BreakStatement |
void |
ASTConverter15Test.test0096()
|
void |
ASTConverterTest.test0097()
SwitchStatement ==> SwitchStatement |
void |
ASTConverterAST3Test.test0097()
SwitchStatement ==> SwitchStatement |
void |
ASTConverter15Test.test0097()
|
void |
ASTConverterTest.test0098()
EmptyStatement ==> EmptyStatement |
void |
ASTConverterAST3Test.test0098()
EmptyStatement ==> EmptyStatement |
void |
ASTConverter15Test.test0098()
|
void |
ASTConverterTest.test0099()
DoStatement ==> DoStatement |
void |
ASTConverterAST3Test.test0099()
DoStatement ==> DoStatement |
void |
ASTConverter15Test.test0099()
|
void |
CompatibilityRulesTests.test010()
|
void |
ASTConverterJavadocTest.test010()
|
void |
ASTConverterTest.test0100()
WhileStatement ==> WhileStatement |
void |
ASTConverterAST3Test.test0100()
WhileStatement ==> WhileStatement |
void |
ASTConverter15Test.test0100()
|
void |
ASTConverterTest.test0101()
WhileStatement ==> WhileStatement |
void |
ASTConverterAST3Test.test0101()
WhileStatement ==> WhileStatement |
void |
ASTConverter15Test.test0101()
|
void |
ASTConverterTest.test0102()
ExtendedStringLiteral ==> StringLiteral |
void |
ASTConverterAST3Test.test0102()
ExtendedStringLiteral ==> StringLiteral |
void |
ASTConverter15Test.test0102()
|
void |
ASTConverterTest.test0103()
ExtendedStringLiteral ==> StringLiteral |
void |
ASTConverterAST3Test.test0103()
ExtendedStringLiteral ==> StringLiteral |
void |
ASTConverter15Test.test0103()
|
void |
ASTConverterTest.test0104()
ExtendedStringLiteral ==> StringLiteral |
void |
ASTConverterAST3Test.test0104()
ExtendedStringLiteral ==> StringLiteral |
void |
ASTConverter15Test.test0104()
|
void |
ASTConverterTest.test0105()
NumberLiteral ==> InfixExpression |
void |
ASTConverterAST3Test.test0105()
NumberLiteral ==> InfixExpression |
void |
ASTConverter15Test.test0105()
|
void |
ASTConverterTest.test0106()
NumberLiteral ==> InfixExpression |
void |
ASTConverterAST3Test.test0106()
NumberLiteral ==> InfixExpression |
void |
ASTConverter15Test.test0106()
|
void |
ASTConverterTest.test0107()
NumberLiteral ==> InfixExpression |
void |
ASTConverterAST3Test.test0107()
NumberLiteral ==> InfixExpression |
void |
ASTConverter15Test.test0107()
|
void |
ASTConverterTest.test0108()
NumberLiteral ==> InfixExpression |
void |
ASTConverterAST3Test.test0108()
NumberLiteral ==> InfixExpression |
void |
ASTConverter15Test.test0108()
|
void |
ASTConverterTest.test0109()
NumberLiteral ==> InfixExpression |
void |
ASTConverterAST3Test.test0109()
NumberLiteral ==> InfixExpression |
void |
ASTConverter15Test.test0109()
|
void |
CompatibilityRulesTests.test011()
|
void |
ASTConverterJavadocTest.test011()
|
void |
ASTConverterTest.test0110()
ReturnStatement ==> ReturnStatement |
void |
ASTConverterAST3Test.test0110()
ReturnStatement ==> ReturnStatement |
void |
ASTConverterTest.test0111()
ReturnStatement ==> ReturnStatement |
void |
ASTConverterAST3Test.test0111()
ReturnStatement ==> ReturnStatement |
void |
ASTConverterTest.test0112()
SynchronizedStatement ==> SynchronizedStatement |
void |
ASTConverterAST3Test.test0112()
SynchronizedStatement ==> SynchronizedStatement |
void |
ASTConverterTest.test0113()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0113()
TryStatement ==> TryStatement |
void |
ASTConverterTest.test0114()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0114()
TryStatement ==> TryStatement |
void |
ASTConverterTest.test0115()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0115()
TryStatement ==> TryStatement |
void |
ASTConverterTest.test0116()
ThrowStatement ==> ThrowStatement |
void |
ASTConverterAST3Test.test0116()
ThrowStatement ==> ThrowStatement |
void |
ASTConverterTest.test0117()
ThrowStatement ==> ThrowStatement |
void |
ASTConverterAST3Test.test0117()
ThrowStatement ==> ThrowStatement |
void |
ASTConverterTest.test0118()
ThrowStatement ==> ThrowStatement |
void |
ASTConverterAST3Test.test0118()
ThrowStatement ==> ThrowStatement |
void |
ASTConverterTest.test0119()
IfStatement ==> IfStatement |
void |
ASTConverterAST3Test.test0119()
IfStatement ==> IfStatement |
void |
ASTConverterJavadocTest.test012()
|
void |
ASTConverterTest.test0120()
IfStatement ==> IfStatement |
void |
ASTConverterAST3Test.test0120()
IfStatement ==> IfStatement |
void |
ASTConverterTest.test0121()
IfStatement ==> IfStatement |
void |
ASTConverterAST3Test.test0121()
IfStatement ==> IfStatement |
void |
ASTConverterTest.test0122()
IfStatement ==> IfStatement |
void |
ASTConverterAST3Test.test0122()
IfStatement ==> IfStatement |
void |
ASTConverterTest.test0123()
IfStatement ==> IfStatement |
void |
ASTConverterAST3Test.test0123()
IfStatement ==> IfStatement |
void |
ASTConverterTest.test0124()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0124()
Multiple local declaration => VariabledeclarationStatement |
void |
ASTConverterTest.test0125()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0125()
Multiple local declaration => VariabledeclarationStatement |
void |
ASTConverterTest.test0126()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0126()
ForStatement |
void |
ASTConverterTest.test0127()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0127()
ForStatement |
void |
ASTConverterTest.test0128()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0128()
ForStatement |
void |
ASTConverterTest.test0129()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0129()
FieldDeclaration |
void |
CompatibilityRulesTests.test013()
|
void |
ASTConverterJavadocTest.test013()
|
void |
ASTConverterTest.test0130()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0130()
FieldDeclaration |
void |
ASTConverterTest.test0131()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0131()
Argument with final modifier |
void |
ASTConverterTest.test0132()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterAST3Test.test0132()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterTest.test0133()
Check javadoc for MethodDeclaration |
void |
ASTConverterAST3Test.test0133()
Check javadoc for MethodDeclaration |
void |
ASTConverterTest.test0134()
Check javadoc for MethodDeclaration |
void |
ASTConverterAST3Test.test0134()
Check javadoc for MethodDeclaration |
void |
ASTConverterTest.test0135()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterAST3Test.test0135()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterTest.test0136()
Check javadoc for FieldDeclaration |
void |
ASTConverterAST3Test.test0136()
Check javadoc for FieldDeclaration |
void |
ASTConverterTest.test0137()
Check javadoc for FieldDeclaration |
void |
ASTConverterAST3Test.test0137()
Check javadoc for FieldDeclaration |
void |
ASTConverter15Test.test0137()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=79696 |
void |
ASTConverterTest.test0138()
Check javadoc for TypeDeclaration |
void |
ASTConverterAST3Test.test0138()
Check javadoc for TypeDeclaration |
void |
ASTConverterTest.test0139()
Check javadoc for TypeDeclaration |
void |
ASTConverterAST3Test.test0139()
Check javadoc for TypeDeclaration |
void |
ASTConverter15Test.test0139()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=84358 |
void |
CompatibilityRulesTests.test014()
|
void |
ASTConverterJavadocTest.test014()
Verify that text on next line following empty tag element is well positionned. |
void |
ASTConverterTest.test0140()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterAST3Test.test0140()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverter15Test.test0140()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=85115 https://bugs.eclipse.org/bugs/show_bug.cgi?id=85215 |
void |
ASTConverterTest.test0141()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterAST3Test.test0141()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterTest.test0142()
Check javadoc for MemberTypeDeclaration |
void |
ASTConverterAST3Test.test0142()
Check javadoc for MemberTypeDeclaration |
void |
ASTConverterTest.test0143()
Check javadoc for MemberTypeDeclaration |
void |
ASTConverterAST3Test.test0143()
Check javadoc for MemberTypeDeclaration |
void |
ASTConverterTest.test0144()
Check javadoc for MemberTypeDeclaration |
void |
ASTConverterAST3Test.test0144()
Check javadoc for MemberTypeDeclaration |
void |
ASTConverterTest.test0145()
Checking initializers |
void |
ASTConverterAST3Test.test0145()
Checking initializers |
void |
ASTConverterTest.test0146()
Checking initializers |
void |
ASTConverterAST3Test.test0146()
Checking initializers |
void |
ASTConverterTest.test0147()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterAST3Test.test0147()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterTest.test0148()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterAST3Test.test0148()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterTest.test0149()
Checking initializers |
void |
ASTConverterAST3Test.test0149()
Checking initializers |
void |
CompatibilityRulesTests.test015()
|
void |
ASTConverterJavadocTest.test015()
Verify that we do not report failure when types are written on several lines in Javadoc comments. |
void |
ASTConverterTest.test0150()
Checking syntax error |
void |
ASTConverterAST3Test.test0150()
Checking syntax error |
void |
ASTConverterTest.test0151()
Checking syntax error |
void |
ASTConverterAST3Test.test0151()
Checking syntax error |
void |
ASTConverterTest.test0152()
Checking syntax error |
void |
ASTConverterAST3Test.test0152()
Checking syntax error |
void |
ASTConverterTest.test0153()
Checking syntax error |
void |
ASTConverterAST3Test.test0153()
Checking syntax error |
void |
ASTConverterTest.test0154()
Checking binding of package declaration |
void |
ASTConverterAST3Test.test0154()
Checking binding of package declaration |
void |
ASTConverterTest.test0155()
Checking arguments positions |
void |
ASTConverterAST3Test.test0155()
Checking arguments positions |
void |
ASTConverterTest.test0156()
Checking arguments positions |
void |
ASTConverterAST3Test.test0156()
Checking arguments positions |
void |
ASTConverterTest.test0157()
Check canonic binding for fields |
void |
ASTConverterAST3Test.test0157()
Check canonic binding for fields |
void |
ASTConverterTest.test0158()
Check canonic bindings for fields |
void |
ASTConverterAST3Test.test0158()
Check canonic bindings for fields |
void |
ASTConverterTest.test0159()
Define an anonymous type |
void |
ASTConverterAST3Test.test0159()
Define an anonymous type |
void |
CompatibilityRulesTests.test016()
|
void |
ASTConverterTest.test0160()
Check bindings for multiple field declarations |
void |
ASTConverterAST3Test.test0160()
Check bindings for multiple field declarations |
void |
ASTConverterTest.test0161()
Check ITypeBinding APIs: - getModifiers() - getElementType() when it is not an array type - getDimensions() when it is not an array type - getDeclaringClass() - getDeclaringName() - getName() - isNested() - isAnonymous() - isLocal() - isMember() - isArray() - getDeclaredMethods() => returns binding for default constructor - isPrimitive() - isTopLevel() - getSuperclass() |
void |
ASTConverterAST3Test.test0161()
Check ITypeBinding APIs: - getModifiers() - getElementType() when it is not an array type - getDimensions() when it is not an array type - getDeclaringClass() - getDeclaringName() - getName() - isNested() - isAnonymous() - isLocal() - isMember() - isArray() - getDeclaredMethods() => returns binding for default constructor - isPrimitive() - isTopLevel() - getSuperclass() |
void |
ASTConverterTest.test0162()
Check ITypeBinding APIs: - getModifiers() - getElementType() when it is not an array type - getDimensions() when it is not an array type - getDeclaringClass() - getDeclaringName() - getName() - isNested() - isAnonymous() - isLocal() - isMember() - isArray() - getDeclaredMethods() => returns binding for default constructor - isPrimitive() - isTopLevel() - getSuperclass() |
void |
ASTConverterAST3Test.test0162()
Check ITypeBinding APIs: - getModifiers() - getElementType() when it is not an array type - getDimensions() when it is not an array type - getDeclaringClass() - getDeclaringName() - getName() - isNested() - isAnonymous() - isLocal() - isMember() - isArray() - getDeclaredMethods() => returns binding for default constructor - isPrimitive() - isTopLevel() - getSuperclass() |
void |
ASTConverterTest.test0163()
Test binding for anonymous declaration: new java.lang.Object() {} |
void |
ASTConverterAST3Test.test0163()
Test binding for anonymous declaration: new java.lang.Object() {} |
void |
ASTConverterTest.test0164()
Test binding for member type declaration |
void |
ASTConverterAST3Test.test0164()
Test binding for member type declaration |
void |
ASTConverterTest.test0165()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0165()
Test binding for local type declaration |
void |
ASTConverterTest.test0166()
Multiple local declaration => VariabledeclarationStatement |
void |
ASTConverterAST3Test.test0166()
Multiple local declaration => VariabledeclarationStatement |
void |
ASTConverterTest.test0167()
Check source position for new Test[1+2].length. |
void |
ASTConverterAST3Test.test0167()
Check source position for new Test[1+2].length. |
void |
ASTConverterTest.test0168()
Check package binding: test0168.test |
void |
ASTConverterAST3Test.test0168()
Check package binding: test0168.test |
void |
ASTConverterTest.test0169()
Check package binding: test0169 |
void |
ASTConverterAST3Test.test0169()
Check package binding: test0169 |
void |
CompatibilityRulesTests.test017()
|
void |
ASTConverterTest.test0170()
Check package binding: test0170 |
void |
ASTConverterAST3Test.test0170()
Check package binding: test0170 |
void |
ASTConverterTest.test0171()
Check package binding: test0171 |
void |
ASTConverterAST3Test.test0171()
Check package binding: test0171 |
void |
ASTConverter15Test.test0171()
|
void |
ASTConverterTest.test0172()
Check method binding |
void |
ASTConverterAST3Test.test0172()
Check method binding |
void |
ASTConverter15Test.test0172()
|
void |
ASTConverterTest.test0173()
i++; IVariableBinding |
void |
ASTConverterAST3Test.test0173()
i++; IVariableBinding |
void |
ASTConverter15Test.test0173()
|
void |
ASTConverterTest.test0174()
i++; IVariableBinding (field) |
void |
ASTConverterAST3Test.test0174()
i++; IVariableBinding (field) |
void |
ASTConverter15Test.test0174()
|
void |
ASTConverterTest.test0175()
int i = 0; Test IntBinding for the field declaration and the 0 literal |
void |
ASTConverterAST3Test.test0175()
int i = 0; Test IntBinding for the field declaration and the 0 literal |
void |
ASTConverter15Test.test0175()
|
void |
ASTConverterTest.test0176()
ThisReference |
void |
ASTConverterAST3Test.test0176()
ThisReference |
void |
ASTConverter15Test.test0176()
|
void |
ASTConverterTest.test0177()
i++; IVariableBinding |
void |
ASTConverterAST3Test.test0177()
i++; IVariableBinding |
void |
ASTConverterTest.test0178()
SuperReference |
void |
ASTConverterAST3Test.test0178()
SuperReference |
void |
ASTConverterTest.test0179()
Allocation expression |
void |
ASTConverterAST3Test.test0179()
Allocation expression |
void |
CompatibilityRulesTests.test018()
|
void |
ASTConverterTest.test0180()
Allocation expression |
void |
ASTConverterAST3Test.test0180()
Allocation expression |
void |
ASTConverterTest.test0181()
Allocation expression |
void |
ASTConverterAST3Test.test0181()
Allocation expression |
void |
ASTConverter15Test.test0181()
|
void |
ASTConverterTest.test0182()
BinaryExpression |
void |
ASTConverterAST3Test.test0182()
BinaryExpression |
void |
ASTConverter15Test.test0182()
|
void |
ASTConverterTest.test0183()
BinaryExpression |
void |
ASTConverterAST3Test.test0183()
BinaryExpression |
void |
ASTConverter15Test.test0183()
|
void |
ASTConverterTest.test0184()
BinaryExpression |
void |
ASTConverterAST3Test.test0184()
BinaryExpression |
void |
ASTConverter15Test.test0184()
|
void |
ASTConverterTest.test0185()
BinaryExpression |
void |
ASTConverterAST3Test.test0185()
BinaryExpression |
void |
ASTConverter15Test.test0185()
|
void |
ASTConverterTest.test0186()
BinaryExpression |
void |
ASTConverterAST3Test.test0186()
BinaryExpression |
void |
ASTConverter15Test.test0186()
|
void |
ASTConverterTest.test0187()
BinaryExpression |
void |
ASTConverterAST3Test.test0187()
BinaryExpression |
void |
ASTConverter15Test.test0187()
|
void |
ASTConverterTest.test0188()
BinaryExpression |
void |
ASTConverterAST3Test.test0188()
BinaryExpression |
void |
ASTConverter15Test.test0188()
|
void |
ASTConverterTest.test0189()
BinaryExpression |
void |
ASTConverterAST3Test.test0189()
BinaryExpression |
void |
CompatibilityRulesTests.test019()
|
void |
ASTConverterTest.test0190()
BinaryExpression |
void |
ASTConverterAST3Test.test0190()
BinaryExpression |
void |
ASTConverterTest.test0191()
BinaryExpression |
void |
ASTConverterAST3Test.test0191()
BinaryExpression |
void |
ASTConverterTest.test0192()
Initializer |
void |
ASTConverterAST3Test.test0192()
Initializer |
void |
ASTConverter15Test.test0192()
|
void |
ASTConverterTest.test0193()
Initializer |
void |
ASTConverterAST3Test.test0193()
Initializer |
void |
ASTConverter15Test.test0193()
|
void |
ASTConverterTest.test0194()
Initializer |
void |
ASTConverterAST3Test.test0194()
Initializer |
void |
ASTConverter15Test.test0194()
|
void |
ASTConverterTest.test0195()
Initializer |
void |
ASTConverterAST3Test.test0195()
Initializer |
void |
ASTConverter15Test.test0195()
|
void |
ASTConverterTest.test0196()
Initializer |
void |
ASTConverterAST3Test.test0196()
Initializer |
void |
ASTConverter15Test.test0196()
|
void |
ASTConverterTest.test0197()
Initializer |
void |
ASTConverterAST3Test.test0197()
Initializer |
void |
ASTConverterTest.test0198()
Initializer |
void |
ASTConverterAST3Test.test0198()
Initializer |
void |
ASTConverterTest.test0199()
Initializer |
void |
ASTConverterAST3Test.test0199()
Initializer |
void |
CompatibilityRulesTests.test020()
|
void |
ASTConverterTest.test0200()
Initializer |
void |
ASTConverterAST3Test.test0200()
Initializer |
void |
ASTConverterTest.test0201()
Position inside for statement: PR 3300 |
void |
ASTConverterAST3Test.test0201()
Position inside for statement: PR 3300 |
void |
ASTConverterTest.test0202()
PR 7386 |
void |
ASTConverterAST3Test.test0202()
PR 7386 |
void |
ASTConverterTest.test0203()
PR 7386 |
void |
ASTConverterAST3Test.test0203()
PR 7386 |
void |
ASTConverterTest.test0204()
PR 7386 |
void |
ASTConverterAST3Test.test0204()
PR 7386 |
void |
ASTConverter15Test.test0204()
|
void |
ASTConverterTest.test0205()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0205()
Local class end position when trailing comment |
void |
ASTConverter15Test.test0205()
|
void |
ASTConverterTest.test0206()
QualifiedName |
void |
ASTConverterAST3Test.test0206()
QualifiedName |
void |
ASTConverter15Test.test0206()
|
void |
ASTConverterTest.test0207()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterAST3Test.test0207()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverter15Test.test0207()
|
void |
ASTConverterTest.test0208()
Check javadoc for MethodDeclaration |
void |
ASTConverterAST3Test.test0208()
Check javadoc for MethodDeclaration |
void |
ASTConverter15Test.test0208()
|
void |
ASTConverterTest.test0209()
Check javadoc for MethodDeclaration |
void |
ASTConverterAST3Test.test0209()
Check javadoc for MethodDeclaration |
void |
ASTConverter15Test.test0209()
|
void |
CompatibilityRulesTests.test021()
|
void |
ASTConverterTest.test0210()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterAST3Test.test0210()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverter15Test.test0210()
|
void |
ASTConverterTest.test0211()
Check javadoc for FieldDeclaration |
void |
ASTConverterAST3Test.test0211()
Check javadoc for FieldDeclaration |
void |
ASTConverter15Test.test0211()
http://dev.eclipse.org/bugs/show_bug.cgi?id=129096 |
void |
ASTConverterTest.test0212()
Check javadoc for FieldDeclaration |
void |
ASTConverterAST3Test.test0212()
Check javadoc for FieldDeclaration |
void |
ASTConverter15Test.test0212()
http://dev.eclipse.org/bugs/show_bug.cgi?id=129096 |
void |
ASTConverterTest.test0213()
Check javadoc for TypeDeclaration |
void |
ASTConverterAST3Test.test0213()
Check javadoc for TypeDeclaration |
void |
ASTConverter15Test.test0213()
http://dev.eclipse.org/bugs/show_bug.cgi?id=130528 |
void |
ASTConverterTest.test0214()
Check javadoc for TypeDeclaration |
void |
ASTConverterAST3Test.test0214()
Check javadoc for TypeDeclaration |
void |
ASTConverter15Test.test0214()
|
void |
ASTConverterTest.test0215()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterAST3Test.test0215()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverter15Test.test0215()
|
void |
ASTConverterTest.test0216()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterAST3Test.test0216()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverter15Test.test0216()
|
void |
ASTConverterTest.test0217()
Check javadoc for MemberTypeDeclaration |
void |
ASTConverterAST3Test.test0217()
Check javadoc for MemberTypeDeclaration |
void |
ASTConverter15Test.test0217()
|
void |
ASTConverterTest.test0218()
Check javadoc for MemberTypeDeclaration |
void |
ASTConverterAST3Test.test0218()
Check javadoc for MemberTypeDeclaration |
void |
ASTConverter15Test.test0218()
|
void |
ASTConverterTest.test0219()
Check javadoc for MemberTypeDeclaration |
void |
ASTConverterAST3Test.test0219()
Check javadoc for MemberTypeDeclaration |
void |
ASTConverter15Test.test0219()
|
void |
CompatibilityRulesTests.test022()
|
void |
ASTConverterTest.test0220()
Checking initializers |
void |
ASTConverterAST3Test.test0220()
Checking initializers |
void |
ASTConverter15Test.test0220()
|
void |
ASTConverterTest.test0221()
Checking initializers |
void |
ASTConverterAST3Test.test0221()
Checking initializers |
void |
ASTConverter15Test.test0221()
|
void |
ASTConverterTest.test0222()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterAST3Test.test0222()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverter15Test.test0222()
|
void |
ASTConverterTest.test0223()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverterAST3Test.test0223()
Deprecated. marking deprecated since using deprecated code |
void |
ASTConverter15Test.test0223()
|
void |
ASTConverterTest.test0224()
Checking initializers |
void |
ASTConverterAST3Test.test0224()
Checking initializers |
void |
ASTConverter15Test.test0224()
|
void |
ASTConverterTest.test0225()
Continue ==> ContinueStatement |
void |
ASTConverterAST3Test.test0225()
Continue ==> ContinueStatement |
void |
ASTConverter15Test.test0225()
|
void |
ASTConverterTest.test0226()
Break + label ==> BreakStatement |
void |
ASTConverterAST3Test.test0226()
Break + label ==> BreakStatement |
void |
ASTConverter15Test.test0226()
|
void |
ASTConverterTest.test0227()
QualifiedName |
void |
ASTConverterAST3Test.test0227()
QualifiedName |
void |
ASTConverter15Test.test0227()
|
void |
ASTConverterTest.test0228()
QualifiedName as TypeReference |
void |
ASTConverterAST3Test.test0228()
QualifiedName as TypeReference |
void |
ASTConverter15Test.test0228()
|
void |
ASTConverterTest.test0229()
MethodInvocation |
void |
ASTConverterAST3Test.test0229()
MethodInvocation |
void |
ASTConverter15Test.test0229()
|
void |
CompatibilityRulesTests.test023()
|
void |
ASTConverterTest.test0230()
MethodInvocation |
void |
ASTConverterAST3Test.test0230()
MethodInvocation |
void |
ASTConverter15Test.test0230()
|
void |
ASTConverterTest.test0231()
MethodInvocation |
void |
ASTConverterAST3Test.test0231()
MethodInvocation |
void |
ASTConverter15Test.test0231()
|
void |
ASTConverterTest.test0232()
MethodInvocation |
void |
ASTConverterAST3Test.test0232()
MethodInvocation |
void |
ASTConverter15Test.test0232()
|
void |
ASTConverterTest.test0233()
Checking that only syntax errors are reported for the MALFORMED tag |
void |
ASTConverterAST3Test.test0233()
Checking that only syntax errors are reported for the MALFORMED tag |
void |
ASTConverter15Test.test0233()
|
void |
ASTConverterTest.test0234_2()
Checking that null is returned for a resolveBinding if the type is unknown |
void |
ASTConverterAST3Test.test0234_2()
Checking that null is returned for a resolveBinding if the type is unknown |
void |
ASTConverterTest.test0234()
Checking that null is returned for a resolveBinding if the type is unknown |
void |
ASTConverterAST3Test.test0234()
Checking that null is returned for a resolveBinding if the type is unknown |
void |
ASTConverter15Test.test0234()
|
void |
ASTConverterTest.test0235()
Checking that null is returned for a resolveBinding if the type is unknown |
void |
ASTConverterAST3Test.test0235()
Checking that null is returned for a resolveBinding if the type is unknown |
void |
ASTConverter15Test.test0235()
|
void |
ASTConverterTest.test0236()
Test the removal of a IField inside a CU that has an initializer |
void |
ASTConverter15Test.test0236()
|
void |
ASTConverterTest.test0237()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=9452 |
void |
ASTConverterAST3Test.test0237()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=9452 |
void |
ASTConverter15Test.test0237()
|
void |
ASTConverter15Test.test0238_2()
|
void |
ASTConverterTest.test0238()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0238()
Check ThisExpression |
void |
ASTConverter15Test.test0238()
|
void |
ASTConverter15Test.test0239_2()
|
void |
ASTConverterTest.test0239()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0239()
Check ThisExpression |
void |
ASTConverter15Test.test0239()
|
void |
CompatibilityRulesTests.test024()
|
void |
ASTConverterTest.test0240()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0240()
Check FieldAccess |
void |
ASTConverter15Test.test0240()
|
void |
ASTConverterTest.test0241()
Check order of body declarations |
void |
ASTConverterAST3Test.test0241()
Check order of body declarations |
void |
ASTConverter15Test.test0241()
|
void |
ASTConverterTest.test0242()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0242()
Check ThisExpression |
void |
ASTConverter15Test.test0242()
|
void |
ASTConverterTest.test0243()
Check catch clause positions: http://dev.eclipse.org/bugs/show_bug.cgi?id=10570 |
void |
ASTConverterAST3Test.test0243()
Check catch clause positions: http://dev.eclipse.org/bugs/show_bug.cgi?id=10570 |
void |
ASTConverter15Test.test0243()
|
void |
ASTConverterTest.test0244()
Check catch clause positions: http://dev.eclipse.org/bugs/show_bug.cgi?id=10570 |
void |
ASTConverterAST3Test.test0244()
Check catch clause positions: http://dev.eclipse.org/bugs/show_bug.cgi?id=10570 |
void |
ASTConverter15Test.test0244()
|
void |
ASTConverterTest.test0245()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=10587 |
void |
ASTConverterAST3Test.test0245()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=10587 |
void |
ASTConverter15Test.test0245()
|
void |
ASTConverterTest.test0246()
Test binding resolution for import declaration |
void |
ASTConverterAST3Test.test0246()
Test binding resolution for import declaration |
void |
ASTConverter15Test.test0246()
|
void |
ASTConverterTest.test0247()
Test binding resolution for import declaration |
void |
ASTConverterAST3Test.test0247()
Test binding resolution for import declaration |
void |
ASTConverter15Test.test0247()
|
void |
ASTConverterTest.test0248()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10592 |
void |
ASTConverterAST3Test.test0248()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10592 |
void |
ASTConverter15Test.test0248()
|
void |
ASTConverterTest.test0249()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10592 |
void |
ASTConverterAST3Test.test0249()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10592 |
void |
ASTConverter15Test.test0249()
|
void |
CompatibilityRulesTests.test025()
|
void |
ASTConverterTest.test0250()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10592 |
void |
ASTConverterAST3Test.test0250()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10592 |
void |
ASTConverter15Test.test0250()
|
void |
ASTConverterTest.test0251()
Check qualified name resolution for static fields |
void |
ASTConverterAST3Test.test0251()
Check qualified name resolution for static fields |
void |
ASTConverter15Test.test0251()
|
void |
ASTConverterTest.test0252()
Check binding for anonymous class |
void |
ASTConverterAST3Test.test0252()
Check binding for anonymous class |
void |
ASTConverter15Test.test0252()
|
void |
ASTConverterTest.test0253()
Check binding for allocation expression |
void |
ASTConverterAST3Test.test0253()
Check binding for allocation expression |
void |
ASTConverter15Test.test0253()
http://dev.eclipse.org/bugs/show_bug.cgi?id=149567 |
void |
ASTConverterTest.test0254()
Check binding for allocation expression |
void |
ASTConverterAST3Test.test0254()
Check binding for allocation expression |
void |
ASTConverter15Test.test0254()
http://dev.eclipse.org/bugs/show_bug.cgi?id=149567 |
void |
ASTConverterTest.test0255()
Check binding for allocation expression |
void |
ASTConverterAST3Test.test0255()
Check binding for allocation expression |
void |
ASTConverter15Test.test0255()
|
void |
ASTConverterTest.test0256()
Check binding for allocation expression |
void |
ASTConverterAST3Test.test0256()
Check binding for allocation expression |
void |
ASTConverter15Test.test0256()
|
void |
ASTConverterTest.test0257()
Check binding for allocation expression |
void |
ASTConverterAST3Test.test0257()
Check binding for allocation expression |
void |
ASTConverter15Test.test0257()
|
void |
ASTConverterTest.test0258()
Check binding for allocation expression |
void |
ASTConverterAST3Test.test0258()
Check binding for allocation expression |
void |
ASTConverter15Test.test0258()
|
void |
ASTConverterTest.test0259()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10663 |
void |
ASTConverterAST3Test.test0259()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10663 |
void |
ASTConverter15Test.test0259()
|
void |
CompatibilityRulesTests.test026()
|
void |
ASTConverterTest.test0260()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10592 |
void |
ASTConverterAST3Test.test0260()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10592 |
void |
ASTConverter15Test.test0260()
|
void |
ASTConverterTest.test0261()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10679 |
void |
ASTConverterAST3Test.test0261()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10679 |
void |
ASTConverter15Test.test0261()
|
void |
ASTConverterTest.test0262()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10676 |
void |
ASTConverterAST3Test.test0262()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10676 |
void |
ASTConverter15Test.test0262()
|
void |
ASTConverterTest.test0263()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10700 |
void |
ASTConverterAST3Test.test0263()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10700 |
void |
ASTConverter15Test.test0263()
|
void |
ASTConverterTest.test0264()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10699 |
void |
ASTConverterAST3Test.test0264()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10699 |
void |
ASTConverter15Test.test0264()
|
void |
ASTConverterTest.test0265()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10698 |
void |
ASTConverterAST3Test.test0265()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10698 |
void |
ASTConverter15Test.test0265()
|
void |
ASTConverterTest.test0266()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10759 |
void |
ASTConverterAST3Test.test0266()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10759 |
void |
ASTConverter15Test.test0266()
|
void |
ASTConverterTest.test0267()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10759 |
void |
ASTConverterAST3Test.test0267()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10759 |
void |
ASTConverter15Test.test0267()
|
void |
ASTConverterTest.test0268()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10759 |
void |
ASTConverterAST3Test.test0268()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10759 |
void |
ASTConverter15Test.test0268()
|
void |
ASTConverterTest.test0269()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10759 |
void |
ASTConverterAST3Test.test0269()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10759 |
void |
ASTConverter15Test.test0269()
|
void |
CompatibilityRulesTests.test027()
|
void |
ASTConverterTest.test0270()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10759 |
void |
ASTConverterAST3Test.test0270()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10759 |
void |
ASTConverterTest.test0271()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10759 |
void |
ASTConverterAST3Test.test0271()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10759 |
void |
ASTConverterTest.test0272()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10843 |
void |
ASTConverterAST3Test.test0272()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10843 |
void |
ASTConverter15Test.test0272()
|
void |
ASTConverterTest.test0273()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10843 |
void |
ASTConverterAST3Test.test0273()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10843 |
void |
ASTConverter15Test.test0273()
|
void |
ASTConverterTest.test0274()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10843 |
void |
ASTConverterAST3Test.test0274()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10843 |
void |
ASTConverter15Test.test0274()
|
void |
ASTConverterTest.test0275()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10843 |
void |
ASTConverterAST3Test.test0275()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10843 |
void |
ASTConverter15Test.test0275()
|
void |
ASTConverterTest.test0276()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10798 |
void |
ASTConverterAST3Test.test0276()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10798 |
void |
ASTConverter15Test.test0276()
|
void |
ASTConverterTest.test0277()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10798 |
void |
ASTConverterAST3Test.test0277()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10798 |
void |
ASTConverter15Test.test0277()
|
void |
ASTConverterTest.test0278()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10861 |
void |
ASTConverterAST3Test.test0278()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10861 |
void |
ASTConverter15Test.test0278()
|
void |
ASTConverterTest.test0279()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10861 |
void |
ASTConverterAST3Test.test0279()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10861 |
void |
ASTConverter15Test.test0279()
|
void |
CompatibilityRulesTests.test028()
|
void |
ASTConverterTest.test0280()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10865 Check well known types |
void |
ASTConverterAST3Test.test0280()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10865 Check well known types |
void |
ASTConverter15Test.test0280()
|
void |
ASTConverterTest.test0281()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverterAST3Test.test0281()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverter15Test.test0281()
|
void |
ASTConverterTest.test0282()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverterAST3Test.test0282()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverter15Test.test0282()
|
void |
ASTConverterTest.test0283()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverterAST3Test.test0283()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverter15Test.test0283()
|
void |
ASTConverterTest.test0284()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverterAST3Test.test0284()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverterTest.test0285()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverterAST3Test.test0285()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverter15Test.test0285()
|
void |
ASTConverterTest.test0286()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverterAST3Test.test0286()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverter15Test.test0286()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228691 |
void |
ASTConverterTest.test0287()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverterAST3Test.test0287()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverter15Test.test0287()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228651 |
void |
ASTConverterTest.test0288()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverterAST3Test.test0288()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverter15Test.test0288()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228651 |
void |
ASTConverterTest.test0289()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverterAST3Test.test0289()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverter15Test.test0289()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228651 |
void |
CompatibilityRulesTests.test029()
|
void |
ASTConverterTest.test0290()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverterAST3Test.test0290()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 |
void |
ASTConverter15Test.test0290()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228651 |
void |
ASTConverterTest.test0291()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10898 |
void |
ASTConverterAST3Test.test0291()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10898 |
void |
ASTConverter15Test.test0291()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228651 |
void |
ASTConverterTest.test0292()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10913 |
void |
ASTConverterAST3Test.test0292()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10913 |
void |
ASTConverter15Test.test0292()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228651 |
void |
ASTConverterTest.test0293()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10933 http://dev.eclipse.org/bugs/show_bug.cgi?id=10935 |
void |
ASTConverterAST3Test.test0293()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10933 http://dev.eclipse.org/bugs/show_bug.cgi?id=10935 |
void |
ASTConverter15Test.test0293()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228651 |
void |
ASTConverterTest.test0294()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10984 |
void |
ASTConverterAST3Test.test0294()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10984 |
void |
ASTConverter15Test.test0294()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228651 |
void |
ASTConverterTest.test0295()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10986 |
void |
ASTConverterAST3Test.test0295()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10986 |
void |
ASTConverter15Test.test0295()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228651 |
void |
ASTConverterTest.test0296()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10984 |
void |
ASTConverterAST3Test.test0296()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10984 |
void |
ASTConverter15Test.test0296()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228651 |
void |
ASTConverterTest.test0297()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11037 |
void |
ASTConverterAST3Test.test0297()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11037 |
void |
ASTConverter15Test.test0297()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=228651 |
void |
ASTConverterTest.test0298()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10984 |
void |
ASTConverterAST3Test.test0298()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10984 |
void |
ASTConverter15Test.test0298()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230127 |
void |
ASTConverterTest.test0299()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 http://dev.eclipse.org/bugs/show_bug.cgi?id=11104 |
void |
ASTConverterAST3Test.test0299()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 http://dev.eclipse.org/bugs/show_bug.cgi?id=11104 |
void |
ASTConverter15Test.test0299()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230127 |
void |
CompatibilityRulesTests.test030()
|
void |
ASTConverterTest.test0300()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 http://dev.eclipse.org/bugs/show_bug.cgi?id=11104 |
void |
ASTConverterAST3Test.test0300()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 http://dev.eclipse.org/bugs/show_bug.cgi?id=11104 |
void |
ASTConverter15Test.test0300()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230127 |
void |
ASTConverterTest.test0301()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 http://dev.eclipse.org/bugs/show_bug.cgi?id=11104 |
void |
ASTConverterAST3Test.test0301()
http://dev.eclipse.org/bugs/show_bug.cgi?id=10874 http://dev.eclipse.org/bugs/show_bug.cgi?id=11104 |
void |
ASTConverter15Test.test0301()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230127 |
void |
ASTConverterTest.test0302()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11106 |
void |
ASTConverterAST3Test.test0302()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11106 |
void |
ASTConverter15Test.test0302()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230127 |
void |
ASTConverterTest.test0303()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11129 |
void |
ASTConverterAST3Test.test0303()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11129 |
void |
ASTConverter15Test.test0303()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230127 |
void |
ASTConverterTest.test0304()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11151 |
void |
ASTConverterAST3Test.test0304()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11151 |
void |
ASTConverter15Test.test0304()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230127 |
void |
ASTConverter15Test.test0305()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230127 |
void |
ASTConverter15Test.test0306()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230127 |
void |
ASTConverterTest.test0307()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11371 |
void |
ASTConverterAST3Test.test0307()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11371 |
void |
ASTConverter15Test.test0307()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230127 |
void |
ASTConverterTest.test0308()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11371 |
void |
ASTConverterAST3Test.test0308()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11371 |
void |
ASTConverter15Test.test0308()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230127 |
void |
ASTConverterTest.test0309()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11380 |
void |
ASTConverterAST3Test.test0309()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11380 |
void |
ASTConverter15Test.test0309()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230127 |
void |
CompatibilityRulesTests.test031()
|
void |
ASTConverterTest.test0310()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11380 |
void |
ASTConverterAST3Test.test0310()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11380 |
void |
ASTConverter15Test.test0310()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230127 |
void |
ASTConverterTest.test0311()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11638 |
void |
ASTConverterAST3Test.test0311()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11638 |
void |
ASTConverter15Test.test0311()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230127 |
void |
ASTConverterTest.test0312()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11638 There is a error in this source. |
void |
ASTConverterAST3Test.test0312()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11638 There is a error in this source. |
void |
ASTConverter15Test.test0312()
|
void |
ASTConverterTest.test0313()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11659 |
void |
ASTConverterAST3Test.test0313()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11659 |
void |
ASTConverter15Test.test0313()
|
void |
ASTConverterTest.test0314()
http://dev.eclipse.org/bugs/show_bug.cgi?id=12326 |
void |
ASTConverterAST3Test.test0314()
http://dev.eclipse.org/bugs/show_bug.cgi?id=12326 |
void |
ASTConverter15Test.test0314()
|
void |
ASTConverterTest.test0315()
http://dev.eclipse.org/bugs/show_bug.cgi?id=12326 |
void |
ASTConverterAST3Test.test0315()
http://dev.eclipse.org/bugs/show_bug.cgi?id=12326 |
void |
ASTConverterTest.test0316()
http://dev.eclipse.org/bugs/show_bug.cgi?id=12454 |
void |
ASTConverterAST3Test.test0316()
http://dev.eclipse.org/bugs/show_bug.cgi?id=12454 |
void |
ASTConverterTest.test0317()
http://dev.eclipse.org/bugs/show_bug.cgi?id=12781 |
void |
ASTConverterAST3Test.test0317()
http://dev.eclipse.org/bugs/show_bug.cgi?id=12781 |
void |
ASTConverterTest.test0318()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13233 |
void |
ASTConverterAST3Test.test0318()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13233 |
void |
ASTConverterTest.test0319()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13807 |
void |
ASTConverterAST3Test.test0319()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13807 |
void |
ASTConverterTest.test0320()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13807 |
void |
ASTConverterAST3Test.test0320()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13807 |
void |
ASTConverterTest.test0321()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13807 |
void |
ASTConverterAST3Test.test0321()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13807 |
void |
ASTConverterTest.test0322()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13231 |
void |
ASTConverterAST3Test.test0322()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13231 |
void |
ASTConverterTest.test0323()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14198 |
void |
ASTConverterAST3Test.test0323()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14198 |
void |
ASTConverterTest.test0324()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14198 |
void |
ASTConverterAST3Test.test0324()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14198 |
void |
ASTConverterTest.test0325()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14198 |
void |
ASTConverterAST3Test.test0325()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14198 |
void |
ASTConverterTest.test0326()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14217 |
void |
ASTConverterAST3Test.test0326()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14217 |
void |
ASTConverterTest.test0327()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14198 |
void |
ASTConverterAST3Test.test0327()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14198 |
void |
ASTConverterTest.test0328()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13807 |
void |
ASTConverterAST3Test.test0328()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13807 |
void |
ASTConverterTest.test0329()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13807 |
void |
ASTConverterAST3Test.test0329()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13807 |
void |
CompatibilityRulesTests.test033()
|
void |
ASTConverterTest.test0330()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14313 |
void |
ASTConverterAST3Test.test0330()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14313 |
void |
ASTConverterTest.test0331()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14322 |
void |
ASTConverterAST3Test.test0331()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14322 |
void |
ASTConverterTest.test0332()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14403 |
void |
ASTConverterAST3Test.test0332()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14403 |
void |
ASTConverterTest.test0333()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13807 |
void |
ASTConverterAST3Test.test0333()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13807 |
void |
ASTConverterTest.test0334()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13807 |
void |
ASTConverterAST3Test.test0334()
http://dev.eclipse.org/bugs/show_bug.cgi?id=13807 |
void |
ASTConverterTest.test0335()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0335()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14526 |
void |
ASTConverterTest.test0336()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0336()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14526 |
void |
ASTConverterTest.test0337()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14602 |
void |
ASTConverterAST3Test.test0337()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14602 |
void |
ASTConverterTest.test0338()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14852 |
void |
ASTConverterAST3Test.test0338()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14852 |
void |
ASTConverterTest.test0339()
http://dev.eclipse.org/bugs/show_bug.cgi?id=15061 |
void |
ASTConverterAST3Test.test0339()
http://dev.eclipse.org/bugs/show_bug.cgi?id=15061 |
void |
CompatibilityRulesTests.test034()
|
void |
ASTConverterTest.test0340()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14852 |
void |
ASTConverterAST3Test.test0340()
http://dev.eclipse.org/bugs/show_bug.cgi?id=14852 |
void |
ASTConverterTest.test0341()
http://dev.eclipse.org/bugs/show_bug.cgi?id=15804 |
void |
ASTConverterAST3Test.test0341()
http://dev.eclipse.org/bugs/show_bug.cgi?id=15804 |
void |
ASTConverterTest.test0342()
Deprecated. marked deprecated to suppress JDOM-related deprecation warnings |
void |
ASTConverterAST3Test.test0342()
Deprecated. marked deprecated to suppress JDOM-related deprecation warnings |
void |
ASTConverterTest.test0343()
http://dev.eclipse.org/bugs/show_bug.cgi?id=16051 |
void |
ASTConverterAST3Test.test0343()
http://dev.eclipse.org/bugs/show_bug.cgi?id=16051 |
void |
ASTConverterTest.test0344()
http://dev.eclipse.org/bugs/show_bug.cgi?id=16132 |
void |
ASTConverterAST3Test.test0344()
http://dev.eclipse.org/bugs/show_bug.cgi?id=16132 |
void |
ASTConverterTest.test0345()
http://dev.eclipse.org/bugs/show_bug.cgi?id=17922 |
void |
ASTConverterAST3Test.test0345()
http://dev.eclipse.org/bugs/show_bug.cgi?id=17922 |
void |
ASTConverterTest.test0346()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18138 |
void |
ASTConverterAST3Test.test0346()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18138 |
void |
ASTConverterTest.test0347()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18138 |
void |
ASTConverterAST3Test.test0347()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18138 |
void |
ASTConverterTest.test0348()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18138 |
void |
ASTConverterAST3Test.test0348()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18138 |
void |
ASTConverterTest.test0349()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18138 |
void |
ASTConverterAST3Test.test0349()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18138 |
void |
CompatibilityRulesTests.test035()
|
void |
ASTConverterTest.test0350()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18138 |
void |
ASTConverterAST3Test.test0350()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18138 |
void |
ASTConverterTest.test0351()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18169 |
void |
ASTConverterAST3Test.test0351()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18169 |
void |
ASTConverterTest.test0352()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18169 |
void |
ASTConverterAST3Test.test0352()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18169 |
void |
ASTConverterTest.test0353()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18042 |
void |
ASTConverterAST3Test.test0353()
http://dev.eclipse.org/bugs/show_bug.cgi?id=18042 |
void |
ASTConverterTest.test0354()
http://dev.eclipse.org/bugs/show_bug.cgi?id=19851 |
void |
ASTConverterAST3Test.test0354()
http://dev.eclipse.org/bugs/show_bug.cgi?id=19851 |
void |
ASTConverterTest.test0355()
http://dev.eclipse.org/bugs/show_bug.cgi?id=20520 |
void |
ASTConverterAST3Test.test0355()
http://dev.eclipse.org/bugs/show_bug.cgi?id=20520 |
void |
ASTConverterTest.test0356()
http://dev.eclipse.org/bugs/show_bug.cgi?id=20865 |
void |
ASTConverterAST3Test.test0356()
http://dev.eclipse.org/bugs/show_bug.cgi?id=20865 |
void |
ASTConverterTest.test0357()
http://dev.eclipse.org/bugs/show_bug.cgi?id=21757 |
void |
ASTConverterAST3Test.test0357()
http://dev.eclipse.org/bugs/show_bug.cgi?id=21757 |
void |
ASTConverterTest.test0358()
http://dev.eclipse.org/bugs/show_bug.cgi?id=21768 |
void |
ASTConverterAST3Test.test0358()
http://dev.eclipse.org/bugs/show_bug.cgi?id=21768 |
void |
ASTConverterTest.test0359()
http://dev.eclipse.org/bugs/show_bug.cgi?id=21768 |
void |
ASTConverterAST3Test.test0359()
http://dev.eclipse.org/bugs/show_bug.cgi?id=21768 |
void |
CompatibilityRulesTests.test036()
|
void |
ASTConverterTest.test0360()
http://dev.eclipse.org/bugs/show_bug.cgi?id=21916 |
void |
ASTConverterAST3Test.test0360()
http://dev.eclipse.org/bugs/show_bug.cgi?id=21916 |
void |
ASTConverterTest.test0361()
http://dev.eclipse.org/bugs/show_bug.cgi?id=21916 |
void |
ASTConverterAST3Test.test0361()
http://dev.eclipse.org/bugs/show_bug.cgi?id=21916 |
void |
ASTConverterTest.test0362()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0362()
http://dev.eclipse.org/bugs/show_bug.cgi?id=21916 |
void |
ASTConverterTest.test0363()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22939 |
void |
ASTConverterAST3Test.test0363()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22939 |
void |
ASTConverterTest.test0364()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11529 |
void |
ASTConverterAST3Test.test0364()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11529 |
void |
ASTConverterTest.test0365()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11529 |
void |
ASTConverterAST3Test.test0365()
http://dev.eclipse.org/bugs/show_bug.cgi?id=11529 |
void |
ASTConverterTest.test0366()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23048 |
void |
ASTConverterAST3Test.test0366()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23048 |
void |
ASTConverterTest.test0367()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23048 |
void |
ASTConverterAST3Test.test0367()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23048 |
void |
ASTConverterTest.test0368()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23048 |
void |
ASTConverterAST3Test.test0368()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23048 |
void |
ASTConverterTest.test0369()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23048 |
void |
ASTConverterAST3Test.test0369()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23048 |
void |
CompatibilityRulesTests.test037()
|
void |
ASTConverterTest.test0370()
DoStatement ==> DoStatement |
void |
ASTConverterAST3Test.test0370()
DoStatement ==> DoStatement |
void |
ASTConverterTest.test0371()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23048 |
void |
ASTConverterAST3Test.test0371()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23048 |
void |
ASTConverterTest.test0372()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23048 |
void |
ASTConverterAST3Test.test0372()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23048 |
void |
ASTConverterTest.test0373()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23118 |
void |
ASTConverterAST3Test.test0373()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23118 |
void |
ASTConverterTest.test0374()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23118 |
void |
ASTConverterAST3Test.test0374()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23118 |
void |
ASTConverterTest.test0375()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23052 |
void |
ASTConverterAST3Test.test0375()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23052 |
void |
ASTConverterTest.test0376()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22939 |
void |
ASTConverterAST3Test.test0376()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22939 |
void |
ASTConverterTest.test0377()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23050 |
void |
ASTConverterAST3Test.test0377()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23050 |
void |
ASTConverterTest.test0378()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22161 |
void |
ASTConverterAST3Test.test0378()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22161 |
void |
ASTConverterTest.test0379()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0379()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22161 |
void |
CompatibilityRulesTests.test038()
|
void |
ASTConverterTest.test0380()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22054 |
void |
ASTConverterAST3Test.test0380()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22054 |
void |
ASTConverterTest.test0381()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23054 |
void |
ASTConverterAST3Test.test0381()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23054 |
void |
ASTConverterTest.test0382()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22154 |
void |
ASTConverterAST3Test.test0382()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22154 |
void |
ASTConverterTest.test0383()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22154 |
void |
ASTConverterAST3Test.test0383()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22154 |
void |
ASTConverterTest.test0384()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22154 |
void |
ASTConverterAST3Test.test0384()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22154 |
void |
ASTConverterTest.test0385()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23117 |
void |
ASTConverterAST3Test.test0385()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23117 |
void |
ASTConverterTest.test0386()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23259 |
void |
ASTConverterAST3Test.test0386()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23259 |
void |
ASTConverterTest.test0387()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22939 |
void |
ASTConverterAST3Test.test0387()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22939 |
void |
ASTConverterTest.test0388()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22154 |
void |
ASTConverterAST3Test.test0388()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22154 |
void |
ASTConverterTest.test0389()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22154 |
void |
ASTConverterAST3Test.test0389()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22154 |
void |
CompatibilityRulesTests.test039()
|
void |
ASTConverterTest.test0390()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0390()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22154 |
void |
ASTConverterTest.test0391()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0391()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22154 |
void |
ASTConverterTest.test0392()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0392()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22154 |
void |
ASTConverterTest.test0393()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0393()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23284 |
void |
ASTConverterTest.test0394()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0394()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23284 |
void |
ASTConverterTest.test0395()
Deprecated. using deprecated code |
void |
ASTConverterAST3Test.test0395()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23284 |
void |
ASTConverterTest.test0396()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23284 |
void |
ASTConverterAST3Test.test0396()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23284 |
void |
ASTConverterTest.test0397()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23284 |
void |
ASTConverterAST3Test.test0397()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23284 |
void |
ASTConverterTest.test0398()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23362 |
void |
ASTConverterAST3Test.test0398()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23362 |
void |
ASTConverterTest.test0399()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22306 |
void |
ASTConverterAST3Test.test0399()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22306 |
void |
CompatibilityRulesTests.test040()
|
void |
ASTConverterTest.test0400()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22306 |
void |
ASTConverterAST3Test.test0400()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22306 |
void |
ASTConverterTestAST3_2.test0401()
http://dev.eclipse.org/bugs/show_bug.cgi?id=22560 |
void |
ASTConverterTest2.test0401()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0402()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23464 |
void |
ASTConverterTest2.test0402()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23464 |
void |
ASTConverterTestAST3_2.test0403()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23597 |
void |
ASTConverterTest2.test0403()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23597 |
void |
ASTConverterTestAST3_2.test0404()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23597 |
void |
ASTConverterTest2.test0404()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23597 |
void |
ASTConverterTestAST3_2.test0405()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23597 |
void |
ASTConverterTest2.test0405()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23597 |
void |
ASTConverterTestAST3_2.test0406()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23597 |
void |
ASTConverterTest2.test0406()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23597 |
void |
ASTConverterTestAST3_2.test0407()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23162 |
void |
ASTConverterTest2.test0407()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23162 |
void |
ASTConverterTestAST3_2.test0408()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23162 |
void |
ASTConverterTest2.test0408()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0409()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23162 |
void |
ASTConverterTest2.test0409()
http://dev.eclipse.org/bugs/show_bug.cgi?id=23162 |
void |
CompatibilityRulesTests.test041()
|
void |
ASTConverterTestAST3_2.test0410()
Test for message on jdt-core-dev |
void |
ASTConverterTest2.test0410()
Test for message on jdt-core-dev |
void |
ASTConverterTestAST3_2.test0411()
Test for message on jdt-core-dev |
void |
ASTConverterTest2.test0411()
Test for message on jdt-core-dev |
void |
ASTConverterTestAST3_2.test0412()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=23901 |
void |
ASTConverterTest2.test0412()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=23901 |
void |
ASTConverterTestAST3_2.test0413()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=20881 |
void |
ASTConverterTest2.test0413()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=20881 |
void |
ASTConverterTestAST3_2.test0414()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=23734 |
void |
ASTConverterTest2.test0414()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0415()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24268 |
void |
ASTConverterTest2.test0415()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24268 |
void |
ASTConverterTestAST3_2.test0416()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24324 |
void |
ASTConverterTest2.test0416()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24324 |
void |
ASTConverterTestAST3_2.test0417()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24347 |
void |
ASTConverterTest2.test0417()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24347 |
void |
ASTConverterTestAST3_2.test0418()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24406 |
void |
ASTConverterTest2.test0418()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24406 |
void |
ASTConverterTestAST3_2.test0419()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24449 |
void |
ASTConverterTest2.test0419()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24449 |
void |
CompatibilityRulesTests.test042()
|
void |
ASTConverterTestAST3_2.test0420()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24453 |
void |
ASTConverterTest2.test0420()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24453 |
void |
ASTConverterTestAST3_2.test0421()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24453 |
void |
ASTConverterTest2.test0421()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24453 |
void |
ASTConverterTestAST3_2.test0422()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24453 |
void |
ASTConverterTest2.test0422()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24453 |
void |
ASTConverterTestAST3_2.test0423()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24453 |
void |
ASTConverterTest2.test0423()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24453 |
void |
ASTConverterTestAST3_2.test0424()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24453 |
void |
ASTConverterTest2.test0424()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24453 |
void |
ASTConverterTestAST3_2.test0425()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24453 |
void |
ASTConverterTest2.test0425()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24453 |
void |
ASTConverterTestAST3_2.test0426()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24449 |
void |
ASTConverterTest2.test0426()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24449 |
void |
ASTConverterTestAST3_2.test0427()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24449 |
void |
ASTConverterTest2.test0427()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24449 |
void |
ASTConverterTestAST3_2.test0428()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24449 |
void |
ASTConverterTest2.test0428()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24449 |
void |
ASTConverterTestAST3_2.test0429()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24449 |
void |
ASTConverterTest2.test0429()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24449 |
void |
CompatibilityRulesTests.test043()
|
void |
ASTConverterTestAST3_2.test0430()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24499 |
void |
ASTConverterTest2.test0430()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24499 |
void |
ASTConverterTestAST3_2.test0431()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24500 |
void |
ASTConverterTest2.test0431()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24500 |
void |
ASTConverterTestAST3_2.test0432()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24501 |
void |
ASTConverterTest2.test0432()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24501 |
void |
ASTConverterTestAST3_2.test0433()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24501 |
void |
ASTConverterTest2.test0433()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24501 |
void |
ASTConverterTestAST3_2.test0434()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24501 |
void |
ASTConverterTest2.test0434()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24501 |
void |
ASTConverterTestAST3_2.test0435()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24501 |
void |
ASTConverterTest2.test0435()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24501 |
void |
ASTConverterTestAST3_2.test0436()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24502 |
void |
ASTConverterTest2.test0436()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24502 |
void |
ASTConverterTestAST3_2.test0437()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24502 |
void |
ASTConverterTest2.test0437()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24502 |
void |
ASTConverterTestAST3_2.test0438()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24511 |
void |
ASTConverterTest2.test0438()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24511 |
void |
ASTConverterTestAST3_2.test0439()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24502 |
void |
ASTConverterTest2.test0439()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24502 |
void |
CompatibilityRulesTests.test044()
|
void |
ASTConverterTestAST3_2.test0440()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24622 |
void |
ASTConverterTest2.test0440()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24622 |
void |
ASTConverterTestAST3_2.test0441()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24622 |
void |
ASTConverterTest2.test0441()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24622 |
void |
ASTConverterTestAST3_2.test0442()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24622 |
void |
ASTConverterTest2.test0442()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24622 |
void |
ASTConverterTestAST3_2.test0443()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24623 |
void |
ASTConverterTest2.test0443()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24623 |
void |
ASTConverterTestAST3_2.test0444()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24623 |
void |
ASTConverterTest2.test0444()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24623 |
void |
ASTConverterTestAST3_2.test0445()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24773 |
void |
ASTConverterTest2.test0445()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24773 |
void |
ASTConverterTestAST3_2.test0446()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=25018 |
void |
ASTConverterTest2.test0446()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=25018 |
void |
ASTConverterTestAST3_2.test0447()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=25124 |
void |
ASTConverterTest2.test0447()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=25124 |
void |
ASTConverterTestAST3_2.test0448()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=25330 |
void |
ASTConverterTest2.test0448()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0449()
Check that the implicit super constructor call is not there |
void |
ASTConverterTest2.test0449()
Check that the implicit super constructor call is not there |
void |
ASTConverterTestAST3_2.test0450()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=26452 |
void |
ASTConverterTest2.test0450()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=26452 |
void |
ASTConverterTestAST3_2.test0451()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=24916 |
void |
ASTConverterTest2.test0451()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0452()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=27204 |
void |
ASTConverterTest2.test0452()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=27204 |
void |
ASTConverterTestAST3_2.test0453()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=27173 |
void |
ASTConverterTest2.test0453()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=27173 |
void |
ASTConverterTestAST3_2.test0454()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28296 |
void |
ASTConverterTest2.test0454()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28296 |
void |
ASTConverterTestAST3_2.test0455()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28682 |
void |
ASTConverterTest2.test0455()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28682 |
void |
ASTConverterTestAST3_2.test0456()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28682 |
void |
ASTConverterTest2.test0456()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28682 |
void |
ASTConverterTestAST3_2.test0457()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28682 |
void |
ASTConverterTest2.test0457()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28682 |
void |
ASTConverterTestAST3_2.test0458()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28682 |
void |
ASTConverterTest2.test0458()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28682 |
void |
ASTConverterTestAST3_2.test0459()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28682 |
void |
ASTConverterTest2.test0459()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28682 |
void |
ASTConverterTestAST3_2.test0460()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28869 |
void |
ASTConverterTest2.test0460()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28869 |
void |
ASTConverterTestAST3_2.test0461()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28824 |
void |
ASTConverterTest2.test0461()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=28824 |
void |
ASTConverterTestAST3_2.test0462()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=32338 |
void |
ASTConverterTest2.test0462()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=32338 |
void |
ASTConverterTestAST3_2.test0463()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=33450 |
void |
ASTConverterTest2.test0463()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=33450 |
void |
ASTConverterTestAST3_2.test0464()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=33039 |
void |
ASTConverterTest2.test0464()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=33039 |
void |
ASTConverterTestAST3_2.test0465()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=33831 |
void |
ASTConverterTest2.test0465()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=33831 |
void |
ASTConverterTestAST3_2.test0466()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=33949 |
void |
ASTConverterTest2.test0466()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=33949 |
void |
ASTConverterTestAST3_2.test0467()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=33949 |
void |
ASTConverterTest2.test0467()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=33949 |
void |
ASTConverterTestAST3_2.test0468()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=36772 |
void |
ASTConverterTest2.test0468()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=36772 |
void |
ASTConverterTestAST3_2.test0469()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=36895 |
void |
ASTConverterTest2.test0469()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=36895 |
void |
ASTConverterTestAST3_2.test0470()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=37381 |
void |
ASTConverterTest2.test0470()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=37381 |
void |
ASTConverterTestAST3_2.test0471()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=38447 |
void |
ASTConverterTest2.test0471()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=38447 |
void |
ASTConverterTestAST3_2.test0472()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=38447 |
void |
ASTConverterTest2.test0472()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=38447 |
void |
ASTConverterTestAST3_2.test0473()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=38732 |
void |
ASTConverterTest2.test0473()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=38732 |
void |
ASTConverterTestAST3_2.test0474()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=39259 |
void |
ASTConverterTest2.test0474()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=39259 |
void |
ASTConverterTestAST3_2.test0475()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=39259 |
void |
ASTConverterTest2.test0475()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=39259 |
void |
ASTConverterTestAST3_2.test0476()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=39259 |
void |
ASTConverterTest2.test0476()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=39259 |
void |
ASTConverterTestAST3_2.test0477()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=39327 |
void |
ASTConverterTest2.test0477()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=39327 |
void |
ASTConverterTestAST3_2.test0478()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTest2.test0478()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTestAST3_2.test0479()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTest2.test0479()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTestAST3_2.test0480()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTest2.test0480()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTestAST3_2.test0481()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTest2.test0481()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTestAST3_2.test0482()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTest2.test0482()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTestAST3_2.test0483()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTest2.test0483()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTestAST3_2.test0484()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTest2.test0484()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTestAST3_2.test0485()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTest2.test0485()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTestAST3_2.test0486()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTest2.test0486()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTestAST3_2.test0487()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTest2.test0487()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTestAST3_2.test0488()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTest2.test0488()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=40474 |
void |
ASTConverterTestAST3_2.test0489()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=40804 |
void |
ASTConverterTest2.test0489()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=40804 |
void |
ASTConverterTestAST3_2.test0490()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=40804 |
void |
ASTConverterTest2.test0490()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=40804 |
void |
ASTConverterTestAST3_2.test0491()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=42647 |
void |
ASTConverterTest2.test0491()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=42647 |
void |
ASTConverterTestAST3_2.test0492()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=42647 |
void |
ASTConverterTest2.test0492()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=42647 |
void |
ASTConverterTestAST3_2.test0493()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=42839 |
void |
ASTConverterTest2.test0493()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=42839 |
void |
ASTConverterTestAST3_2.test0494()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=42839 |
void |
ASTConverterTest2.test0494()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=42839 |
void |
ASTConverterTestAST3_2.test0495()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=42839 |
void |
ASTConverterTest2.test0495()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=42839 |
void |
ASTConverterTestAST3_2.test0496()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=42839 |
void |
ASTConverterTest2.test0496()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=42839 |
void |
ASTConverterTestAST3_2.test0497()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=42839 |
void |
ASTConverterTest2.test0497()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=42839 |
void |
ASTConverterTestAST3_2.test0498()
|
void |
ASTConverterTest2.test0498()
|
void |
ASTConverterTestAST3_2.test0499()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=45199 |
void |
ASTConverterTest2.test0499()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=45199 |
void |
ASTConverterTestAST3_2.test0500()
Test for bug 45436 fix. |
void |
ASTConverterTest2.test0500()
Test for bug 45436 fix. |
void |
ASTConverterTestAST3_2.test0501()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46012 |
void |
ASTConverterTest2.test0501()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46012 |
void |
ASTConverterTestAST3_2.test0502a()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTest2.test0502a()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTestAST3_2.test0502b()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTest2.test0502b()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTestAST3_2.test0502c()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTest2.test0502c()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTestAST3_2.test0502d()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTest2.test0502d()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTestAST3_2.test0502e()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTest2.test0502e()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTestAST3_2.test0502f()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTest2.test0502f()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTestAST3_2.test0502g()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTest2.test0502g()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0502h()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTest2.test0502h()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTestAST3_2.test0502i()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTest2.test0502i()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0502j()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46013 |
void |
ASTConverterTest2.test0502j()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0503a()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46057 |
void |
ASTConverterTest2.test0503a()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46057 |
void |
ASTConverterTestAST3_2.test0503b()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46057 |
void |
ASTConverterTest2.test0503b()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46057 |
void |
ASTConverterTestAST3_2.test0503c()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46057 |
void |
ASTConverterTest2.test0503c()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0503d()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46057 |
void |
ASTConverterTest2.test0503d()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46057 |
void |
ASTConverterTestAST3_2.test0503e()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46057 |
void |
ASTConverterTest2.test0503e()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46057 |
void |
ASTConverterTestAST3_2.test0503f()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46057 |
void |
ASTConverterTest2.test0503f()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0503g()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46057 |
void |
ASTConverterTest2.test0503g()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46057 |
void |
ASTConverterTestAST3_2.test0503h()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46057 |
void |
ASTConverterTest2.test0503h()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46057 |
void |
ASTConverterTestAST3_2.test0503i()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=46057 |
void |
ASTConverterTest2.test0503i()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0504()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=47396 |
void |
ASTConverterTest2.test0504()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=47396 |
void |
ASTConverterTestAST3_2.test0505()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=47396 |
void |
ASTConverterTest2.test0505()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=47396 |
void |
ASTConverterTestAST3_2.test0506()
http://dev.eclipse.org/bugs/show_bug.cgi?id=46699 |
void |
ASTConverterTest2.test0506()
http://dev.eclipse.org/bugs/show_bug.cgi?id=46699 |
void |
ASTConverterTestAST3_2.test0507()
http://dev.eclipse.org/bugs/show_bug.cgi?id=46699 |
void |
ASTConverterTest2.test0507()
http://dev.eclipse.org/bugs/show_bug.cgi?id=46699 |
void |
ASTConverterTestAST3_2.test0508()
http://dev.eclipse.org/bugs/show_bug.cgi?id=46699 |
void |
ASTConverterTest2.test0508()
http://dev.eclipse.org/bugs/show_bug.cgi?id=46699 |
void |
ASTConverterTestAST3_2.test0509()
http://dev.eclipse.org/bugs/show_bug.cgi?id=46699 |
void |
ASTConverterTest2.test0509()
http://dev.eclipse.org/bugs/show_bug.cgi?id=46699 |
void |
ASTConverterTestAST3_2.test0510()
http://dev.eclipse.org/bugs/show_bug.cgi?id=46699 |
void |
ASTConverterTest2.test0510()
http://dev.eclipse.org/bugs/show_bug.cgi?id=46699 |
void |
ASTConverterTestAST3_2.test0511()
http://dev.eclipse.org/bugs/show_bug.cgi?id=46699 |
void |
ASTConverterTest2.test0511()
http://dev.eclipse.org/bugs/show_bug.cgi?id=46699 |
void |
ASTConverterTestAST3_2.test0512()
http://dev.eclipse.org/bugs/show_bug.cgi?id=47326 |
void |
ASTConverterTest2.test0512()
http://dev.eclipse.org/bugs/show_bug.cgi?id=47326 |
void |
ASTConverterTestAST3_2.test0513()
http://dev.eclipse.org/bugs/show_bug.cgi?id=49429 |
void |
ASTConverterTest2.test0513()
http://dev.eclipse.org/bugs/show_bug.cgi?id=49429 |
void |
ASTConverterTestAST3_2.test0514()
http://dev.eclipse.org/bugs/show_bug.cgi?id=48502 |
void |
ASTConverterTest2.test0514()
http://dev.eclipse.org/bugs/show_bug.cgi?id=48502 |
void |
ASTConverterTestAST3_2.test0515()
http://dev.eclipse.org/bugs/show_bug.cgi?id=49204 |
void |
ASTConverterTest2.test0515()
http://dev.eclipse.org/bugs/show_bug.cgi?id=49204 |
void |
ASTConverterTestAST3_2.test0516()
http://dev.eclipse.org/bugs/show_bug.cgi?id=48489 |
void |
ASTConverterTest2.test0516()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0517()
http://dev.eclipse.org/bugs/show_bug.cgi?id=48489 |
void |
ASTConverterTest2.test0517()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0518()
http://dev.eclipse.org/bugs/show_bug.cgi?id=48489 |
void |
ASTConverterTest2.test0518()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0519()
http://dev.eclipse.org/bugs/show_bug.cgi?id=48489 |
void |
ASTConverterTest2.test0519()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0520()
http://dev.eclipse.org/bugs/show_bug.cgi?id=48489 |
void |
ASTConverterTest2.test0520()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0521()
Deprecated. using deprecated code |
void |
ASTConverterTest2.test0521()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0522()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTest2.test0522()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTestAST3_2.test0523()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTest2.test0523()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTestAST3_2.test0524()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTest2.test0524()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTestAST3_2.test0525()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTest2.test0525()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTestAST3_2.test0526()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTest2.test0526()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTestAST3_2.test0527()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTest2.test0527()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTestAST3_2.test0528()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTest2.test0528()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTestAST3_2.test0529()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTest2.test0529()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTestAST3_2.test0530()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTest2.test0530()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTestAST3_2.test0531()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTest2.test0531()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTestAST3_2.test0532()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTest2.test0532()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48292 |
void |
ASTConverterTestAST3_2.test0533()
Deprecated. using deprecated code |
void |
ASTConverterTest2.test0533()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0534()
Deprecated. using deprecated code |
void |
ASTConverterTest2.test0534()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0535()
Deprecated. using deprecated code |
void |
ASTConverterTest2.test0535()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0536()
http://dev.eclipse.org/bugs/show_bug.cgi?id=47396 |
void |
ASTConverterTest2.test0536()
http://dev.eclipse.org/bugs/show_bug.cgi?id=47396 |
void |
ASTConverterTestAST3_2.test0537a()
http://dev.eclipse.org/bugs/show_bug.cgi?id=51089 |
void |
ASTConverterTest2.test0537a()
http://dev.eclipse.org/bugs/show_bug.cgi?id=51089 |
void |
ASTConverterTestAST3_2.test0537b()
http://dev.eclipse.org/bugs/show_bug.cgi?id=51089 |
void |
ASTConverterTest2.test0537b()
http://dev.eclipse.org/bugs/show_bug.cgi?id=51089 |
void |
ASTConverterTestAST3_2.test0537c()
http://dev.eclipse.org/bugs/show_bug.cgi?id=51089 |
void |
ASTConverterTest2.test0537c()
http://dev.eclipse.org/bugs/show_bug.cgi?id=51089 |
void |
ASTConverterTestAST3_2.test0538a()
Deprecated. using deprecated code |
void |
ASTConverterTest2.test0538a()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0538b()
|
void |
ASTConverterTest2.test0538b()
|
void |
ASTConverterTestAST3_2.test0538c()
Deprecated. using deprecated code |
void |
ASTConverterTest2.test0538c()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0538d()
Deprecated. using deprecated code |
void |
ASTConverterTest2.test0538d()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0538e()
Deprecated. using deprecated code |
void |
ASTConverterTest2.test0538e()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0538f()
Deprecated. using deprecated code |
void |
ASTConverterTest2.test0538f()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0538g()
Deprecated. using deprecated code |
void |
ASTConverterTest2.test0538g()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0538h()
Deprecated. using deprecated code |
void |
ASTConverterTest2.test0538h()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0539()
http://dev.eclipse.org/bugs/show_bug.cgi?id=53477 |
void |
ASTConverterTest2.test0539()
http://dev.eclipse.org/bugs/show_bug.cgi?id=53477 |
void |
ASTConverterTestAST3_2.test0541()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=56697 |
void |
ASTConverterTest2.test0541()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=56697 |
void |
ASTConverterTestAST3_2.test0542()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=55004 |
void |
ASTConverterTest2.test0542()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=55004 |
void |
ASTConverterTestAST3_2.test0543()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=58436 |
void |
ASTConverterTest2.test0543()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=58436 |
void |
ASTConverterTestAST3_2.test0544()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=51500 |
void |
ASTConverterTest2.test0544()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=51500 |
void |
ASTConverterTestAST3_2.test0545()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=59843 |
void |
ASTConverterTest2.test0545()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=59843 |
void |
ASTConverterTestAST3_2.test0546()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=59848 |
void |
ASTConverterTest2.test0546()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0547()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=60078 |
void |
ASTConverterTest2.test0547()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0548()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=60581 |
void |
ASTConverterTest2.test0548()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=60581 |
void |
ASTConverterTestAST3_2.test0549()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48502 |
void |
ASTConverterTest2.test0549()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48502 |
void |
ASTConverterTestAST3_2.test0550()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48502 |
void |
ASTConverterTest2.test0550()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=48502 |
void |
ASTConverterTestAST3_2.test0551()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=60848 |
void |
ASTConverterTest2.test0551()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=60848 |
void |
ASTConverterTestAST3_2.test0552()
|
void |
ASTConverterTest2.test0552()
|
void |
ASTConverterTestAST3_2.test0553()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=61946 |
void |
ASTConverterTest2.test0553()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=61946 |
void |
ASTConverterTestAST3_2.test0554()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=61946 |
void |
ASTConverterTest2.test0554()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=61946 |
void |
ASTConverterTestAST3_2.test0555()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=61946 |
void |
ASTConverterTest2.test0555()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=61946 |
void |
ASTConverterTestAST3_2.test0556()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=62463 |
void |
ASTConverterTest2.test0556()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=62463 |
void |
ASTConverterTestAST3_2.test0557()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=62463 |
void |
ASTConverterTest2.test0557()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=62463 |
void |
ASTConverterTestAST3_2.test0559()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65562 |
void |
ASTConverterTest2.test0559()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65562 |
void |
ASTConverterTestAST3_2.test0560()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65562 |
void |
ASTConverterTest2.test0560()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65562 |
void |
ASTConverterTestAST3_2.test0561()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65562 |
void |
ASTConverterTest2.test0561()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65562 |
void |
ASTConverterTestAST3_2.test0562()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65562 |
void |
ASTConverterTest2.test0562()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65562 |
void |
ASTConverterTestAST3_2.test0563()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65562 |
void |
ASTConverterTest2.test0563()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65562 |
void |
ASTConverterTestAST3_2.test0564()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65562 |
void |
ASTConverterTest2.test0564()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65562 |
void |
ASTConverterTestAST3_2.test0565()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65562 |
void |
ASTConverterTest2.test0565()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65562 |
void |
ASTConverterTestAST3_2.test0566()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=69349 |
void |
ASTConverterTest2.test0566()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=69349 |
void |
ASTConverterTestAST3_2.test0567()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=69349 |
void |
ASTConverterTest2.test0567()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=69349 |
void |
ASTConverterTestAST3_2.test0568()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=70398 |
void |
ASTConverterTest2.test0569()
Deprecated. using deprecated code |
void |
ASTConverterTestAST3_2.test0570()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=70398 |
void |
ASTConverterTestAST3_2.test0571()
No binding when there is no unit name set |
void |
ASTConverterTestAST3_2.test0572()
No binding when there is no unit name set |
void |
ASTConverterTestAST3_2.test0573()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=77968 |
void |
ASTConverterTestAST3_2.test0574()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=78735 |
void |
ASTConverterTestAST3_2.test0575()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=78735 |
void |
ASTConverterTest2.test0575()
|
void |
ASTConverterTestAST3_2.test0576()
Deprecated. marked deprecated to suppress JDOM-related deprecation warnings |
void |
ASTConverterTestAST3_2.test0578()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=77645 |
void |
ASTConverterTestAST3_2.test0579()
Deprecated. |
void |
ASTConverterTestAST3_2.test0580()
|
void |
ASTConverterTestAST3_2.test0581()
|
void |
ASTConverterTestAST3_2.test0582()
|
void |
ASTConverterTestAST3_2.test0583()
|
void |
ASTConverterTestAST3_2.test0584()
|
void |
ASTConverterTestAST3_2.test0585()
|
void |
ASTConverterTestAST3_2.test0586()
|
void |
ASTConverterTestAST3_2.test0587()
|
void |
ASTConverterTestAST3_2.test0588()
|
void |
ASTConverterTestAST3_2.test0589()
|
void |
ASTConverterTestAST3_2.test0590()
|
void |
ASTConverterTestAST3_2.test0591()
|
void |
ASTConverterTestAST3_2.test0592()
|
void |
ASTConverterTestAST3_2.test0593()
|
void |
ASTConverterTestAST3_2.test0594()
|
void |
ASTConverterTestAST3_2.test0595()
|
void |
ASTConverterTestAST3_2.test0596()
|
void |
ASTConverterTestAST3_2.test0597()
|
void |
ASTConverterTestAST3_2.test0598()
|
void |
ASTConverterTestAST3_2.test0599()
|
void |
ASTConverterTestAST3_2.test0600()
|
void |
ASTConverterTestAST3_2.test0601()
|
void |
ASTConverterTestAST3_2.test0602()
|
void |
ASTConverterTestAST3_2.test0603()
|
void |
ASTConverterTestAST3_2.test0604()
|
void |
ASTConverterTestAST3_2.test0605()
|
void |
ASTConverterTestAST3_2.test0606()
|
void |
ASTConverterTest2.test0606()
|
void |
ASTConverterTestAST3_2.test0607()
http://dev.eclipse.org/bugs/show_bug.cgi?id=95262 |
void |
ASTConverterTestAST3_2.test0608()
|
void |
ASTConverterTestAST3_2.test0609()
|
void |
ASTConverterTestAST3_2.test0610()
http://dev.eclipse.org/bugs/show_bug.cgi?id=98088 |
void |
ASTConverterTestAST3_2.test0611()
|
void |
ASTConverterTestAST3_2.test0612()
|
void |
ASTConverterTestAST3_2.test0613()
|
void |
ASTConverterTestAST3_2.test0614()
|
void |
ASTConverterTestAST3_2.test0615()
|
void |
ASTConverterTestAST3_2.test0616()
|
void |
ASTConverterTestAST3_2.test0617()
|
void |
ASTConverterTestAST3_2.test0618()
|
void |
ASTConverterTestAST3_2.test0619()
http://dev.eclipse.org/bugs/show_bug.cgi?id=109646 |
void |
ASTConverterTestAST3_2.test0620()
http://dev.eclipse.org/bugs/show_bug.cgi?id=109940 |
void |
ASTConverterTestAST3_2.test0621()
http://dev.eclipse.org/bugs/show_bug.cgi?id=109963 |
void |
ASTConverterTestAST3_2.test0622()
http://dev.eclipse.org/bugs/show_bug.cgi?id=92866 |
void |
ASTConverterTestAST3_2.test0623()
http://dev.eclipse.org/bugs/show_bug.cgi?id=116573 |
void |
ASTConverterTestAST3_2.test0624()
http://dev.eclipse.org/bugs/show_bug.cgi?id=118876 |
void |
ASTConverterTestAST3_2.test0627()
http://dev.eclipse.org/bugs/show_bug.cgi?id=116833 |
void |
ASTConverterTestAST3_2.test0628()
http://dev.eclipse.org/bugs/show_bug.cgi?id=125270 |
void |
ASTConverterTestAST3_2.test0629()
http://dev.eclipse.org/bugs/show_bug.cgi?id=126598 |
void |
ASTConverterTestAST3_2.test0630()
http://dev.eclipse.org/bugs/show_bug.cgi?id=126598 |
void |
ASTConverterTestAST3_2.test0631()
http://dev.eclipse.org/bugs/show_bug.cgi?id=126598 |
void |
ASTConverterTestAST3_2.test0632()
http://dev.eclipse.org/bugs/show_bug.cgi?id=128539 |
void |
ASTConverterTestAST3_2.test0634()
http://dev.eclipse.org/bugs/show_bug.cgi?id=128823 |
void |
ASTConverterTestAST3_2.test0635()
http://dev.eclipse.org/bugs/show_bug.cgi?id=128960 |
void |
ASTConverterTestAST3_2.test0636()
http://dev.eclipse.org/bugs/show_bug.cgi?id=128960 |
void |
ASTConverterTestAST3_2.test0637()
http://dev.eclipse.org/bugs/show_bug.cgi?id=128961 |
void |
ASTConverterTestAST3_2.test0638()
http://dev.eclipse.org/bugs/show_bug.cgi?id=128961 |
void |
ASTConverterTestAST3_2.test0639()
http://dev.eclipse.org/bugs/show_bug.cgi?id=128961 |
void |
ASTConverterTestAST3_2.test0641()
|
void |
ASTConverterTestAST3_2.test0642()
http://dev.eclipse.org/bugs/show_bug.cgi?id=129330 |
void |
ASTConverterTestAST3_2.test0643()
http://dev.eclipse.org/bugs/show_bug.cgi?id=129330 |
void |
ASTConverterTestAST3_2.test0644()
http://dev.eclipse.org/bugs/show_bug.cgi?id=129330 |
void |
ASTConverterTestAST3_2.test0645()
http://dev.eclipse.org/bugs/show_bug.cgi?id=135997 |
void |
ASTConverterTestAST3_2.test0646()
http://dev.eclipse.org/bugs/show_bug.cgi?id=136972 |
void |
ASTConverterTestAST3_2.test0647()
http://dev.eclipse.org/bugs/show_bug.cgi?id=141043 |
void |
ASTConverterTestAST3_2.test0648()
http://dev.eclipse.org/bugs/show_bug.cgi?id=147877 |
void |
ASTConverterTestAST3_2.test0649()
http://dev.eclipse.org/bugs/show_bug.cgi?id=147877 |
void |
ASTConverterTestAST3_2.test0650()
http://dev.eclipse.org/bugs/show_bug.cgi?id=147877 |
void |
ASTConverterTestAST3_2.test0651()
http://dev.eclipse.org/bugs/show_bug.cgi?id=147877 |
void |
ASTConverterTestAST3_2.test0654()
http://dev.eclipse.org/bugs/show_bug.cgi?id=148224 |
void |
ASTConverterTestAST3_2.test0657()
|
void |
ASTConverterTestAST3_2.test0659()
|
void |
ASTConverterTestAST3_2.test0660()
http://dev.eclipse.org/bugs/show_bug.cgi?id=144858 |
void |
ASTConverterTestAST3_2.test0661()
http://dev.eclipse.org/bugs/show_bug.cgi?id=144858 |
void |
ASTConverterTestAST3_2.test0662()
http://dev.eclipse.org/bugs/show_bug.cgi?id=144858 |
void |
ASTConverterTestAST3_2.test0663()
http://dev.eclipse.org/bugs/show_bug.cgi?id=144858 |
void |
ASTConverterTestAST3_2.test0664()
http://dev.eclipse.org/bugs/show_bug.cgi?id=165662 |
void |
ASTConverterTestAST3_2.test0665()
http://dev.eclipse.org/bugs/show_bug.cgi?id=165662 |
void |
ASTConverterTestAST3_2.test0666_2()
http://dev.eclipse.org/bugs/show_bug.cgi?id=149567 |
void |
ASTConverterTestAST3_2.test0666()
http://dev.eclipse.org/bugs/show_bug.cgi?id=149567 |
void |
ASTConverterTestAST3_2.test0667_2()
http://dev.eclipse.org/bugs/show_bug.cgi?id=149567 |
void |
ASTConverterTestAST3_2.test0667()
http://dev.eclipse.org/bugs/show_bug.cgi?id=149567 |
void |
ASTConverterTestAST3_2.test0668()
http://dev.eclipse.org/bugs/show_bug.cgi?id=174298 |
void |
ASTConverterTestAST3_2.test0669()
http://dev.eclipse.org/bugs/show_bug.cgi?id=176057 |
void |
ASTConverterTestAST3_2.test0670()
http://dev.eclipse.org/bugs/show_bug.cgi?id=149567 |
void |
ASTConverterTestAST3_2.test0671()
http://dev.eclipse.org/bugs/show_bug.cgi?id=149567 |
void |
ASTConverterTestAST3_2.test0672()
http://dev.eclipse.org/bugs/show_bug.cgi?id=149567 |
void |
ASTConverterTestAST3_2.test0673()
http://dev.eclipse.org/bugs/show_bug.cgi?id=149567 http://dev.eclipse.org/bugs/show_bug.cgi?id=180905 |
void |
ASTConverterTestAST3_2.test0674()
http://dev.eclipse.org/bugs/show_bug.cgi?id=180524 |
void |
ASTConverterTestAST3_2.test0675()
http://dev.eclipse.org/bugs/show_bug.cgi?id=166963 |
void |
ASTConverterTestAST3_2.test0676()
http://dev.eclipse.org/bugs/show_bug.cgi?id=149567 http://dev.eclipse.org/bugs/show_bug.cgi?id=180905 |
void |
ASTConverterTestAST3_2.test0677()
http://dev.eclipse.org/bugs/show_bug.cgi?id=185306 |
void |
ASTConverterTestAST3_2.test0678()
|
void |
ASTConverterTestAST3_2.test0680()
http://dev.eclipse.org/bugs/show_bug.cgi?id=196249 |
void |
ASTConverterTestAST3_2.test0681()
http://dev.eclipse.org/bugs/show_bug.cgi?id=196354 |
void |
ASTConverterTestAST3_2.test0682()
http://dev.eclipse.org/bugs/show_bug.cgi?id=196514 |
void |
ASTConverterTestAST3_2.test0683()
http://dev.eclipse.org/bugs/show_bug.cgi?id=196514 |
void |
ASTConverterTestAST3_2.test0684()
http://dev.eclipse.org/bugs/show_bug.cgi?id=201929 |
void |
ASTConverterTestAST3_2.test0685()
http://dev.eclipse.org/bugs/show_bug.cgi?id=201929 |
void |
ASTConverterTestAST3_2.test0686()
|
void |
ASTConverterTestAST3_2.test0687()
|
void |
ASTConverterTestAST3_2.test0688()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=215858 |
void |
ASTConverterJavadocTest.test100()
Verify DefaultCommentMapper heuristic to get leading and trailing comments |
void |
ASTConverterJavadocTest.test101()
|
void |
ASTConverterJavadocTest.test102()
|
void |
ASTConverterJavadocTest.test103()
|
void |
ASTConverterJavadocTest.test104()
|
void |
ASTConverterJavadocTest.test105()
|
void |
ASTConverterJavadocTest.test106()
|
void |
ASTConverterJavadocTest.test107()
|
void |
ASTConverterJavadocTest.test108()
|
void |
ASTModelBridgeTests.testAnnotation1()
|
void |
ASTModelBridgeTests.testAnnotation2()
|
void |
ASTModelBridgeTests.testAnnotation3()
|
void |
ASTModelBridgeTests.testAnnotation4()
|
void |
ASTModelBridgeTests.testAnnotation5()
|
void |
ASTModelBridgeTests.testAnonymousType()
|
void |
ASTModelBridgeTests.testAnonymousType2()
|
void |
ASTModelBridgeTests.testArrayType1()
|
void |
ASTModelBridgeTests.testArrayType2()
|
void |
ASTModelBridgeTests.testBinaryMemberTypeConstructor()
|
void |
ASTModelBridgeTests.testBinaryMemberTypeFromAnonymousClassFile1()
|
void |
ASTModelBridgeTests.testBinaryMemberTypeFromAnonymousClassFile2()
|
void |
ASTModelBridgeTests.testBinaryMethod()
|
void |
ASTModelBridgeTests.testBinaryType()
|
void |
ASTConverterJavadocTest.testBug100041()
Bug 100041: [javadoc] Infinit loop in DocCommentParser |
void |
ASTConverterJavadocTest.testBug100041b()
|
void |
ASTConverterJavadocTest.testBug100041c()
|
void |
ASTConverterJavadocTest.testBug103304()
|
void |
ASTConverterJavadocTest.testBug106581()
Bug 106581: [javadoc] null type binding for parameter in javadoc |
void |
ASTConverterJavadocTest.testBug108622()
Bug 108622: [javadoc][dom] ASTNode not including javadoc |
void |
ASTConverterJavadocTest.testBug113108a()
Bug 113108: [API][comments] CompilationUnit.getNodeComments(ASTNode) |
void |
ASTConverterJavadocTest.testBug113108b()
|
void |
ASTConverterJavadocTest.testBug113108c()
|
void |
ASTConverterJavadocTest.testBug125676()
|
void |
ASTConverterJavadocTest.testBug125903()
|
void |
ASTConverterJavadocTest.testBug130752()
|
void |
ASTConverterJavadocTest.testBug130752b()
|
void |
ASTConverterJavadocTest.testBug130752c()
|
void |
ASTConverterBugsTestJLS3.testBug130778a()
|
void |
ASTConverterBugsTestJLS3.testBug130778b()
|
void |
ASTConverterBugsTestJLS3.testBug130778c()
|
void |
ASTConverterBugsTestJLS3.testBug130778d()
|
void |
ASTConverterBugsTestJLS3.testBug130778e()
|
void |
ASTConverterBugsTestJLS3.testBug130778f()
|
void |
ASTConverterBugsTestJLS3.testBug130778g()
|
void |
ASTConverterBugsTestJLS3.testBug130778h()
|
void |
ASTConverterBugsTestJLS3.testBug130778i()
|
void |
ASTConverterBugsTestJLS3.testBug130778j()
|
void |
ASTConverterBugsTestJLS3.testBug130778k()
|
void |
ASTConverterBugsTestJLS3.testBug130778l()
|
void |
ASTConverterBugsTestJLS3.testBug130778m()
|
void |
ASTConverterBugsTestJLS3.testBug130778n()
|
void |
ASTConverterBugsTestJLS3.testBug130778o()
|
void |
ASTConverterBugsTestJLS3.testBug130778p()
|
void |
ASTConverterBugsTestJLS3.testBug130778q()
|
void |
ASTConverterBugsTestJLS3.testBug130778r()
|
void |
ASTConverterBugsTestJLS3.testBug130778s()
|
void |
ASTConverterBugsTestJLS3.testBug130778t()
|
void |
ASTConverterBugsTestJLS3.testBug130778u()
|
void |
ASTConverterBugsTestJLS3.testBug130778v()
|
void |
ASTConverterBugsTestJLS3.testBug130778x()
|
void |
ASTConverterJavadocTest.testBug165525()
|
void |
ASTConverter15Test.testBug187430()
|
void |
ASTConverterBugsTest.testBug212100a()
|
void |
ASTConverterBugsTest.testBug212100b()
|
void |
ASTConverterBugsTest.testBug215137a()
|
void |
ASTConverterBugsTest.testBug215137b()
|
void |
ASTConverterBugsTest.testBug215137c()
|
void |
ASTConverterBugsTest.testBug215137d()
|
void |
ASTConverterBugsTest.testBug218824a()
|
void |
ASTConverterBugsTest.testBug223838()
|
void |
ASTConverterBugsTest.testBug223838a()
|
void |
ASTConverterJavadocTest.testBug228648()
|
void |
ASTConverterJavadocTest.testBug48489()
|
void |
ASTConverterJavadocTest.testBug50898()
|
void |
ASTConverterJavadocTest.testBug51226()
|
void |
ASTConverterJavadocTest.testBug51241()
|
void |
ASTConverterJavadocTest.testBug51363()
|
void |
ASTConverterJavadocTest.testBug51476()
|
void |
ASTConverterJavadocTest.testBug51478()
|
void |
ASTConverterJavadocTest.testBug51508()
|
void |
ASTConverterJavadocTest.testBug51600()
|
void |
ASTConverterJavadocTest.testBug51617()
|
void |
ASTConverterJavadocTest.testBug51650()
|
void |
ASTConverterJavadocTest.testBug51660()
|
void |
ASTConverterJavadocTest.testBug51770()
|
void |
ASTConverterJavadocTest.testBug51911()
Bug 51911: [Javadoc] @see method w/out () |
void |
ASTConverterJavadocTest.testBug52908()
|
void |
ASTConverterJavadocTest.testBug52908a()
|
void |
ASTConverterJavadocTest.testBug52908unicode()
|
void |
ASTConverterJavadocTest.testBug53075()
|
void |
ASTConverterJavadocTest.testBug53276()
|
void |
ASTConverterJavadocTest.testBug53757()
|
void |
ASTConverterJavadocTest.testBug54424()
|
void |
ASTConverterJavadocTest.testBug54776()
|
void |
ASTConverterJavadocTest.testBug55221a()
|
void |
ASTConverterJavadocTest.testBug55221b()
|
void |
ASTConverterJavadocTest.testBug55221c()
|
void |
ASTConverterJavadocTest.testBug55221d()
Deprecated. using deprecated code |
void |
ASTConverterJavadocTest.testBug55223a()
|
void |
ASTConverterJavadocTest.testBug55223b()
Deprecated. using deprecated code |
void |
ASTConverterJavadocTest.testBug63044()
|
void |
ASTConverterJavadocTest.testBug65174()
Bug 65174: Spurious "Javadoc: Missing reference" error |
void |
ASTConverterJavadocTest.testBug65253()
Bug 65253: [Javadoc] @@tag is wrongly parsed as @tag |
void |
ASTConverterJavadocTest.testBug65288()
Bug 65288: Javadoc: tag gets mangled when javadoc closing on same line without whitespace |
void |
ASTConverterJavadocTest.testBug68017()
Bug 68017: Javadoc processing does not detect missing argument to @return |
void |
ASTConverterJavadocTest.testBug68025()
Bug 68025: Javadoc processing does not detect some wrong links |
void |
ASTConverterJavadocTest.testBug68726()
Bug 68726: [Javadoc] Target attribute in @see link triggers warning |
void |
ASTConverterJavadocTest.testBug69272()
Bug 69272: [Javadoc] Invalid malformed reference (missing separator) |
void |
ASTConverterJavadocTest.testBug69275()
Bug 69275: [Javadoc] Invalid warning on @see link |
void |
ASTConverterJavadocTest.testBug69302()
Bug 69302: [Javadoc] Invalid reference warning inconsistent with javadoc tool |
void |
ASTConverterJavadocTest.testBug70892_JLS2()
Deprecated. using deprecated code |
void |
ASTConverterJavadocTest.testBug70892_JLS3()
|
void |
ASTConverterJavadocTest.testBug73348()
Bug 73348: [Javadoc] Missing description for return tag is not always warned |
void |
ASTConverterJavadocTest.testBug77644()
Bug 77644: [dom] AST node extended positions may be wrong while moving |
void |
ASTConverterJavadocTest.testBug79809()
Bug 79809: [1.5][dom][javadoc] Need better support for type parameter Javadoc tags |
void |
ASTConverterJavadocTest.testBug79809b()
|
void |
ASTConverterJavadocTest.testBug79904()
Bug 79904: [1.5][dom][javadoc] TagElement range not complete for type parameter tags |
void |
ASTConverterJavadocTest.testBug80221()
Bug 80221: [1.5][dom][javadoc] Need better support for type parameter Javadoc tags |
void |
ASTConverterJavadocTest.testBug80257()
Bug 80257: [1.5][javadoc][dom] Type references in javadocs should have generic binding, not raw |
void |
ASTConverterJavadocTest.testBug83804()
Bug 83804: [1.5][javadoc] Missing Javadoc node for package declaration |
void |
ASTConverterJavadocTest.testBug83804a()
|
void |
ASTConverterJavadocTest.testBug84049()
Bug 84049: [javadoc][dom] Extended ranges wrong for method name without return type |
void |
ASTConverterJavadocTest.testBug87845()
Bug 87845: [1.5][javadoc][dom] Type references in javadocs should have generic binding, not raw |
void |
ASTConverterJavadocTest.testBug93880_14a()
|
void |
ASTConverterJavadocTest.testBug93880_14b()
|
void |
ASTConverterJavadocTest.testBug93880_14c()
|
void |
ASTConverterJavadocTest.testBug93880_14d()
|
void |
ASTConverterJavadocTest.testBug93880_14e()
|
void |
ASTConverterJavadocTest.testBug93880_15a()
Bug 93880: [1.5][javadoc] Source range of PackageDeclaration does not include Javadoc child |
void |
ASTConverterJavadocTest.testBug93880_15b()
|
void |
ASTConverterJavadocTest.testBug93880_15c()
|
void |
ASTConverterJavadocTest.testBug93880_15d()
|
void |
ASTConverterJavadocTest.testBug93880_15e()
|
void |
ASTConverterJavadocTest.testBug94150()
Bug 94150: [javadoc][dom] Extended ranges wrong for method name without return type |
void |
ASTConverterJavadocTest.testBug99507()
Bug 99507: [javadoc] Infinit loop in DocCommentParser |
void |
ASTConverterJavadocTest.testBug99507b()
|
void |
ASTModelBridgeTests.testCreateBindings01()
|
void |
ASTModelBridgeTests.testCreateBindings02()
|
void |
ASTModelBridgeTests.testCreateBindings03()
|
void |
ASTModelBridgeTests.testCreateBindings04()
|
void |
ASTModelBridgeTests.testCreateBindings05()
|
void |
ASTModelBridgeTests.testCreateBindings06()
|
void |
ASTModelBridgeTests.testCreateBindings07()
|
void |
ASTModelBridgeTests.testCreateBindings08()
|
void |
ASTModelBridgeTests.testCreateBindings09()
|
void |
ASTModelBridgeTests.testCreateBindings10()
|
void |
ASTModelBridgeTests.testCreateBindings11()
|
void |
ASTModelBridgeTests.testCreateBindings12()
|
void |
ASTModelBridgeTests.testCreateBindings13()
|
void |
ASTModelBridgeTests.testCreateBindings14()
|
void |
ASTModelBridgeTests.testCreateBindings22()
|
void |
ASTModelBridgeTests.testField1()
|
void |
ASTModelBridgeTests.testField2()
|
void |
ASTModelBridgeTests.testFindElement01()
|
void |
ASTModelBridgeTests.testFindElement02()
|
void |
ASTModelBridgeTests.testFindElement03()
|
void |
ASTModelBridgeTests.testFindElement04()
|
void |
ASTModelBridgeTests.testFindElement05()
|
void |
ASTModelBridgeTests.testFindElement06()
|
void |
ASTModelBridgeTests.testFindElement07()
|
void |
ASTModelBridgeTests.testFindElement08()
|
void |
ASTModelBridgeTests.testFindElement09()
|
void |
ASTModelBridgeTests.testFindElement10()
|
void |
ASTModelBridgeTests.testFindElement11()
|
void |
ASTModelBridgeTests.testFindElement12()
|
void |
ASTModelBridgeTests.testFindElement13()
|
void |
ASTModelBridgeTests.testLocalType()
|
void |
ASTModelBridgeTests.testLocalVariable1()
|
void |
ASTModelBridgeTests.testLocalVariable2()
|
void |
ASTModelBridgeTests.testLocalVariable3()
|
void |
ASTModelBridgeTests.testLocalVariable4()
|
void |
ASTModelBridgeTests.testMemberType()
|
void |
ASTModelBridgeTests.testMethod01()
|
void |
ASTModelBridgeTests.testMethod02()
|
void |
ASTModelBridgeTests.testMethod03()
|
void |
ASTModelBridgeTests.testMethod04()
|
void |
ASTModelBridgeTests.testMethod05()
|
void |
ASTModelBridgeTests.testMethod06()
|
void |
ASTModelBridgeTests.testMethod07()
|
void |
ASTModelBridgeTests.testMethod08()
|
void |
ASTModelBridgeTests.testMethod09()
|
void |
ASTModelBridgeTests.testMethod11()
|
void |
ASTModelBridgeTests.testTopLevelType1()
|
void |
ASTModelBridgeTests.testTypeParameter()
|
void |
ASTModelBridgeTests.testWildCard()
|
Uses of JavaModelException in org.eclipse.jdt.core.tests.formatter |
---|
Methods in org.eclipse.jdt.core.tests.formatter that throw JavaModelException | |
---|---|
void |
FormatterCommentsTests._testBlockComments13()
|
void |
FormatterCommentsTests._testLineComments02()
|
void |
FormatterCommentsTests._testLineComments02b()
|
void |
FormatterCommentsTests._testLineComments07()
|
void |
FormatterCommentsTests._testLineComments11()
|
void |
FormatterCommentsTests._testPreferencesExample07()
|
void |
FormatterCommentsTests._testPreferencesExample10()
|
void |
FormatterCommentsTests._testWkspEclipse04()
|
void |
FormatterCommentsTests._testWkspEclipse28c()
|
void |
FormatterCommentsTests._testWkspGanymede01()
|
void |
FormatterCommentsTests.testBlockComments01()
|
void |
FormatterCommentsTests.testBlockComments02()
|
void |
FormatterCommentsTests.testBlockComments03()
|
void |
FormatterCommentsTests.testBlockComments03b()
|
void |
FormatterCommentsTests.testBlockComments04()
|
void |
FormatterCommentsTests.testBlockComments05()
|
void |
FormatterCommentsTests.testBlockComments05b()
|
void |
FormatterCommentsTests.testBlockComments05c()
|
void |
FormatterCommentsTests.testBlockComments05d()
|
void |
FormatterCommentsTests.testBlockComments05db()
|
void |
FormatterCommentsTests.testBlockComments05dc()
|
void |
FormatterCommentsTests.testBlockComments05e()
|
void |
FormatterCommentsTests.testBlockComments06()
|
void |
FormatterCommentsTests.testBlockComments07()
|
void |
FormatterCommentsTests.testBlockComments08()
|
void |
FormatterCommentsTests.testBlockComments09()
|
void |
FormatterCommentsTests.testBlockComments10()
|
void |
FormatterCommentsTests.testBlockComments11()
|
void |
FormatterCommentsTests.testBlockComments12()
|
void |
FormatterCommentsTests.testBlockComments14()
|
void |
FormatterCommentsTests.testBlockComments15()
|
void |
FormatterCommentsTests.testBlockComments16()
|
void |
FormatterCommentsTests.testBlockComments17()
|
void |
FormatterCommentsTests.testBlockComments18()
|
void |
FormatterCommentsTests.testBlockComments19()
|
void |
FormatterCommentsBugsTest.testBug230944a()
|
void |
FormatterCommentsBugsTest.testBug230944b()
|
void |
FormatterCommentsBugsTest.testBug231263()
|
void |
FormatterCommentsBugsTest.testBug231263a()
|
void |
FormatterCommentsBugsTest.testBug231297()
|
void |
FormatterCommentsBugsTest.testBug231297a()
|
void |
FormatterCommentsBugsTest.testBug231297b()
|
void |
FormatterCommentsBugsTest.testBug231297c()
|
void |
FormatterCommentsBugsTest.testBug231297d()
|
void |
FormatterCommentsBugsTest.testBug232285a()
|
void |
FormatterCommentsBugsTest.testBug232285b()
|
void |
FormatterCommentsBugsTest.testBug232285c()
|
void |
FormatterCommentsBugsTest.testBug232285d()
|
void |
FormatterCommentsBugsTest.testBug232285e()
|
void |
FormatterCommentsBugsTest.testBug232285f()
|
void |
FormatterCommentsBugsTest.testBug232285g()
|
void |
FormatterCommentsBugsTest.testBug232285h()
|
void |
FormatterCommentsBugsTest.testBug232285i()
|
void |
FormatterCommentsBugsTest.testBug232285j()
|
void |
FormatterCommentsBugsTest.testBug232466a()
|
void |
FormatterCommentsBugsTest.testBug232466b()
|
void |
FormatterCommentsBugsTest.testBug232488()
|
void |
FormatterCommentsBugsTest.testBug232768_Block01()
|
void |
FormatterCommentsBugsTest.testBug232768_Block02()
|
void |
FormatterCommentsBugsTest.testBug232768_Block03()
|
void |
FormatterCommentsBugsTest.testBug232768_Block04()
|
void |
FormatterCommentsBugsTest.testBug232768_Block05()
|
void |
FormatterCommentsBugsTest.testBug232768_Block06()
|
void |
FormatterCommentsBugsTest.testBug232768_Javadoc01()
|
void |
FormatterCommentsBugsTest.testBug232768_Javadoc02()
|
void |
FormatterCommentsBugsTest.testBug232768_Javadoc03()
|
void |
FormatterCommentsBugsTest.testBug232768_Javadoc04()
|
void |
FormatterCommentsBugsTest.testBug232768_Javadoc05()
|
void |
FormatterCommentsBugsTest.testBug232768_Javadoc06()
|
void |
FormatterCommentsBugsTest.testBug232768_Line01()
|
void |
FormatterCommentsBugsTest.testBug232768_Line02()
|
void |
FormatterCommentsBugsTest.testBug232768_Line03()
|
void |
FormatterCommentsBugsTest.testBug232768_Line04()
|
void |
FormatterCommentsBugsTest.testBug232768_Line05()
|
void |
FormatterCommentsBugsTest.testBug232768_Line06()
|
void |
FormatterCommentsBugsTest.testBug232768_Line07()
|
void |
FormatterCommentsBugsTest.testBug232768_Line08()
|
void |
FormatterCommentsBugsTest.testBug232768a()
|
void |
FormatterCommentsBugsTest.testBug232768b()
|
void |
FormatterCommentsBugsTest.testBug232788_Mixed01()
|
void |
FormatterCommentsBugsTest.testBug232788_Mixed02()
|
void |
FormatterCommentsBugsTest.testBug232788_Mixed03()
|
void |
FormatterCommentsBugsTest.testBug232788_Spaces01()
|
void |
FormatterCommentsBugsTest.testBug232788_Spaces02()
|
void |
FormatterCommentsBugsTest.testBug232788_Spaces03()
|
void |
FormatterCommentsBugsTest.testBug232788_Tabs01()
|
void |
FormatterCommentsBugsTest.testBug232788_Tabs02()
|
void |
FormatterCommentsBugsTest.testBug232788_Tabs03()
|
void |
FormatterCommentsBugsTest.testBug233011()
|
void |
FormatterCommentsBugsTest.testBug233224()
|
void |
FormatterCommentsBugsTest.testBug233228a()
|
void |
FormatterCommentsBugsTest.testBug233228b()
|
void |
FormatterCommentsBugsTest.testBug233228c()
|
void |
FormatterCommentsBugsTest.testBug233228d()
|
void |
FormatterCommentsBugsTest.testBug233228e()
|
void |
FormatterCommentsBugsTest.testBug234336()
|
void |
FormatterCommentsTests.testCopyright_CBL()
|
void |
FormatterCommentsTests.testCopyright_DEF()
|
void |
FormatterCommentsTests.testCopyright01()
|
void |
FormatterCommentsTests.testCopyright02()
|
void |
FormatterCommentsTests.testCopyright03()
|
void |
FormatterCommentsTests.testCopyright04()
|
void |
FormatterCommentsTests.testCopyright05()
|
void |
FormatterCommentsTests.testCopyright06()
|
void |
FormatterCommentsTests.testHtmlOthers01()
|
void |
FormatterCommentsTests.testHtmlOthers01b()
|
void |
FormatterCommentsTests.testHtmlOthers01c()
|
void |
FormatterCommentsTests.testHtmlOthers01d()
|
void |
FormatterCommentsTests.testHtmlOthers01e()
|
void |
FormatterCommentsTests.testHtmlOthers02()
|
void |
FormatterCommentsTests.testHtmlOthers02b()
|
void |
FormatterCommentsTests.testHtmlOthers02c()
|
void |
FormatterCommentsTests.testHtmlOthers02d()
|
void |
FormatterCommentsTests.testHtmlOthers02e()
|
void |
FormatterCommentsTests.testHtmlOthers03()
|
void |
FormatterCommentsTests.testHtmlOthers03b()
|
void |
FormatterCommentsTests.testHtmlOthers04()
|
void |
FormatterCommentsTests.testHtmlOthers05()
|
void |
FormatterCommentsTests.testHtmlOthers06()
|
void |
FormatterCommentsTests.testHtmlOthers07()
|
void |
FormatterCommentsTests.testHtmlOthers08()
|
void |
FormatterCommentsTests.testHtmlOthers09()
|
void |
FormatterCommentsTests.testHtmlOthers10()
|
void |
FormatterCommentsTests.testHtmlOthers11()
|
void |
FormatterCommentsTests.testHtmlPre01()
|
void |
FormatterCommentsTests.testHtmlPre02()
|
void |
FormatterCommentsTests.testHtmlPre03()
|
void |
FormatterCommentsTests.testHtmlPre04()
|
void |
FormatterCommentsTests.testHtmlPre05()
|
void |
FormatterCommentsTests.testHtmlPre06()
|
void |
FormatterCommentsTests.testHtmlPre07()
|
void |
FormatterCommentsTests.testHtmlPre08()
|
void |
FormatterCommentsTests.testHtmlPre09()
|
void |
FormatterCommentsTests.testHtmlPre10()
|
void |
FormatterCommentsTests.testHtmlPre11()
|
void |
FormatterCommentsTests.testHtmlPre12()
|
void |
FormatterCommentsTests.testHtmlPre13()
|
void |
FormatterCommentsTests.testHtmlUl01()
|
void |
FormatterCommentsTests.testHtmlUl02()
|
void |
FormatterCommentsTests.testHtmlUl03()
|
void |
FormatterCommentsTests.testHtmlUl04()
|
void |
FormatterCommentsTests.testHtmlUl05()
|
void |
FormatterCommentsTests.testHtmlUl06()
|
void |
FormatterCommentsTests.testHtmlUl07()
|
void |
FormatterCommentsTests.testHtmlUl08()
|
void |
FormatterCommentsTests.testHtmlUl09()
|
void |
FormatterCommentsTests.testHtmlUl10()
|
void |
FormatterCommentsTests.testHtmlUl11()
|
void |
FormatterCommentsTests.testHtmlUl12()
|
void |
FormatterCommentsTests.testLineComments01()
|
void |
FormatterCommentsTests.testLineComments03()
|
void |
FormatterCommentsTests.testLineComments04()
|
void |
FormatterCommentsTests.testLineComments05()
|
void |
FormatterCommentsTests.testLineComments06()
|
void |
FormatterCommentsTests.testLineComments08()
|
void |
FormatterCommentsTests.testLineComments09()
|
void |
FormatterCommentsTests.testLineComments10()
|
void |
FormatterCommentsTests.testLines()
|
void |
FormatterCommentsTests.testLines02()
|
void |
FormatterCommentsTests.testLines03()
|
void |
FormatterCommentsTests.testLines04()
|
void |
FormatterCommentsTests.testLines05()
|
void |
FormatterCommentsTests.testLines06()
|
void |
FormatterCommentsTests.testLines07()
|
void |
FormatterCommentsTests.testLines08()
|
void |
FormatterCommentsTests.testLines09()
|
void |
FormatterCommentsTests.testPreferencesExample01()
|
void |
FormatterCommentsTests.testPreferencesExample02()
|
void |
FormatterCommentsTests.testPreferencesExample03()
|
void |
FormatterCommentsTests.testPreferencesExample04()
|
void |
FormatterCommentsTests.testPreferencesExample05()
|
void |
FormatterCommentsTests.testPreferencesExample06()
|
void |
FormatterCommentsTests.testPreferencesExample08()
|
void |
FormatterCommentsTests.testPreferencesExample09()
|
void |
FormatterCommentsTests.testPreferencesExample11()
|
void |
FormatterCommentsTests.testPreferencesExample12()
|
void |
FormatterCommentsTests.testPreferencesExample13()
|
void |
FormatterCommentsTests.testPreferencesExample14()
|
void |
FormatterCommentsTests.testPreferencesExample14a()
|
void |
FormatterCommentsTests.testPreferencesExample14b()
|
void |
FormatterCommentsTests.testPreferencesExample14c()
|
void |
FormatterCommentsTests.testPreferencesExample14d()
|
void |
FormatterCommentsTests.testPreferencesExample15a()
|
void |
FormatterCommentsTests.testPreferencesExample15b()
|
void |
FormatterCommentsTests.testPreferencesExample15c()
|
void |
FormatterCommentsTests.testPreferencesExample16a()
|
void |
FormatterCommentsTests.testPreferencesExample16b()
|
void |
FormatterCommentsTests.testPreferencesExample17a()
|
void |
FormatterCommentsTests.testPreferencesExample17b()
|
void |
FormatterCommentsTests.testPreferencesExample17c()
|
void |
FormatterCommentsTests.testTagImmutable01()
|
void |
FormatterCommentsTests.testTagImmutable02()
|
void |
FormatterCommentsTests.testTagImmutable03()
|
void |
FormatterCommentsTests.testTagLink01()
|
void |
FormatterCommentsTests.testTagLink02()
|
void |
FormatterCommentsTests.testTagLink02b()
|
void |
FormatterCommentsTests.testTagLink03a()
|
void |
FormatterCommentsTests.testTagLink03b()
|
void |
FormatterCommentsTests.testTagLink04()
|
void |
FormatterCommentsTests.testTagOthers01()
|
void |
FormatterCommentsTests.testTagOthers02()
|
void |
FormatterCommentsTests.testTagOthers03()
|
void |
FormatterCommentsTests.testTagParam01()
|
void |
FormatterCommentsTests.testTagParam02()
|
void |
FormatterCommentsTests.testTagParam03()
|
void |
FormatterCommentsTests.testTagParam04()
|
void |
FormatterCommentsTests.testTagParam05()
|
void |
FormatterCommentsTests.testTagParam06()
|
void |
FormatterCommentsTests.testTagSee01()
|
void |
FormatterCommentsTests.testTagSee02()
|
void |
FormatterCommentsTests.testTagSee03()
|
void |
FormatterCommentsTests.testTagSee04()
|
void |
FormatterCommentsTests.testTagSee05()
|
void |
FormatterCommentsTests.testTagSee06()
|
void |
FormatterCommentsTests.testWkspEclipse01()
|
void |
FormatterCommentsTests.testWkspEclipse02()
|
void |
FormatterCommentsTests.testWkspEclipse02b()
|
void |
FormatterCommentsTests.testWkspEclipse03()
|
void |
FormatterCommentsTests.testWkspEclipse05()
|
void |
FormatterCommentsTests.testWkspEclipse06()
|
void |
FormatterCommentsTests.testWkspEclipse07()
|
void |
FormatterCommentsTests.testWkspEclipse08()
|
void |
FormatterCommentsTests.testWkspEclipse08b()
|
void |
FormatterCommentsTests.testWkspEclipse08c()
|
void |
FormatterCommentsTests.testWkspEclipse09()
|
void |
FormatterCommentsTests.testWkspEclipse10()
|
void |
FormatterCommentsTests.testWkspEclipse11()
|
void |
FormatterCommentsTests.testWkspEclipse11b()
|
void |
FormatterCommentsTests.testWkspEclipse11c()
|
void |
FormatterCommentsTests.testWkspEclipse12()
|
void |
FormatterCommentsTests.testWkspEclipse12b()
|
void |
FormatterCommentsTests.testWkspEclipse13()
|
void |
FormatterCommentsTests.testWkspEclipse14()
|
void |
FormatterCommentsTests.testWkspEclipse15()
|
void |
FormatterCommentsTests.testWkspEclipse16()
|
void |
FormatterCommentsTests.testWkspEclipse17()
|
void |
FormatterCommentsTests.testWkspEclipse18()
|
void |
FormatterCommentsTests.testWkspEclipse19()
|
void |
FormatterCommentsTests.testWkspEclipse20()
|
void |
FormatterCommentsTests.testWkspEclipse21()
|
void |
FormatterCommentsTests.testWkspEclipse22()
|
void |
FormatterCommentsTests.testWkspEclipse23()
|
void |
FormatterCommentsTests.testWkspEclipse24()
|
void |
FormatterCommentsTests.testWkspEclipse25()
|
void |
FormatterCommentsTests.testWkspEclipse26()
|
void |
FormatterCommentsTests.testWkspEclipse27()
|
void |
FormatterCommentsTests.testWkspEclipse28()
|
void |
FormatterCommentsTests.testWkspEclipse28b()
|
void |
FormatterCommentsTests.testWkspEclipse28d()
|
void |
FormatterCommentsTests.testWkspEclipse29()
|
void |
FormatterCommentsTests.testWkspEclipse30()
|
void |
FormatterCommentsTests.testWkspEclipse31()
|
void |
FormatterCommentsTests.testWkspEclipse32()
|
void |
FormatterCommentsTests.testWkspEclipse33()
|
void |
FormatterCommentsTests.testWkspEclipse34()
|
void |
FormatterCommentsTests.testWkspGanymede02()
|
void |
FormatterCommentsTests.testWkspGanymede03()
|
void |
FormatterCommentsTests.testWkspGanymede04()
|
void |
FormatterCommentsTests.testWkspJUnit01()
|
Uses of JavaModelException in org.eclipse.jdt.core.tests.model |
---|
Methods in org.eclipse.jdt.core.tests.model that throw JavaModelException | |
---|---|
void |
CompletionWithMissingTypesTests._test0024()
|
void |
CompletionWithMissingTypesTests._test0026()
|
void |
JavadocMethodCompletionModelTest._test062()
|
void |
JavadocBugsCompletionModelTest._testBug171031()
|
void |
JavadocBugsCompletionModelTest._testBug75551()
Bug 75551: [javadoc][assist] javadoc completion for links to method with inner classes as argument is not correct |
void |
ResolveTests._testConstructorCallOfMemberType2()
Resolve constructor call |
void |
AbstractJavaModelTests.assertDeletion(IJavaElement elementToDelete)
Creates an operation to delete the given element, asserts the operation is successfull, and ensures the element is no longer present in the model. |
void |
AbstractJavaModelTests.assertDeletion(IJavaElement[] elementsToDelete)
Creates an operation to delete the given elements, asserts the operation is successful, and ensures the elements are no longer present in the model. |
IJavaElement |
CopyMoveTests.copyPositive(IJavaElement element,
IJavaElement container,
IJavaElement sibling,
java.lang.String rename,
boolean force)
Copies the element to the container with optional rename and forcing. |
IJavaElement |
CopyMoveResourcesTests.copyPositive(IJavaElement element,
IJavaElement container,
IJavaElement sibling,
java.lang.String rename,
boolean force)
Copies the element to the container with optional rename and forcing. |
void |
AbstractJavaModelTests.ensureCorrectPositioning(IParent container,
IJavaElement sibling,
IJavaElement positioned)
Ensure that the positioned element is in the correct position within the parent. |
static IClassFile |
ModelTestsUtil.getClassFile(IJavaProject project,
java.lang.String rootPath,
java.lang.String packageName,
java.lang.String className)
Returns the specified compilation unit in the given project, root, and package fragment or null if it does not exist. |
IClassFile |
AbstractJavaModelTests.getClassFile(java.lang.String projectName,
java.lang.String rootPath,
java.lang.String packageName,
java.lang.String className)
Returns the specified compilation unit in the given project, root, and package fragment or null if it does not exist. |
static ICompilationUnit |
ModelTestsUtil.getCompilationUnit(IJavaProject javaProject,
java.lang.String packageName,
java.lang.String unitName)
Returns compilation unit with given name in given project and package. |
ICompilationUnit |
AbstractJavaModelTests.getCompilationUnit(java.lang.String projectName,
java.lang.String rootPath,
java.lang.String packageName,
java.lang.String cuName)
Returns the specified compilation unit in the given project, root, and package fragment or null if it does not exist. |
static java.util.List |
ModelTestsUtil.getCompilationUnits(IJavaProject javaProject)
Returns all compilation units of a given project. |
static java.util.List |
ModelTestsUtil.getCompilationUnits(IPackageFragmentRoot root)
Returns all compilation units of a given project. |
ICompilationUnit[] |
AbstractJavaModelTests.getCompilationUnits(java.lang.String projectName,
java.lang.String rootPath,
java.lang.String packageName)
Returns the specified compilation unit in the given project, root, and package fragment or null if it does not exist. |
static IPackageFragmentRoot |
ModelTestsUtil.getExternalJarFile(IJavaProject project,
java.lang.String jarSimpleName)
|
static IPackageFragment |
ModelTestsUtil.getPackageFragment(IJavaProject project,
java.lang.String rootPath,
java.lang.String packageName)
Returns the specified package fragment in the given project and root, or null if it does not exist. |
IPackageFragment |
AbstractJavaModelTests.getPackageFragment(java.lang.String projectName,
java.lang.String rootPath,
java.lang.String packageName)
Returns the specified package fragment in the given project and root, or null if it does not exist. |
static IPackageFragmentRoot |
ModelTestsUtil.getPackageFragmentRoot(IJavaProject project,
java.lang.String rootPath)
Returns the specified package fragment root in the given project, or null if it does not exist. |
IPackageFragmentRoot |
AbstractJavaModelTests.getPackageFragmentRoot(java.lang.String projectName,
java.lang.String rootPath)
Returns the specified package fragment root in the given project, or null if it does not exist. |
ICompilationUnit |
AbstractJavaModelTests.getWorkingCopy(java.lang.String path,
boolean computeProblems)
|
ICompilationUnit |
ResolveTests_1_5.getWorkingCopy(java.lang.String path,
java.lang.String source)
|
ICompilationUnit |
ResolveTests.getWorkingCopy(java.lang.String path,
java.lang.String source)
|
ICompilationUnit |
JavaSearchFineGrainTests.getWorkingCopy(java.lang.String path,
java.lang.String source)
|
ICompilationUnit |
JavaSearchBugsTests.getWorkingCopy(java.lang.String path,
java.lang.String source)
|
ICompilationUnit |
AccessRestrictionsTests.getWorkingCopy(java.lang.String path,
java.lang.String source)
|
ICompilationUnit |
AbstractJavaModelTests.getWorkingCopy(java.lang.String path,
java.lang.String source)
|
ICompilationUnit |
AbstractJavaModelCompletionTests.getWorkingCopy(java.lang.String path,
java.lang.String source)
|
ICompilationUnit |
AbstractJavaModelTests.getWorkingCopy(java.lang.String path,
java.lang.String source,
boolean computeProblems)
|
ICompilationUnit |
AbstractJavaModelTests.getWorkingCopy(java.lang.String path,
java.lang.String source,
WorkingCopyOwner owner)
|
ICompilationUnit |
AbstractJavaModelTests.getWorkingCopy(java.lang.String path,
java.lang.String source,
WorkingCopyOwner owner,
IProblemRequestor problemRequestor)
Deprecated. |
void |
VariablesInitializer.ITestInitializer.initialize(java.lang.String variable)
|
void |
ClasspathInitializerTests.DefaultVariableInitializer.initialize(java.lang.String variable)
|
void |
CopyMoveTests.movePositive(IJavaElement[] elements,
IJavaElement[] destinations,
IJavaElement[] siblings,
java.lang.String[] names,
boolean force)
Moves the elements to the containers with optional renaming and forcing. |
void |
CopyMoveTests.movePositive(IJavaElement[] elements,
IJavaElement[] destinations,
IJavaElement[] siblings,
java.lang.String[] names,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
Moves the elements to the containers with optional renaming and forcing. |
void |
CopyMoveResourcesTests.movePositive(IJavaElement[] elements,
IJavaElement[] destinations,
IJavaElement[] siblings,
java.lang.String[] names,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
Moves the elements to the containers with optional renaming and forcing. |
void |
CopyMoveTests.movePositive(IJavaElement element,
IJavaElement container,
IJavaElement sibling,
java.lang.String rename,
boolean force)
Moves the element to the container with optional rename and forcing. |
void |
RenameTests.renamePositive(IJavaElement[] elements,
IJavaElement[] destinations,
java.lang.String[] names,
boolean force)
Renames the element to the container with optional forcing. |
void |
RenameTests.renamePositive(IJavaElement[] elements,
IJavaElement[] destinations,
java.lang.String[] names,
boolean force,
boolean originalShouldExist)
Renames the element to the container with optional forcing. |
void |
RenameTests.renamePositive(IJavaElement[] elements,
IJavaElement[] destinations,
java.lang.String[] names,
boolean force,
boolean originalShouldExist,
org.eclipse.core.runtime.IProgressMonitor monitor)
Renames the element to the container with optional forcing. |
void |
RenameTests.renamePositive(IJavaElement[] elements,
java.lang.String[] names,
boolean force)
Renames the element to the container with optional forcing. |
void |
RenameTests.renamePositive(IJavaElement element,
java.lang.String rename,
boolean force)
Renames the element to the container with optional forcing. |
static void |
ModelTestsUtil.setUpJCLClasspathVariables(java.lang.String compliance)
|
void |
AbstractJavaModelTests.setUpJCLClasspathVariables(java.lang.String compliance)
|
static void |
ModelTestsUtil.setUpProjectCompliance(IJavaProject javaProject,
java.lang.String compliance)
|
void |
SnippetCompletionContextTests.test0001()
|
void |
ResolveTests_1_5.test0001()
|
void |
JavadocCompletionContextTests_1_5.test0001()
|
void |
JavadocCompletionContextTests.test0001()
|
void |
CompletionWithMissingTypesTests_1_5.test0001()
|
void |
CompletionWithMissingTypesTests.test0001()
|
void |
CompletionTests_1_5.test0001()
|
void |
CompletionContextTests_1_5.test0001()
|
void |
CompletionContextTests.test0001()
|
void |
SnippetCompletionContextTests.test0002()
|
void |
ResolveTests_1_5.test0002()
|
void |
JavadocCompletionContextTests_1_5.test0002()
|
void |
JavadocCompletionContextTests.test0002()
|
void |
CompletionWithMissingTypesTests_1_5.test0002()
|
void |
CompletionWithMissingTypesTests.test0002()
|
void |
CompletionTests_1_5.test0002()
|
void |
CompletionContextTests_1_5.test0002()
|
void |
CompletionContextTests.test0002()
|
void |
SnippetCompletionContextTests.test0003()
|
void |
ResolveTests_1_5.test0003()
|
void |
JavadocCompletionContextTests_1_5.test0003()
|
void |
JavadocCompletionContextTests.test0003()
|
void |
CompletionWithMissingTypesTests_1_5.test0003()
|
void |
CompletionWithMissingTypesTests.test0003()
|
void |
CompletionTests_1_5.test0003()
|
void |
CompletionContextTests_1_5.test0003()
|
void |
CompletionContextTests.test0003()
|
void |
SnippetCompletionContextTests.test0004()
|
void |
ResolveTests_1_5.test0004()
|
void |
JavadocCompletionContextTests_1_5.test0004()
|
void |
JavadocCompletionContextTests.test0004()
|
void |
CompletionWithMissingTypesTests_1_5.test0004()
|
void |
CompletionWithMissingTypesTests.test0004()
|
void |
CompletionTests_1_5.test0004()
|
void |
CompletionContextTests_1_5.test0004()
|
void |
CompletionContextTests.test0004()
|
void |
ResolveTests_1_5.test0005()
|
void |
JavadocCompletionContextTests.test0005()
|
void |
CompletionWithMissingTypesTests_1_5.test0005()
|
void |
CompletionWithMissingTypesTests.test0005()
|
void |
CompletionTests_1_5.test0005()
|
void |
CompletionContextTests_1_5.test0005()
|
void |
CompletionContextTests.test0005()
|
void |
ResolveTests_1_5.test0006()
|
void |
JavadocCompletionContextTests.test0006()
|
void |
CompletionWithMissingTypesTests_1_5.test0006()
|
void |
CompletionWithMissingTypesTests.test0006()
|
void |
CompletionTests_1_5.test0006()
|
void |
CompletionContextTests_1_5.test0006()
|
void |
CompletionContextTests.test0006()
|
void |
ResolveTests_1_5.test0007()
|
void |
JavadocCompletionContextTests.test0007()
|
void |
CompletionWithMissingTypesTests_1_5.test0007()
|
void |
CompletionWithMissingTypesTests.test0007()
|
void |
CompletionTests_1_5.test0007()
|
void |
CompletionContextTests_1_5.test0007()
|
void |
CompletionContextTests.test0007()
|
void |
ResolveTests_1_5.test0008()
|
void |
JavadocCompletionContextTests.test0008()
|
void |
CompletionWithMissingTypesTests_1_5.test0008()
|
void |
CompletionWithMissingTypesTests.test0008()
|
void |
CompletionTests_1_5.test0008()
|
void |
CompletionContextTests_1_5.test0008()
|
void |
CompletionContextTests.test0008()
|
void |
ResolveTests_1_5.test0009()
|
void |
JavadocCompletionContextTests.test0009()
|
void |
CompletionWithMissingTypesTests_1_5.test0009()
|
void |
CompletionWithMissingTypesTests.test0009()
|
void |
CompletionTests_1_5.test0009()
|
void |
CompletionContextTests_1_5.test0009()
|
void |
CompletionContextTests.test0009()
|
void |
TypeHierarchySerializationTests.test001()
|
void |
JavadocTypeCompletionModelTest.test001()
|
void |
JavadocTextCompletionModelTest.test001()
|
void |
JavadocPackageCompletionModelTest.test001()
|
void |
JavadocMethodCompletionModelTest.test001()
|
void |
JavadocFieldCompletionModelTest.test001()
|
void |
EncodingTests.test001()
|
void |
CreateMembersTests.test001()
|
void |
CreateImportsTests.test001()
|
void |
AttachedJavadocTests.test001()
|
void |
ResolveTests_1_5.test0010()
|
void |
JavadocCompletionContextTests.test0010()
|
void |
CompletionWithMissingTypesTests_1_5.test0010()
|
void |
CompletionWithMissingTypesTests.test0010()
|
void |
CompletionTests_1_5.test0010()
|
void |
CompletionContextTests_1_5.test0010()
|
void |
CompletionContextTests.test0010()
|
void |
ResolveTests_1_5.test0011()
|
void |
JavadocCompletionContextTests.test0011()
|
void |
CompletionWithMissingTypesTests_1_5.test0011()
|
void |
CompletionWithMissingTypesTests.test0011()
|
void |
CompletionTests_1_5.test0011()
|
void |
CompletionContextTests_1_5.test0011()
|
void |
CompletionContextTests.test0011()
|
void |
ResolveTests_1_5.test0012()
|
void |
JavadocCompletionContextTests.test0012()
|
void |
CompletionWithMissingTypesTests_1_5.test0012()
|
void |
CompletionWithMissingTypesTests.test0012()
|
void |
CompletionTests_1_5.test0012()
|
void |
CompletionContextTests_1_5.test0012()
|
void |
CompletionContextTests.test0012()
|
void |
ResolveTests_1_5.test0013()
|
void |
JavadocCompletionContextTests.test0013()
|
void |
CompletionWithMissingTypesTests_1_5.test0013()
|
void |
CompletionWithMissingTypesTests.test0013()
|
void |
CompletionTests_1_5.test0013()
|
void |
CompletionContextTests_1_5.test0013()
|
void |
CompletionContextTests.test0013()
|
void |
ResolveTests_1_5.test0014()
|
void |
JavadocCompletionContextTests.test0014()
|
void |
CompletionWithMissingTypesTests_1_5.test0014()
|
void |
CompletionWithMissingTypesTests.test0014()
|
void |
CompletionTests_1_5.test0014()
|
void |
CompletionContextTests_1_5.test0014()
|
void |
CompletionContextTests.test0014()
|
void |
ResolveTests_1_5.test0015()
|
void |
JavadocCompletionContextTests.test0015()
|
void |
CompletionWithMissingTypesTests.test0015()
|
void |
CompletionTests_1_5.test0015()
|
void |
CompletionContextTests_1_5.test0015()
|
void |
CompletionContextTests.test0015()
|
void |
ResolveTests_1_5.test0016()
|
void |
JavadocCompletionContextTests.test0016()
|
void |
CompletionWithMissingTypesTests.test0016()
|
void |
CompletionTests_1_5.test0016()
|
void |
CompletionContextTests_1_5.test0016()
|
void |
CompletionContextTests.test0016()
|
void |
ResolveTests_1_5.test0017()
|
void |
JavadocCompletionContextTests.test0017()
|
void |
CompletionWithMissingTypesTests.test0017()
|
void |
CompletionTests_1_5.test0017()
|
void |
CompletionContextTests_1_5.test0017()
|
void |
CompletionContextTests.test0017()
|
void |
ResolveTests_1_5.test0018()
|
void |
JavadocCompletionContextTests.test0018()
|
void |
CompletionWithMissingTypesTests.test0018()
|
void |
CompletionTests_1_5.test0018()
|
void |
CompletionContextTests_1_5.test0018()
|
void |
CompletionContextTests.test0018()
|
void |
ResolveTests_1_5.test0019()
|
void |
JavadocCompletionContextTests.test0019()
|
void |
CompletionWithMissingTypesTests.test0019()
|
void |
CompletionTests_1_5.test0019()
|
void |
CompletionContextTests_1_5.test0019()
|
void |
CompletionContextTests.test0019()
|
void |
TypeHierarchySerializationTests.test002()
|
void |
JavadocTypeCompletionModelTest.test002()
|
void |
JavadocTextCompletionModelTest.test002()
|
void |
JavadocPackageCompletionModelTest.test002()
|
void |
JavadocMethodCompletionModelTest.test002()
|
void |
JavadocFieldCompletionModelTest.test002()
|
void |
EncodingTests.test002()
|
void |
CreateMembersTests.test002()
|
void |
CreateImportsTests.test002()
|
void |
AttachedJavadocTests.test002()
|
void |
ResolveTests_1_5.test0020()
|
void |
JavadocCompletionContextTests.test0020()
|
void |
CompletionWithMissingTypesTests.test0020()
|
void |
CompletionTests_1_5.test0020()
|
void |
CompletionContextTests_1_5.test0020()
|
void |
CompletionContextTests.test0020()
|
void |
ResolveTests_1_5.test0021()
|
void |
JavadocCompletionContextTests.test0021()
|
void |
CompletionWithMissingTypesTests.test0021()
|
void |
CompletionTests_1_5.test0021()
|
void |
CompletionContextTests_1_5.test0021()
|
void |
CompletionContextTests.test0021()
|
void |
ResolveTests_1_5.test0022()
|
void |
JavadocCompletionContextTests.test0022()
|
void |
CompletionWithMissingTypesTests.test0022()
|
void |
CompletionTests_1_5.test0022()
|
void |
CompletionContextTests_1_5.test0022()
|
void |
CompletionContextTests.test0022()
|
void |
ResolveTests_1_5.test0023()
|
void |
JavadocCompletionContextTests.test0023()
|
void |
CompletionWithMissingTypesTests.test0023()
|
void |
CompletionTests_1_5.test0023()
|
void |
CompletionContextTests_1_5.test0023()
|
void |
CompletionContextTests.test0023()
|
void |
ResolveTests_1_5.test0024()
|
void |
JavadocCompletionContextTests.test0024()
|
void |
CompletionTests_1_5.test0024()
|
void |
CompletionContextTests_1_5.test0024()
|
void |
CompletionContextTests.test0024()
|
void |
ResolveTests_1_5.test0025()
|
void |
JavadocCompletionContextTests.test0025()
|
void |
CompletionWithMissingTypesTests.test0025()
|
void |
CompletionTests_1_5.test0025()
|
void |
CompletionContextTests_1_5.test0025()
|
void |
CompletionContextTests.test0025()
|
void |
ResolveTests_1_5.test0026()
|
void |
JavadocCompletionContextTests.test0026()
|
void |
CompletionTests_1_5.test0026()
|
void |
CompletionContextTests_1_5.test0026()
|
void |
CompletionContextTests.test0026()
|
void |
ResolveTests_1_5.test0027()
|
void |
JavadocCompletionContextTests.test0027()
|
void |
CompletionWithMissingTypesTests.test0027()
|
void |
CompletionTests_1_5.test0027()
|
void |
CompletionContextTests_1_5.test0027()
|
void |
CompletionContextTests.test0027()
|
void |
ResolveTests_1_5.test0028()
|
void |
JavadocCompletionContextTests.test0028()
|
void |
CompletionWithMissingTypesTests.test0028()
|
void |
CompletionTests_1_5.test0028()
|
void |
CompletionContextTests_1_5.test0028()
|
void |
CompletionContextTests.test0028()
|
void |
ResolveTests_1_5.test0029()
|
void |
JavadocCompletionContextTests.test0029()
|
void |
CompletionWithMissingTypesTests.test0029()
|
void |
CompletionTests_1_5.test0029()
|
void |
CompletionContextTests_1_5.test0029()
|
void |
CompletionContextTests.test0029()
|
void |
TypeHierarchySerializationTests.test003()
|
void |
JavadocTypeCompletionModelTest.test003()
|
void |
JavadocTextCompletionModelTest.test003()
|
void |
JavadocPackageCompletionModelTest.test003()
|
void |
JavadocMethodCompletionModelTest.test003()
|
void |
JavadocFieldCompletionModelTest.test003()
|
void |
EncodingTests.test003()
|
void |
CreateMembersTests.test003()
|
void |
CreateImportsTests.test003()
|
void |
AttachedJavadocTests.test003()
|
void |
ResolveTests_1_5.test0030()
|
void |
JavadocCompletionContextTests.test0030()
|
void |
CompletionWithMissingTypesTests.test0030()
|
void |
CompletionTests_1_5.test0030()
|
void |
CompletionContextTests_1_5.test0030()
|
void |
CompletionContextTests.test0030()
|
void |
ResolveTests_1_5.test0031()
|
void |
JavadocCompletionContextTests.test0031()
|
void |
CompletionWithMissingTypesTests.test0031()
|
void |
CompletionTests_1_5.test0031()
|
void |
CompletionContextTests_1_5.test0031()
|
void |
CompletionContextTests.test0031()
|
void |
ResolveTests_1_5.test0032()
|
void |
JavadocCompletionContextTests.test0032()
|
void |
CompletionWithMissingTypesTests.test0032()
|
void |
CompletionTests_1_5.test0032()
|
void |
CompletionContextTests_1_5.test0032()
|
void |
CompletionContextTests.test0032()
|
void |
ResolveTests_1_5.test0033()
|
void |
JavadocCompletionContextTests.test0033()
|
void |
CompletionWithMissingTypesTests.test0033()
|
void |
CompletionTests_1_5.test0033()
|
void |
CompletionContextTests_1_5.test0033()
|
void |
CompletionContextTests.test0033()
|
void |
ResolveTests_1_5.test0034()
|
void |
JavadocCompletionContextTests.test0034()
|
void |
CompletionWithMissingTypesTests.test0034()
|
void |
CompletionTests_1_5.test0034()
|
void |
CompletionContextTests_1_5.test0034()
|
void |
CompletionContextTests.test0034()
|
void |
ResolveTests_1_5.test0035()
|
void |
JavadocCompletionContextTests.test0035()
|
void |
CompletionWithMissingTypesTests.test0035()
|
void |
CompletionTests_1_5.test0035()
|
void |
CompletionContextTests_1_5.test0035()
|
void |
CompletionContextTests.test0035()
|
void |
ResolveTests_1_5.test0036()
|
void |
JavadocCompletionContextTests.test0036()
|
void |
CompletionWithMissingTypesTests.test0036()
|
void |
CompletionTests_1_5.test0036()
|
void |
CompletionContextTests_1_5.test0036()
|
void |
CompletionContextTests.test0036()
|
void |
ResolveTests_1_5.test0037()
|
void |
JavadocCompletionContextTests.test0037()
|
void |
CompletionWithMissingTypesTests.test0037()
|
void |
CompletionTests_1_5.test0037()
|
void |
CompletionContextTests_1_5.test0037()
|
void |
CompletionContextTests.test0037()
|
void |
ResolveTests_1_5.test0038()
|
void |
JavadocCompletionContextTests.test0038()
|
void |
CompletionWithMissingTypesTests.test0038()
|
void |
CompletionTests_1_5.test0038()
|
void |
CompletionContextTests_1_5.test0038()
|
void |
CompletionContextTests.test0038()
|
void |
ResolveTests_1_5.test0039()
|
void |
JavadocCompletionContextTests.test0039()
|
void |
CompletionWithMissingTypesTests.test0039()
|
void |
CompletionTests_1_5.test0039()
|
void |
CompletionContextTests_1_5.test0039()
|
void |
CompletionContextTests.test0039()
|
void |
TypeHierarchySerializationTests.test004()
|
void |
JavadocTypeCompletionModelTest.test004()
|
void |
JavadocTextCompletionModelTest.test004()
|
void |
JavadocPackageCompletionModelTest.test004()
|
void |
JavadocMethodCompletionModelTest.test004()
|
void |
JavadocFieldCompletionModelTest.test004()
|
void |
EncodingTests.test004()
|
void |
CreateMembersTests.test004()
|
void |
CreateImportsTests.test004()
|
void |
AttachedJavadocTests.test004()
|
void |
ResolveTests_1_5.test0040()
|
void |
JavadocCompletionContextTests.test0040()
|
void |
CompletionWithMissingTypesTests.test0040()
|
void |
CompletionTests_1_5.test0040()
|
void |
CompletionContextTests_1_5.test0040()
|
void |
CompletionContextTests.test0040()
|
void |
ResolveTests_1_5.test0041()
|
void |
JavadocCompletionContextTests.test0041()
|
void |
CompletionTests_1_5.test0041()
|
void |
CompletionContextTests.test0041()
|
void |
ResolveTests_1_5.test0042()
|
void |
JavadocCompletionContextTests.test0042()
|
void |
CompletionTests_1_5.test0042()
|
void |
CompletionContextTests.test0042()
|
void |
ResolveTests_1_5.test0043()
|
void |
JavadocCompletionContextTests.test0043()
|
void |
CompletionTests_1_5.test0043()
|
void |
CompletionContextTests.test0043()
|
void |
ResolveTests_1_5.test0044()
|
void |
JavadocCompletionContextTests.test0044()
|
void |
CompletionTests_1_5.test0044()
|
void |
CompletionContextTests.test0044()
|
void |
ResolveTests_1_5.test0045()
|
void |
JavadocCompletionContextTests.test0045()
|
void |
CompletionTests_1_5.test0045()
|
void |
CompletionContextTests.test0045()
|
void |
ResolveTests_1_5.test0046()
|
void |
JavadocCompletionContextTests.test0046()
|
void |
CompletionTests_1_5.test0046()
|
void |
CompletionContextTests.test0046()
|
void |
ResolveTests_1_5.test0047()
|
void |
JavadocCompletionContextTests.test0047()
|
void |
CompletionTests_1_5.test0047()
|
void |
CompletionContextTests.test0047()
|
void |
ResolveTests_1_5.test0048()
|
void |
JavadocCompletionContextTests.test0048()
|
void |
CompletionTests_1_5.test0048()
|
void |
CompletionContextTests.test0048()
|
void |
ResolveTests_1_5.test0049()
|
void |
JavadocCompletionContextTests.test0049()
|
void |
CompletionTests_1_5.test0049()
|
void |
CompletionContextTests.test0049()
|
void |
TypeHierarchySerializationTests.test005()
|
void |
JavadocTypeCompletionModelTest.test005()
|
void |
JavadocTextCompletionModelTest.test005()
|
void |
JavadocPackageCompletionModelTest.test005()
|
void |
JavadocMethodCompletionModelTest.test005()
|
void |
JavadocFieldCompletionModelTest.test005()
|
void |
EncodingTests.test005()
|
void |
CreateMembersTests.test005()
|
void |
CreateImportsTests.test005()
|
void |
AttachedJavadocTests.test005()
|
void |
ResolveTests_1_5.test0050()
|
void |
JavadocCompletionContextTests.test0050()
|
void |
CompletionTests_1_5.test0050()
|
void |
CompletionContextTests.test0050()
|
void |
ResolveTests_1_5.test0051()
|
void |
JavadocCompletionContextTests.test0051()
|
void |
CompletionTests_1_5.test0051()
|
void |
CompletionContextTests.test0051()
|
void |
ResolveTests_1_5.test0052()
|
void |
JavadocCompletionContextTests.test0052()
|
void |
CompletionTests_1_5.test0052()
|
void |
CompletionContextTests.test0052()
|
void |
ResolveTests_1_5.test0053()
|
void |
JavadocCompletionContextTests.test0053()
|
void |
CompletionTests_1_5.test0053()
|
void |
CompletionContextTests.test0053()
|
void |
ResolveTests_1_5.test0054()
|
void |
JavadocCompletionContextTests.test0054()
|
void |
CompletionTests_1_5.test0054()
|
void |
CompletionContextTests.test0054()
|
void |
ResolveTests_1_5.test0055()
|
void |
JavadocCompletionContextTests.test0055()
|
void |
CompletionTests_1_5.test0055()
|
void |
CompletionContextTests.test0055()
|
void |
ResolveTests_1_5.test0056()
|
void |
JavadocCompletionContextTests.test0056()
|
void |
CompletionTests_1_5.test0056()
|
void |
CompletionContextTests.test0056()
|
void |
ResolveTests_1_5.test0057()
|
void |
CompletionTests_1_5.test0057()
|
void |
CompletionContextTests.test0057()
|
void |
ResolveTests_1_5.test0058()
|
void |
CompletionTests_1_5.test0058()
|
void |
CompletionContextTests.test0058()
|
void |
ResolveTests_1_5.test0059()
|
void |
CompletionTests_1_5.test0059()
|
void |
CompletionContextTests.test0059()
|
void |
TypeHierarchySerializationTests.test006()
|
void |
JavadocTypeCompletionModelTest.test006()
|
void |
JavadocTextCompletionModelTest.test006()
|
void |
JavadocPackageCompletionModelTest.test006()
|
void |
JavadocMethodCompletionModelTest.test006()
|
void |
JavadocFieldCompletionModelTest.test006()
|
void |
EncodingTests.test006()
|
void |
CreateMembersTests.test006()
|
void |
CreateImportsTests.test006()
|
void |
AttachedJavadocTests.test006()
|
void |
ResolveTests_1_5.test0060()
|
void |
CompletionTests_1_5.test0060()
|
void |
CompletionContextTests.test0060()
|
void |
ResolveTests_1_5.test0061()
|
void |
CompletionTests_1_5.test0061()
|
void |
CompletionContextTests.test0061()
|
void |
ResolveTests_1_5.test0062()
|
void |
CompletionTests_1_5.test0062()
|
void |
CompletionContextTests.test0062()
|
void |
ResolveTests_1_5.test0063()
|
void |
CompletionTests_1_5.test0063()
|
void |
CompletionContextTests.test0063()
|
void |
ResolveTests_1_5.test0064()
|
void |
CompletionTests_1_5.test0064()
|
void |
CompletionContextTests.test0064()
|
void |
ResolveTests_1_5.test0065()
|
void |
CompletionTests_1_5.test0065()
|
void |
CompletionContextTests.test0065()
|
void |
ResolveTests_1_5.test0066()
|
void |
CompletionTests_1_5.test0066()
|
void |
CompletionContextTests.test0066()
|
void |
ResolveTests_1_5.test0067()
|
void |
CompletionTests_1_5.test0067()
|
void |
CompletionContextTests.test0067()
|
void |
ResolveTests_1_5.test0068()
|
void |
CompletionTests_1_5.test0068()
|
void |
CompletionContextTests.test0068()
|
void |
ResolveTests_1_5.test0069()
|
void |
CompletionTests_1_5.test0069()
|
void |
CompletionContextTests.test0069()
|
void |
TypeHierarchySerializationTests.test007()
|
void |
JavadocTypeCompletionModelTest.test007()
|
void |
JavadocTextCompletionModelTest.test007()
|
void |
JavadocPackageCompletionModelTest.test007()
|
void |
JavadocMethodCompletionModelTest.test007()
|
void |
JavadocFieldCompletionModelTest.test007()
|
void |
CreateImportsTests.test007()
|
void |
AttachedJavadocTests.test007()
|
void |
ResolveTests_1_5.test0070()
|
void |
CompletionTests_1_5.test0070()
|
void |
CompletionContextTests.test0070()
|
void |
ResolveTests_1_5.test0071()
|
void |
CompletionTests_1_5.test0071()
|
void |
CompletionContextTests.test0071()
|
void |
ResolveTests_1_5.test0072()
|
void |
CompletionTests_1_5.test0072()
|
void |
CompletionContextTests.test0072()
|
void |
ResolveTests_1_5.test0073()
|
void |
CompletionTests_1_5.test0073()
|
void |
CompletionContextTests.test0073()
|
void |
ResolveTests_1_5.test0074()
|
void |
CompletionTests_1_5.test0074()
|
void |
CompletionContextTests.test0074()
|
void |
ResolveTests_1_5.test0075()
|
void |
CompletionTests_1_5.test0075()
|
void |
CompletionContextTests.test0075()
|
void |
ResolveTests_1_5.test0076()
|
void |
CompletionTests_1_5.test0076()
|
void |
CompletionContextTests.test0076()
|
void |
ResolveTests_1_5.test0077()
|
void |
CompletionTests_1_5.test0077()
|
void |
CompletionContextTests.test0077()
|
void |
ResolveTests_1_5.test0078()
|
void |
CompletionTests_1_5.test0078()
|
void |
CompletionContextTests.test0078()
|
void |
ResolveTests_1_5.test0079()
|
void |
CompletionTests_1_5.test0079()
|
void |
CompletionContextTests.test0079()
|
void |
TypeHierarchySerializationTests.test008()
|
void |
JavadocTypeCompletionModelTest.test008()
|
void |
JavadocTextCompletionModelTest.test008()
|
void |
CreateImportsTests.test008()
|
void |
AttachedJavadocTests.test008()
|
void |
ResolveTests_1_5.test0080()
|
void |
CompletionTests_1_5.test0080()
|
void |
CompletionContextTests.test0080()
|
void |
ResolveTests_1_5.test0081()
|
void |
CompletionTests_1_5.test0081()
|
void |
CompletionContextTests.test0081()
|
void |
ResolveTests_1_5.test0082()
|
void |
CompletionTests_1_5.test0082()
|
void |
CompletionContextTests.test0082()
|
void |
ResolveTests_1_5.test0083()
|
void |
CompletionTests_1_5.test0083()
|
void |
CompletionContextTests.test0083()
|
void |
ResolveTests_1_5.test0084()
|
void |
CompletionTests_1_5.test0084()
|
void |
CompletionContextTests.test0084()
|
void |
ResolveTests_1_5.test0085()
|
void |
CompletionTests_1_5.test0085()
|
void |
CompletionContextTests.test0085()
|
void |
ResolveTests_1_5.test0086()
|
void |
CompletionTests_1_5.test0086()
|
void |
CompletionContextTests.test0086()
|
void |
ResolveTests_1_5.test0087()
|
void |
CompletionTests_1_5.test0087()
|
void |
CompletionContextTests.test0087()
|
void |
ResolveTests_1_5.test0088()
|
void |
CompletionTests_1_5.test0088()
|
void |
CompletionContextTests.test0088()
|
void |
ResolveTests_1_5.test0089()
|
void |
CompletionTests_1_5.test0089()
|
void |
CompletionContextTests.test0089()
|
void |
TypeHierarchySerializationTests.test009()
|
void |
JavadocTextCompletionModelTest.test009()
|
void |
CreateImportsTests.test009()
|
void |
AttachedJavadocTests.test009()
|
void |
ResolveTests_1_5.test0090()
|
void |
CompletionTests_1_5.test0090()
|
void |
CompletionContextTests.test0090()
|
void |
ResolveTests_1_5.test0091()
|
void |
CompletionTests_1_5.test0091()
|
void |
CompletionContextTests.test0091()
|
void |
ResolveTests_1_5.test0092()
|
void |
CompletionTests_1_5.test0092()
|
void |
CompletionContextTests.test0092()
|
void |
ResolveTests_1_5.test0093()
|
void |
CompletionTests_1_5.test0093()
|
void |
CompletionContextTests.test0093()
|
void |
ResolveTests_1_5.test0094()
|
void |
CompletionTests_1_5.test0094()
|
void |
CompletionContextTests.test0094()
|
void |
ResolveTests_1_5.test0095()
|
void |
CompletionTests_1_5.test0095()
|
void |
CompletionContextTests.test0095()
|
void |
ResolveTests_1_5.test0096()
|
void |
CompletionTests_1_5.test0096()
|
void |
CompletionContextTests.test0096()
|
void |
ResolveTests_1_5.test0097()
|
void |
CompletionTests_1_5.test0097()
|
void |
CompletionContextTests.test0097()
|
void |
ResolveTests_1_5.test0098()
|
void |
CompletionTests_1_5.test0098()
|
void |
CompletionContextTests.test0098()
|
void |
ResolveTests_1_5.test0099()
|
void |
CompletionTests_1_5.test0099()
|
void |
CompletionContextTests.test0099()
|
void |
SelectionJavadocModelTests.test01()
|
void |
JavadocTypeCompletionModelTest.test010()
|
void |
JavadocTextCompletionModelTest.test010()
|
void |
JavadocPackageCompletionModelTest.test010()
|
void |
JavadocMethodCompletionModelTest.test010()
|
void |
JavadocFieldCompletionModelTest.test010()
|
void |
CreateImportsTests.test010()
|
void |
AttachedJavadocTests.test010()
|
void |
ResolveTests_1_5.test0100()
|
void |
CompletionTests_1_5.test0100()
|
void |
CompletionContextTests.test0100()
|
void |
ResolveTests_1_5.test0101()
|
void |
CompletionTests_1_5.test0101()
|
void |
CompletionContextTests.test0101()
|
void |
CompletionTests_1_5.test0102()
|
void |
CompletionContextTests.test0102()
|
void |
ResolveTests_1_5.test0103()
|
void |
CompletionTests_1_5.test0103()
|
void |
CompletionContextTests.test0103()
|
void |
ResolveTests_1_5.test0104()
|
void |
CompletionTests_1_5.test0104()
|
void |
CompletionContextTests.test0104()
|
void |
ResolveTests_1_5.test0105()
|
void |
CompletionTests_1_5.test0105()
|
void |
CompletionContextTests.test0105()
|
void |
ResolveTests_1_5.test0106()
|
void |
CompletionTests_1_5.test0106()
|
void |
CompletionContextTests.test0106()
|
void |
CompletionTests_1_5.test0107()
|
void |
CompletionContextTests.test0107()
|
void |
CompletionTests_1_5.test0108()
|
void |
CompletionContextTests.test0108()
|
void |
CompletionTests_1_5.test0109()
|
void |
CompletionContextTests.test0109()
|
void |
JavadocTypeCompletionModelTest.test011()
|
void |
JavadocTextCompletionModelTest.test011()
|
void |
JavadocPackageCompletionModelTest.test011()
|
void |
JavadocMethodCompletionModelTest.test011()
|
void |
JavadocFieldCompletionModelTest.test011()
|
void |
EncodingTests.test011()
|
void |
CreateImportsTests.test011()
|
void |
AttachedJavadocTests.test011()
|
void |
CompletionTests_1_5.test0110()
|
void |
CompletionContextTests.test0110()
|
void |
CompletionTests_1_5.test0111()
|
void |
CompletionContextTests.test0111()
|
void |
CompletionTests_1_5.test0112()
|
void |
CompletionContextTests.test0112()
|
void |
ResolveTests_1_5.test0113()
|
void |
CompletionTests_1_5.test0113()
|
void |
CompletionContextTests.test0113()
|
void |
CompletionTests_1_5.test0114()
|
void |
CompletionContextTests.test0114()
|
void |
CompletionTests_1_5.test0115()
|
void |
CompletionContextTests.test0115()
|
void |
CompletionTests_1_5.test0116()
|
void |
CompletionContextTests.test0116()
|
void |
CompletionTests_1_5.test0117()
|
void |
CompletionContextTests.test0117()
|
void |
CompletionTests_1_5.test0118()
|
void |
CompletionContextTests.test0118()
|
void |
CompletionTests_1_5.test0119()
|
void |
CompletionContextTests.test0119()
|
void |
JavadocTypeCompletionModelTest.test012()
|
void |
JavadocPackageCompletionModelTest.test012()
|
void |
JavadocMethodCompletionModelTest.test012()
|
void |
JavadocFieldCompletionModelTest.test012()
|
void |
EncodingTests.test012()
|
void |
AttachedJavadocTests.test012()
|
void |
CompletionTests_1_5.test0120()
|
void |
CompletionContextTests.test0120()
|
void |
CompletionTests_1_5.test0121()
|
void |
CompletionContextTests.test0121()
|
void |
CompletionTests_1_5.test0122()
|
void |
CompletionContextTests.test0122()
|
void |
CompletionTests_1_5.test0123()
|
void |
CompletionContextTests.test0123()
|
void |
CompletionTests_1_5.test0124()
|
void |
CompletionContextTests.test0124()
|
void |
CompletionTests_1_5.test0125()
|
void |
CompletionContextTests.test0125()
|
void |
CompletionTests_1_5.test0126()
|
void |
CompletionContextTests.test0126()
|
void |
CompletionTests_1_5.test0127()
|
void |
CompletionContextTests.test0127()
|
void |
CompletionTests_1_5.test0128()
|
void |
CompletionContextTests.test0128()
|
void |
CompletionTests_1_5.test0129()
|
void |
CompletionContextTests.test0129()
|
void |
JavadocTypeCompletionModelTest.test013()
|
void |
JavadocPackageCompletionModelTest.test013()
|
void |
JavadocMethodCompletionModelTest.test013()
|
void |
JavadocFieldCompletionModelTest.test013()
|
void |
EncodingTests.test013()
|
void |
AttachedJavadocTests.test013()
|
void |
CompletionTests_1_5.test0130()
|
void |
CompletionContextTests.test0130()
|
void |
CompletionTests_1_5.test0131()
|
void |
CompletionContextTests.test0131()
|
void |
CompletionTests_1_5.test0132()
|
void |
CompletionContextTests.test0132()
|
void |
CompletionTests_1_5.test0133()
|
void |
CompletionContextTests.test0133()
|
void |
CompletionTests_1_5.test0134()
|
void |
CompletionContextTests.test0134()
|
void |
CompletionTests_1_5.test0135()
|
void |
CompletionContextTests.test0135()
|
void |
CompletionTests_1_5.test0136()
|
void |
CompletionContextTests.test0136()
|
void |
CompletionTests_1_5.test0137()
|
void |
CompletionContextTests.test0137()
|
void |
CompletionTests_1_5.test0138()
|
void |
CompletionContextTests.test0138()
|
void |
CompletionTests_1_5.test0139()
|
void |
CompletionContextTests.test0139()
|
void |
JavadocTypeCompletionModelTest.test014()
|
void |
JavadocPackageCompletionModelTest.test014()
|
void |
JavadocMethodCompletionModelTest.test014()
|
void |
JavadocFieldCompletionModelTest.test014()
|
void |
EncodingTests.test014()
|
void |
AttachedJavadocTests.test014()
|
void |
CompletionTests_1_5.test0140()
|
void |
CompletionContextTests.test0140()
|
void |
CompletionTests_1_5.test0141()
|
void |
CompletionContextTests.test0141()
|
void |
CompletionTests_1_5.test0142()
|
void |
CompletionContextTests.test0142()
|
void |
CompletionTests_1_5.test0143()
|
void |
CompletionContextTests.test0143()
|
void |
CompletionTests_1_5.test0144()
|
void |
CompletionContextTests.test0144()
|
void |
CompletionTests_1_5.test0145()
|
void |
CompletionContextTests.test0145()
|
void |
CompletionTests_1_5.test0146()
|
void |
CompletionContextTests.test0146()
|
void |
CompletionTests_1_5.test0147()
|
void |
CompletionContextTests.test0147()
|
void |
CompletionTests_1_5.test0148()
|
void |
CompletionContextTests.test0148()
|
void |
CompletionTests_1_5.test0149()
|
void |
CompletionContextTests.test0149()
|
void |
JavadocTypeCompletionModelTest.test015()
|
void |
JavadocPackageCompletionModelTest.test015()
|
void |
JavadocMethodCompletionModelTest.test015()
|
void |
JavadocFieldCompletionModelTest.test015()
|
void |
EncodingTests.test015()
|
void |
AttachedJavadocTests.test015()
|
void |
CompletionTests_1_5.test0150()
|
void |
CompletionContextTests.test0150()
|
void |
CompletionTests_1_5.test0151()
|
void |
CompletionTests_1_5.test0152()
|
void |
CompletionContextTests.test0152()
|
void |
CompletionTests_1_5.test0153()
|
void |
CompletionContextTests.test0153()
|
void |
CompletionTests_1_5.test0154()
|
void |
CompletionContextTests.test0154()
|
void |
CompletionTests_1_5.test0155()
|
void |
CompletionContextTests.test0155()
|
void |
CompletionTests_1_5.test0156()
|
void |
CompletionContextTests.test0156()
|
void |
CompletionTests_1_5.test0157()
|
void |
CompletionContextTests.test0157()
|
void |
CompletionTests_1_5.test0158()
|
void |
CompletionContextTests.test0158()
|
void |
CompletionTests_1_5.test0159()
|
void |
CompletionContextTests.test0159()
|
void |
JavadocTypeCompletionModelTest.test016()
|
void |
JavadocMethodCompletionModelTest.test016()
|
void |
EncodingTests.test016()
|
void |
AttachedJavadocTests.test016()
|
void |
CompletionTests_1_5.test0160()
|
void |
CompletionContextTests.test0160()
|
void |
CompletionTests_1_5.test0161()
|
void |
CompletionContextTests.test0161()
|
void |
CompletionTests_1_5.test0162()
|
void |
CompletionContextTests.test0162()
|
void |
CompletionTests_1_5.test0163()
|
void |
CompletionContextTests.test0163()
|
void |
CompletionTests_1_5.test0164()
|
void |
CompletionContextTests.test0164()
|
void |
CompletionTests_1_5.test0165()
|
void |
CompletionContextTests.test0165()
|
void |
CompletionTests_1_5.test0166()
|
void |
CompletionTests_1_5.test0167()
|
void |
CompletionTests_1_5.test0168()
|
void |
CompletionTests_1_5.test0169()
|
void |
JavadocTypeCompletionModelTest.test017()
|
void |
AttachedJavadocTests.test017()
|
void |
CompletionTests_1_5.test0170()
|
void |
CompletionTests_1_5.test0171()
|
void |
CompletionTests_1_5.test0172()
|
void |
CompletionTests_1_5.test0173()
|
void |
CompletionTests_1_5.test0174()
|
void |
CompletionTests_1_5.test0175()
|
void |
CompletionTests_1_5.test0176()
|
void |
CompletionTests_1_5.test0177()
|
void |
CompletionTests_1_5.test0178()
|
void |
CompletionTests_1_5.test0179()
|
void |
JavadocTypeCompletionModelTest.test018()
|
void |
AttachedJavadocTests.test018()
|
void |
CompletionTests_1_5.test0180()
|
void |
CompletionTests_1_5.test0181()
|
void |
CompletionTests_1_5.test0182()
|
void |
CompletionTests_1_5.test0183()
|
void |
CompletionTests_1_5.test0184()
|
void |
CompletionTests_1_5.test0185()
|
void |
CompletionTests_1_5.test0186()
|
void |
CompletionTests_1_5.test0187()
|
void |
CompletionTests_1_5.test0188()
|
void |
CompletionTests_1_5.test0189()
|
void |
JavadocTypeCompletionModelTest.test019()
|
void |
AttachedJavadocTests.test019()
|
void |
CompletionTests_1_5.test0190()
|
void |
CompletionTests_1_5.test0191()
|
void |
CompletionTests_1_5.test0192()
|
void |
CompletionTests_1_5.test0193()
|
void |
CompletionTests_1_5.test0194()
|
void |
CompletionTests_1_5.test0195()
|
void |
CompletionTests_1_5.test0196()
|
void |
CompletionTests_1_5.test0196b()
|
void |
CompletionTests_1_5.test0197()
|
void |
CompletionTests_1_5.test0197b()
|
void |
CompletionTests_1_5.test0198()
|
void |
CompletionTests_1_5.test0198b()
|
void |
CompletionTests_1_5.test0199()
|
void |
CompletionTests_1_5.test0199b()
|
void |
SelectionJavadocModelTests.test02()
|
void |
JavadocTypeCompletionModelTest.test020()
|
void |
JavadocTextCompletionModelTest.test020()
|
void |
JavadocPackageCompletionModelTest.test020()
|
void |
JavadocMethodCompletionModelTest.test020()
|
void |
JavadocFieldCompletionModelTest.test020()
|
void |
AttachedJavadocTests.test020()
|
void |
CompletionTests_1_5.test0200()
|
void |
CompletionTests_1_5.test0200b()
|
void |
CompletionTests_1_5.test0201()
|
void |
CompletionTests_1_5.test0201b()
|
void |
CompletionTests_1_5.test0202()
|
void |
CompletionTests_1_5.test0203()
|
void |
CompletionTests_1_5.test0204()
|
void |
CompletionTests_1_5.test0205()
|
void |
CompletionTests_1_5.test0206()
|
void |
CompletionTests_1_5.test0207()
|
void |
CompletionTests_1_5.test0208()
|
void |
CompletionTests_1_5.test0209()
|
void |
JavadocTypeCompletionModelTest.test021()
|
void |
JavadocTextCompletionModelTest.test021()
|
void |
JavadocPackageCompletionModelTest.test021()
|
void |
JavadocMethodCompletionModelTest.test021()
|
void |
JavadocFieldCompletionModelTest.test021()
|
void |
EncodingTests.test021()
|
void |
CompletionTests_1_5.test0210()
|
void |
CompletionTests_1_5.test0211()
|
void |
CompletionTests_1_5.test0212()
|
void |
CompletionTests_1_5.test0213()
|
void |
CompletionTests_1_5.test0214()
|
void |
CompletionTests_1_5.test0215()
|
void |
CompletionTests_1_5.test0216()
|
void |
CompletionTests_1_5.test0217()
|
void |
CompletionTests_1_5.test0218()
|
void |
CompletionTests_1_5.test0219()
|
void |
JavadocTypeCompletionModelTest.test022()
|
void |
JavadocTextCompletionModelTest.test022()
|
void |
JavadocPackageCompletionModelTest.test022()
|
void |
JavadocMethodCompletionModelTest.test022()
|
void |
JavadocFieldCompletionModelTest.test022()
|
void |
EncodingTests.test022()
|
void |
AttachedJavadocTests.test022()
|
void |
CompletionTests_1_5.test0220()
|
void |
CompletionTests_1_5.test0221()
|
void |
CompletionTests_1_5.test0222()
|
void |
CompletionTests_1_5.test0223()
|
void |
CompletionTests_1_5.test0224()
|
void |
CompletionTests_1_5.test0225()
|
void |
CompletionTests_1_5.test0226()
|
void |
CompletionTests_1_5.test0227()
|
void |
CompletionTests_1_5.test0228()
|
void |
CompletionTests_1_5.test0229()
|
void |
JavadocTypeCompletionModelTest.test023()
|
void |
JavadocTextCompletionModelTest.test023()
|
void |
JavadocPackageCompletionModelTest.test023()
|
void |
JavadocMethodCompletionModelTest.test023()
|
void |
JavadocFieldCompletionModelTest.test023()
|
void |
EncodingTests.test023()
|
void |
AttachedJavadocTests.test023()
|
void |
CompletionTests_1_5.test0230()
|
void |
CompletionTests_1_5.test0231()
|
void |
CompletionTests_1_5.test0232()
|
void |
CompletionTests_1_5.test0233()
|
void |
CompletionTests_1_5.test0234()
|
void |
CompletionTests_1_5.test0235()
|
void |
CompletionTests_1_5.test0236()
|
void |
CompletionTests_1_5.test0237()
|
void |
CompletionTests_1_5.test0238()
|
void |
CompletionTests_1_5.test0239()
|
void |
JavadocTypeCompletionModelTest.test024()
|
void |
JavadocTextCompletionModelTest.test024()
|
void |
JavadocPackageCompletionModelTest.test024()
|
void |
JavadocFieldCompletionModelTest.test024()
|
void |
CompletionTests_1_5.test0240()
|
void |
CompletionTests_1_5.test0241()
|
void |
CompletionTests_1_5.test0242()
|
void |
CompletionTests_1_5.test0243()
|
void |
CompletionTests_1_5.test0244()
|
void |
CompletionTests_1_5.test0245()
|
void |
CompletionTests_1_5.test0246()
|
void |
CompletionTests_1_5.test0247()
|
void |
CompletionTests_1_5.test0248()
|
void |
CompletionTests_1_5.test0249()
|
void |
JavadocTypeCompletionModelTest.test025()
|
void |
JavadocTextCompletionModelTest.test025()
|
void |
JavadocPackageCompletionModelTest.test025()
|
void |
JavadocFieldCompletionModelTest.test025()
|
void |
CompletionTests_1_5.test0250()
|
void |
JavadocTypeCompletionModelTest.test026()
|
void |
JavadocTextCompletionModelTest.test026()
|
void |
JavadocFieldCompletionModelTest.test026()
|
void |
CompletionTests_1_5.test0260()
|
void |
CompletionTests_1_5.test0261()
|
void |
CompletionTests_1_5.test0262()
|
void |
CompletionTests_1_5.test0263()
|
void |
CompletionTests_1_5.test0264()
|
void |
CompletionTests_1_5.test0265()
|
void |
CompletionTests_1_5.test0266()
|
void |
CompletionTests_1_5.test0267()
|
void |
CompletionTests_1_5.test0268()
|
void |
CompletionTests_1_5.test0269()
|
void |
JavadocTextCompletionModelTest.test027()
|
void |
JavadocFieldCompletionModelTest.test027()
|
void |
CompletionTests_1_5.test0270()
|
void |
CompletionTests_1_5.test0271()
|
void |
CompletionTests_1_5.test0272()
|
void |
CompletionTests_1_5.test0273()
|
void |
CompletionTests_1_5.test0274()
|
void |
CompletionTests_1_5.test0275()
|
void |
CompletionTests_1_5.test0276()
|
void |
CompletionTests_1_5.test0277()
|
void |
CompletionTests_1_5.test0278()
|
void |
CompletionTests_1_5.test0279()
|
void |
JavadocTextCompletionModelTest.test028()
|
void |
JavadocFieldCompletionModelTest.test028()
|
void |
CompletionTests_1_5.test0280()
|
void |
CompletionTests_1_5.test0281()
|
void |
CompletionTests_1_5.test0282()
|
void |
CompletionTests_1_5.test0283()
|
void |
CompletionTests_1_5.test0284()
|
void |
CompletionTests_1_5.test0285()
|
void |
CompletionTests_1_5.test0286()
|
void |
CompletionTests_1_5.test0287()
|
void |
CompletionTests_1_5.test0288()
|
void |
CompletionTests_1_5.test0289()
|
void |
CompletionTests_1_5.test0290()
|
void |
CompletionTests_1_5.test0291()
|
void |
CompletionTests_1_5.test0292()
|
void |
CompletionTests_1_5.test0293()
|
void |
CompletionTests_1_5.test0294()
|
void |
CompletionTests_1_5.test0295()
|
void |
CompletionTests_1_5.test0296()
|
void |
CompletionTests_1_5.test0297()
|
void |
CompletionTests_1_5.test0298()
|
void |
CompletionTests_1_5.test0299()
|
void |
SelectionJavadocModelTests.test03()
|
void |
JavadocTypeCompletionModelTest.test030()
|
void |
JavadocTextCompletionModelTest.test030()
|
void |
JavadocPackageCompletionModelTest.test030()
|
void |
JavadocMethodCompletionModelTest.test030()
|
void |
JavadocFieldCompletionModelTest.test030()
|
void |
EncodingTests.test030()
Test for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=55930. |
void |
CompletionTests_1_5.test0300()
|
void |
CompletionTests_1_5.test0301()
|
void |
CompletionTests_1_5.test0302()
|
void |
CompletionTests_1_5.test0303()
|
void |
CompletionTests_1_5.test0304()
|
void |
CompletionTests_1_5.test0305()
|
void |
CompletionTests_1_5.test0306()
|
void |
CompletionTests_1_5.test0307()
|
void |
CompletionTests_1_5.test0308()
|
void |
CompletionTests_1_5.test0309()
|
void |
JavadocTypeCompletionModelTest.test031()
|
void |
JavadocTextCompletionModelTest.test031()
|
void |
JavadocPackageCompletionModelTest.test031()
|
void |
JavadocMethodCompletionModelTest.test031()
|
void |
EncodingTests.test031()
Test for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=55930. |
void |
CompletionTests_1_5.test0310()
|
void |
CompletionTests_1_5.test0311()
|
void |
CompletionTests_1_5.test0312()
|
void |
CompletionTests_1_5.test0313()
|
void |
CompletionTests_1_5.test0314()
|
void |
CompletionTests_1_5.test0315()
|
void |
CompletionTests_1_5.test0316()
|
void |
CompletionTests_1_5.test0317()
|
void |
CompletionTests_1_5.test0318()
|
void |
CompletionTests_1_5.test0319()
|
void |
JavadocTypeCompletionModelTest.test032()
|
void |
JavadocTextCompletionModelTest.test032()
|
void |
JavadocMethodCompletionModelTest.test032()
|
void |
EncodingTests.test032()
|
void |
CompletionTests_1_5.test0320()
|
void |
CompletionTests_1_5.test0321()
|
void |
CompletionTests_1_5.test0321b()
|
void |
CompletionTests_1_5.test0322()
|
void |
CompletionTests_1_5.test0323()
|
void |
CompletionTests_1_5.test0324()
|
void |
CompletionTests_1_5.test0325()
|
void |
CompletionTests_1_5.test0326()
|
void |
CompletionTests_1_5.test0327()
|
void |
CompletionTests_1_5.test0328()
|
void |
CompletionTests_1_5.test0329()
|
void |
JavadocTypeCompletionModelTest.test033()
|
void |
JavadocTextCompletionModelTest.test033()
|
void |
JavadocMethodCompletionModelTest.test033()
|
void |
CompletionTests_1_5.test0330()
|
void |
CompletionTests_1_5.test0331()
|
void |
CompletionTests_1_5.test0332()
|
void |
CompletionTests_1_5.test0333()
|
void |
CompletionTests_1_5.test0334()
|
void |
CompletionTests_1_5.test0335()
|
void |
CompletionTests_1_5.test0336()
|
void |
CompletionTests_1_5.test0337()
|
void |
CompletionTests_1_5.test0338()
|
void |
CompletionTests_1_5.test0339()
|
void |
JavadocTypeCompletionModelTest.test034()
|
void |
JavadocTextCompletionModelTest.test034()
|
void |
JavadocMethodCompletionModelTest.test034()
|
void |
CompletionTests_1_5.test0340()
|
void |
CompletionTests_1_5.test0341()
|
void |
CompletionTests_1_5.test0342()
|
void |
CompletionTests_1_5.test0343()
|
void |
CompletionTests_1_5.test0344()
|
void |
CompletionTests_1_5.test0345()
|
void |
CompletionTests_1_5.test0346()
|
void |
CompletionTests_1_5.test0347()
|
void |
CompletionTests_1_5.test0348()
|
void |
CompletionTests_1_5.test0349()
|
void |
JavadocTypeCompletionModelTest.test035()
|
void |
JavadocTextCompletionModelTest.test035()
|
void |
JavadocMethodCompletionModelTest.test035()
|
void |
CompletionTests_1_5.test0350()
|
void |
CompletionTests_1_5.test0351()
|
void |
CompletionTests_1_5.test0352()
|
void |
CompletionTests_1_5.test0353()
|
void |
CompletionTests_1_5.test0354()
|
void |
CompletionTests_1_5.test0355()
|
void |
CompletionTests_1_5.test0356()
|
void |
CompletionTests_1_5.test0357()
|
void |
CompletionTests_1_5.test0358()
|
void |
CompletionTests_1_5.test0359()
|
void |
JavadocTypeCompletionModelTest.test036()
|
void |
JavadocTextCompletionModelTest.test036()
|
void |
JavadocMethodCompletionModelTest.test036()
|
void |
CompletionTests_1_5.test0360()
|
void |
CompletionTests_1_5.test0361()
|
void |
CompletionTests_1_5.test0362()
|
void |
CompletionTests_1_5.test0363()
|
void |
CompletionTests_1_5.test0364()
|
void |
CompletionTests_1_5.test0365()
|
void |
CompletionTests_1_5.test0366()
|
void |
CompletionTests_1_5.test0367()
|
void |
CompletionTests_1_5.test0368()
|
void |
CompletionTests_1_5.test0369()
|
void |
JavadocTypeCompletionModelTest.test037()
|
void |
JavadocTextCompletionModelTest.test037()
|
void |
JavadocMethodCompletionModelTest.test037()
|
void |
CompletionTests_1_5.test0370()
|
void |
CompletionTests_1_5.test0371()
|
void |
CompletionTests_1_5.test0372()
|
void |
CompletionTests_1_5.test0373()
|
void |
CompletionTests_1_5.test0374()
|
void |
JavadocTextCompletionModelTest.test038()
|
void |
JavadocMethodCompletionModelTest.test038()
|
void |
JavadocMethodCompletionModelTest.test039()
|
void |
SelectionJavadocModelTests.test04()
|
void |
JavadocTypeCompletionModelTest.test040()
|
void |
JavadocTextCompletionModelTest.test040()
|
void |
JavadocPackageCompletionModelTest.test040()
|
void |
JavadocMethodCompletionModelTest.test040()
|
void |
JavadocTypeCompletionModelTest.test041()
|
void |
JavadocTextCompletionModelTest.test041()
|
void |
JavadocPackageCompletionModelTest.test041()
|
void |
JavadocMethodCompletionModelTest.test041()
|
void |
JavadocTypeCompletionModelTest.test042()
|
void |
JavadocTextCompletionModelTest.test042()
|
void |
JavadocMethodCompletionModelTest.test042()
|
void |
JavadocTypeCompletionModelTest.test043()
|
void |
JavadocTextCompletionModelTest.test043()
|
void |
JavadocMethodCompletionModelTest.test043()
|
void |
JavadocTypeCompletionModelTest.test044()
|
void |
JavadocTextCompletionModelTest.test044()
|
void |
JavadocMethodCompletionModelTest.test044()
|
void |
JavadocTypeCompletionModelTest.test045()
|
void |
JavadocTextCompletionModelTest.test045()
|
void |
JavadocMethodCompletionModelTest.test045()
|
void |
JavadocTextCompletionModelTest.test046()
|
void |
JavadocMethodCompletionModelTest.test046()
|
void |
JavadocTextCompletionModelTest.test047()
|
void |
JavadocMethodCompletionModelTest.test047()
|
void |
JavadocTextCompletionModelTest.test048()
|
void |
JavadocMethodCompletionModelTest.test048()
|
void |
JavadocTextCompletionModelTest.test049()
|
void |
JavadocMethodCompletionModelTest.test049()
|
void |
SelectionJavadocModelTests.test05()
|
void |
JavadocTypeCompletionModelTest.test050()
|
void |
JavadocTextCompletionModelTest.test050()
|
void |
JavadocMethodCompletionModelTest.test050()
|
void |
JavadocTypeCompletionModelTest.test051()
|
void |
JavadocTextCompletionModelTest.test051()
|
void |
JavadocMethodCompletionModelTest.test051()
|
void |
JavadocTypeCompletionModelTest.test052()
|
void |
JavadocTextCompletionModelTest.test052()
|
void |
JavadocMethodCompletionModelTest.test052()
|
void |
JavadocTypeCompletionModelTest.test053()
|
void |
JavadocTextCompletionModelTest.test053()
|
void |
JavadocMethodCompletionModelTest.test053()
|
void |
JavadocTextCompletionModelTest.test054()
|
void |
JavadocMethodCompletionModelTest.test054()
|
void |
JavadocTextCompletionModelTest.test055()
|
void |
JavadocMethodCompletionModelTest.test055()
|
void |
JavadocTextCompletionModelTest.test056()
|
void |
JavadocMethodCompletionModelTest.test056()
|
void |
JavadocTextCompletionModelTest.test057()
|
void |
JavadocMethodCompletionModelTest.test057()
|
void |
JavadocTextCompletionModelTest.test058()
|
void |
JavadocMethodCompletionModelTest.test058()
|
void |
JavadocTextCompletionModelTest.test059()
|
void |
JavadocMethodCompletionModelTest.test059()
|
void |
SelectionJavadocModelTests.test06()
|
void |
JavadocTypeCompletionModelTest.test060()
|
void |
JavadocMethodCompletionModelTest.test060()
|
void |
JavadocTypeCompletionModelTest.test061()
|
void |
JavadocMethodCompletionModelTest.test061()
|
void |
JavadocTypeCompletionModelTest.test062()
|
void |
JavadocTypeCompletionModelTest.test063()
|
void |
JavadocTypeCompletionModelTest.test064()
|
void |
JavadocTypeCompletionModelTest.test065()
|
void |
JavadocTypeCompletionModelTest.test066()
|
void |
JavadocTypeCompletionModelTest.test067()
|
void |
JavadocTypeCompletionModelTest.test068()
|
void |
JavadocTypeCompletionModelTest.test069()
|
void |
SelectionJavadocModelTests.test07()
|
void |
JavadocTypeCompletionModelTest.test070()
|
void |
JavadocTextCompletionModelTest.test070()
|
void |
JavadocMethodCompletionModelTest.test070()
|
void |
JavadocTypeCompletionModelTest.test071()
|
void |
JavadocTextCompletionModelTest.test071()
|
void |
JavadocMethodCompletionModelTest.test071()
|
void |
JavadocTextCompletionModelTest.test072()
|
void |
JavadocMethodCompletionModelTest.test072()
|
void |
JavadocTextCompletionModelTest.test073()
|
void |
JavadocMethodCompletionModelTest.test073()
|
void |
JavadocTextCompletionModelTest.test074()
|
void |
JavadocMethodCompletionModelTest.test074()
|
void |
JavadocTextCompletionModelTest.test075()
|
void |
JavadocMethodCompletionModelTest.test075()
|
void |
JavadocTextCompletionModelTest.test076()
|
void |
JavadocMethodCompletionModelTest.test076()
|
void |
JavadocTextCompletionModelTest.test077()
|
void |
JavadocMethodCompletionModelTest.test077()
|
void |
JavadocTextCompletionModelTest.test078()
|
void |
JavadocMethodCompletionModelTest.test078()
|
void |
JavadocTextCompletionModelTest.test079()
|
void |
JavadocMethodCompletionModelTest.test079()
|
void |
SelectionJavadocModelTests.test08()
|
void |
JavadocTypeCompletionModelTest.test080()
|
void |
JavadocTextCompletionModelTest.test080()
|
void |
JavadocMethodCompletionModelTest.test080()
|
void |
JavadocTextCompletionModelTest.test081()
|
void |
JavadocMethodCompletionModelTest.test081()
|
void |
JavadocTextCompletionModelTest.test082()
|
void |
JavadocMethodCompletionModelTest.test082()
|
void |
JavadocTextCompletionModelTest.test083()
|
void |
JavadocMethodCompletionModelTest.test083()
|
void |
JavadocTextCompletionModelTest.test084()
|
void |
JavadocMethodCompletionModelTest.test084()
|
void |
JavadocTextCompletionModelTest.test085()
|
void |
JavadocMethodCompletionModelTest.test085()
|
void |
JavadocTextCompletionModelTest.test086()
|
void |
JavadocMethodCompletionModelTest.test086()
|
void |
JavadocMethodCompletionModelTest.test087()
|
void |
JavadocMethodCompletionModelTest.test088()
|
void |
JavadocMethodCompletionModelTest.test089()
|
void |
SelectionJavadocModelTests.test09()
|
void |
JavadocMethodCompletionModelTest.test090()
|
void |
SelectionJavadocModelTests.test10()
|
void |
JavadocTypeCompletionModelTest.test100()
|
void |
JavadocMethodCompletionModelTest.test100()
|
void |
JavadocTypeCompletionModelTest.test101()
|
void |
JavadocMethodCompletionModelTest.test101()
|
void |
JavadocTypeCompletionModelTest.test102()
|
void |
JavadocMethodCompletionModelTest.test102()
|
void |
JavadocTypeCompletionModelTest.test103()
|
void |
JavadocMethodCompletionModelTest.test103()
|
void |
JavadocTypeCompletionModelTest.test104()
|
void |
JavadocMethodCompletionModelTest.test104()
|
void |
JavadocTypeCompletionModelTest.test105()
|
void |
JavadocMethodCompletionModelTest.test105()
|
void |
JavadocTypeCompletionModelTest.test106()
|
void |
JavadocMethodCompletionModelTest.test106()
|
void |
JavadocTypeCompletionModelTest.test107()
|
void |
JavadocMethodCompletionModelTest.test107()
|
void |
JavadocTypeCompletionModelTest.test108()
|
void |
JavadocMethodCompletionModelTest.test108()
|
void |
JavadocTypeCompletionModelTest.test109()
|
void |
JavadocMethodCompletionModelTest.test109()
|
void |
SelectionJavadocModelTests.test11()
|
void |
JavadocTypeCompletionModelTest.test110()
|
void |
JavadocMethodCompletionModelTest.test110()
|
void |
JavadocTypeCompletionModelTest.test111()
|
void |
JavadocMethodCompletionModelTest.test111()
|
void |
JavadocTypeCompletionModelTest.test112()
|
void |
JavadocMethodCompletionModelTest.test112()
|
void |
JavadocTypeCompletionModelTest.test113()
|
void |
JavadocMethodCompletionModelTest.test113()
|
void |
JavadocTypeCompletionModelTest.test114()
|
void |
JavadocMethodCompletionModelTest.test114()
|
void |
JavadocMethodCompletionModelTest.test115()
|
void |
JavadocMethodCompletionModelTest.test116()
|
void |
JavadocMethodCompletionModelTest.test117()
|
void |
JavadocMethodCompletionModelTest.test118()
|
void |
JavadocMethodCompletionModelTest.test119()
|
void |
SelectionJavadocModelTests.test12()
|
void |
JavadocMethodCompletionModelTest.test120()
|
void |
JavadocMethodCompletionModelTest.test121()
|
void |
JavadocMethodCompletionModelTest.test122()
|
void |
JavadocMethodCompletionModelTest.test123()
|
void |
SelectionJavadocModelTests.test13()
|
void |
JavadocMethodCompletionModelTest.test130()
|
void |
JavadocMethodCompletionModelTest.test131()
|
void |
JavadocMethodCompletionModelTest.test132()
|
void |
JavadocMethodCompletionModelTest.test133()
|
void |
JavadocMethodCompletionModelTest.test134()
|
void |
JavadocMethodCompletionModelTest.test135()
|
void |
JavadocMethodCompletionModelTest.test136()
|
void |
JavadocMethodCompletionModelTest.test137()
|
void |
JavadocMethodCompletionModelTest.test138()
|
void |
JavadocMethodCompletionModelTest.test139()
|
void |
SelectionJavadocModelTests.test14()
|
void |
JavadocMethodCompletionModelTest.test140()
|
void |
JavadocMethodCompletionModelTest.test141()
|
void |
JavadocMethodCompletionModelTest.test142()
|
void |
JavadocMethodCompletionModelTest.test143()
|
void |
JavadocMethodCompletionModelTest.test144()
|
void |
JavadocMethodCompletionModelTest.test145()
|
void |
JavadocMethodCompletionModelTest.test146()
|
void |
JavadocMethodCompletionModelTest.test147()
|
void |
JavadocMethodCompletionModelTest.test148()
|
void |
JavadocMethodCompletionModelTest.test149()
|
void |
SelectionJavadocModelTests.test15()
|
void |
JavadocMethodCompletionModelTest.test150()
|
void |
JavadocMethodCompletionModelTest.test151()
|
void |
JavadocMethodCompletionModelTest.test152()
|
void |
JavadocMethodCompletionModelTest.test153()
|
void |
JavadocMethodCompletionModelTest.test154()
|
void |
JavadocMethodCompletionModelTest.test155()
|
void |
JavadocMethodCompletionModelTest.test156()
|
void |
JavadocMethodCompletionModelTest.test157()
|
void |
SelectionJavadocModelTests.test16()
|
void |
JavadocMethodCompletionModelTest.test160()
|
void |
JavadocMethodCompletionModelTest.test161()
|
void |
JavadocMethodCompletionModelTest.test162()
|
void |
JavadocMethodCompletionModelTest.test163()
|
void |
SelectionJavadocModelTests.test17()
|
void |
SelectionJavadocModelTests.test18()
|
void |
SelectionJavadocModelTests.test19()
|
void |
SelectionJavadocModelTests.test20()
|
void |
SelectionJavadocModelTests.test21()
|
void |
SelectionJavadocModelTests.test22()
|
void |
SelectionJavadocModelTests.test23()
|
void |
SelectionJavadocModelTests.test24()
|
void |
SelectionJavadocModelTests.test25()
|
void |
SelectionJavadocModelTests.test26()
|
void |
ResolveTests.testAbstractMethod()
Resolve default abstract method bugs http://dev.eclipse.org/bugs/show_bug.cgi?id=23594 |
void |
ReconcilerTests.testAddDuplicateMember()
Ensures that the reconciler handles duplicate members correctly. |
void |
ReconcilerTests.testAddFieldAndConstructor()
Ensures that the reconciler reconciles the new contents with the current contents, updating the structure of this reconciler's compilation unit, and fires the Java element delta for the structural changes of the addition of a field and a constructor. |
void |
ReconcilerTests.testAddImports()
Ensures that the reconciler reconciles the new contents with the current contents, updating the structure of this reconciler's compilation unit, and fires the Java element delta for the structural changes of the addition of a field and a constructor. |
void |
ReconcilerTests.testAddMethod1()
Ensures that the reconciler reconciles the new contents with the current contents, updating the structure of this reconciler's compilation unit, and fires the Java element delta for the structural changes of the addition of a method. |
void |
JavaProjectTests.testAddNonJavaResourcePackageFragmentRoot()
Test adding a non-java resource in a package fragment root that correspond to the project. |
void |
ReconcilerTests.testAddPartialMethod1()
Ensures that the reconciler reconciles the new contents with the current contents,updating the structure of this reconciler's compilation unit, and fires the Java element delta for the structural changes of the addition of a portion of a new method. |
void |
ReconcilerTests.testAddPartialMethod1and2()
Ensures that the reconciler reconciles the new contents with the current contents,updating the structure of this reconciler's compilation unit, and fires the Java element delta for the structural changes of the addition of a portion of a new method. |
void |
ResolveTests.testAmbiguousMethod1()
|
void |
ClassFileTests.testAnnotations01()
|
void |
ClassFileTests.testAnnotations02()
|
void |
ClassFileTests.testAnnotations03()
|
void |
ClassFileTests.testAnnotations04()
|
void |
CompilationUnitTests.testAnnotations05()
|
void |
ClassFileTests.testAnnotations05()
|
void |
ClassFileTests.testAnnotations06()
|
void |
ClassFileTests.testAnnotations07()
|
void |
ClassFileTests.testAnnotations08()
|
void |
ClassFileTests.testAnnotations09()
|
void |
ReconcilerTests.testAnnotations1()
|
void |
ClassFileTests.testAnnotations10()
|
void |
ClassFileTests.testAnnotations11()
|
void |
ClassFileTests.testAnnotations12()
|
void |
ClassFileTests.testAnnotations13()
|
void |
ClassFileTests.testAnnotations14()
|
void |
ClassFileTests.testAnnotations15()
|
void |
ClassFileTests.testAnnotations16()
|
void |
ReconcilerTests.testAnnotations2()
|
void |
CompilationUnitTests.testAnnotations24()
|
void |
ReconcilerTests.testAnnotations3()
|
void |
ReconcilerTests.testAnnotations4()
|
void |
ReconcilerTests.testAnnotations5()
|
void |
TypeHierarchyTests.testAnonymousType01()
|
void |
TypeHierarchyTests.testAnonymousType02()
|
void |
TypeHierarchyTests.testAnonymousType03()
|
void |
TypeHierarchyTests.testAnonymousType04()
|
void |
TypeHierarchyTests.testAnonymousType05()
|
void |
TypeHierarchyTests.testAnonymousType06()
|
void |
JavaProjectTests.testArchiveClassFileCorrespondingResource()
Test that a class file in a jar has no corresponding resource. |
void |
ResolveTests.testArgumentName1()
Resolve an argument name |
void |
ResolveTests.testArgumentName2()
Resolve an argument name with base type |
void |
ResolveTests.testArrayLength()
Resolve the field "length" of an array |
void |
ResolveTests.testArrayParameterInsideParent1()
|
void |
AttachSourceTests.testASTParsing()
Test AST.parseCompilationUnit(IClassFile, boolean). |
void |
AttachSourceTests.testASTParsing2()
Test AST.parseCompilationUnit(IClassFile, boolean). |
void |
MementoTests.testBinaryFieldMemento()
Tests that a binary field can be persisted and restored using its memento. |
void |
TypeHierarchyTests.testBinaryInnerTypeGetSuperclass()
Ensures that the superclass can be retrieved for a binary inner type. |
void |
TypeHierarchyTests.testBinaryInnerTypeGetSuperInterfaces()
Ensures that the superinterfaces can be retrieved for a binary inner type. |
void |
MementoTests.testBinaryInnerTypeMemento()
Tests that an inner type, inner field and inner method can be persisted and restored using mementos. |
void |
MementoTests.testBinaryMethodMemento1()
Tests that a binary method can be persisted and restored using its memento. |
void |
MementoTests.testBinaryMethodMemento2()
Tests that a binary method can be persisted and restored using its memento. |
void |
MementoTests.testBinaryMethodMemento3()
Tests that a binary method can be persisted and restored using its memento. |
void |
MementoTests.testBinaryMethodMemento4()
Tests that a binary method with a parameter with wildcard can be persisted and restored using its memento. |
void |
TypeHierarchyTests.testBinarySubclass()
|
void |
TypeHierarchyTests.testBinaryTypeGetSuperclass()
Ensures that the superclass can be retrieved for a binary type's superclass. |
void |
TypeHierarchyTests.testBinaryTypeGetSuperclass2()
Ensures that the superclass can be retrieved for a binary type's superclass. |
void |
TypeHierarchyTests.testBinaryTypeGetSuperInterfaces()
Ensures that the superinterfaces can be retrieved for a binary type's superinterfaces. |
void |
TypeHierarchyTests.testBinaryTypeGetSuperInterfaces2()
Ensures that the superinterfaces can be retrieved for a binary type's superinterfaces. |
void |
MementoTests.testBinaryTypeMemento()
Tests that a binary type can be persisted and restored using its memento. |
void |
ReconcilerTests.testBroadcastAST1()
|
void |
ReconcilerTests.testBroadcastAST2()
|
void |
ReconcilerTests.testBroadcastAST3()
|
void |
ReconcilerTests.testBroadcastAST5()
|
void |
AttachSourceTests.testBug110172()
|
void |
EncodingTests.testBug110576()
Bug 110576: [encoding] Rename CU looses encoding for file which charset is determined by contents |
void |
JavadocBugsCompletionModelTest.testBug113374a()
Bug 113374: [javadoc][assist] do not propose anything if the prefix is preceded by a special character |
void |
JavadocBugsCompletionModelTest.testBug113374b()
|
void |
JavadocBugsCompletionModelTest.testBug113376a()
Bug 113376: [javadoc][assist] wrong overwrite range on completion followed by a tag |
void |
JavadocBugsCompletionModelTest.testBug113376b()
|
void |
JavadocBugsCompletionModelTest.testBug114341a()
Bug 114341: [javadoc][assist] range of the qualified type completion in javadoc text isn't corect |
void |
JavadocBugsCompletionModelTest.testBug114341b()
|
void |
JavadocBugsCompletionModelTest.testBug114341c()
|
void |
JavadocBugsCompletionModelTest.testBug114341d()
|
void |
JavadocBugsCompletionModelTest.testBug114341e()
|
void |
JavadocBugsCompletionModelTest.testBug114341f()
|
void |
JavadocBugsCompletionModelTest.testBug115662a()
Bug 115662: [javadoc][assist] link completion in types |
void |
JavadocBugsCompletionModelTest.testBug115662b()
|
void |
JavadocBugsCompletionModelTest.testBug115662c()
|
void |
JavadocBugsCompletionModelTest.testBug117183a()
Bug 117183: [javadoc][assist] No completion in text when cursor location is followed by a '.' |
void |
JavadocBugsCompletionModelTest.testBug117183b()
|
void |
JavadocBugsCompletionModelTest.testBug117183c()
|
void |
JavadocBugsCompletionModelTest.testBug117183d()
|
void |
JavadocBugsCompletionModelTest.testBug118092()
Bug 118092: [javadoc][assist] Eclipse hangs on code assist when writing ü |
void |
JavadocBugsCompletionModelTest.testBug118105()
Bug 118105: [javadoc][assist] Hang with 100% CPU during code assist on comment |
void |
JavadocBugsCompletionModelTest.testBug118311()
Bug 118311: [javadoc][assist] type \@ in javadoc comment and code assist == hang |
void |
JavadocBugsCompletionModelTest.testBug118397a()
Bug 118397: [javadoc][assist] type \@ in javadoc comment and code assist == hang |
void |
JavadocBugsCompletionModelTest.testBug118397b()
|
void |
JavadocBugsCompletionModelTest.testBug118397c()
|
void |
JavadocBugsCompletionModelTest.testBug118397d()
|
void |
JavadocBugsCompletionModelTest.testBug139621a()
|
void |
JavadocBugsCompletionModelTest.testBug139621b()
|
void |
JavadocBugsCompletionModelTest.testBug139621c()
|
void |
JavadocBugsCompletionModelTest.testBug139621d()
|
void |
JavadocBugsCompletionModelTest.testBug139621e()
|
void |
JavadocBugsCompletionModelTest.testBug139621f()
|
void |
JavadocBugsCompletionModelTest.testBug139621g()
|
void |
JavadocBugsCompletionModelTest.testBug139621h()
|
void |
JavadocBugsCompletionModelTest.testBug139621i()
|
void |
JavadocBugsCompletionModelTest.testBug144866()
Bug 144866: [assist][javadoc] Wrong completion inside @value tag |
void |
JavaSearchBugsTests.testBug148380_SearchAllTypes_cu_wksp()
|
void |
JavaSearchBugsTests.testBug148380_SearchAllTypes_cu()
|
void |
AttachSourceTests.testBug153133()
|
void |
CompletionTests.testBug164311_2()
|
void |
CompletionTests.testBug164311()
|
void |
SelectionJavadocModelTests.testBug165701()
|
void |
SelectionJavadocModelTests.testBug165794()
|
void |
JavaSearchBugsTests.testBug167190()
|
void |
JavadocBugsCompletionModelTest.testBug171016()
|
void |
JavadocBugsCompletionModelTest.testBug171016b()
|
void |
JavadocBugsCompletionModelTest.testBug185576a()
|
void |
JavadocBugsCompletionModelTest.testBug185576b()
|
void |
TypeHierarchyTests.testBug186781()
|
void |
TypeHierarchyTests.testBug215841()
|
void |
JavadocBugsCompletionModelTest.testBug22043()
Bug 22043: [javadoc][assist] Code Completion in Javadoc @see/@link doesn't work on partially entered argument types |
void |
JavadocBugsCompletionModelTest.testBug22043a()
|
void |
JavadocBugsCompletionModelTest.testBug22043b()
|
void |
JavadocBugsCompletionModelTest.testBug22043c()
|
void |
JavadocBugsCompletionModelTest.testBug3270()
Bug 3270: [javadoc][assist] Javadoc content assist should show classes after @throws tag (1GDWWV9) |
void |
JavadocBugsCompletionModelTest.testBug3270a()
|
void |
JavadocBugsCompletionModelTest.testBug3270b()
|
void |
ReconcilerTests.testBug60689()
Deprecated. using deprecated code |
void |
EncodingTests.testBug66898()
Bug 66898: refactor-rename: encoding is not preserved |
void |
EncodingTests.testBug66898b()
|
void |
JavadocBugsCompletionModelTest.testBug67732()
Bug 67732: [javadoc][assist] Content assist doesn't work in Javadoc "line breaks" |
void |
JavadocBugsCompletionModelTest.testBug68757()
Bug 68757: [javadoc][assist] inconsistent type qualification |
void |
JavadocBugsCompletionModelTest.testBug68757a()
|
void |
JavadocBugsCompletionModelTest.testBug68757b()
|
void |
EncodingTests.testBug70598()
Bug 70598: [Encoding] ArrayIndexOutOfBoundsException while testing BOM on *.txt files |
void |
JavaSearchBugsTests.testBug80084()
|
void |
JavaSearchBugsTests.testBug80194()
|
void |
JavaSearchBugsTests.testBug80194b()
|
void |
JavaSearchBugsTests.testBug80194string1()
|
void |
JavaSearchBugsTests.testBug80194string2()
|
void |
JavaSearchBugsTests.testBug80194string3()
|
void |
JavaSearchBugsTests.testBug80264_ClassesIgnoreDeclaringType()
|
void |
JavaSearchBugsTests.testBug80264_ClassesIgnoreReturnType()
|
void |
JavaSearchBugsTests.testBug80264_ClassesIgnoreTypes()
|
void |
JavaSearchBugsTests.testBug80264_FieldsIgnoreBothTypes()
|
void |
JavaSearchBugsTests.testBug80264_FieldsIgnoreDeclaringType()
|
void |
JavaSearchBugsTests.testBug80264_FieldsIgnoreReturnType()
|
void |
JavaSearchBugsTests.testBug80264_MethodsIgnoreBothTypes()
|
void |
JavaSearchBugsTests.testBug80264_MethodsIgnoreDeclaringType()
|
void |
JavaSearchBugsTests.testBug80264_MethodsIgnoreReturnType()
|
void |
JavaSearchBugsTests.testBug80890()
|
void |
JavaSearchBugsTests.testBug81084a()
|
void |
JavaSearchBugsTests.testBug81084b()
|
void |
JavaSearchBugsTests.testBug81084string()
|
void |
JavadocBugsCompletionModelTest.testBug86112()
Bug 86112: [javadoc][assist] Wrong reference to binary static initializer in javadoc |
void |
JavadocBugsCompletionModelTest.testBug87868()
Bug 87868: [javadoc][assist] Wrong reference to binary static initializer in javadoc |
void |
SelectionJavadocModelTests.testBug90266_Char()
|
void |
SelectionJavadocModelTests.testBug90266_String()
Bug 90266: [select] Code select returns null when there's a string including a slash on same line |
void |
CompletionTests.testBug96213()
|
void |
CompletionTests.testBug99811()
|
void |
CompletionTests.testCamelCaseField1()
|
void |
CompletionTests.testCamelCaseLocalVariable1()
|
void |
CompletionTests.testCamelCaseMethod1()
|
void |
CompletionTests.testCamelCaseMethodDeclaration1()
|
void |
CompletionTests.testCamelCaseType1()
|
void |
CompletionTests.testCamelCaseType2()
|
void |
CompletionTests.testCamelCaseType3()
|
void |
CompletionTests.testCamelCaseType4()
|
void |
CompletionTests.testCamelCaseType5()
|
void |
TypeHierarchyTests.testCancel()
Ensures that the creation of a type hierarchy can be cancelled. |
void |
ReconcilerTests.testCancel()
Deprecated. using deprecated code |
void |
WorkingCopyTests.testCancelMakeConsistent()
|
void |
ResolveTests.testCatchArgumentName1()
Resolve an argument name inside catch statement |
void |
ResolveTests.testCatchArgumentName2()
Resolve an argument name inside catch statement with base type |
void |
ResolveTests.testCatchArgumentType1()
bugs http://dev.eclipse.org/bugs/show_bug.cgi?id=24626 |
void |
ResolveTests.testCatchArgumentType2()
bugs http://dev.eclipse.org/bugs/show_bug.cgi?id=24626 |
void |
CompletionTests.testCatchClauseExceptionRef01()
|
void |
CompletionTests.testCatchClauseExceptionRef02()
|
void |
CompletionTests.testCatchClauseExceptionRef03()
|
void |
CompletionTests.testCatchClauseExceptionRef04()
|
void |
CompletionTests.testCatchClauseExceptionRef05()
|
void |
CompletionTests.testCatchClauseExceptionRef06()
|
void |
CompletionTests.testCatchClauseExceptionRef07()
|
void |
CompletionTests.testCatchClauseExceptionRef08()
|
void |
CompletionTests.testCatchClauseExceptionRef09()
|
void |
CompletionTests.testCatchClauseExceptionRef10()
|
void |
CompletionTests.testCatchClauseExceptionRef11()
|
void |
CompletionTests.testCatchClauseExceptionRef12()
|
void |
CompletionTests.testCatchClauseExceptionRef13()
|
void |
CompletionTests.testCatchClauseExceptionRef13b()
|
void |
CompletionTests.testCatchClauseExceptionRef14()
|
void |
CompletionTests.testCatchClauseExceptionRef15()
|
void |
ReconcilerTests.testCategories1()
Ensures that the delta is correct when adding a category |
void |
ReconcilerTests.testCategories2()
Ensures that the delta is correct when removing a category |
void |
ReconcilerTests.testCategories3()
Ensures that the delta is correct when changing a category |
void |
ReconcilerTests.testCategories4()
|
void |
ReconcilerTests.testChangeMethodTypeParameters()
Ensures that the reconciler reconciles the new contents with the current contents,updating the structure of this reconciler's compilation unit, and fires the Java element deltas for the structural changes of a method's type parameter change. |
void |
ReconcilerTests.testChangeMethodVisibility()
Ensures that the reconciler reconciles the new contents with the current contents,updating the structure of this reconciler's compilation unit, and fires the Java element deltas for the structural changes of a method visibility change. |
void |
JavaProjectTests.testChangeOutputLocation()
When the output location is changed, package fragments can be added/removed |
void |
ReconcilerTests.testChangeTypeTypeParameters()
Ensures that the reconciler reconciles the new contents with the current contents,updating the structure of this reconciler's compilation unit, and fires the Java element deltas for the structural changes of a type's type parameter change. |
void |
CompilationUnitTests.testCheckInterfaceMethodModifiers()
Ensures that correct modifiers are reported for a method in an interface. |
void |
ResolveTests.testClass1()
Resolve the class 'X' (field type). |
void |
ResolveTests.testClass2()
Resolve the class 'X' (local variable type). |
void |
ResolveTests.testClass3()
Resolve the class 'X'(array initializer type). |
void |
ResolveTests.testClass4()
Resolve the class 'X' (return type). |
void |
ResolveTests.testClass5()
Resolve the class 'X' (method argument). |
void |
ResolveTests.testClass6()
Resolve the class 'SuperClass' (super class). |
void |
JavaProjectTests.testClassFileCorrespondingResource()
Test that a class file has a corresponding resource. |
void |
AttachSourceTests.testClassFileGetElementAt01()
Ensure that a class file with an attached source can retrieve its children given a source index. |
void |
AttachSourceTests.testClassFileGetElementAt02()
Ensure that a class file with an attached source can retrieve its children given a source index. |
void |
AttachSourceTests.testClassFileGetElementAt03()
Ensure that a class file with an attached source can retrieve its children given a source index. |
void |
AttachSourceTests.testClassFileGetElementAt04()
|
void |
ClassNameTests.testClassNameWithDollar()
Tests that a type in a jar with a name ending with $ can be retrieved. |
void |
AttachSourceTests.testClassRetrieval()
Retrieves the source code for "A.class", which is the entire CU for "A.java". |
void |
ReconcilerTests.testCloseWorkingCopy()
Ensures that the correct delta is reported when closing the working copy and modifying its buffer. |
void |
CompilationUnitTests.testCodeCoverage()
Calls methods that do nothing to ensure code coverage |
void |
SnippetCompletionTests_1_5.testCodeSnippetAssistForBug132665()
|
void |
SnippetCompletionTests_1_5.testCodeSnippetAssistForBug223878()
|
void |
SnippetCompletionTests.testCodeSnippetAssistForClassFile()
|
void |
SnippetCompletionTests.testCodeSnippetAssistForClassFileInInnerClass()
|
void |
SnippetCompletionTests.testCodeSnippetAssistForClassFileInInterface()
|
void |
SnippetCompletionTests.testCodeSnippetAssistForClassFileInInterface2()
|
void |
SnippetCompletionTests.testCodeSnippetAssistForClassFileWithDollar()
|
void |
SnippetCompletionTests.testCodeSnippetAssistForClassFileWithSource()
|
void |
SnippetCompletionTests.testCodeSnippetAssistForCompilationUnit()
|
void |
SnippetCompletionTests.testCodeSnippetAssistForCompilationUnitWithoutSource()
|
void |
SnippetCompletionTests.testCodeSnippetAssistInsideNumber()
|
void |
JavaProjectTests.testCompilationUnitCorrespondingResource()
Test that a compilation unit has a corresponding resource. |
void |
CompletionTests.testCompletion2InterfacesWithSameMethod()
|
void |
CompletionTests.testCompletionAbstractMethod1()
|
void |
CompletionTests.testCompletionAbstractMethod2()
|
void |
CompletionTests.testCompletionAbstractMethod3()
|
void |
CompletionTests.testCompletionAbstractMethod4()
|
void |
CompletionTests.testCompletionAbstractMethodRelevance1()
|
void |
CompletionTests.testCompletionAbstractMethodRelevance2()
|
void |
CompletionTests.testCompletionAfterCase1()
|
void |
CompletionTests.testCompletionAfterCase2()
|
void |
CompletionTests.testCompletionAfterCase3()
|
void |
CompletionTests.testCompletionAfterCase4()
|
void |
CompletionTests.testCompletionAfterEqualEqual1()
|
void |
CompletionTests.testCompletionAfterEqualEqual2()
|
void |
CompletionTests.testCompletionAfterIf1()
|
void |
CompletionTests.testCompletionAfterIf2()
|
void |
CompletionTests.testCompletionAfterInstanceof01()
|
void |
CompletionTests.testCompletionAfterInstanceof02_01()
|
void |
CompletionTests.testCompletionAfterInstanceof02_02()
|
void |
CompletionTests.testCompletionAfterInstanceof02_03()
|
void |
CompletionTests.testCompletionAfterInstanceof02_04()
|
void |
CompletionTests.testCompletionAfterInstanceof03_01()
|
void |
CompletionTests.testCompletionAfterInstanceof03_02()
|
void |
CompletionTests.testCompletionAfterInstanceof03_03()
|
void |
CompletionTests.testCompletionAfterInstanceof03_04()
|
void |
CompletionTests.testCompletionAfterInstanceof03_05()
|
void |
CompletionTests.testCompletionAfterInstanceof03_06()
|
void |
CompletionTests.testCompletionAfterInstanceof04()
|
void |
CompletionTests.testCompletionAfterInstanceof05()
|
void |
CompletionTests.testCompletionAfterInstanceof06_01()
|
void |
CompletionTests.testCompletionAfterInstanceof06_02()
|
void |
CompletionTests.testCompletionAfterInstanceof07()
|
void |
CompletionTests.testCompletionAfterInstanceof08()
|
void |
CompletionTests.testCompletionAfterInstanceof09()
|
void |
CompletionTests.testCompletionAfterInstanceof10()
|
void |
CompletionTests.testCompletionAfterInstanceof11()
|
void |
CompletionTests.testCompletionAfterInstanceof12()
|
void |
CompletionTests.testCompletionAfterInstanceof13()
|
void |
CompletionTests.testCompletionAfterInstanceof14()
|
void |
CompletionTests.testCompletionAfterInstanceof15()
|
void |
CompletionTests.testCompletionAfterInstanceof16()
|
void |
CompletionTests.testCompletionAfterInstanceof17()
|
void |
CompletionTests.testCompletionAfterInstanceof18_01()
|
void |
CompletionTests.testCompletionAfterInstanceof18_02()
|
void |
CompletionTests.testCompletionAfterInstanceof18_03()
|
void |
CompletionTests.testCompletionAfterInstanceof19()
|
void |
CompletionTests.testCompletionAfterInstanceof20()
|
void |
CompletionTests.testCompletionAfterInstanceof21()
|
void |
CompletionTests.testCompletionAfterInstanceof22_01()
|
void |
CompletionTests.testCompletionAfterInstanceof22_02()
|
void |
CompletionTests.testCompletionAfterInstanceof22_03()
|
void |
CompletionTests.testCompletionAfterInstanceof22_04()
|
void |
CompletionTests.testCompletionAfterInstanceof23()
|
void |
CompletionTests.testCompletionAfterInstanceof24_1()
|
void |
CompletionTests.testCompletionAfterInstanceof24_2()
|
void |
CompletionTests.testCompletionAfterSupercall1()
|
void |
CompletionTests.testCompletionAfterSwitch()
|
void |
CompletionTests.testCompletionAllMemberTypes()
|
void |
CompletionTests.testCompletionAllMemberTypes2()
|
void |
CompletionTests.testCompletionAllMemberTypes3()
|
void |
CompletionTests.testCompletionAllMemberTypes4()
|
void |
CompletionTests.testCompletionAllMemberTypes5()
|
void |
CompletionTests.testCompletionAllMemberTypes6()
|
void |
CompletionTests.testCompletionAllMemberTypes7()
|
void |
CompletionTests.testCompletionAllocationExpressionIsParent1()
|
void |
CompletionTests.testCompletionAllocationExpressionIsParent2()
|
void |
CompletionTests.testCompletionAllocationExpressionIsParent3()
|
void |
CompletionTests.testCompletionAllocationExpressionIsParent4()
|
void |
CompletionTests.testCompletionAllocationExpressionIsParent5()
|
void |
CompletionTests.testCompletionAllocationExpressionIsParent6()
|
void |
CompletionTests.testCompletionAmbiguousFieldName()
|
void |
CompletionTests.testCompletionAmbiguousFieldName2()
|
void |
CompletionTests.testCompletionAmbiguousFieldName3()
|
void |
CompletionTests.testCompletionAmbiguousFieldName4()
|
void |
CompletionTests.testCompletionAmbiguousType()
|
void |
CompletionTests.testCompletionAmbiguousType2()
|
void |
CompletionTests.testCompletionArgumentName()
|
void |
CompletionTests.testCompletionArrayAccess1()
|
void |
CompletionTests.testCompletionArrayClone()
|
void |
CompletionTests.testCompletionArrayLength()
|
void |
CompletionTests.testCompletionArraysCloneMethod()
|
void |
CompletionTests.testCompletionAssignmentInMethod1()
|
void |
CompletionTests.testCompletionAssignmentInMethod2()
|
void |
CompletionTests.testCompletionAssignmentInMethod3()
|
void |
CompletionTests.testCompletionAssignmentInMethod4()
|
void |
CompletionTests.testCompletionBasicAnonymousDeclaration1()
|
void |
CompletionTests.testCompletionBasicCompletionContext()
|
void |
CompletionTests.testCompletionBasicField1()
|
void |
CompletionTests.testCompletionBasicKeyword1()
|
void |
CompletionTests.testCompletionBasicLocalVariable1()
|
void |
CompletionTests.testCompletionBasicMethod1()
|
void |
CompletionTests.testCompletionBasicMethodDeclaration1()
|
void |
CompletionTests.testCompletionBasicPackage1()
|
void |
CompletionTests.testCompletionBasicPotentialMethodDeclaration1()
|
void |
CompletionTests.testCompletionBasicType1()
|
void |
CompletionTests.testCompletionBasicType2()
|
void |
CompletionTests.testCompletionBasicType3()
|
void |
CompletionTests.testCompletionBasicVariableDeclaration1()
|
void |
CompletionTests.testCompletionBinaryOperator1()
|
void |
CompletionTests.testCompletionBinaryOperator2()
|
void |
CompletionTests.testCompletionBinaryOperator3()
|
void |
CompletionTests.testCompletionCaseInsensitive()
Ensures that completion is not case sensitive |
void |
CompletionTests.testCompletionCaseInsensitivePackage()
Complete a package in a case insensitive way |
void |
CompletionTests.testCompletionCastIsParent1()
|
void |
CompletionTests.testCompletionCastIsParent2()
|
void |
CompletionTests.testCompletionCatchArgumentName()
|
void |
CompletionTests.testCompletionCatchArgumentName2()
|
void |
CompletionTests.testCompletionClassLiteralAfterAnonymousType1()
|
void |
CompletionTests.testCompletionConditionalExpression1()
|
void |
CompletionTests.testCompletionConditionalExpression2()
|
void |
CompletionTests.testCompletionConditionalExpression3()
|
void |
CompletionTests.testCompletionConstructorForAnonymousType()
|
void |
CompletionTests.testCompletionEmptyToken1()
|
void |
CompletionTests.testCompletionEmptyToken2()
|
void |
CompletionTests.testCompletionEmptyTypeName1()
|
void |
CompletionTests.testCompletionEmptyTypeName2()
|
void |
CompletionTests.testCompletionEmptyTypeName3()
|
void |
CompletionTests.testCompletionEmptyTypeName4()
|
void |
CompletionTests.testCompletionEndOfCompilationUnit()
Complete at end of file. |
void |
CompletionTests.testCompletionExactNameCaseInsensitive()
|
void |
CompletionTests.testCompletionExpectedTypeIsNotValid()
|
void |
CompletionTests.testCompletionExpectedTypeOnEmptyToken1()
|
void |
CompletionTests.testCompletionExpectedTypeOnEmptyToken3()
|
void |
CompletionTests.testCompletionExpectedTypeOnEmptyToken4()
|
void |
CompletionTests.testCompletionFieldInitializer1()
|
void |
CompletionTests.testCompletionFieldInitializer2()
|
void |
CompletionTests.testCompletionFieldInitializer3()
|
void |
CompletionTests.testCompletionFieldInitializer4()
|
void |
CompletionTests.testCompletionFieldName()
|
void |
CompletionTests.testCompletionFieldName2()
|
void |
CompletionTests.testCompletionFindClass()
Complete the type "A" from "new A". |
void |
CompletionTests.testCompletionFindClass2()
The same type must be find only once |
void |
CompletionTests.testCompletionFindClassDefaultPackage()
Complete the type "Default" in the default package example. |
void |
CompletionTests.testCompletionFindConstructor()
Complete the constructor "CompletionFindConstructor" from "new CompletionFindConstructor(". |
void |
CompletionTests.testCompletionFindConstructor2()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=78801 |
void |
CompletionTests.testCompletionFindConstructor3()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=78801 |
void |
CompletionTests.testCompletionFindConstructor4()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=78801 |
void |
CompletionTests.testCompletionFindConstructor5()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=78801 |
void |
CompletionTests.testCompletionFindExceptions1()
Complete the exception "Exception" in a catch clause. |
void |
CompletionTests.testCompletionFindExceptions2()
Complete the exception "Exception" in a throws clause. |
void |
CompletionTests.testCompletionFindField1()
Complete the field "var" from "va"; |
void |
CompletionTests.testCompletionFindField2()
Complete the field "var" from "this.va"; |
void |
CompletionTests.testCompletionFindField3()
|
void |
CompletionTests.testCompletionFindImport1()
Complete the import, "import pac" |
void |
CompletionTests.testCompletionFindImport2()
|
void |
CompletionTests.testCompletionFindLocalVariable()
Complete the local variable "var"; |
void |
CompletionTests.testCompletionFindMemberType1()
|
void |
CompletionTests.testCompletionFindMemberType2()
|
void |
CompletionTests.testCompletionFindMethod1()
Complete the method call "a.foobar" from "a.fooba"; |
void |
CompletionTests.testCompletionFindMethod2()
Too much Completion match on interface |
void |
CompletionTests.testCompletionFindMethodInThis()
Complete the method call "foobar" from "fooba"; |
void |
CompletionTests.testCompletionFindMethodWhenInProcess()
Complete the method call "foobar" from "fooba". |
void |
CompletionTests.testCompletionFindSecondaryType1()
|
void |
CompletionTests.testCompletionFindSuperInterface()
|
void |
CompletionTests.testCompletionFindThisDotField()
Complete the field "bar" from "this.ba" |
void |
CompletionTests.testCompletionImportedType1()
|
void |
CompletionTests.testCompletionImportedType2()
|
void |
CompletionTests.testCompletionImportedType3()
|
void |
CompletionTests.testCompletionImportedType4()
|
void |
CompletionTests.testCompletionImportedType5()
|
void |
CompletionTests.testCompletionImportedType6()
|
void |
CompletionTests.testCompletionInsideExtends1()
|
void |
CompletionTests.testCompletionInsideExtends10()
|
void |
CompletionTests.testCompletionInsideExtends11()
|
void |
CompletionTests.testCompletionInsideExtends12()
|
void |
CompletionTests.testCompletionInsideExtends13()
|
void |
CompletionTests.testCompletionInsideExtends14()
|
void |
CompletionTests.testCompletionInsideExtends2()
|
void |
CompletionTests.testCompletionInsideExtends3()
|
void |
CompletionTests.testCompletionInsideExtends4()
|
void |
CompletionTests.testCompletionInsideExtends5()
|
void |
CompletionTests.testCompletionInsideExtends6()
|
void |
CompletionTests.testCompletionInsideExtends7()
|
void |
CompletionTests.testCompletionInsideExtends8()
|
void |
CompletionTests.testCompletionInsideExtends9()
|
void |
CompletionTests.testCompletionInsideGenericClass()
|
void |
CompletionTests.testCompletionInsideStaticMethod()
|
void |
CompletionTests.testCompletionInstanceofOperator1()
|
void |
CompletionTests.testCompletionKeywordAbstract1()
|
void |
CompletionTests.testCompletionKeywordAbstract10()
|
void |
CompletionTests.testCompletionKeywordAbstract11()
|
void |
CompletionTests.testCompletionKeywordAbstract12()
|
void |
CompletionTests.testCompletionKeywordAbstract13()
|
void |
CompletionTests.testCompletionKeywordAbstract14()
|
void |
CompletionTests.testCompletionKeywordAbstract15()
|
void |
CompletionTests.testCompletionKeywordAbstract16()
|
void |
CompletionTests.testCompletionKeywordAbstract2()
|
void |
CompletionTests.testCompletionKeywordAbstract3()
|
void |
CompletionTests.testCompletionKeywordAbstract4()
|
void |
CompletionTests.testCompletionKeywordAbstract5()
|
void |
CompletionTests.testCompletionKeywordAbstract6()
|
void |
CompletionTests.testCompletionKeywordAbstract7()
|
void |
CompletionTests.testCompletionKeywordAbstract8()
|
void |
CompletionTests.testCompletionKeywordAbstract9()
|
void |
CompletionTests.testCompletionKeywordAssert1()
|
void |
CompletionTests.testCompletionKeywordAssert2()
|
void |
CompletionTests.testCompletionKeywordAssert3()
|
void |
CompletionTests.testCompletionKeywordAssert4()
|
void |
CompletionTests.testCompletionKeywordAssert5()
|
void |
CompletionTests.testCompletionKeywordAssert6()
|
void |
CompletionTests.testCompletionKeywordBreak1()
|
void |
CompletionTests.testCompletionKeywordBreak2()
|
void |
CompletionTests.testCompletionKeywordBreak3()
|
void |
CompletionTests.testCompletionKeywordBreak4()
|
void |
CompletionTests.testCompletionKeywordBreak5()
|
void |
CompletionTests.testCompletionKeywordBreak6()
|
void |
CompletionTests.testCompletionKeywordCase1()
|
void |
CompletionTests.testCompletionKeywordCase10()
|
void |
CompletionTests.testCompletionKeywordCase2()
|
void |
CompletionTests.testCompletionKeywordCase3()
|
void |
CompletionTests.testCompletionKeywordCase4()
|
void |
CompletionTests.testCompletionKeywordCase5()
|
void |
CompletionTests.testCompletionKeywordCase6()
|
void |
CompletionTests.testCompletionKeywordCase7()
|
void |
CompletionTests.testCompletionKeywordCase8()
|
void |
CompletionTests.testCompletionKeywordCase9()
|
void |
CompletionTests.testCompletionKeywordCatch1()
|
void |
CompletionTests.testCompletionKeywordCatch10()
|
void |
CompletionTests.testCompletionKeywordCatch2()
|
void |
CompletionTests.testCompletionKeywordCatch3()
|
void |
CompletionTests.testCompletionKeywordCatch4()
|
void |
CompletionTests.testCompletionKeywordCatch5()
|
void |
CompletionTests.testCompletionKeywordCatch6()
|
void |
CompletionTests.testCompletionKeywordCatch7()
|
void |
CompletionTests.testCompletionKeywordCatch8()
|
void |
CompletionTests.testCompletionKeywordCatch9()
|
void |
CompletionTests.testCompletionKeywordClass1()
|
void |
CompletionTests.testCompletionKeywordClass10()
|
void |
CompletionTests.testCompletionKeywordClass11()
|
void |
CompletionTests.testCompletionKeywordClass12()
|
void |
CompletionTests.testCompletionKeywordClass13()
|
void |
CompletionTests.testCompletionKeywordClass14()
|
void |
CompletionTests.testCompletionKeywordClass15()
|
void |
CompletionTests.testCompletionKeywordClass16()
|
void |
CompletionTests.testCompletionKeywordClass17()
|
void |
CompletionTests.testCompletionKeywordClass18()
|
void |
CompletionTests.testCompletionKeywordClass19()
|
void |
CompletionTests.testCompletionKeywordClass2()
|
void |
CompletionTests.testCompletionKeywordClass20()
|
void |
CompletionTests.testCompletionKeywordClass21()
|
void |
CompletionTests.testCompletionKeywordClass22()
|
void |
CompletionTests.testCompletionKeywordClass23()
|
void |
CompletionTests.testCompletionKeywordClass24()
|
void |
CompletionTests.testCompletionKeywordClass3()
|
void |
CompletionTests.testCompletionKeywordClass4()
|
void |
CompletionTests.testCompletionKeywordClass5()
|
void |
CompletionTests.testCompletionKeywordClass6()
|
void |
CompletionTests.testCompletionKeywordClass7()
|
void |
CompletionTests.testCompletionKeywordClass8()
|
void |
CompletionTests.testCompletionKeywordClass9()
|
void |
CompletionTests.testCompletionKeywordContinue1()
|
void |
CompletionTests.testCompletionKeywordContinue2()
|
void |
CompletionTests.testCompletionKeywordContinue3()
|
void |
CompletionTests.testCompletionKeywordContinue4()
|
void |
CompletionTests.testCompletionKeywordContinue5()
|
void |
CompletionTests.testCompletionKeywordDefault1()
|
void |
CompletionTests.testCompletionKeywordDefault10()
|
void |
CompletionTests.testCompletionKeywordDefault2()
|
void |
CompletionTests.testCompletionKeywordDefault3()
|
void |
CompletionTests.testCompletionKeywordDefault4()
|
void |
CompletionTests.testCompletionKeywordDefault5()
|
void |
CompletionTests.testCompletionKeywordDefault6()
|
void |
CompletionTests.testCompletionKeywordDefault7()
|
void |
CompletionTests.testCompletionKeywordDefault8()
|
void |
CompletionTests.testCompletionKeywordDefault9()
|
void |
CompletionTests.testCompletionKeywordDo1()
|
void |
CompletionTests.testCompletionKeywordDo2()
|
void |
CompletionTests.testCompletionKeywordDo3()
|
void |
CompletionTests.testCompletionKeywordDo4()
|
void |
CompletionTests.testCompletionKeywordDo5()
|
void |
CompletionTests.testCompletionKeywordDo6()
|
void |
CompletionTests.testCompletionKeywordElse1()
|
void |
CompletionTests.testCompletionKeywordElse2()
|
void |
CompletionTests.testCompletionKeywordElse3()
|
void |
CompletionTests.testCompletionKeywordElse4()
|
void |
CompletionTests.testCompletionKeywordElse5()
|
void |
CompletionTests.testCompletionKeywordElse6()
|
void |
CompletionTests.testCompletionKeywordElse7()
|
void |
CompletionTests.testCompletionKeywordElse8()
|
void |
CompletionTests.testCompletionKeywordExtends1()
|
void |
CompletionTests.testCompletionKeywordExtends10()
|
void |
CompletionTests.testCompletionKeywordExtends2()
|
void |
CompletionTests.testCompletionKeywordExtends3()
|
void |
CompletionTests.testCompletionKeywordExtends4()
|
void |
CompletionTests.testCompletionKeywordExtends5()
|
void |
CompletionTests.testCompletionKeywordExtends6()
|
void |
CompletionTests.testCompletionKeywordExtends7()
|
void |
CompletionTests.testCompletionKeywordExtends8()
|
void |
CompletionTests.testCompletionKeywordExtends9()
|
void |
CompletionTests.testCompletionKeywordFalse1()
|
void |
CompletionTests.testCompletionKeywordFalse2()
|
void |
CompletionTests.testCompletionKeywordFalse3()
|
void |
CompletionTests.testCompletionKeywordFalse4()
|
void |
CompletionTests.testCompletionKeywordFalse5()
|
void |
CompletionTests.testCompletionKeywordFinal1()
|
void |
CompletionTests.testCompletionKeywordFinal10()
|
void |
CompletionTests.testCompletionKeywordFinal11()
|
void |
CompletionTests.testCompletionKeywordFinal12()
|
void |
CompletionTests.testCompletionKeywordFinal13()
|
void |
CompletionTests.testCompletionKeywordFinal14()
|
void |
CompletionTests.testCompletionKeywordFinal15()
|
void |
CompletionTests.testCompletionKeywordFinal16()
|
void |
CompletionTests.testCompletionKeywordFinal17()
|
void |
CompletionTests.testCompletionKeywordFinal18()
|
void |
CompletionTests.testCompletionKeywordFinal2()
|
void |
CompletionTests.testCompletionKeywordFinal3()
|
void |
CompletionTests.testCompletionKeywordFinal4()
|
void |
CompletionTests.testCompletionKeywordFinal5()
|
void |
CompletionTests.testCompletionKeywordFinal6()
|
void |
CompletionTests.testCompletionKeywordFinal7()
|
void |
CompletionTests.testCompletionKeywordFinal8()
|
void |
CompletionTests.testCompletionKeywordFinal9()
|
void |
CompletionTests.testCompletionKeywordFinally1()
|
void |
CompletionTests.testCompletionKeywordFinally10()
|
void |
CompletionTests.testCompletionKeywordFinally11()
|
void |
CompletionTests.testCompletionKeywordFinally12()
|
void |
CompletionTests.testCompletionKeywordFinally13()
|
void |
CompletionTests.testCompletionKeywordFinally14()
|
void |
CompletionTests.testCompletionKeywordFinally2()
|
void |
CompletionTests.testCompletionKeywordFinally3()
|
void |
CompletionTests.testCompletionKeywordFinally4()
|
void |
CompletionTests.testCompletionKeywordFinally5()
|
void |
CompletionTests.testCompletionKeywordFinally6()
|
void |
CompletionTests.testCompletionKeywordFinally7()
|
void |
CompletionTests.testCompletionKeywordFinally8()
|
void |
CompletionTests.testCompletionKeywordFinally9()
|
void |
CompletionTests.testCompletionKeywordFor1()
|
void |
CompletionTests.testCompletionKeywordFor2()
|
void |
CompletionTests.testCompletionKeywordFor3()
|
void |
CompletionTests.testCompletionKeywordFor4()
|
void |
CompletionTests.testCompletionKeywordFor5()
|
void |
CompletionTests.testCompletionKeywordFor6()
|
void |
CompletionTests.testCompletionKeywordIf1()
|
void |
CompletionTests.testCompletionKeywordIf2()
|
void |
CompletionTests.testCompletionKeywordIf3()
|
void |
CompletionTests.testCompletionKeywordIf4()
|
void |
CompletionTests.testCompletionKeywordIf5()
|
void |
CompletionTests.testCompletionKeywordIf6()
|
void |
CompletionTests.testCompletionKeywordImplements1()
|
void |
CompletionTests.testCompletionKeywordImplements2()
|
void |
CompletionTests.testCompletionKeywordImplements3()
|
void |
CompletionTests.testCompletionKeywordImplements4()
|
void |
CompletionTests.testCompletionKeywordImplements5()
|
void |
CompletionTests.testCompletionKeywordImplements6()
|
void |
CompletionTests.testCompletionKeywordImport1()
|
void |
CompletionTests.testCompletionKeywordImport2()
|
void |
CompletionTests.testCompletionKeywordImport3()
|
void |
CompletionTests.testCompletionKeywordImport4()
|
void |
CompletionTests.testCompletionKeywordImport5()
|
void |
CompletionTests.testCompletionKeywordImport6()
|
void |
CompletionTests.testCompletionKeywordImport7()
|
void |
CompletionTests.testCompletionKeywordImport8()
|
void |
CompletionTests.testCompletionKeywordInstanceof1()
|
void |
CompletionTests.testCompletionKeywordInstanceof2()
|
void |
CompletionTests.testCompletionKeywordInstanceof3()
|
void |
CompletionTests.testCompletionKeywordInstanceof4()
|
void |
CompletionTests.testCompletionKeywordInstanceof5()
|
void |
CompletionTests.testCompletionKeywordInstanceof6()
|
void |
CompletionTests.testCompletionKeywordInterface1()
|
void |
CompletionTests.testCompletionKeywordInterface10()
|
void |
CompletionTests.testCompletionKeywordInterface11()
|
void |
CompletionTests.testCompletionKeywordInterface12()
|
void |
CompletionTests.testCompletionKeywordInterface13()
|
void |
CompletionTests.testCompletionKeywordInterface14()
|
void |
CompletionTests.testCompletionKeywordInterface15()
|
void |
CompletionTests.testCompletionKeywordInterface16()
|
void |
CompletionTests.testCompletionKeywordInterface17()
|
void |
CompletionTests.testCompletionKeywordInterface18()
|
void |
CompletionTests.testCompletionKeywordInterface2()
|
void |
CompletionTests.testCompletionKeywordInterface3()
|
void |
CompletionTests.testCompletionKeywordInterface4()
|
void |
CompletionTests.testCompletionKeywordInterface5()
|
void |
CompletionTests.testCompletionKeywordInterface6()
|
void |
CompletionTests.testCompletionKeywordInterface7()
|
void |
CompletionTests.testCompletionKeywordInterface8()
|
void |
CompletionTests.testCompletionKeywordInterface9()
|
void |
CompletionTests.testCompletionKeywordNative1()
|
void |
CompletionTests.testCompletionKeywordNative2()
|
void |
CompletionTests.testCompletionKeywordNative3()
|
void |
CompletionTests.testCompletionKeywordNative4()
|
void |
CompletionTests.testCompletionKeywordNative5()
|
void |
CompletionTests.testCompletionKeywordNative6()
|
void |
CompletionTests.testCompletionKeywordNative7()
|
void |
CompletionTests.testCompletionKeywordNative8()
|
void |
CompletionTests.testCompletionKeywordNew1()
|
void |
CompletionTests.testCompletionKeywordNew10()
|
void |
CompletionTests.testCompletionKeywordNew11()
|
void |
CompletionTests.testCompletionKeywordNew12()
|
void |
CompletionTests.testCompletionKeywordNew13()
|
void |
CompletionTests.testCompletionKeywordNew14()
|
void |
CompletionTests.testCompletionKeywordNew15()
|
void |
CompletionTests.testCompletionKeywordNew16()
|
void |
CompletionTests.testCompletionKeywordNew2()
|
void |
CompletionTests.testCompletionKeywordNew3()
|
void |
CompletionTests.testCompletionKeywordNew4()
|
void |
CompletionTests.testCompletionKeywordNew5()
|
void |
CompletionTests.testCompletionKeywordNew6()
|
void |
CompletionTests.testCompletionKeywordNew7()
|
void |
CompletionTests.testCompletionKeywordNew8()
|
void |
CompletionTests.testCompletionKeywordNew9()
|
void |
CompletionTests.testCompletionKeywordNull1()
|
void |
CompletionTests.testCompletionKeywordNull2()
|
void |
CompletionTests.testCompletionKeywordNull3()
|
void |
CompletionTests.testCompletionKeywordNull4()
|
void |
CompletionTests.testCompletionKeywordPackage1()
|
void |
CompletionTests.testCompletionKeywordPackage2()
|
void |
CompletionTests.testCompletionKeywordPackage3()
|
void |
CompletionTests.testCompletionKeywordPackage4()
|
void |
CompletionTests.testCompletionKeywordPackage5()
|
void |
CompletionTests.testCompletionKeywordPackage6()
|
void |
CompletionTests.testCompletionKeywordPackage7()
|
void |
CompletionTests.testCompletionKeywordPackage8()
|
void |
CompletionTests.testCompletionKeywordPrivate1()
|
void |
CompletionTests.testCompletionKeywordPrivate10()
|
void |
CompletionTests.testCompletionKeywordPrivate2()
|
void |
CompletionTests.testCompletionKeywordPrivate3()
|
void |
CompletionTests.testCompletionKeywordPrivate4()
|
void |
CompletionTests.testCompletionKeywordPrivate5()
|
void |
CompletionTests.testCompletionKeywordPrivate6()
|
void |
CompletionTests.testCompletionKeywordPrivate7()
|
void |
CompletionTests.testCompletionKeywordPrivate8()
|
void |
CompletionTests.testCompletionKeywordPrivate9()
|
void |
CompletionTests.testCompletionKeywordProtected1()
|
void |
CompletionTests.testCompletionKeywordProtected10()
|
void |
CompletionTests.testCompletionKeywordProtected2()
|
void |
CompletionTests.testCompletionKeywordProtected3()
|
void |
CompletionTests.testCompletionKeywordProtected4()
|
void |
CompletionTests.testCompletionKeywordProtected5()
|
void |
CompletionTests.testCompletionKeywordProtected6()
|
void |
CompletionTests.testCompletionKeywordProtected7()
|
void |
CompletionTests.testCompletionKeywordProtected8()
|
void |
CompletionTests.testCompletionKeywordProtected9()
|
void |
CompletionTests.testCompletionKeywordPublic1()
|
void |
CompletionTests.testCompletionKeywordPublic10()
|
void |
CompletionTests.testCompletionKeywordPublic11()
|
void |
CompletionTests.testCompletionKeywordPublic12()
|
void |
CompletionTests.testCompletionKeywordPublic13()
|
void |
CompletionTests.testCompletionKeywordPublic14()
|
void |
CompletionTests.testCompletionKeywordPublic15()
|
void |
CompletionTests.testCompletionKeywordPublic16()
|
void |
CompletionTests.testCompletionKeywordPublic17()
|
void |
CompletionTests.testCompletionKeywordPublic18()
|
void |
CompletionTests.testCompletionKeywordPublic19()
|
void |
CompletionTests.testCompletionKeywordPublic2()
|
void |
CompletionTests.testCompletionKeywordPublic20()
|
void |
CompletionTests.testCompletionKeywordPublic3()
|
void |
CompletionTests.testCompletionKeywordPublic4()
|
void |
CompletionTests.testCompletionKeywordPublic5()
|
void |
CompletionTests.testCompletionKeywordPublic6()
|
void |
CompletionTests.testCompletionKeywordPublic7()
|
void |
CompletionTests.testCompletionKeywordPublic8()
|
void |
CompletionTests.testCompletionKeywordPublic9()
|
void |
CompletionTests.testCompletionKeywordReturn1()
|
void |
CompletionTests.testCompletionKeywordReturn2()
|
void |
CompletionTests.testCompletionKeywordReturn3()
|
void |
CompletionTests.testCompletionKeywordReturn4()
|
void |
CompletionTests.testCompletionKeywordReturn5()
|
void |
CompletionTests.testCompletionKeywordReturn6()
|
void |
CompletionTests.testCompletionKeywordReturn7()
|
void |
CompletionTests.testCompletionKeywordStatic1()
|
void |
CompletionTests.testCompletionKeywordStatic10()
|
void |
CompletionTests.testCompletionKeywordStatic2()
|
void |
CompletionTests.testCompletionKeywordStatic3()
|
void |
CompletionTests.testCompletionKeywordStatic4()
|
void |
CompletionTests.testCompletionKeywordStatic5()
|
void |
CompletionTests.testCompletionKeywordStatic6()
|
void |
CompletionTests.testCompletionKeywordStatic7()
|
void |
CompletionTests.testCompletionKeywordStatic8()
|
void |
CompletionTests.testCompletionKeywordStatic9()
|
void |
CompletionTests.testCompletionKeywordStrictfp1()
|
void |
CompletionTests.testCompletionKeywordStrictfp2()
|
void |
CompletionTests.testCompletionKeywordStrictfp3()
|
void |
CompletionTests.testCompletionKeywordStrictfp4()
|
void |
CompletionTests.testCompletionKeywordStrictfp5()
|
void |
CompletionTests.testCompletionKeywordStrictfp6()
|
void |
CompletionTests.testCompletionKeywordStrictfp7()
|
void |
CompletionTests.testCompletionKeywordStrictfp8()
|
void |
CompletionTests.testCompletionKeywordSuper1()
|
void |
CompletionTests.testCompletionKeywordSuper10()
|
void |
CompletionTests.testCompletionKeywordSuper11()
|
void |
CompletionTests.testCompletionKeywordSuper12()
|
void |
CompletionTests.testCompletionKeywordSuper2()
|
void |
CompletionTests.testCompletionKeywordSuper3()
|
void |
CompletionTests.testCompletionKeywordSuper4()
|
void |
CompletionTests.testCompletionKeywordSuper5()
|
void |
CompletionTests.testCompletionKeywordSuper6()
|
void |
CompletionTests.testCompletionKeywordSuper7()
|
void |
CompletionTests.testCompletionKeywordSuper8()
|
void |
CompletionTests.testCompletionKeywordSuper9()
|
void |
CompletionTests.testCompletionKeywordSwitch1()
|
void |
CompletionTests.testCompletionKeywordSwitch2()
|
void |
CompletionTests.testCompletionKeywordSwitch3()
|
void |
CompletionTests.testCompletionKeywordSwitch4()
|
void |
CompletionTests.testCompletionKeywordSwitch5()
|
void |
CompletionTests.testCompletionKeywordSwitch6()
|
void |
CompletionTests.testCompletionKeywordSynchronized1()
|
void |
CompletionTests.testCompletionKeywordSynchronized10()
|
void |
CompletionTests.testCompletionKeywordSynchronized11()
|
void |
CompletionTests.testCompletionKeywordSynchronized12()
|
void |
CompletionTests.testCompletionKeywordSynchronized2()
|
void |
CompletionTests.testCompletionKeywordSynchronized3()
|
void |
CompletionTests.testCompletionKeywordSynchronized4()
|
void |
CompletionTests.testCompletionKeywordSynchronized5()
|
void |
CompletionTests.testCompletionKeywordSynchronized6()
|
void |
CompletionTests.testCompletionKeywordSynchronized7()
|
void |
CompletionTests.testCompletionKeywordSynchronized8()
|
void |
CompletionTests.testCompletionKeywordSynchronized9()
|
void |
CompletionTests.testCompletionKeywordThis1()
|
void |
CompletionTests.testCompletionKeywordThis10()
|
void |
CompletionTests.testCompletionKeywordThis11()
|
void |
CompletionTests.testCompletionKeywordThis12()
|
void |
CompletionTests.testCompletionKeywordThis13()
|
void |
CompletionTests.testCompletionKeywordThis14()
|
void |
CompletionTests.testCompletionKeywordThis15()
|
void |
CompletionTests.testCompletionKeywordThis2()
|
void |
CompletionTests.testCompletionKeywordThis3()
|
void |
CompletionTests.testCompletionKeywordThis4()
|
void |
CompletionTests.testCompletionKeywordThis5()
|
void |
CompletionTests.testCompletionKeywordThis6()
|
void |
CompletionTests.testCompletionKeywordThis7()
|
void |
CompletionTests.testCompletionKeywordThis8()
|
void |
CompletionTests.testCompletionKeywordThis9()
|
void |
CompletionTests.testCompletionKeywordThrow1()
|
void |
CompletionTests.testCompletionKeywordThrow2()
|
void |
CompletionTests.testCompletionKeywordThrow3()
|
void |
CompletionTests.testCompletionKeywordThrow4()
|
void |
CompletionTests.testCompletionKeywordThrow5()
|
void |
CompletionTests.testCompletionKeywordThrow6()
|
void |
CompletionTests.testCompletionKeywordThrows1()
|
void |
CompletionTests.testCompletionKeywordThrows2()
|
void |
CompletionTests.testCompletionKeywordThrows3()
|
void |
CompletionTests.testCompletionKeywordThrows4()
|
void |
CompletionTests.testCompletionKeywordThrows5()
|
void |
CompletionTests.testCompletionKeywordThrows6()
|
void |
CompletionTests.testCompletionKeywordThrows7()
|
void |
CompletionTests.testCompletionKeywordThrows8()
|
void |
CompletionTests.testCompletionKeywordTransient1()
|
void |
CompletionTests.testCompletionKeywordTransient2()
|
void |
CompletionTests.testCompletionKeywordTransient3()
|
void |
CompletionTests.testCompletionKeywordTransient4()
|
void |
CompletionTests.testCompletionKeywordTransient5()
|
void |
CompletionTests.testCompletionKeywordTransient6()
|
void |
CompletionTests.testCompletionKeywordTransient7()
|
void |
CompletionTests.testCompletionKeywordTransient8()
|
void |
CompletionTests.testCompletionKeywordTrue1()
|
void |
CompletionTests.testCompletionKeywordTrue2()
|
void |
CompletionTests.testCompletionKeywordTrue3()
|
void |
CompletionTests.testCompletionKeywordTrue4()
|
void |
CompletionTests.testCompletionKeywordTrue5()
|
void |
CompletionTests.testCompletionKeywordTrue6()
|
void |
CompletionTests.testCompletionKeywordTry1()
|
void |
CompletionTests.testCompletionKeywordTry2()
|
void |
CompletionTests.testCompletionKeywordTry3()
|
void |
CompletionTests.testCompletionKeywordTry4()
|
void |
CompletionTests.testCompletionKeywordTry5()
|
void |
CompletionTests.testCompletionKeywordTry6()
|
void |
CompletionTests.testCompletionKeywordVolatile1()
|
void |
CompletionTests.testCompletionKeywordVolatile2()
|
void |
CompletionTests.testCompletionKeywordVolatile3()
|
void |
CompletionTests.testCompletionKeywordVolatile4()
|
void |
CompletionTests.testCompletionKeywordVolatile5()
|
void |
CompletionTests.testCompletionKeywordVolatile6()
|
void |
CompletionTests.testCompletionKeywordVolatile7()
|
void |
CompletionTests.testCompletionKeywordVolatile8()
|
void |
CompletionTests.testCompletionKeywordWhile1()
|
void |
CompletionTests.testCompletionKeywordWhile10()
|
void |
CompletionTests.testCompletionKeywordWhile2()
|
void |
CompletionTests.testCompletionKeywordWhile3()
|
void |
CompletionTests.testCompletionKeywordWhile4()
|
void |
CompletionTests.testCompletionKeywordWhile5()
|
void |
CompletionTests.testCompletionKeywordWhile6()
|
void |
CompletionTests.testCompletionKeywordWhile7()
|
void |
CompletionTests.testCompletionKeywordWhile8()
|
void |
CompletionTests.testCompletionKeywordWhile9()
|
void |
CompletionTests.testCompletionLocalName()
|
void |
CompletionTests.testCompletionLocalType1()
|
void |
CompletionTests.testCompletionMemberType()
|
void |
CompletionTests.testCompletionMemberType2()
|
void |
CompletionTests.testCompletionMemberType3()
|
void |
CompletionTests.testCompletionMessageSendIsParent1()
|
void |
CompletionTests.testCompletionMessageSendIsParent2()
|
void |
CompletionTests.testCompletionMessageSendIsParent3()
|
void |
CompletionTests.testCompletionMessageSendIsParent4()
|
void |
CompletionTests.testCompletionMessageSendIsParent5()
|
void |
CompletionTests.testCompletionMessageSendIsParent6()
|
void |
CompletionTests.testCompletionMethodDeclaration()
|
void |
CompletionTests.testCompletionMethodDeclaration10()
|
void |
CompletionTests.testCompletionMethodDeclaration11()
|
void |
CompletionTests.testCompletionMethodDeclaration12()
|
void |
CompletionTests.testCompletionMethodDeclaration13()
|
void |
CompletionTests.testCompletionMethodDeclaration14()
|
void |
CompletionTests.testCompletionMethodDeclaration15()
|
void |
CompletionTests.testCompletionMethodDeclaration16()
|
void |
CompletionTests.testCompletionMethodDeclaration2()
|
void |
CompletionTests.testCompletionMethodDeclaration3()
Completion should not propose declarations of method already locally implemented |
void |
CompletionTests.testCompletionMethodDeclaration4()
|
void |
CompletionTests.testCompletionMethodDeclaration5()
|
void |
CompletionTests.testCompletionMethodDeclaration6()
|
void |
CompletionTests.testCompletionMethodDeclaration7()
|
void |
CompletionTests.testCompletionMethodDeclaration8()
|
void |
CompletionTests.testCompletionMethodDeclaration9()
|
void |
CompletionTests.testCompletionMethodThrowsClause()
|
void |
CompletionTests.testCompletionMethodThrowsClause2()
|
void |
CompletionTests.testCompletionNonEmptyToken1()
|
void |
CompletionTests.testCompletionNonStaticFieldRelevance()
|
void |
CompletionTests.testCompletionNullRequestor()
Attempt to do completion with a null requestor |
void |
CompletionTests.testCompletionObjectsMethodWithInterfaceReceiver()
|
void |
CompletionTests.testCompletionOnClassFile()
Ensures that the code assist features works on class files with associated source. |
void |
CompletionTests.testCompletionOnStaticMember1()
|
void |
CompletionTests.testCompletionOnStaticMember2()
|
void |
CompletionTests.testCompletionOutOfBounds()
Test that an out of bounds index causes an exception. |
void |
CompletionTests.testCompletionPackageAndClass1()
|
void |
CompletionTests.testCompletionPackageAndClass2()
|
void |
CompletionTests.testCompletionPrefixFieldName1()
|
void |
CompletionTests.testCompletionPrefixFieldName2()
|
void |
CompletionTests.testCompletionPrefixMethodName1()
|
void |
CompletionTests.testCompletionPrefixMethodName2()
|
void |
CompletionTests.testCompletionPrefixMethodName3()
|
void |
CompletionTests.testCompletionQualifiedAllocationType1()
|
void |
CompletionTests.testCompletionQualifiedExpectedType()
|
void |
CompletionTests.testCompletionRepeatedType()
Complete the type "Repeated", "RepeatedOtherType from "Repeated". |
void |
CompletionTests.testCompletionReturnInInitializer()
|
void |
CompletionTests.testCompletionReturnStatementIsParent1()
|
void |
CompletionTests.testCompletionReturnStatementIsParent2()
|
void |
CompletionTests.testCompletionSameClass()
|
void |
CompletionTests.testCompletionSameSuperClass()
|
void |
CompletionTests.testCompletionStaticMethod1()
|
void |
CompletionTests.testCompletionStaticMethodDeclaration1()
|
void |
CompletionTests.testCompletionStaticMethodDeclaration2()
|
void |
CompletionTests.testCompletionStaticMethodDeclaration3()
|
void |
CompletionTests.testCompletionStaticMethodDeclaration4()
|
void |
CompletionTests.testCompletionStaticMethodDeclaration5()
|
void |
CompletionTests.testCompletionStaticMethodDeclaration6()
|
void |
CompletionTests.testCompletionSuperType()
|
void |
CompletionTests.testCompletionSuperType2()
|
void |
CompletionTests.testCompletionSuperType3()
|
void |
CompletionTests.testCompletionSuperType4()
|
void |
CompletionTests.testCompletionSuperType5()
|
void |
CompletionTests.testCompletionSuperType6()
|
void |
CompletionTests.testCompletionSuperType7()
|
void |
CompletionTests.testCompletionSuperType8()
|
void |
CompletionTests.testCompletionThrowStatement()
|
void |
CompletionTests.testCompletionToplevelType1()
|
void |
CompletionTests.testCompletionType1()
|
void |
CompletionTests.testCompletionUnaryOperator1()
|
void |
CompletionTests.testCompletionUnaryOperator2()
|
void |
CompletionTests.testCompletionUnresolvedEnclosingType()
|
void |
CompletionTests.testCompletionUnresolvedFieldType()
|
void |
CompletionTests.testCompletionUnresolvedParameterType()
|
void |
CompletionTests.testCompletionUnresolvedReturnType()
|
void |
CompletionTests.testCompletionVariableInitializerInInitializer1()
|
void |
CompletionTests.testCompletionVariableInitializerInInitializer2()
|
void |
CompletionTests.testCompletionVariableInitializerInInitializer3()
|
void |
CompletionTests.testCompletionVariableInitializerInInitializer4()
|
void |
CompletionTests.testCompletionVariableInitializerInMethod1()
|
void |
CompletionTests.testCompletionVariableInitializerInMethod2()
|
void |
CompletionTests.testCompletionVariableInitializerInMethod3()
|
void |
CompletionTests.testCompletionVariableInitializerInMethod4()
|
void |
CompletionTests.testCompletionVariableName1()
|
void |
CompletionTests.testCompletionVariableName10()
|
void |
CompletionTests.testCompletionVariableName11()
|
void |
CompletionTests.testCompletionVariableName12()
|
void |
CompletionTests.testCompletionVariableName13()
|
void |
CompletionTests.testCompletionVariableName14_2()
|
void |
CompletionTests.testCompletionVariableName14()
|
void |
CompletionTests.testCompletionVariableName15()
|
void |
CompletionTests.testCompletionVariableName16()
|
void |
CompletionTests.testCompletionVariableName17()
|
void |
CompletionTests.testCompletionVariableName18()
|
void |
CompletionTests.testCompletionVariableName19()
|
void |
CompletionTests.testCompletionVariableName2()
|
void |
CompletionTests.testCompletionVariableName20()
|
void |
CompletionTests.testCompletionVariableName21()
|
void |
CompletionTests.testCompletionVariableName22()
|
void |
CompletionTests.testCompletionVariableName23()
|
void |
CompletionTests.testCompletionVariableName24()
|
void |
CompletionTests.testCompletionVariableName25()
|
void |
CompletionTests.testCompletionVariableName26()
|
void |
CompletionTests.testCompletionVariableName27()
|
void |
CompletionTests.testCompletionVariableName28()
|
void |
CompletionTests.testCompletionVariableName29()
|
void |
CompletionTests.testCompletionVariableName3()
|
void |
CompletionTests.testCompletionVariableName30()
|
void |
CompletionTests.testCompletionVariableName31()
|
void |
CompletionTests.testCompletionVariableName32()
|
void |
CompletionTests.testCompletionVariableName33()
|
void |
CompletionTests.testCompletionVariableName34()
|
void |
CompletionTests.testCompletionVariableName35()
|
void |
CompletionTests.testCompletionVariableName36()
|
void |
CompletionTests.testCompletionVariableName37()
|
void |
CompletionTests.testCompletionVariableName38()
|
void |
CompletionTests.testCompletionVariableName39()
|
void |
CompletionTests.testCompletionVariableName4()
|
void |
CompletionTests.testCompletionVariableName5_2()
|
void |
CompletionTests.testCompletionVariableName5()
|
void |
CompletionTests.testCompletionVariableName6_2()
|
void |
CompletionTests.testCompletionVariableName6()
|
void |
CompletionTests.testCompletionVariableName7()
|
void |
CompletionTests.testCompletionVariableName8()
|
void |
CompletionTests.testCompletionVariableName9_2()
|
void |
CompletionTests.testCompletionVariableName9()
|
void |
CompletionTests.testCompletionVariableNameOfArray1()
|
void |
CompletionTests.testCompletionVariableNameOfArray2()
|
void |
CompletionTests.testCompletionVariableNameOfArray3()
|
void |
CompletionTests.testCompletionVariableNameOfArray4()
|
void |
CompletionTests.testCompletionVariableNameUnresolvedType()
|
void |
CompletionTests.testCompletionVisibilityCheckDisabled()
|
void |
CompletionTests.testCompletionVisibilityCheckEnabled()
|
void |
CompletionTests.testCompletionVoidMethod()
|
void |
CompletionTests.testCompletionWithBinaryFolder()
|
void |
CompletionTests.testCompletionWithProblem1()
|
void |
ResolveTests.testConstructor()
Resolve a constructor |
void |
ResolveTests.testConstructor2()
Resolve a constructor call |
void |
ResolveTests.testConstructor3()
|
void |
ResolveTests.testConstructor4()
|
void |
ResolveTests.testConstructor5()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=194743 ResolveConstructorCall2.class has no attached source |
void |
ResolveTests.testConstructor6()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=194743 ResolveConstructorCall3.class has attached source and a default constructor |
void |
ResolveTests.testConstructorCallOfMemberType()
Resolve constructor call |
void |
ResolveTests.testConstructorDeclaration()
Resolve constructor declaration |
void |
TypeHierarchyTests.testContains1()
Ensures that contains(...) returns true for a type that is part of the hierarchy and false otherwise. |
void |
TypeHierarchyTests.testContains2()
|
void |
TypeHierarchyTests.testContains3()
|
void |
CopyMoveElementsTests.testCopyBinaryField()
Ensures that a binary field cannot be renamed. |
void |
CopyMoveElementsTests.testCopyBinaryMethod()
Ensures that a binary method cannot be renamed. |
void |
CopyMoveElementsTests.testCopyBinaryType()
Ensures that a binary type cannot be copied. |
void |
CodeCorrectionTests.testCorrectArgument1()
|
void |
CodeCorrectionTests.testCorrectException1()
|
void |
CodeCorrectionTests.testCorrectException2()
|
void |
CodeCorrectionTests.testCorrectField1()
|
void |
CodeCorrectionTests.testCorrectField2()
|
void |
CodeCorrectionTests.testCorrectFieldType1()
|
void |
CodeCorrectionTests.testCorrectFieldType2()
|
void |
CodeCorrectionTests.testCorrectImport1()
|
void |
CodeCorrectionTests.testCorrectImport2()
|
void |
CodeCorrectionTests.testCorrectImport3()
|
void |
CodeCorrectionTests.testCorrectLocalVariable1()
|
void |
CodeCorrectionTests.testCorrectLocalVariableType1()
|
void |
CodeCorrectionTests.testCorrectLocalVariableType2()
|
void |
CodeCorrectionTests.testCorrectMethod1()
|
void |
CodeCorrectionTests.testCorrectMethod2()
|
void |
CodeCorrectionTests.testCorrectSuperClass1()
|
void |
CodeCorrectionTests.testCorrectSuperClass2()
|
void |
CodeCorrectionTests.testCorrectSuperInterface1()
|
void |
CodeCorrectionTests.testCorrectSuperInterface2()
|
void |
EncodingTests.testCreateCompilationUnitAndImportContainer()
Check that the compilation unit is saved with the proper encoding. |
void |
CreatePackageTests.testCreatePackageFragment1()
Ensures that a package fragment can be created in a package fragment root. |
void |
CreatePackageTests.testCreatePackageFragment2()
Ensures that a package fragment that shares a prefix path with an existing package fragment can be created in a package fragment root. |
void |
CreatePackageTests.testCreatePackageFragment3()
Ensures that a package fragment can be created for the default package |
void |
CreatePackageTests.testCreatePackageFragment4()
Ensures that a package fragment can be created even if its name is unconventional. |
void |
CreateCompilationUnitTests.testCUAndImportContainer()
Ensures that a compilation unit can be created with specified source in a package. |
void |
WorkingCopyTests.testCustomizedBuffer()
Test creating a working copy with a customized buffer. |
void |
WorkingCopyTests.testCustomizedBuffer2()
Test closing then reopening a working copy with a customized buffer. |
void |
TypeHierarchyTests.testCycle()
|
void |
TypeHierarchyTests.testCycle2()
|
void |
ResolveTests.testDeepLocalVariable()
|
void |
ClassFileTests.testDefaultValue1()
|
void |
ClassFileTests.testDefaultValue2()
|
void |
ClassFileTests.testDefaultValue3()
|
void |
ClassFileTests.testDefaultValue4()
|
void |
ReconcilerTests.testDeleteMethod1()
Ensures that the reconciler reconciles the new contents with the current contents, updating the structure of this reconciler's compilation unit, and fires the Java element deltas for the structural changes of a method being deleted. |
void |
ReconcilerTests.testDeleteTwoMethods()
Ensures that the reconciler reconciles the new contents with the current contents, updating the structure of this reconciler's compilation unit, and fires the Java element deltas for the structural changes of two methods being deleted. |
void |
CompilationUnitTests.testDeprecatedFlag01()
|
void |
CompilationUnitTests.testDeprecatedFlag02()
|
void |
CompilationUnitTests.testDeprecatedFlag03()
|
void |
CompilationUnitTests.testDeprecatedFlag04()
|
void |
CompilationUnitTests.testDeprecatedFlag05()
|
void |
CompilationUnitTests.testDeprecatedFlag06()
|
void |
CompilationUnitTests.testDeprecatedFlag07()
|
void |
CompilationUnitTests.testDeprecatedFlag08()
|
void |
CompilationUnitTests.testDeprecatedFlag09()
|
void |
CompletionTests.testDeprecationCheck1()
|
void |
CompletionTests.testDeprecationCheck10()
|
void |
CompletionTests.testDeprecationCheck11()
|
void |
CompletionTests.testDeprecationCheck12()
|
void |
CompletionTests.testDeprecationCheck13()
|
void |
CompletionTests.testDeprecationCheck14()
|
void |
CompletionTests.testDeprecationCheck15()
|
void |
CompletionTests.testDeprecationCheck16()
|
void |
CompletionTests.testDeprecationCheck17()
|
void |
CompletionTests.testDeprecationCheck2()
|
void |
CompletionTests.testDeprecationCheck3()
|
void |
CompletionTests.testDeprecationCheck4()
|
void |
CompletionTests.testDeprecationCheck5()
|
void |
CompletionTests.testDeprecationCheck6()
|
void |
CompletionTests.testDeprecationCheck7()
|
void |
CompletionTests.testDeprecationCheck8()
|
void |
CompletionTests.testDeprecationCheck9()
|
void |
AttachSourceTests.testDetachSource()
Removes the source attachment from the jar. |
void |
ClassFileTests.testDotName()
|
void |
ResolveTests.testDuplicateFieldDeclaration()
|
void |
ResolveTests.testDuplicateFieldDeclaration2()
|
void |
ResolveTests.testDuplicateFieldDeclaration3()
|
void |
ResolveTests.testDuplicateFieldDeclaration4()
|
void |
ResolveTests.testDuplicateLocals1()
|
void |
CompletionTests.testDuplicateLocals1()
|
void |
ResolveTests.testDuplicateLocals2()
|
void |
CompletionTests.testDuplicateLocals2()
|
void |
ResolveTests.testDuplicateLocals3()
|
void |
CompletionTests.testDuplicateLocals3()
|
void |
ResolveTests.testDuplicateLocals4()
|
void |
CompletionTests.testDuplicateLocals4()
|
void |
ResolveTests.testDuplicateLocals5()
|
void |
CompletionTests.testDuplicateLocals5()
|
void |
ResolveTests.testDuplicateLocalsType1()
|
void |
CompletionTests.testDuplicateLocalsType1()
|
void |
ResolveTests.testDuplicateLocalsType2()
|
void |
CompletionTests.testDuplicateLocalsType2()
|
void |
ResolveTests.testDuplicateMethodDeclaration()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65259 |
void |
ResolveTests.testDuplicateMethodDeclaration10()
|
void |
ResolveTests.testDuplicateMethodDeclaration11()
|
void |
ResolveTests.testDuplicateMethodDeclaration12()
|
void |
ResolveTests.testDuplicateMethodDeclaration2()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65259 |
void |
ResolveTests.testDuplicateMethodDeclaration3()
|
void |
ResolveTests.testDuplicateMethodDeclaration4()
|
void |
ResolveTests.testDuplicateMethodDeclaration5()
|
void |
ResolveTests.testDuplicateMethodDeclaration6()
|
void |
ResolveTests.testDuplicateMethodDeclaration7()
|
void |
ResolveTests.testDuplicateMethodDeclaration8()
|
void |
ResolveTests.testDuplicateMethodDeclaration9()
|
void |
CreatePackageTests.testDuplicatePackageFragment()
Ensures that a package fragment that already exists is not duplicated in the package fragment root. |
void |
ResolveTests.testDuplicateTypeDeclaration()
|
void |
ResolveTests.testDuplicateTypeDeclaration2()
|
void |
ResolveTests.testDuplicateTypeDeclaration3()
|
void |
ResolveTests.testDuplicateTypeDeclaration4()
|
void |
ResolveTests.testDuplicateTypeDeclaration5()
|
void |
ResolveTests.testDuplicateTypeDeclaration6()
|
void |
ResolveTests.testDuplicateTypeDeclaration8()
|
void |
CompletionTests_1_5.testEC001()
|
void |
ResolveTests.testEmptySelection()
Resolve empty selection |
void |
ResolveTests.testEmptySelection2()
Resolve empty selection |
void |
ResolveTests.testEmptySelectionOnMethod()
Resolve empty selection |
void |
TypeHierarchyTests.testEmptyWorkingCopyPotentialSubtype()
|
void |
ResolveTests.testEndOfFile()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=57414 |
void |
CompletionTests.testEvaluationContextCompletion()
|
void |
CompletionTests.testEvaluationContextCompletion2()
|
void |
CompletionTests.testEvaluationContextCompletion3()
|
void |
CompletionTests.testEvaluationContextCompletion4()
|
void |
CompletionTests.testEvaluationContextCompletion5()
|
void |
CompletionTests.testEvaluationContextCompletion6()
|
void |
ClassFileTests.testExceptionTypes1()
|
void |
ClassFileTests.testExceptionTypes2()
|
void |
ResolveTests.testExplicitSuperConstructorCall()
Resolse explicit super constructor call |
void |
ResolveTests.testExplicitThisConstructorCall()
Resolse explicit this constructor call |
void |
JavaProjectTests.testExternalArchiveCorrespondingResource()
Test that an (external) jar has no corresponding resource. |
void |
MementoTests.testExternalJarBinaryFieldMemento()
Tests that a binary field in an external jar can be persisted and restored using its memento. |
void |
MementoTests.testExternalJarBinaryInnerTypeMemento()
Tests that a inner binary type and field in an external jar can be persisted and restored using its memento. |
void |
MementoTests.testExternalJarBinaryMethodMemento()
Tests that a binary method in an external jar can be persisted and restored using its memento. |
void |
MementoTests.testExternalJarBinaryTypeMemento()
Tests that a binary type in an external jar can be persisted and restored using its memento. |
void |
MementoTests.testExternalJarClassFileMemento()
Tests that a class file in an external jar at the root of the file system can be persisted and restored using its memento. |
void |
CompletionTests_1_5.testFavoriteImports001()
|
void |
CompletionTests.testFavoriteImports001()
|
void |
CompletionTests_1_5.testFavoriteImports002()
|
void |
CompletionTests.testFavoriteImports002()
|
void |
CompletionTests_1_5.testFavoriteImports003()
|
void |
CompletionTests.testFavoriteImports003()
|
void |
CompletionTests_1_5.testFavoriteImports004()
|
void |
CompletionTests.testFavoriteImports004()
|
void |
CompletionTests_1_5.testFavoriteImports005()
|
void |
CompletionTests.testFavoriteImports005()
|
void |
CompletionTests_1_5.testFavoriteImports006()
|
void |
CompletionTests.testFavoriteImports006()
|
void |
CompletionTests_1_5.testFavoriteImports007()
|
void |
CompletionTests.testFavoriteImports007()
|
void |
CompletionTests_1_5.testFavoriteImports008()
|
void |
CompletionTests_1_5.testFavoriteImports009()
|
void |
CompletionTests.testFavoriteImports009()
|
void |
CompletionTests_1_5.testFavoriteImports010()
|
void |
CompletionTests_1_5.testFavoriteImports011()
|
void |
CompletionTests.testFavoriteImports011()
|
void |
CompletionTests_1_5.testFavoriteImports012()
|
void |
CompletionTests_1_5.testFavoriteImports013()
|
void |
CompletionTests.testFavoriteImports013()
|
void |
CompletionTests_1_5.testFavoriteImports014()
|
void |
CompletionTests_1_5.testFavoriteImports015()
|
void |
CompletionTests_1_5.testFavoriteImports016()
|
void |
CompletionTests.testFavoriteImports016()
|
void |
CompletionTests_1_5.testFavoriteImports017()
|
void |
CompletionTests.testFavoriteImports017()
|
void |
CompletionTests_1_5.testFavoriteImports018()
|
void |
CompletionTests.testFavoriteImports018()
|
void |
CompletionTests_1_5.testFavoriteImports019()
|
void |
CompletionTests.testFavoriteImports019()
|
void |
CompletionTests_1_5.testFavoriteImports020()
|
void |
CompletionTests.testFavoriteImports020()
|
void |
CompletionTests_1_5.testFavoriteImports021()
|
void |
CompletionTests_1_5.testFavoriteImports022()
|
void |
CompletionTests.testFavoriteImports022()
|
void |
CompletionTests_1_5.testFavoriteImports023()
|
void |
CompletionTests.testFavoriteImports023()
|
void |
CompletionTests_1_5.testFavoriteImports024()
|
void |
CompletionTests.testFavoriteImports024()
|
void |
CompletionTests_1_5.testFavoriteImports025()
|
void |
CompletionTests.testFavoriteImports025()
|
void |
CompletionTests_1_5.testFavoriteImports026()
|
void |
CompletionTests.testFavoriteImports026()
|
void |
CompletionTests_1_5.testFavoriteImports027()
|
void |
CompletionTests.testFavoriteImports027()
|
void |
CompletionTests.testFavoriteImports028()
|
void |
CompletionTests_1_5.testFavoriteImports029()
|
void |
CompletionTests_1_5.testFavoriteImports030()
|
void |
CompletionTests.testFavoriteImports030()
|
void |
CompletionTests_1_5.testFavoriteImports031()
|
void |
CompletionTests.testFavoriteImports031()
|
void |
CompletionTests_1_5.testFavoriteImports032()
|
void |
CompletionTests.testFavoriteImports032()
|
void |
CompletionTests.testFavoriteImports033()
|
void |
ResolveTests.testField()
Resolve the field "foo" |
void |
GetSourceTests.testField()
Ensure the source for a field contains the modifiers, field type, name, and terminator. |
void |
ResolveTests.testFieldDeclaration()
Resolve field declaration |
void |
JavaProjectTests.testFindElementClassFile()
Test that a compilation unit can be found for a binary type |
void |
JavaProjectTests.testFindElementCompilationUnit()
Test that a compilation unit can be found |
void |
JavaProjectTests.testFindElementCompilationUnitDefaultPackage()
Test that a compilation unit can be found in a default package |
void |
JavaProjectTests.testFindElementInvalidPath()
Test that an invlaid path throws an exception |
void |
JavaProjectTests.testFindElementPackage()
Test that a package can be found |
void |
CompilationUnitTests.testFindPrimaryType1()
|
void |
CompilationUnitTests.testFindPrimaryType2()
|
void |
ClassNameTests.testFindSecondaryType_Bug72179()
|
void |
ClassNameTests.testFindSecondaryType_Exist01()
Bug 36032: JavaProject.findType() fails to find second type in source file |
void |
ClassNameTests.testFindSecondaryType_Exist02()
|
void |
ClassNameTests.testFindSecondaryType_Exist03()
|
void |
ClassNameTests.testFindSecondaryType_Exist04()
|
void |
ClassNameTests.testFindSecondaryType_Exist05()
|
void |
ClassNameTests.testFindSecondaryType_Exist06()
|
void |
ClassNameTests.testFindSecondaryType_NotFound01()
|
void |
ClassNameTests.testFindSecondaryType_NotFound02()
|
void |
ClassNameTests.testFindSecondaryType_NotFound03()
|
void |
ClassNameTests.testFindSecondaryType_NotFound04()
|
void |
ClassNameTests.testFindSecondaryType_NotFound05()
|
void |
ClassNameTests.testFindSecondaryType_Unknown01()
|
void |
ClassNameTests.testFindSecondaryType_Unknown02()
|
void |
ClassNameTests.testFindSecondaryType_Unknown03()
|
void |
ClassNameTests.testFindTypeWithDot()
Tests that a member type can be retrived using a dot qualified name. |
void |
TypeHierarchyTests.testFocusWithLocalAndAnonymousTypes()
|
void |
JavaProjectTests.testFolderWithDotName()
Test that a folder with a dot name does not relate to a package fragment |
void |
CreateCompilationUnitTests.testForce()
|
void |
WorkingCopyTests.testGeneral()
Tests the general functionality of a working copy: ensures that the copy and original compilation unit are not equal ensures the correct retrieval of the original element closing the package of the compilation unit does not close the copy ensures that working copies are unique ensures committing changes from working copies |
void |
TypeHierarchyTests.testGeneric01()
|
void |
TypeHierarchyTests.testGeneric02()
|
void |
TypeHierarchyTests.testGeneric03()
|
void |
TypeHierarchyTests.testGeneric04()
|
void |
TypeHierarchyTests.testGeneric05()
|
void |
TypeHierarchyTests.testGeneric07()
|
void |
TypeHierarchyTests.testGeneric08()
|
void |
AttachSourceTests.testGeneric1()
|
void |
AttachSourceTests.testGeneric2()
|
void |
AttachSourceTests.testGeneric3()
|
void |
AttachSourceTests.testGeneric4()
|
void |
AttachSourceTests.testGeneric5()
|
void |
AttachSourceTests.testGeneric6()
|
void |
AttachSourceTests.testGeneric7()
|
void |
AttachSourceTests.testGeneric8()
|
void |
TypeHierarchyTests.testGetAllSubtypes()
Ensures that the correct subtypes of a type exist in the type hierarchy. |
void |
TypeHierarchyTests.testGetAllSubtypesFromBinary()
Ensures that the correct subtypes of a binary type exit in the type hierarchy created on a region. |
void |
TypeHierarchyTests.testGetAllSuperclasses()
Ensures that the correct superclasses of a type exist in the type hierarchy. |
void |
TypeHierarchyTests.testGetAllSuperclassesFromBinary()
Ensures that the correct superclasses of a binary type exist in the type hierarchy. |
void |
TypeHierarchyTests.testGetAllSuperclassesFromBinary2()
Ensures that the correct superclasses of a binary type exist in the type hierarchy. |
void |
TypeHierarchyTests.testGetAllSuperInterfaces()
Ensures that the correct superinterfaces of a type exist in the type hierarchy. |
void |
TypeHierarchyTests.testGetAllSupertypes()
Ensures that the correct supertypes of a type exist in the type hierarchy. |
void |
TypeHierarchyTests.testGetAllSupertypes2()
Ensures that the correct supertypes of a type exist in the type hierarchy. |
void |
TypeHierarchyTests.testGetAllTypes()
Ensures that the correct types exist in the type hierarchy. |
void |
TypeHierarchyTests.testGetCachedFlags()
Ensures that the flags for an interface hierarchy are correctly cached (regression test for bug 60365 hierarchy view shows some interfaces as classes [type hierarchy]) |
void |
CompilationUnitTests.testGetElementAt()
Tests Java element retrieval via source position |
void |
CompilationUnitTests.testGetElementAt2()
Tests import declararion retrieval via source position. |
void |
CompilationUnitTests.testGetElementAt3()
|
void |
CompilationUnitTests.testGetElementAt4()
|
void |
CompilationUnitTests.testGetElementAt5()
|
void |
CompilationUnitTests.testGetElementAt6()
|
void |
CompilationUnitTests.testGetElementAt7()
|
void |
TypeHierarchyTests.testGetExtendingInterfaces()
Ensures that the correct extending interfaces exist in the type hierarchy. |
void |
CompilationUnitTests.testGetFields()
Ensures that correct number of fields with the correct names, modifiers, signatures and declaring types exist in a type. |
void |
TypeHierarchyTests.testGetImplementingClasses()
Ensures that the correct implementing interfaces exist in the type hierarchy. |
void |
CompilationUnitTests.testGetImports()
Ensures that correct number of imports with the correct names exist in "GraphicsTest" compilation unit. |
void |
CompilationUnitTests.testGetInnerTypes()
Ensure that type handles are returned from the compilation unit for an inner type. |
void |
CompilationUnitTests.testGetMethod1()
Ensures that a method has the correct return type, parameters and exceptions. |
void |
CompilationUnitTests.testGetMethod2()
Ensures that a method has the correct AccVarargs flag set. |
void |
CompilationUnitTests.testGetMethod3()
Ensures that a constructor has the correct AccVarargs flag set. |
void |
CompilationUnitTests.testGetMethods()
Ensures that correct number of methods with the correct names and modifiers exist in a type. |
void |
AttachSourceTests.testGetNameRange01()
Ensures that name ranges exists for BinaryMembers that have mapped source. |
void |
AttachSourceTests.testGetNameRange02()
Ensures that name ranges exists for BinaryMembers that have mapped source. |
void |
AttachSourceTests.testGetNameRange03()
|
void |
CompilationUnitTests.testGetPackages()
Ensures that correct number of package declarations with the correct names exist a compilation unit. |
void |
WorkingCopyOwnerTests.testGetPrimaryElement4()
|
void |
WorkingCopyTests.testGetPrimaryInnerMethod()
|
void |
WorkingCopyTests.testGetPrimaryMethod()
Ensures that the primary method can be retrieved. |
void |
TypeHierarchyTests.testGetRootInterfaces()
Ensures that the correct root interfaces exist in the type hierarchy. |
void |
AttachSourceTests.testGetSourceAttachmentPath()
Retrieves the source attachment paths for jar root. |
void |
AttachSourceTests.testGetSourceRange()
Ensures that a source range exists for the class file that has mapped source. |
void |
AttachSourceTests.testGetSourceRangeInnerClass()
Ensures that a source range exists for the (inner) class file that has mapped source. |
void |
TypeHierarchyTests.testGetSubclasses()
Ensures that the correct number of subclasses exist in the type hierarchy created on a region. |
void |
TypeHierarchyTests.testGetSubtypes()
Ensures that the correct number of subtypes exist in the type hierarchy created on a region. |
void |
TypeHierarchyTests.testGetSuperclassInRegion()
Ensures that the superclass is correct in the type hierarchy a type created on a region containing a package. |
void |
ClassFileTests.testGetSuperclassTypeSignature()
|
void |
CompilationUnitTests.testGetSuperInterfaceTypeSignatures()
|
void |
ClassFileTests.testGetSuperInterfaceTypeSignatures()
|
void |
TypeHierarchyTests.testGetSupertypesInRegion()
Ensures that the correct supertypes exist in the type hierarchy created on a region. |
void |
TypeHierarchyTests.testGetSupertypesWithProjectRegion()
Ensures that the correct supertypes exist in the type hierarchy created on a region containing a project. |
void |
SignatureTests.testGetThrownExceptions_Bug155003()
|
void |
TypeHierarchyTests.testGetType()
Ensures that getType() returns the type the hierarchy was created for. |
void |
CompilationUnitTests.testGetTypes()
Ensures that correct number of types with the correct names and modifiers exist in a compilation unit. |
void |
ReconcilerTests.testGrowImports()
Start with no imports, add an import, and then append to the import name. |
void |
CompilationUnitTests.testHasChildren()
Ensures that a compilation unit has children. |
void |
TypeHierarchyTests.testImplementBinaryInnerInterface()
|
void |
ResolveTests.testImport()
Resolve in import |
void |
GetSourceTests.testImport()
Ensure the source for an import contains the 'import' keyword, name, and terminator. |
void |
CompilationUnitTests.testImportContainerHasChildren()
|
void |
ResolveTests.testInClassFileWithoutSource()
Tests code resolve on a class file without attached source. |
void |
ResolveTests.testInClassFileWithSource()
Tests code resolve on a class file with attached source. |
void |
AttachSourceTests.testInnerClass1()
|
void |
AttachSourceTests.testInnerClass2()
|
void |
AttachSourceTests.testInnerClass3()
|
void |
AttachSourceTests.testInnerClass4()
|
void |
AttachSourceTests.testInnerClass5()
|
void |
AttachSourceTests.testInnerClass6()
|
void |
AttachSourceTests.testInnerClass7()
|
void |
AttachSourceTests.testInnerClass8()
|
void |
AttachSourceTests.testInnerClass9()
|
void |
ResolveTests.testInnerClassAsParamater()
bugs http://dev.eclipse.org/bugs/show_bug.cgi?id=25687 |
void |
TypeHierarchyTests.testInnerType1()
Ensures that a hierarchy on an inner type is correctly rooted. |
void |
TypeHierarchyTests.testInnerType2()
Ensures that a hierarchy on an inner type has the correct subtype. |
void |
ResolveTests.testInterface()
Resolve the interface "Y" |
void |
JavaProjectTests.testInternalArchiveCorrespondingResource()
Test that an (internal) jar has a corresponding resource. |
void |
MementoTests.testInternalJarBinaryFieldMemento()
Tests that a binary field in an internal jar can be persisted and restored using its memento. |
void |
MementoTests.testInternalJarBinaryInnerTypeMemento()
Tests that a inner binary type and field in an internal jar can be persisted and restored using its memento. |
void |
MementoTests.testInternalJarBinaryMethodMemento()
Tests that a binary method in an internal jar can be persisted and restored using its memento. |
void |
MementoTests.testInternalJarBinaryTypeMemento()
Tests that a binary type in an internal jar can be persisted and restored using its memento. |
void |
ResolveTests.testInvalidField1()
|
void |
CompletionTests.testInvalidField1()
|
void |
ResolveTests.testInvalidField2()
|
void |
CompletionTests.testInvalidField2()
|
void |
ResolveTests.testInvalidField3()
|
void |
ResolveTests.testInvalidField4()
|
void |
ResolveTests.testInvalidMethod1()
|
void |
CompletionTests.testInvalidMethod1()
|
void |
ResolveTests.testInvalidMethod2()
|
void |
CompletionTests.testInvalidMethod2()
|
void |
ResolveTests.testInvalidResolve()
Attempt to resolve outside of the range of the compilation unit. |
void |
JavaProjectTests.testIsDefaultPackage()
Test IJavaPackageFragment.isDefaultPackage(). |
void |
CompilationUnitTests.testIsEnumConstant1()
|
void |
CompilationUnitTests.testIsEnumConstant2()
|
void |
JavaProjectTests.testJarPackageFragmentCorrespondingResource()
Test that a package fragment in a jar has no corresponding resource. |
void |
JavaProjectTests.testJdkLevelRoot()
Test the jdklevel of the package fragment root |
void |
CompletionTests.testLabel1()
|
void |
CompletionTests.testLabel2()
|
void |
CompletionTests.testLabel3()
|
void |
CompletionTests.testLabel4()
|
void |
CompletionTests.testLabel5()
|
void |
CompletionTests.testLabel6()
|
void |
AttachSourceTests.testLibFolder()
Ensures that a source folder can be attached to a lib folder. |
void |
ResolveTests.testLocalClass1()
Resolve the local class 'Y' (field type). |
void |
ResolveTests.testLocalClass2()
Resolve the local class 'Y' (local variable type). |
void |
ResolveTests.testLocalClass3()
Resolve the local class 'Y'(array initializer type). |
void |
ResolveTests.testLocalClass4()
Resolve the local class 'Y' (return type). |
void |
ResolveTests.testLocalClass5()
Resolve the local class 'Y' (method argument). |
void |
ResolveTests.testLocalClass6()
Resolve the local class 'SuperClass' (super class). |
void |
ResolveTests.testLocalClass7()
|
void |
ResolveTests.testLocalClass8()
|
void |
ResolveTests.testLocalConstructor()
Resolve a local constructor |
void |
ResolveTests.testLocalConstructorDeclaration()
Resolve local constructor declaration |
void |
ResolveTests.testLocalField()
Resolve the local field "fred" |
void |
ResolveTests.testLocalField2()
|
void |
ResolveTests.testLocalFieldDeclaration()
Resolve local field declaration |
void |
ResolveTests.testLocalMemberTypeDeclaration()
Resolve local member type declaration |
void |
ResolveTests.testLocalMemberTypeDeclaration2()
Resolve member type declaration |
void |
ResolveTests.testLocalMethod()
Resolve the method "foo" |
void |
ResolveTests.testLocalMethod2()
|
void |
ResolveTests.testLocalMethodDeclaration()
Resolve method declaration |
void |
ResolveTests.testLocalName1()
Resolve a local declaration name |
void |
ResolveTests.testLocalName2()
Resolve a local declaration name with base type |
void |
ResolveTests.testLocalName3()
Resolve a local variable reference |
void |
ResolveTests.testLocalName4()
Resolve a local variable reference |
void |
ResolveTests.testLocalName5()
Resolve a local variable reference |
void |
ResolveTests.testLocalName6()
Resolve a local variable reference |
void |
ResolveTests.testLocalName7()
Resolve a local variable reference |
void |
ResolveTests.testLocalNameForClassFile()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=47177 |
void |
TypeHierarchyTests.testLocalType1()
|
void |
TypeHierarchyTests.testLocalType2()
|
void |
TypeHierarchyTests.testLocalType3()
|
void |
TypeHierarchyTests.testLocalType4()
|
void |
TypeHierarchyTests.testLocalType5()
|
void |
ResolveTests.testLocalVariable()
|
void |
GetSourceTests.testLocalVariable1()
|
void |
GetSourceTests.testLocalVariable2()
|
void |
GetSourceTests.testLocalVariable3()
|
void |
GetSourceTests.testLocalVariable4()
|
void |
MementoTests.testLocalVariableMemento2()
Tests that a local variable can be persisted and restored using its memento. |
void |
ResolveTests.testLocalVarIsStructureKnown()
|
void |
ResolveTests.testLocalVarTypeSignature1()
|
void |
ResolveTests.testLocalVarTypeSignature2()
|
void |
ReconcilerTests.testMakeConsistentFoolingReconciler()
Check that forcing a make consistent action is leading the next reconcile to not notice changes. |
void |
ResolveTests.testMemberTypeDeclaration()
Resolve member type declaration |
void |
ResolveTests.testMemberTypeDeclaration2()
Resolve member type declaration located in default package |
void |
ResolveTests.testMemberTypeInImport()
|
void |
ResolveTests.testMessageSendOnBaseType()
Try to resolve message send on base type. |
void |
ResolveTests.testMethod()
Resolve the method "foo" |
void |
GetSourceTests.testMethod()
Ensure the source for a method contains the modifiers, return type, selector, and terminator. |
void |
CompletionTests.testMethod1()
|
void |
CompletionTests.testMethod2()
|
void |
CompletionTests.testMethod3()
|
void |
ResolveTests.testMethodDeclaration()
Resolve method declaration |
void |
ResolveTests.testMethodDeclarationInAnonymous()
Resolve method declaration in anonymous (regression test for bug 45655 exception while editing java file) |
void |
ResolveTests.testMethodDeclarationInAnonymous2()
Resolve method declaration in anonymous (regression test for bug 45786 No selection on method declaration in field initializer) |
void |
ResolveTests.testMethodDeclarationInAnonymous3()
Resolve method declaration in anonymous (regression test for bug 47795 NPE selecting method in anonymous 2 level deep) |
void |
ResolveTests.testMethodDeclarationInAnonymous4()
Resolve method declaration in anonymous (regression test for bug 47214 Cannot open declaration on a selected method of an anonymous class) |
void |
ResolveTests.testMethodDeclarationInInterface()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=42365 |
void |
ResolveTests.testMethodInAnonymous1()
|
void |
AttachSourceTests.testMethodRetrieval()
Retrieves the source code for methods of class A. |
void |
ResolveTests.testMethodWithIncorrectParameter()
Resolve the method |
void |
ResolveTests.testMethodWithIncorrectParameter2()
|
void |
ResolveTests.testMethodWithInnerTypeInClassFile()
Resolve method in inner type. |
void |
ResolveTests.testMethodWithInnerTypeInClassFile2()
bug 33785 |
void |
TypeHierarchyTests.testMissingInterface()
Ensures that a hierarchy on a type that implements a missing interface is correctly rooted. |
void |
ReconcilerTests.testMoveMember()
Ensures that the reconciler handles member move correctly. |
void |
CompletionTests_1_5.testNameWithUnresolvedReferences001()
|
void |
CompletionTests.testNameWithUnresolvedReferences001()
|
void |
CompletionTests_1_5.testNameWithUnresolvedReferences002()
|
void |
CompletionTests.testNameWithUnresolvedReferences002()
|
void |
CompletionTests_1_5.testNameWithUnresolvedReferences003()
|
void |
CompletionTests.testNameWithUnresolvedReferences003()
|
void |
CompletionTests.testNameWithUnresolvedReferences004()
|
void |
CompletionTests.testNameWithUnresolvedReferences005()
|
void |
CompletionTests.testNameWithUnresolvedReferences006()
|
void |
CompletionTests.testNameWithUnresolvedReferences007()
|
void |
CompletionTests.testNameWithUnresolvedReferences008()
|
void |
CompletionTests.testNameWithUnresolvedReferences009()
|
void |
CompletionTests.testNameWithUnresolvedReferences010()
|
void |
CompletionTests.testNameWithUnresolvedReferences011()
|
void |
CompletionTests.testNameWithUnresolvedReferences012()
|
void |
CompletionTests.testNameWithUnresolvedReferences013()
|
void |
CompletionTests.testNameWithUnresolvedReferences014()
|
void |
CompletionTests.testNameWithUnresolvedReferences015()
|
void |
CompletionTests.testNameWithUnresolvedReferences016()
|
void |
CompletionTests.testNameWithUnresolvedReferences017()
|
void |
CompletionTests.testNameWithUnresolvedReferences018()
|
void |
ResolveTests.testNegativeResolveUnicode()
Tries to resolve the type "lang. |
void |
WorkingCopyOwnerTests.testNewWorkingCopy01()
|
void |
ReconcilerTests.testNoChanges1()
Ensures that the reconciler does nothing when the source to reconcile with is the same as the current contents. |
void |
ReconcilerTests.testNoChanges2()
Ensures that the reconciler does nothing when the source to reconcile with has the same structure as the current contents. |
void |
ReconcilerTests.testNoChanges3()
|
void |
WorkingCopyTests.testNonExistingCU()
Creates a working copy on a non-existing compilation unit. |
void |
WorkingCopyTests.testOnClassFile()
Test creating a working copy on a class file with a customized buffer. |
void |
WorkingCopyTests.testOperations()
Tests the general functionality of a operations working with working copies: ensures that the copy cannot be renamed ensures that the copy cannot be moved to the same location as the primary cu ensures that the copy can be copied to a different location as the primary cu |
void |
JavaProjectTests.testOutputLocationNestedInRoot()
Test that an output location can't be set to a location inside a package fragment root, except the root project folder. |
void |
JavaProjectTests.testOutputLocationNotAddedAsPackageFragment()
Test that an output location folder is not created as a package fragment. |
void |
ResolveTests.testPackage()
Resolve the package "java.lang" |
void |
CompilationUnitTests.testPackageDefaultFlag1()
|
void |
CompilationUnitTests.testPackageDefaultFlag2()
|
void |
CompilationUnitTests.testPackageDefaultFlag3()
|
void |
CompilationUnitTests.testPackageDefaultFlag4()
|
void |
JavaProjectTests.testPackageFragmentCorrespondingResource()
Test that a package fragment (non-external, non-jar, non-default) has a corresponding resource. |
void |
JavaProjectTests.testPackageFragmentHasSubpackages()
Test that a package fragment (non-external, non-jar, non-default) has a corresponding resource. |
void |
JavaProjectTests.testPackageFragmentRenameAndCreate()
Tests that after a package "foo" has been renamed into "bar", it is possible to recreate a "foo" package. |
void |
JavaProjectTests.testPackageFragmentRootCorrespondingResource()
Test that a package fragment root (non-external, non-jar, non-default root) has a corresponding resource. |
void |
JavaProjectTests.testPackageFragmentRootNonJavaResources1()
|
void |
JavaProjectTests.testPackageFragmentRootNonJavaResources2()
|
void |
ClassFileTests.testParameterTypeSignatures1()
Ensure that the type parameter signatures of a binary type are correct. |
void |
ClassFileTests.testParameterTypeSignatures2()
Ensure that the type parameter signatures of a binary type are correct. |
void |
ClassFileTests.testParameterTypeSignatures3()
Ensure that the type parameter signatures of a binary type are correct. |
void |
ClassFileTests.testParameterTypeSignatures4()
Ensure that the type parameter signatures of a binary type are correct. |
void |
ClassFileTests.testParameterTypeSignatures5()
Ensure that the type parameter signatures of a binary type are correct. |
void |
ClassFileTests.testParameterTypeSignatures6()
Deprecated. |
void |
ResolveTests.testPartiallyQualifiedType()
Try to resolve the qualified type "lang.Object" |
void |
AttachSourceTests.testPersistence()
Closes the jar, to ensure when it is re-opened the source attachment still exists. |
void |
TypeHierarchyTests.testPotentialSubtypeNotInClasspath()
Ensures that a potential subtype that is not in the classpth is handle correctly. |
void |
JavaProjectTests.testProjectClose()
Tests that closing a project triggers the correct deltas. |
void |
JavaProjectTests.testProjectCorrespondingResource()
Test that a project has a corresponding resource. |
void |
JavaProjectTests.testProjectGetChildren()
Test that the correct children exist in a project |
void |
JavaProjectTests.testProjectGetPackageFragments()
Test that the correct package fragments exist in the project. |
void |
JavaProjectTests.testProjectOpen2()
Tests that opening a project triggers the correct deltas. |
void |
JavaProjectTests.testProjectOpen3()
Tests that opening a project keeps the same roots. |
void |
ResolveTests.testQualifiedName1()
|
void |
ResolveTests.testQualifiedName2()
|
void |
ResolveTests.testQualifiedName3()
|
void |
ResolveTests.testQualifiedName4()
|
void |
ResolveTests.testQualifiedName5()
|
void |
ResolveTests.testQualifiedType()
Resolve the qualified type "java.lang.Object" |
void |
TypeHierarchyTests.testRegion_Bug150289()
|
void |
TypeHierarchyTests.testRegion1()
|
void |
TypeHierarchyTests.testRegion2()
|
void |
TypeHierarchyTests.testRegion3()
|
void |
RenameTests.testRenameBinaryField()
Ensures that a binary field cannot be renamed. |
void |
RenameTests.testRenameBinaryMethod()
Ensures that a binary method cannot be renamed. |
void |
RenameTests.testRenameBinaryType()
Ensures that a binary type cannot be renamed. |
void |
RenameTests.testRenameCompilationUnitWithNull()
This operation should fail as renaming a CU with a null name should throw an IllegalArgumentException |
void |
RenameTests.testRenameFieldsCheckingDeltasAndPositions()
Ensures that fields can be renamed. |
void |
RenameTests.testRenameFieldsResultingInCollision()
Ensures that fields cannot be renamed to the same name. |
void |
WorkingCopyTests.testRenameMethod()
Ensures that renaming a method of a working copy does not alter the source of the primary compilation unit. |
void |
RenameTests.testRenameMethod()
Ensures that a method can be renamed. |
void |
ReconcilerTests.testRenameMethod1()
Ensures that the reconciler reconciles the new contents with the current contents, updating the structure of this reconciler's compilation unit, and fires the Java element deltas for the structural changes of a renaming a method; the original method deleted and the new method added structurally. |
void |
ReconcilerTests.testRenameWithSyntaxError()
Ensures that the reconciler reconciles the new contents with the current contents,updating the structure of this reconciler's compilation unit, and fires the Java element delta for the structural changes of the addition of a portion of a new method. |
void |
RenameTests.testRenameWorkingCopy()
Ensures that a working copy cannot be renamed. |
void |
TypeResolveTests.testResolveInnerType1()
Resolve the type "A.Inner". |
void |
TypeResolveTests.testResolveInnerType2()
Resolve the type "p4.A.Inner". |
void |
TypeResolveTests.testResolveInSecondaryType()
Resolve the type "B" within one of the secondary types. |
void |
TypeResolveTests.testResolveMemberTypeInInner()
Resolve the type "B" within one of its inner classes. |
void |
TypeResolveTests.testResolveSiblingTypeInInner()
Resolve the type "C" within one of its sibling classes. |
void |
TypeResolveTests.testResolveString()
Resolve the type "String". |
void |
TypeResolveTests.testResolveTypeInBinary1()
|
void |
TypeResolveTests.testResolveTypeInBinary2()
|
void |
TypeResolveTests.testResolveTypeInBinary3()
|
void |
TypeResolveTests.testResolveTypeInInner()
Resolve the type "X" with a type import for it within an inner class |
void |
TypeResolveTests.testResolveTypeInInner2()
Resolve the type "Object" within a local class. |
void |
TypeResolveTests.testResolveTypeInJavaLang()
Resolve the type "String". |
void |
TypeResolveTests.testResolveTypeWithNoImports()
Resolve the type "Vector" with no imports. |
void |
TypeResolveTests.testResolveTypeWithOnDemandImport()
Resolve the type "Y" with an on-demand import. |
void |
TypeResolveTests.testResolveTypeWithTypeImport()
Resolve the type "X" with a type import for it. |
void |
ClassFileTests.testReturnType1()
|
void |
ClassFileTests.testReturnType2()
|
void |
JavaProjectTests.testRootGetPackageFragments()
Test that the correct package fragments exist in the project. |
void |
AttachSourceTests.testRootPath()
Attaches a source zip to a jar. |
void |
AttachSourceTests.testRootPath10()
Attach a jar with a source attachement that is itself |
void |
AttachSourceTests.testRootPath11()
http://bugs.eclipse.org/bugs/show_bug.cgi?id=35965 |
void |
AttachSourceTests.testRootPath12()
Attach a jar with a source attachement that is itself. |
void |
AttachSourceTests.testRootPath2()
Attaches a source zip to a jar specifying an invalid root path. |
void |
AttachSourceTests.testRootPath3()
Attaches a sa source folder can be attached to a lib folder specifying an invalid root path. |
void |
AttachSourceTests.testRootPath4()
Attach a jar with a source attachement that doesn't contain the source folders |
void |
AttachSourceTests.testRootPath5()
Attach a jar with a source attachement that doesn't contain the source folders |
void |
AttachSourceTests.testRootPath6()
Attach a jar with a source attachement that doesn't contain the source folders |
void |
AttachSourceTests.testRootPath7()
Attach a jar with a source attachement that doesn't contain the source folders |
void |
AttachSourceTests.testRootPath8()
Attach a jar with a source attachement that contains the source folders |
void |
AttachSourceTests.testRootPath9()
Attach a jar with a source attachement that contains the source folders |
void |
ClassNameTests.testSearchTypeNameInJars()
Tests that a type in a jar with a name ending with $ can be retrieved. |
void |
ResolveTests.testSecondaryTypes()
Bug 120350: [model] Secondary type not found by code resolve |
void |
ResolveTests.testSelectOnCursor1()
|
void |
ResolveTests.testSelectOnCursor2()
|
void |
WorkingCopyTests.testShared1()
Test creating a shared working copy. |
void |
WorkingCopyTests.testShared2()
Test several call to creating shared working copy. |
void |
CreateCompilationUnitTests.testSimpleCreation()
Ensures that a compilation unit can be created with specified source in a package. |
void |
ResolveTests.testSingleNameInImport()
|
void |
JavaProjectTests.testSourceMethodCorrespondingResource()
Test that a method has no corresponding resource. |
void |
TypeHierarchyTests.testSourceTypeGetSuperclass()
Ensures that the superclass can be retrieved for a source type's unqualified superclass. |
void |
TypeHierarchyTests.testSourceTypeGetSuperclass2()
Ensures that the superclass can be retrieved for a source type's superclass when no superclass is specified in the source type. |
void |
TypeHierarchyTests.testSourceTypeGetSuperclass3()
Ensures that the superclass can be retrieved for a source type's superclass. |
void |
TypeHierarchyTests.testSourceTypeGetSuperclass4()
Ensures that the superclass can be retrieved when it is defined in the same compilation unit. |
void |
TypeHierarchyTests.testSourceTypeGetSuperInterfaces()
Ensures that the superinterfaces can be retrieved for a source type's superinterfaces. |
void |
ResolveTests.testStaticClassConstructor()
bugs http://dev.eclipse.org/bugs/show_bug.cgi?id=25888 |
void |
CompletionTests.testStaticMembers1()
|
void |
CompilationUnitTests.testStructureKnownForCU()
Ensures that the "structure is known" flag is set for a valid compilation unit. |
void |
CompilationUnitTests.testSuperFlag1()
|
void |
CompilationUnitTests.testSuperFlag2()
|
void |
TypeHierarchyTests.testSupertypeHierarchyGetSubclasses()
Ensures that no subclasses exist in a super type hierarchy for the focus type. |
void |
TypeHierarchyTests.testSupertypeHierarchyGetSubtypes()
Ensures that no subtypes exist in a super type hierarchy for the focus type. |
void |
TypeHierarchyTests.testSupertypeHierarchyOnWorkingCopy()
Ensures that a super type hierarchy can be created on a working copy. |
void |
TypeHierarchyTests.testSuperTypeHierarchyWithMissingBinary()
|
void |
ReconcilerTests.testSuppressWarnings1()
|
void |
ReconcilerTests.testSuppressWarnings2()
|
void |
ReconcilerTests.testSuppressWarnings3()
|
void |
ReconcilerTests.testSuppressWarnings4()
|
void |
CompletionTests.testType1()
|
void |
CompletionTests.testType10()
|
void |
CompletionTests.testType11()
|
void |
CompletionTests.testType12()
|
void |
CompletionTests.testType13()
|
void |
CompletionTests.testType14()
|
void |
CompletionTests.testType2()
|
void |
CompletionTests.testType3()
|
void |
CompletionTests.testType4()
|
void |
CompletionTests.testType5()
|
void |
CompletionTests.testType6()
|
void |
CompletionTests.testType7()
|
void |
CompletionTests.testType8()
|
void |
CompletionTests.testType9()
|
void |
ResolveTests.testTypeDeclaration()
Resolve type declaration |
void |
ResolveTests.testTypeInComment()
Resolve type in comment. |
void |
ResolveTests.testTypeInsideConstructor()
|
void |
ReconcilerTests.testUnhandledException()
Ensure that an unhandled exception is detected. |
void |
ResolveTests.testUnicode()
Resolve the type "java.lang. |
void |
ResolveTests.testUnicode2()
|
void |
ResolveTests.testUnicode3()
|
void |
GetSourceTests.testUnicodeField()
Ensure the source for a field contains the modifiers, field type, name, and terminator, and unicode characters. |
void |
GetSourceTests.testUnicodeMethod()
Ensure the source for a field contains the modifiers, field type, name, and terminator, and unicode characters. |
void |
JavaProjectTests.testUserLibrary()
Test User Library preference. |
void |
ClassFileTests.testVarargs()
|
void |
TypeHierarchyTests.testVisibility1()
|
void |
TypeHierarchyTests.testVisibility2()
|
void |
ResolveTests.testWorkingCopyOrder1()
|
Uses of JavaModelException in org.eclipse.jdt.core.tests.performance |
---|
Methods in org.eclipse.jdt.core.tests.performance that throw JavaModelException | |
---|---|
IPackageFragmentRoot |
FullSourceWorkspaceTests.getPackageFragmentRoot(IJavaProject project,
java.lang.String rootPath)
Returns the specified package fragment root in the given project, or null if it does not exist. |
void |
FullSourceWorkspaceModelTests.testCloseProjects()
|
void |
FullSourceWorkspaceASTTests.testDomAstCreationProjectJLS3()
Create AST nodes tree for all compilation units in JUnit project. |
void |
FullSourceWorkspaceFormatterTests.testFormatDefault()
Format file (Parser.java - 225176 chars) using code formatter default options. |
void |
FullSourceWorkspaceModelTests.testInitJDTPlugin()
|
void |
FullSourceWorkspaceCompletionTests.testPerfCompleteEmptyName()
|
void |
FullSourceWorkspaceCompletionTests.testPerfCompleteEmptyNameWithoutMethods()
|
void |
FullSourceWorkspaceCompletionTests.testPerfCompleteEmptyNameWithoutTypes()
|
void |
FullSourceWorkspaceCompletionTests.testPerfCompleteMemberAccess()
|
void |
FullSourceWorkspaceCompletionTests.testPerfCompleteMethodDeclaration()
|
void |
FullSourceWorkspaceCompletionTests.testPerfCompleteName()
|
void |
FullSourceWorkspaceCompletionTests.testPerfCompleteNameWithoutMethods()
|
void |
FullSourceWorkspaceCompletionTests.testPerfCompleteNameWithoutTypes()
|
void |
FullSourceWorkspaceCompletionTests.testPerfCompleteTypeReference()
|
void |
FullSourceWorkspaceASTTests.testPerfDomAstCreationJLS2()
Deprecated. To reduce deprecated warnings |
void |
FullSourceWorkspaceASTTests.testPerfDomAstCreationJLS3()
Performance DOM/AST creation on the entire workspace using JLS3. |
void |
FullSourceWorkspaceModelTests.testPerfReconcileBigFileWithSyntaxError()
|
void |
FullSourceWorkspaceASTTests.testWkspDomAstCreationJLS2()
Deprecated. To reduce deprecated warnings |
Uses of JavaModelException in org.eclipse.jdt.core.util |
---|
Methods in org.eclipse.jdt.core.util that throw JavaModelException | |
---|---|
static org.eclipse.text.edits.TextEdit |
CompilationUnitSorter.sort(CompilationUnit unit,
java.util.Comparator comparator,
int options,
org.eclipse.text.edits.TextEditGroup group,
org.eclipse.core.runtime.IProgressMonitor monitor)
Reorders the declarations in the given compilation unit according to the specified comparator. |
static void |
CompilationUnitSorter.sort(ICompilationUnit compilationUnit,
int[] positions,
java.util.Comparator comparator,
int options,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. Clients should port their code to use the new JLS3 AST API and call CompilationUnitSorter.sort(AST.JLS3, compilationUnit, positions, comparator, options, monitor)
instead of using this method. |
static void |
CompilationUnitSorter.sort(int level,
ICompilationUnit compilationUnit,
int[] positions,
java.util.Comparator comparator,
int options,
org.eclipse.core.runtime.IProgressMonitor monitor)
Reorders the declarations in the given compilation unit according to the specified AST level. |
Uses of JavaModelException in org.eclipse.jdt.internal.codeassist |
---|
Methods in org.eclipse.jdt.internal.codeassist that throw JavaModelException | |
---|---|
void |
SelectionEngine.selectType(char[] typeName,
IType context)
Asks the engine to compute the selection of the given type from the given context |
Uses of JavaModelException in org.eclipse.jdt.internal.codeassist.impl |
---|
Methods in org.eclipse.jdt.internal.codeassist.impl that throw JavaModelException | |
---|---|
java.lang.Object |
AssistTypeParameter.getElementInfo(org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.Object |
AssistSourceType.getElementInfo(org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.Object |
AssistSourceMethod.getElementInfo(org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.Object |
AssistSourceField.getElementInfo(org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.Object |
AssistPackageDeclaration.getElementInfo(org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.Object |
AssistInitializer.getElementInfo(org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.Object |
AssistImportDeclaration.getElementInfo(org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.Object |
AssistImportContainer.getElementInfo(org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.Object |
AssistCompilationUnit.getElementInfo(org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.Object |
AssistAnnotation.getElementInfo(org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.String |
AssistSourceType.getFullyQualifiedParameterizedName()
|
boolean |
AssistCompilationUnit.hasChildren()
|
Uses of JavaModelException in org.eclipse.jdt.internal.core |
---|
Methods in org.eclipse.jdt.internal.core that return JavaModelException | |
---|---|
JavaModelException |
JavaElement.newJavaModelException(org.eclipse.core.runtime.IStatus status)
Creates and returns a new Java model exception for this element with the given status. |
JavaModelException |
JavaElement.newNotPresentException()
Creates and returns a new not present exception for this element. |
Methods in org.eclipse.jdt.internal.core that throw JavaModelException | |
---|---|
org.eclipse.text.edits.UndoEdit |
CompilationUnit.applyTextEdit(org.eclipse.text.edits.TextEdit edit,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
PackageFragmentRoot.attachSource(org.eclipse.core.runtime.IPath sourcePath,
org.eclipse.core.runtime.IPath rootPath,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
CompilationUnit.becomeWorkingCopy(IProblemRequestor problemRequestor,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ICompilationUnit |
ClassFile.becomeWorkingCopy(IProblemRequestor problemRequestor,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
CompilationUnit.becomeWorkingCopy(org.eclipse.core.runtime.IProgressMonitor monitor)
|
TypeDeclaration |
BinaryTypeConverter.buildTypeDeclaration(IType type,
CompilationUnitDeclaration compilationUnit)
Convert a binary type into an AST type declaration and put it in the given compilation unit. |
org.eclipse.text.edits.TextEdit |
SortElementsOperation.calculateEdit(CompilationUnit unit,
org.eclipse.text.edits.TextEditGroup group)
Calculates the required text edits to sort the unit |
void |
DeltaProcessor.checkExternalArchiveChanges(IJavaElement[] elementsScope,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
JavaElement.close()
|
void |
CompilationUnit.close()
|
void |
SourceType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
CompletionRequestor requestor)
|
void |
BinaryType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
CompletionRequestor requestor)
|
void |
SourceType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
CompletionRequestor requestor,
WorkingCopyOwner owner)
|
void |
BinaryType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
CompletionRequestor requestor,
WorkingCopyOwner owner)
|
void |
SourceType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
ICompletionRequestor requestor)
Deprecated. |
void |
BinaryType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
ICompletionRequestor requestor)
Deprecated. |
void |
SourceType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
ICompletionRequestor requestor,
WorkingCopyOwner owner)
Deprecated. |
void |
BinaryType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
ICompletionRequestor requestor,
WorkingCopyOwner owner)
Deprecated. |
void |
ClassFile.codeComplete(int offset,
CompletionRequestor requestor)
|
void |
CompilationUnit.codeComplete(int offset,
CompletionRequestor requestor)
|
void |
ClassFile.codeComplete(int offset,
CompletionRequestor requestor,
WorkingCopyOwner owner)
|
void |
CompilationUnit.codeComplete(int offset,
CompletionRequestor requestor,
WorkingCopyOwner workingCopyOwner)
|
void |
ClassFile.codeComplete(int offset,
ICodeCompletionRequestor requestor)
Deprecated. - should use codeComplete(int, ICompletionRequestor) instead |
void |
CompilationUnit.codeComplete(int offset,
ICodeCompletionRequestor requestor)
Deprecated. - use codeComplete(int, ICompletionRequestor) |
void |
ClassFile.codeComplete(int offset,
ICompletionRequestor requestor)
Deprecated. |
void |
CompilationUnit.codeComplete(int offset,
ICompletionRequestor requestor)
Deprecated. |
void |
ClassFile.codeComplete(int offset,
ICompletionRequestor requestor,
WorkingCopyOwner owner)
Deprecated. |
void |
CompilationUnit.codeComplete(int offset,
ICompletionRequestor requestor,
WorkingCopyOwner workingCopyOwner)
Deprecated. |
IJavaElement[] |
ClassFile.codeSelect(int offset,
int length)
|
IJavaElement[] |
CompilationUnit.codeSelect(int offset,
int length)
|
IJavaElement[] |
ClassFile.codeSelect(int offset,
int length,
WorkingCopyOwner owner)
|
IJavaElement[] |
CompilationUnit.codeSelect(int offset,
int length,
WorkingCopyOwner workingCopyOwner)
|
void |
CompilationUnit.commit(boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. |
void |
CompilationUnit.commitWorkingCopy(boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
ClassFileWorkingCopy.commitWorkingCopy(boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IPackageFragmentRoot[] |
JavaProject.computePackageFragmentRoots(IClasspathEntry[] resolvedClasspath,
boolean retrieveExportedRoots,
java.util.Map rootToResolvedEntries)
Returns (local/all) the package fragment roots identified by the given project's classpath. |
void |
JavaProject.computePackageFragmentRoots(IClasspathEntry[] resolvedClasspath,
ObjectVector accumulatedRoots,
java.util.HashSet rootIDs,
IClasspathEntry referringEntry,
boolean retrieveExportedRoots,
java.util.Map rootToResolvedEntries)
Returns (local/all) the package fragment roots identified by the given project's classpath. |
void |
JavaProject.computePackageFragmentRoots(IClasspathEntry resolvedEntry,
ObjectVector accumulatedRoots,
java.util.HashSet rootIDs,
IClasspathEntry referringEntry,
boolean retrieveExportedRoots,
java.util.Map rootToResolvedEntries)
Returns the package fragment roots identified by the given entry. |
boolean |
PackageFragment.containsJavaResources()
Returns true if this fragment contains at least one java resource. |
void |
JavaModel.copy(IJavaElement[] elements,
IJavaElement[] containers,
IJavaElement[] siblings,
java.lang.String[] renamings,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
PackageFragment.copy(IJavaElement container,
IJavaElement sibling,
java.lang.String rename,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
BinaryMember.copy(IJavaElement container,
IJavaElement sibling,
java.lang.String rename,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
CompilationUnit.copy(IJavaElement container,
IJavaElement sibling,
java.lang.String rename,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
SourceRefElement.copy(IJavaElement container,
IJavaElement sibling,
java.lang.String rename,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
PackageFragmentRoot.copy(org.eclipse.core.runtime.IPath destination,
int updateResourceFlags,
int updateModelFlags,
IClasspathEntry sibling,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ICompilationUnit |
PackageFragment.createCompilationUnit(java.lang.String cuName,
java.lang.String contents,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IField |
SourceType.createField(java.lang.String contents,
IJavaElement sibling,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IField |
BinaryType.createField(java.lang.String contents,
IJavaElement sibling,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IImportDeclaration |
CompilationUnit.createImport(java.lang.String importName,
IJavaElement sibling,
int flags,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IImportDeclaration |
CompilationUnit.createImport(java.lang.String importName,
IJavaElement sibling,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IInitializer |
SourceType.createInitializer(java.lang.String contents,
IJavaElement sibling,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IInitializer |
BinaryType.createInitializer(java.lang.String contents,
IJavaElement sibling,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IMethod |
SourceType.createMethod(java.lang.String contents,
IJavaElement sibling,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IMethod |
BinaryType.createMethod(java.lang.String contents,
IJavaElement sibling,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IPackageDeclaration |
CompilationUnit.createPackageDeclaration(java.lang.String pkg,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IPackageFragment |
PackageFragmentRoot.createPackageFragment(java.lang.String pkgName,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IType |
SourceType.createType(java.lang.String contents,
IJavaElement sibling,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IType |
BinaryType.createType(java.lang.String contents,
IJavaElement sibling,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IType |
CompilationUnit.createType(java.lang.String content,
IJavaElement sibling,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
PackageFragment.delete(boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
CompilationUnit.delete(boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
SourceRefElement.delete(boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
JavaModel.delete(IJavaElement[] elements,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
PackageFragmentRoot.delete(int updateResourceFlags,
int updateModelFlags,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
int |
JavaModelManager.discardPerWorkingCopyInfo(CompilationUnit workingCopy)
|
void |
CompilationUnit.discardWorkingCopy()
|
void |
JavaModelOperation.executeNestedOperation(JavaModelOperation operation,
int subWorkAmount)
Convenience method to run an operation within this operation |
IJavaElement |
JavaProject.findElement(org.eclipse.core.runtime.IPath path)
|
IJavaElement |
JavaProject.findElement(org.eclipse.core.runtime.IPath path,
WorkingCopyOwner owner)
|
IJavaElement |
JavaProject.findElement(java.lang.String bindingKey,
WorkingCopyOwner owner)
|
IPackageFragment |
JavaProject.findPackageFragment(org.eclipse.core.runtime.IPath path)
|
IJavaElement |
JavaProject.findPackageFragment(java.lang.String packageName)
|
IPackageFragmentRoot |
JavaProject.findPackageFragmentRoot(org.eclipse.core.runtime.IPath path)
|
IPackageFragmentRoot |
JavaProject.findPackageFragmentRoot0(org.eclipse.core.runtime.IPath path)
|
java.lang.String |
Openable.findRecommendedLineSeparator()
|
IType |
JavaProject.findType(java.lang.String fullyQualifiedName)
|
IType |
JavaProject.findType(java.lang.String fullyQualifiedName,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
|
IType |
JavaProject.findType(java.lang.String packageName,
java.lang.String typeQualifiedName)
|
IType |
JavaProject.findType(java.lang.String packageName,
java.lang.String typeQualifiedName,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
|
IType |
JavaProject.findType(java.lang.String packageName,
java.lang.String typeQualifiedName,
WorkingCopyOwner owner)
|
IType |
JavaProject.findType(java.lang.String packageName,
java.lang.String typeQualifiedName,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
|
IType |
JavaProject.findType(java.lang.String fullyQualifiedName,
WorkingCopyOwner owner)
|
IType |
JavaProject.findType(java.lang.String fullyQualifiedName,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
|
IPackageFragmentRoot[] |
JavaProject.getAllPackageFragmentRoots()
|
IPackageFragmentRoot[] |
JavaProject.getAllPackageFragmentRoots(java.util.Map rootToResolvedEntries)
|
IType[] |
CompilationUnit.getAllTypes()
|
IAnnotation[] |
SourceType.getAnnotations()
|
IAnnotation[] |
LocalVariable.getAnnotations()
|
IAnnotation[] |
BinaryType.getAnnotations()
|
IAnnotation[] |
SourceRefElement.getAnnotations()
|
java.lang.String |
ClassFile.getAttachedJavadoc(org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.String |
JavaElement.getAttachedJavadoc(org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.String |
BinaryType.getAttachedJavadoc(org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.String |
PackageFragment.getAttachedJavadoc(org.eclipse.core.runtime.IProgressMonitor monitor)
|
IBinaryType |
ClassFile.getBinaryTypeInfo(IFile file)
Returns the ClassFileReader specific for this IClassFile, based
on its underlying resource, or null if unable to create
the diet class file. |
IBinaryType |
ClassFile.getBinaryTypeInfo(IFile file,
boolean fullyInitialize)
|
java.lang.String[] |
TypeParameter.getBounds()
|
IBuffer |
ClassFile.getBuffer()
|
IBuffer |
Openable.getBuffer()
Note: a buffer with no unsaved changes can be closed by the Java Model since it has a finite number of buffers allowed open at one time. |
IBuffer |
ClassFileWorkingCopy.getBuffer()
|
byte[] |
ClassFile.getBytes()
|
java.lang.String[] |
Member.getCategories()
|
java.lang.String[] |
BinaryMember.getCategories()
|
IJavaElement[] |
JavaElement.getChildren()
|
IJavaElement[] |
BinaryType.getChildren()
|
IJavaElement[] |
SourceType.getChildrenForCategory(java.lang.String category)
|
IJavaElement[] |
BinaryType.getChildrenForCategory(java.lang.String category)
|
java.util.ArrayList |
JavaElement.getChildrenOfType(int type)
Returns a collection of (immediate) children of this node of the specified type. |
IClassFile[] |
PackageFragment.getClassFiles()
Returns a the collection of class files in this - a folder package fragment which has a root that has its kind set to IPackageFragmentRoot.K_Source does not
recognize class files. |
IClasspathContainer |
JavaModelManager.getClasspathContainer(org.eclipse.core.runtime.IPath containerPath,
IJavaProject project)
|
IClasspathEntry |
JavaProject.getClasspathEntryFor(org.eclipse.core.runtime.IPath path)
Returns the classpath entry that refers to the given path or null if there is no reference to the path. |
ICompilationUnit[] |
PackageFragment.getCompilationUnits()
|
java.lang.Object |
SourceField.getConstant()
|
IResource |
ClassFile.getCorrespondingResource()
A class file has a corresponding resource unless it is contained in a jar. |
IResource |
CompilationUnit.getCorrespondingResource()
A compilation unit has a corresponding resource unless it is contained in a jar. |
IResource |
SourceRefElement.getCorrespondingResource()
Elements within compilation units and class files have no corresponding resource. |
IResource |
Openable.getCorrespondingResource()
Return my underlying resource. |
IMemberValuePair |
SourceMethod.getDefaultValue()
|
IJavaElement |
ClassFile.getElementAt(int position)
|
IJavaElement |
CompilationUnit.getElementAt(int position)
|
IJavaElement |
ClassFile.getElementAtConsideringSibling(int position)
|
java.lang.Object |
JavaElement.getElementInfo()
Returns the info for this handle. |
java.lang.Object |
JavaElement.getElementInfo(org.eclipse.core.runtime.IProgressMonitor monitor)
Returns the info for this handle. |
java.lang.Object |
BinaryType.getElementInfo(org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.String[] |
SourceMethod.getExceptionTypes()
|
IClasspathEntry[] |
JavaProject.getExpandedClasspath()
This is a helper method returning the expanded classpath for the project, as a list of classpath entries, where all classpath variable entries have been resolved and substituted with their final target entries. |
IField[] |
SourceType.getFields()
|
IField[] |
BinaryType.getFields()
|
int |
ImportDeclaration.getFlags()
|
int |
Member.getFlags()
|
int |
BinaryType.getFlags()
|
java.lang.String |
NamedMember.getFullyQualifiedName(char enclosingTypeSeparator,
boolean showParameters)
|
java.lang.String |
SourceType.getFullyQualifiedParameterizedName()
|
java.lang.String |
BinaryType.getFullyQualifiedParameterizedName()
|
java.lang.String |
ResolvedBinaryType.getFullyQualifiedParameterizedName()
|
java.lang.String |
ResolvedSourceType.getFullyQualifiedParameterizedName()
|
IImportDeclaration[] |
CompilationUnit.getImports()
|
IInitializer[] |
SourceType.getInitializers()
|
java.lang.String |
BinaryType.getJavadocContents(org.eclipse.core.runtime.IProgressMonitor monitor)
|
ISourceRange |
Member.getJavadocRange()
|
IJavaProject[] |
JavaModel.getJavaProjects()
|
java.lang.String |
BinaryType.getKey(boolean forceOpen)
|
abstract java.lang.String |
BinaryMember.getKey(boolean forceOpen)
|
int |
PackageFragment.getKind()
|
int |
PackageFragmentRoot.getKind()
|
IMemberValuePair[] |
Annotation.getMemberValuePairs()
|
IMethod[] |
SourceType.getMethods()
|
IMethod[] |
BinaryType.getMethods()
|
ISourceRange |
Member.getNameRange()
|
ISourceRange |
BinaryMember.getNameRange()
|
ISourceRange |
TypeParameter.getNameRange()
|
ISourceRange |
Annotation.getNameRange()
|
java.lang.Object[] |
JarPackageFragmentRoot.getNonJavaResources()
Returns an array of non-java resources contained in the receiver. |
java.lang.Object[] |
PackageFragment.getNonJavaResources()
Returns an array of non-java resources contained in the receiver. |
java.lang.Object[] |
PackageFragmentRoot.getNonJavaResources()
Returns an array of non-java resources contained in the receiver. |
java.lang.Object[] |
JavaModel.getNonJavaResources()
|
java.lang.Object[] |
JavaProject.getNonJavaResources()
Returns an array of non-java resources contained in the receiver. |
org.eclipse.core.runtime.IPath |
JavaProject.getOutputLocation()
|
IPackageDeclaration[] |
CompilationUnit.getPackageDeclarations()
|
IPackageFragmentRoot[] |
JavaProject.getPackageFragmentRoots()
|
IPackageFragment[] |
JavaProject.getPackageFragments()
|
java.lang.String[] |
SourceMethod.getParameterNames()
|
JavaModelManager.PerProjectInfo |
JavaProject.getPerProjectInfo()
|
JavaModelManager.PerProjectInfo |
JavaModelManager.getPerProjectInfoCheckExistence(IProject project)
|
org.eclipse.jdt.internal.core.JavaProjectElementInfo.ProjectCache |
JavaProject.getProjectCache()
|
IClasspathEntry[] |
JavaProject.getRawClasspath()
|
IClasspathEntry |
PackageFragmentRoot.getRawClasspathEntry()
|
java.lang.String[] |
SourceMethod.getRawParameterNames()
|
java.lang.String[] |
JavaProject.getRequiredProjectNames()
|
IClasspathEntry[] |
JavaProject.getResolvedClasspath()
|
IClasspathEntry[] |
JavaProject.getResolvedClasspath(boolean ignoreUnresolvedEntry)
|
java.lang.String |
SourceMethod.getReturnType()
|
IJavaElement |
CompilationUnit.getSharedWorkingCopy(org.eclipse.core.runtime.IProgressMonitor pm,
IBufferFactory factory,
IProblemRequestor problemRequestor)
Deprecated. |
java.lang.String |
SourceMethod.getSignature()
|
java.lang.String |
ClassFile.getSource()
|
java.lang.String |
LocalVariable.getSource()
|
java.lang.String |
CompilationUnit.getSource()
|
java.lang.String |
SourceRefElement.getSource()
|
org.eclipse.core.runtime.IPath |
PackageFragmentRoot.getSourceAttachmentPath()
|
org.eclipse.core.runtime.IPath |
PackageFragmentRoot.getSourceAttachmentRootPath()
|
ISourceRange |
ClassFile.getSourceRange()
|
ISourceRange |
ImportContainer.getSourceRange()
|
ISourceRange |
BinaryMember.getSourceRange()
|
ISourceRange |
CompilationUnit.getSourceRange()
|
ISourceRange |
SourceRefElement.getSourceRange()
|
ISourceRange |
TypeParameter.getSourceRange()
|
ISourceRange |
Annotation.getSourceRange()
|
java.lang.String |
SourceType.getSuperclassName()
|
java.lang.String |
BinaryType.getSuperclassName()
|
java.lang.String |
SourceType.getSuperclassTypeSignature()
|
java.lang.String |
BinaryType.getSuperclassTypeSignature()
|
java.lang.String[] |
SourceType.getSuperInterfaceNames()
|
java.lang.String[] |
BinaryType.getSuperInterfaceNames()
|
java.lang.String[] |
SourceType.getSuperInterfaceTypeSignatures()
|
java.lang.String[] |
BinaryType.getSuperInterfaceTypeSignatures()
|
ITypeParameter[] |
SourceType.getTypeParameters()
|
ITypeParameter[] |
BinaryType.getTypeParameters()
|
ITypeParameter[] |
SourceMethod.getTypeParameters()
|
java.lang.String[] |
SourceType.getTypeParameterSignatures()
|
java.lang.String[] |
BinaryType.getTypeParameterSignatures()
|
java.lang.String[] |
SourceMethod.getTypeParameterSignatures()
Deprecated. |
java.lang.String |
NamedMember.getTypeQualifiedName(char enclosingTypeSeparator,
boolean showParameters)
|
IType[] |
SourceType.getTypes()
|
IType[] |
BinaryType.getTypes()
|
IType[] |
CompilationUnit.getTypes()
|
java.lang.String |
SourceField.getTypeSignature()
|
IResource |
LocalVariable.getUnderlyingResource()
|
IResource |
JarPackageFragmentRoot.getUnderlyingResource()
|
IResource |
PackageFragment.getUnderlyingResource()
|
IResource |
PackageFragmentRoot.getUnderlyingResource()
|
IResource |
ExternalPackageFragmentRoot.getUnderlyingResource()
|
IResource |
CompilationUnit.getUnderlyingResource()
|
IResource |
SourceRefElement.getUnderlyingResource()
|
IResource |
Openable.getUnderlyingResource()
|
IResource |
JavaProject.getUnderlyingResource()
|
IJavaElement |
CompilationUnit.getWorkingCopy()
Deprecated. |
ICompilationUnit |
CompilationUnit.getWorkingCopy(org.eclipse.core.runtime.IProgressMonitor monitor)
|
IJavaElement |
ClassFile.getWorkingCopy(org.eclipse.core.runtime.IProgressMonitor monitor,
IBufferFactory factory)
Deprecated. |
IJavaElement |
CompilationUnit.getWorkingCopy(org.eclipse.core.runtime.IProgressMonitor monitor,
IBufferFactory factory,
IProblemRequestor problemRequestor)
Deprecated. |
ICompilationUnit |
CompilationUnit.getWorkingCopy(WorkingCopyOwner workingCopyOwner,
IProblemRequestor problemRequestor,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. |
ICompilationUnit |
ClassFile.getWorkingCopy(WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ICompilationUnit |
CompilationUnit.getWorkingCopy(WorkingCopyOwner workingCopyOwner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
boolean |
JavaElement.hasChildren()
|
boolean |
PackageFragment.hasChildren()
|
boolean |
PackageFragmentRoot.hasChildren()
|
boolean |
SourceRefElement.hasChildren()
|
boolean |
PackageFragment.hasSubpackages()
|
boolean |
Openable.hasUnsavedChanges()
|
boolean |
SourceType.isAnnotation()
|
boolean |
BinaryType.isAnnotation()
|
boolean |
BinaryType.isAnonymous()
|
boolean |
ClassFile.isClass()
|
boolean |
SourceType.isClass()
|
boolean |
BinaryType.isClass()
|
boolean |
SourceMethod.isConstructor()
|
boolean |
SourceType.isEnum()
|
boolean |
BinaryType.isEnum()
|
boolean |
SourceField.isEnumConstant()
|
boolean |
ClassFile.isInterface()
|
boolean |
SourceType.isInterface()
|
boolean |
BinaryType.isInterface()
|
boolean |
BinaryType.isLocal()
|
boolean |
SourceMethod.isMainMethod()
|
boolean |
BinaryType.isMember()
|
boolean |
LocalVariable.isStructureKnown()
|
boolean |
BinaryMember.isStructureKnown()
|
boolean |
SourceRefElement.isStructureKnown()
|
boolean |
Openable.isStructureKnown()
|
ITypeHierarchy |
SourceType.loadTypeHierachy(java.io.InputStream input,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
BinaryType.loadTypeHierachy(java.io.InputStream input,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
SourceType.loadTypeHierachy(java.io.InputStream input,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
NOTE: This method is not part of the API has it is not clear clients would easily use it: they would need to first make sure all working copies for the given owner exist before calling it. |
ITypeHierarchy |
BinaryType.loadTypeHierachy(java.io.InputStream input,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
CompilationUnit |
ReconcileWorkingCopyOperation.makeConsistent(CompilationUnit workingCopy)
|
CompilationUnit |
CompilationUnit.makeConsistent(int astLevel,
boolean resolveBindings,
int reconcileFlags,
java.util.HashMap problems,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
CompilationUnit.makeConsistent(org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
Openable.makeConsistent(org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
JavaModel.move(IJavaElement[] elements,
IJavaElement[] containers,
IJavaElement[] siblings,
java.lang.String[] renamings,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
PackageFragment.move(IJavaElement container,
IJavaElement sibling,
java.lang.String rename,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
BinaryMember.move(IJavaElement container,
IJavaElement sibling,
java.lang.String rename,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
CompilationUnit.move(IJavaElement container,
IJavaElement sibling,
java.lang.String rename,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
SourceRefElement.move(IJavaElement container,
IJavaElement sibling,
java.lang.String rename,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
PackageFragmentRoot.move(org.eclipse.core.runtime.IPath destination,
int updateResourceFlags,
int updateModelFlags,
IClasspathEntry sibling,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
NameLookup |
JavaProject.newNameLookup(ICompilationUnit[] workingCopies)
|
NameLookup |
JavaProject.newNameLookup(WorkingCopyOwner owner)
|
SearchableEnvironment |
JavaProject.newSearchableNameEnvironment(ICompilationUnit[] workingCopies)
|
SearchableEnvironment |
JavaProject.newSearchableNameEnvironment(WorkingCopyOwner owner)
|
ITypeHierarchy |
SourceType.newSupertypeHierarchy(ICompilationUnit[] workingCopies,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
BinaryType.newSupertypeHierarchy(ICompilationUnit[] workingCopies,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
SourceType.newSupertypeHierarchy(org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
BinaryType.newSupertypeHierarchy(org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
SourceType.newSupertypeHierarchy(IWorkingCopy[] workingCopies,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. |
ITypeHierarchy |
BinaryType.newSupertypeHierarchy(IWorkingCopy[] workingCopies,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. |
ITypeHierarchy |
SourceType.newSupertypeHierarchy(WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
BinaryType.newSupertypeHierarchy(WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
SourceType.newTypeHierarchy(ICompilationUnit[] workingCopies,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
BinaryType.newTypeHierarchy(ICompilationUnit[] workingCopies,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
SourceType.newTypeHierarchy(IJavaProject project,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
BinaryType.newTypeHierarchy(IJavaProject project,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
SourceType.newTypeHierarchy(IJavaProject project,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
BinaryType.newTypeHierarchy(IJavaProject project,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
SourceType.newTypeHierarchy(org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
BinaryType.newTypeHierarchy(org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. |
ITypeHierarchy |
JavaProject.newTypeHierarchy(IRegion region,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
JavaProject.newTypeHierarchy(IRegion region,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
JavaProject.newTypeHierarchy(IType type,
IRegion region,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
JavaProject.newTypeHierarchy(IType type,
IRegion region,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
SourceType.newTypeHierarchy(IWorkingCopy[] workingCopies,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. |
ITypeHierarchy |
BinaryType.newTypeHierarchy(IWorkingCopy[] workingCopies,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated. |
ITypeHierarchy |
SourceType.newTypeHierarchy(WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
ITypeHierarchy |
BinaryType.newTypeHierarchy(WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
Openable.open(org.eclipse.core.runtime.IProgressMonitor pm)
|
static CompilationUnitDeclaration |
CompilationUnitProblemFinder.process(CompilationUnit unitElement,
SourceElementParser parser,
WorkingCopyOwner workingCopyOwner,
java.util.HashMap problems,
boolean creatingAST,
int reconcileFlags,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
static CompilationUnitDeclaration |
CompilationUnitProblemFinder.process(CompilationUnit unitElement,
WorkingCopyOwner workingCopyOwner,
java.util.HashMap problems,
boolean creatingAST,
int reconcileFlags,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.String[] |
JavaProject.projectPrerequisites(IClasspathEntry[] entries)
|
IMarker[] |
CompilationUnit.reconcile()
Deprecated. |
void |
CompilationUnit.reconcile(boolean forceProblemDetection,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
CompilationUnit |
CompilationUnit.reconcile(int astLevel,
boolean forceProblemDetection,
boolean enableStatementsRecovery,
WorkingCopyOwner workingCopyOwner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
CompilationUnit |
CompilationUnit.reconcile(int astLevel,
boolean forceProblemDetection,
WorkingCopyOwner workingCopyOwner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
CompilationUnit |
CompilationUnit.reconcile(int astLevel,
int reconcileFlags,
WorkingCopyOwner workingCopyOwner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
JavaModel.refreshExternalArchives(IJavaElement[] elementsScope,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
java.lang.Object |
JavaModelManager.removeInfoAndChildren(JavaElement element)
|
void |
JavaModel.rename(IJavaElement[] elements,
IJavaElement[] destinations,
java.lang.String[] renamings,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
Initializer.rename(java.lang.String newName,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
PackageFragment.rename(java.lang.String newName,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
BinaryMember.rename(java.lang.String newName,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
CompilationUnit.rename(java.lang.String newName,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
SourceRefElement.rename(java.lang.String newName,
boolean force,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
IClasspathEntry[] |
JavaProject.resolveClasspath(IClasspathEntry[] rawClasspath)
|
void |
JavaProject.resolveClasspath(JavaModelManager.PerProjectInfo perProjectInfo)
|
java.lang.String[][] |
NamedMember.resolveType(java.lang.String typeName)
|
java.lang.String[][] |
NamedMember.resolveType(java.lang.String typeName,
WorkingCopyOwner owner)
|
void |
CompilationUnit.restore()
|
void |
JavaModelOperation.runOperation(org.eclipse.core.runtime.IProgressMonitor monitor)
Main entry point for Java Model operations. |
void |
Buffer.save(org.eclipse.core.runtime.IProgressMonitor progress,
boolean force)
|
void |
CompilationUnit.save(org.eclipse.core.runtime.IProgressMonitor pm,
boolean force)
|
void |
Openable.save(org.eclipse.core.runtime.IProgressMonitor pm,
boolean force)
|
java.util.Map |
JavaModelManager.secondaryTypes(IJavaProject project,
boolean waitForIndexes,
org.eclipse.core.runtime.IProgressMonitor monitor)
Get all secondary types for a project and store result in per project info cache. |
void |
BinaryMember.setContents(java.lang.String contents,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
JavaProject.setOutputLocation(org.eclipse.core.runtime.IPath path,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
JavaProject.setRawClasspath(IClasspathEntry[] entries,
boolean canModifyResources,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
JavaProject.setRawClasspath(IClasspathEntry[] newRawClasspath,
org.eclipse.core.runtime.IPath newOutputLocation,
boolean canModifyResources,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
JavaProject.setRawClasspath(IClasspathEntry[] entries,
org.eclipse.core.runtime.IPath outputLocation,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
JavaProject.setRawClasspath(IClasspathEntry[] entries,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
PackageFragmentRoot.setSourceMapper(SourceMapper mapper)
For use by AttachSourceOperation only. |
void |
ExternalFolderChange.updateExternalFoldersIfNecessary(boolean refreshIfExistAlready,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
ProjectReferenceChange.updateProjectReferencesIfNecessary()
|
static void |
JavaProject.validateCycles(java.util.Map preferredClasspaths)
|
boolean |
JavaModelManager.PerProjectInfo.writeAndCacheClasspath(JavaProject javaProject,
IClasspathEntry[] newRawClasspath,
org.eclipse.core.runtime.IPath newOutputLocation)
|
boolean |
JavaProject.writeFileEntries(IClasspathEntry[] newClasspath,
org.eclipse.core.runtime.IPath newOutputLocation)
Writes the classpath in a sharable format (VCM-wise) only when necessary, that is, if it is semantically different from the existing one in file. |
Constructors in org.eclipse.jdt.internal.core that throw JavaModelException | |
---|---|
CancelableNameEnvironment(JavaProject project,
WorkingCopyOwner owner,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
|
SearchableEnvironment(JavaProject project,
ICompilationUnit[] workingCopies)
Creates a SearchableEnvironment on the given project |
|
SearchableEnvironment(JavaProject project,
WorkingCopyOwner owner)
Creates a SearchableEnvironment on the given project |
Uses of JavaModelException in org.eclipse.jdt.internal.core.dom.rewrite |
---|
Methods in org.eclipse.jdt.internal.core.dom.rewrite that throw JavaModelException | |
---|---|
org.eclipse.text.edits.MultiTextEdit |
ImportRewriteAnalyzer.getResultingEdits(org.eclipse.core.runtime.IProgressMonitor monitor)
|
Uses of JavaModelException in org.eclipse.jdt.internal.core.eval |
---|
Methods in org.eclipse.jdt.internal.core.eval that throw JavaModelException | |
---|---|
void |
EvaluationContextWrapper.codeComplete(java.lang.String codeSnippet,
int position,
CompletionRequestor requestor)
|
void |
EvaluationContextWrapper.codeComplete(java.lang.String codeSnippet,
int position,
CompletionRequestor requestor,
WorkingCopyOwner owner)
|
void |
EvaluationContextWrapper.codeComplete(java.lang.String codeSnippet,
int position,
ICodeCompletionRequestor requestor)
Deprecated. - use codeComplete(String, int, ICompletionRequestor) instead |
void |
EvaluationContextWrapper.codeComplete(java.lang.String codeSnippet,
int position,
ICompletionRequestor requestor)
Deprecated. |
void |
EvaluationContextWrapper.codeComplete(java.lang.String codeSnippet,
int position,
ICompletionRequestor requestor,
WorkingCopyOwner owner)
Deprecated. |
IJavaElement[] |
EvaluationContextWrapper.codeSelect(java.lang.String codeSnippet,
int offset,
int length)
|
IJavaElement[] |
EvaluationContextWrapper.codeSelect(java.lang.String codeSnippet,
int offset,
int length,
WorkingCopyOwner owner)
|
void |
EvaluationContextWrapper.evaluateCodeSnippet(java.lang.String codeSnippet,
ICodeSnippetRequestor requestor,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
|
void |
EvaluationContextWrapper.evaluateCodeSnippet(java.lang.String codeSnippet,
java.lang.String[] localVariableTypeNames,
java.lang.String[] localVariableNames,
int[] localVariableModifiers,
IType declaringType,
boolean isStatic,
boolean isConstructorCall,
ICodeSnippetRequestor requestor,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
|
void |
EvaluationContextWrapper.evaluateVariable(IGlobalVariable variable,
ICodeSnippetRequestor requestor,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
|
Uses of JavaModelException in org.eclipse.jdt.internal.core.hierarchy |
---|
Methods in org.eclipse.jdt.internal.core.hierarchy that throw JavaModelException | |
---|---|
void |
ChangeCollector.addChange(ICompilationUnit cu,
IJavaElementDelta newDelta)
|
abstract void |
HierarchyBuilder.build(boolean computeSubtypes)
|
static ITypeHierarchy |
TypeHierarchy.load(IType type,
java.io.InputStream input,
WorkingCopyOwner owner)
|
void |
TypeHierarchy.refresh(org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
TypeHierarchy.store(java.io.OutputStream output,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
Constructors in org.eclipse.jdt.internal.core.hierarchy that throw JavaModelException | |
---|---|
HierarchyBuilder(TypeHierarchy hierarchy)
|
|
IndexBasedHierarchyBuilder(TypeHierarchy hierarchy,
IJavaSearchScope scope)
|
|
RegionBasedHierarchyBuilder(TypeHierarchy hierarchy)
|
Uses of JavaModelException in org.eclipse.jdt.internal.core.search |
---|
Methods in org.eclipse.jdt.internal.core.search that throw JavaModelException | |
---|---|
void |
JavaSearchScope.add(IJavaElement element)
Add an element to the java search scope. |
void |
JavaSearchScope.add(JavaProject project,
int includeMask,
java.util.HashSet projectsToBeAdded)
Add java project all fragment roots to current java search scope. |
static IJavaSearchScope |
BasicSearchEngine.createHierarchyScope(IType type)
|
static IJavaSearchScope |
BasicSearchEngine.createHierarchyScope(IType type,
WorkingCopyOwner owner)
|
void |
BasicSearchEngine.searchAllSecondaryTypeNames(IPackageFragmentRoot[] sourceFolders,
IRestrictedAccessTypeRequestor nameRequestor,
boolean waitForIndexes,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Searches for all secondary types in the given scope. |
void |
BasicSearchEngine.searchAllTypeNames(char[][] qualifications,
char[][] typeNames,
int matchRule,
int searchFor,
IJavaSearchScope scope,
IRestrictedAccessTypeRequestor nameRequestor,
int waitingPolicy,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Searches for all top-level types and member types in the given scope using a case sensitive exact match with the given qualified names and type names. |
void |
BasicSearchEngine.searchAllTypeNames(char[] packageName,
int packageMatchRule,
char[] typeName,
int typeMatchRule,
int searchFor,
IJavaSearchScope scope,
IRestrictedAccessTypeRequestor nameRequestor,
int waitingPolicy,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Searches for all top-level types and member types in the given scope. |
void |
BasicSearchEngine.searchDeclarations(IJavaElement enclosingElement,
SearchRequestor requestor,
SearchPattern pattern,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
BasicSearchEngine.searchDeclarationsOfAccessedFields(IJavaElement enclosingElement,
SearchRequestor requestor,
org.eclipse.core.runtime.IProgressMonitor monitor)
Searches for all declarations of the fields accessed in the given element. |
void |
BasicSearchEngine.searchDeclarationsOfReferencedTypes(IJavaElement enclosingElement,
SearchRequestor requestor,
org.eclipse.core.runtime.IProgressMonitor monitor)
Searches for all declarations of the types referenced in the given element. |
void |
BasicSearchEngine.searchDeclarationsOfSentMessages(IJavaElement enclosingElement,
SearchRequestor requestor,
org.eclipse.core.runtime.IProgressMonitor monitor)
Searches for all declarations of the methods invoked in the given element. |
Constructors in org.eclipse.jdt.internal.core.search that throw JavaModelException | |
---|---|
HierarchyScope(IType type,
WorkingCopyOwner owner)
|
Uses of JavaModelException in org.eclipse.jdt.internal.core.search.matching |
---|
Methods in org.eclipse.jdt.internal.core.search.matching that throw JavaModelException | |
---|---|
char[][][] |
SuperTypeNamesCollector.collect()
|
void |
MatchLocator.initialize(JavaProject project,
int possibleMatchSize)
Create a new parser for the given project, as well as a lookup environment. |
Uses of JavaModelException in org.eclipse.jdt.internal.core.util |
---|
Fields in org.eclipse.jdt.internal.core.util declared as JavaModelException | |
---|---|
JavaModelException |
JavaElementFinder.exception
|
Methods in org.eclipse.jdt.internal.core.util that throw JavaModelException | |
---|---|
static byte[] |
Util.getResourceContentsAsByteArray(IFile file)
Returns the given file's contents as a byte array. |
static char[] |
Util.getResourceContentsAsCharArray(IFile file)
Returns the given file's contents as a character array. |
static char[] |
Util.getResourceContentsAsCharArray(IFile file,
java.lang.String encoding)
|
static java.lang.String |
Util.getSourceAttachmentProperty(org.eclipse.core.runtime.IPath path)
|
ASTNode |
DOMFinder.search()
|
Uses of JavaModelException in org.eclipse.jdt.internal.eval |
---|
Methods in org.eclipse.jdt.internal.eval that throw JavaModelException | |
---|---|
java.lang.String |
CodeSnippetSkeleton.getJavadocContents(org.eclipse.core.runtime.IProgressMonitor monitor,
java.lang.String defaultEncoding)
|
Uses of JavaModelException in org.jmlspecs.eclipse.jdt.ui |
---|
Methods in org.jmlspecs.eclipse.jdt.ui that throw JavaModelException | |
---|---|
void |
NewJmlSpecCreationPage.insertCompUnit(ICompilationUnit cu,
java.lang.StringBuffer s,
java.lang.String eol,
IPackageFragment pack)
|
void |
NewJmlSpecCreationPage.insertField(IField f,
java.lang.StringBuffer s,
java.lang.String indent,
java.lang.String eol)
|
void |
NewJmlSpecCreationPage.insertInitializer(IInitializer i,
java.lang.StringBuffer s,
java.lang.String indent,
java.lang.String eol)
|
void |
NewJmlSpecCreationPage.insertMethod(IMethod m,
java.lang.StringBuffer s,
java.lang.String indent,
java.lang.String eol)
|
void |
NewJmlSpecCreationPage.insertType(IType ty,
java.lang.StringBuffer s,
java.lang.String indent,
java.lang.String eol)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |