| Package | Description |
|---|---|
| com.ibm.wala.analysis.reflection |
This package provides functions to deal with reflection.
|
| com.ibm.wala.ipa.cha |
This package provides functionality related to class hierarchies.
|
| com.ibm.wala.util.shrike | |
| com.ibm.wala.util.warnings |
This package provides miscellaneous utilities for tracking analysis warnings.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractReflectionInterpreter.IgnoreSerializableWarning
A warning when we find flow of a factory allocation to a cast to
Serializable |
protected static class |
AbstractReflectionInterpreter.ManySubtypesWarning
A warning when we expect excessive pollution from a factory method
|
protected static class |
AbstractReflectionInterpreter.NoSubtypesWarning
A warning when we fail to find subtypes for a factory method
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassHierarchyWarning
A warning for when we get a class not found exception
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Exceptions.MethodResolutionFailure
A warning for when we fail to resolve the type for a checkcast
|
| Modifier and Type | Method and Description |
|---|---|
static Iterator<Warning> |
Warnings.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Warnings.add(Warning w) |
Copyright © 2015. All rights reserved.