...
8930
is the method size in bytes, com.mysql.jdbc.DatabaseMetaData
is the class name and getTypeInfo
is the too long method.
Options
Option | Description |
---|---|
[-class <regexp>] | Use this option to add a regular expression to be matched when searching through the code. For example, |
[-all] | Use this option to search through all code in the cache, not only the APL code. |
[-threshold <byte code size>] | Use this option to set a byte code threshold, to be able to list slow methods with a byte code size lower than "8000". |
...