| |
|
| java.lang.Object tide.jaranalysis.LibClassesInfo
LibClassesInfo | final public class LibClassesInfo (Code) | | Scans bytecode of all classes in a lib.
Now: search and remember
-interfaces, annotations.
Should be ran lazilly once for each new libs and stored (persistent).
Is used to offer annotation completion.
Currently ignores internal classes (no need now...)
|
ignoreInternalClasses | final static boolean ignoreInternalClasses(Code) | | |
totFails | static int totFails(Code) | | |
totSuccess | static int totSuccess(Code) | | |
getUNiqueIDForFile | public static String getUNiqueIDForFile(ZipFile zf)(Code) | | Simple name + length
|
getUNiqueIDForFileName | public static String getUNiqueIDForFileName(File f)(Code) | | Simple name + length
|
hasInfo | public static boolean hasInfo(File f)(Code) | | |
update_ | public static void update_(List<LibFileItem> allLibs)(Code) | | Call this with minimum priority...
Updates the infos about known interfaces and annotations in the libraries.
|
|
|
|