/* */ {
/* 646 */ if (this.packageInfo == null)
/* */ {
/* 648 */ String name = this.ctClass.getPackageName();
/* 649 */ if (name != null) {
/* 650 */ this.packageInfo = new PackageInfoImpl(this.ctClass.getPackageName());
/* */ }
/* */ }
/* 653 */ return this.packageInfo;
/* */ }