CDV ❯ wrong referring field name printed in TCNonPortableObjectError
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
DSO:L1
-
-
nadeem
-
Reporter: teck
-
November 11, 2008
-
0
-
Watchers: 0
-
December 16, 2008
-
November 17, 2008
Attachments
Description
Use the attached program. The parent type (test.Foo$Parent) is not included but a non-static inner class of it is
The exception message makes reference to this non-existent field name:
Referring field : test.Foo$Parent$Inner.test.Foo$Parent$Inner.this$1
Comments
Fiona OShea 2008-11-13
nadeem ghani 2008-12-09
verified on 2.7.2 build 1
ref is now to
Referring class : test.Foo$Parent$Inner Referring field : test.Foo$Parent$Inner.this$0 Thread : main JVM ID : VM(1) Non-included class: test.Foo$Parent
think you are already working on this.