This is a loose collection of common pitfalls when using the analysis framework.
Contents
- Libraries are loaded in the order you specify them in the xml file. If two versions of the same class are available in two different packages (bad idea), you might get the wrong one, causing a strange runtime error. Moral: Make sure the old version is removed when a class is moved between two packages.
- Another common reason for crashing is setting too low a detail level when connecting variables. If the object you need isn't read for this reason, you get a null pointer and a segmentation fault when it is dereferenced.