File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/de/inetsoftware/classparser Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11/*
2- Copyright 2011 - 2021 Volker Berlin (i-net software)
2+ Copyright 2011 - 2023 Volker Berlin (i-net software)
33
44 Licensed under the Apache License, Version 2.0 (the "License");
55 you may not use this file except in compliance with the License.
@@ -248,6 +248,7 @@ public ConstantPool getConstantPool() {
248248 */
249249 void setDeclaringClassFile ( @ Nonnull String origClassName , @ Nonnull ClassFile classFile ) {
250250 description = description .replace ( 'L' + origClassName + ';' , 'L' + classFile .getThisClass ().getName () + ';' );
251+ description = description .replace ( 'L' + origClassName + '<' , 'L' + classFile .getThisClass ().getName () + '<' ); // a class with additional generics information
251252 this .classFile = classFile ;
252253 }
253254}
You can’t perform that action at this time.
0 commit comments