A "super import" ("import ") operation has been performed.
()
| 466 | A "super import" ("import *") operation has been performed. |
| 467 | */ |
| 468 | protected boolean hasSuperImport() |
| 469 | { |
| 470 | return false; |
| 471 | } |
| 472 | |
| 473 | /** |
| 474 | Return the name or null if none is found, |
no outgoing calls
no test coverage detected