Files
codeql/java/ql/test/library-tests/structure/HasObjectMethod.expected
2018-08-30 10:48:05 +01:00

107 lines
3.0 KiB
Plaintext

| Child | clone | Object |
| Child | equals | Object |
| Child | finalize | Object |
| Child | getClass | Object |
| Child | notify | Object |
| Child | notifyAll | Object |
| Child | toString | Object |
| Child | wait | Object |
| Diamond1 | clone | Object |
| Diamond1 | equals | Object |
| Diamond1 | finalize | Object |
| Diamond1 | getClass | Object |
| Diamond1 | hashCode | Object |
| Diamond1 | notify | Object |
| Diamond1 | notifyAll | Object |
| Diamond1 | toString | Object |
| Diamond1 | wait | Object |
| Diamond2 | clone | Object |
| Diamond2 | equals | Object |
| Diamond2 | finalize | Object |
| Diamond2 | getClass | Object |
| Diamond2 | hashCode | Object |
| Diamond2 | notify | Object |
| Diamond2 | notifyAll | Object |
| Diamond2 | toString | Object |
| Diamond2 | wait | Object |
| I1 | clone | Object |
| I1 | equals | Object |
| I1 | finalize | Object |
| I1 | getClass | Object |
| I1 | hashCode | Object |
| I1 | notify | Object |
| I1 | notifyAll | Object |
| I1 | toString | Object |
| I1 | wait | Object |
| I1other | clone | Object |
| I1other | equals | Object |
| I1other | finalize | Object |
| I1other | getClass | Object |
| I1other | hashCode | Object |
| I1other | notify | Object |
| I1other | notifyAll | Object |
| I1other | toString | Object |
| I1other | wait | Object |
| I2 | clone | Object |
| I2 | equals | Object |
| I2 | finalize | Object |
| I2 | getClass | Object |
| I2 | hashCode | Object |
| I2 | notify | Object |
| I2 | notifyAll | Object |
| I2 | toString | Object |
| I2 | wait | Object |
| IA | clone | Object |
| IA | equals | Object |
| IA | finalize | Object |
| IA | getClass | Object |
| IA | hashCode | Object |
| IA | notify | Object |
| IA | notifyAll | Object |
| IA | toString | Object |
| IA | wait | Object |
| IB | clone | Object |
| IB | equals | Object |
| IB | finalize | Object |
| IB | getClass | Object |
| IB | hashCode | Object |
| IB | notify | Object |
| IB | notifyAll | Object |
| IB | toString | Object |
| IB | wait | Object |
| IC | clone | Object |
| IC | equals | Object |
| IC | finalize | Object |
| IC | getClass | Object |
| IC | hashCode | Object |
| IC | notify | Object |
| IC | notifyAll | Object |
| IC | toString | Object |
| IC | wait | Object |
| IDiamond | clone | Object |
| IDiamond | equals | Object |
| IDiamond | finalize | Object |
| IDiamond | getClass | Object |
| IDiamond | hashCode | Object |
| IDiamond | notify | Object |
| IDiamond | notifyAll | Object |
| IDiamond | toString | Object |
| IDiamond | wait | Object |
| ITop | clone | Object |
| ITop | equals | Object |
| ITop | finalize | Object |
| ITop | getClass | Object |
| ITop | hashCode | Object |
| ITop | notify | Object |
| ITop | notifyAll | Object |
| ITop | toString | Object |
| ITop | wait | Object |
| Parent | clone | Object |
| Parent | equals | Object |
| Parent | finalize | Object |
| Parent | getClass | Object |
| Parent | notify | Object |
| Parent | notifyAll | Object |
| Parent | toString | Object |
| Parent | wait | Object |