Home
last modified time | relevance | path

Searched refs:modifiedThrownException (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.java1259 ASTNode modifiedThrownException= createNewExceptionType(ast, "InterruptedException"); in testListCombinations() local
1260 rewrite.replace((ASTNode) thrownExceptions.get(0), modifiedThrownException, null); in testListCombinations()