Home
last modified time | relevance | path

Searched refs:createNewExceptionType (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/
H A DASTRewritingMethodDeclTest.java72 private ASTNode createNewExceptionType(AST ast, String name) { in createNewExceptionType() method in ASTRewritingMethodDeclTest
181 ASTNode newThrownException= createNewExceptionType(ast, "ArrayStoreException"); in testMethodDeclChanges()
195 ASTNode newThrownException1= createNewExceptionType(ast, "ArrayStoreException"); in testMethodDeclChanges()
196 ASTNode newThrownException2= createNewExceptionType(ast, "InterruptedException"); in testMethodDeclChanges()
213 ASTNode newThrownException= createNewExceptionType(ast, "ArrayStoreException"); in testMethodDeclChanges()
991 ASTNode newThrownException= createNewExceptionType(ast, "InterruptedException"); in testListInserts()
1013 ASTNode newThrownException= createNewExceptionType(ast, "InterruptedException"); in testListInserts()
1033 ASTNode newThrownException= createNewExceptionType(ast, "InterruptedException"); in testListInserts()
1055 ASTNode newThrownException= createNewExceptionType(ast, "InterruptedException"); in testListInserts()
1078 ASTNode newThrownException2= createNewExceptionType(ast, "ArrayStoreException"); in testListInserts()
[all …]