Returns the package name of the class, without attempting to load the class. Behaves identically to Package#getName() but does not require the class (or package) to be loaded.
()
| 282 | |
| 283 | |
| 284 | public String getPackageName() { |
| 285 | return Reflection.getPackageName(className); |
| 286 | } |
| 287 | |
| 288 | /** |
| 289 | * Returns the simple name of the underlying class as given in the source code. |
no test coverage detected