search: | Searchs for a literal string. The result of this search can result in a message reference or a comment reference. |
missingGlobals | It does not requires an argument. The result of this search is the set of methods referencing a global name undefined in the actual image. |
methodOverwrites | It does not requires an argument. The result of this search is the set of all methods redefined in the actual image. |
variableOverwrites | It does not requires an argument. It detects argument names and local variable names colliding with instance variables. |