remove empty package

This commit is contained in:
Michael Heilmann 2013-12-01 06:07:03 +01:00
parent d1f6564d23
commit f3dac38bc9
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
/**
* This package provides a context, a context interpreter and a context selector
* to handle the special case of calls to {@link java.lang.Class#getMethod} and
* {@link java.lang.Class#getDeclaredMethod} with higher precision than usual.
*
* The context interpreter and context selector should both be placed in front
* of {@link com.ibm.wala.analysis.reflection.JavaLangClassContextInterpreter}
* and {@link com.ibm.wala.analysis.reflection.JavaLangClassContextSelector} in
* order to work.
*
* Problem description:
* {@link com.ibm.wala.analysis.reflection.JavaLangClassContextInterpreter} and
* and {@link com.ibm.wala.analysis.reflection.JavaLangClassContextSelector} ignore
* the chance to optimize the set of methods returned if the first argument to
* {@link java.lang.Class#getMethod} or {@link java.lang.Class#getDeclaredMethod}
* is a string constant.
* @author
* Michael Heilmann
*
*/
package com.ibm.wala.analysis.reflection.ext;