Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Bug in class Symbol

843793May 15 2003 — edited May 19 2003
In class Symbol in method rank() we are :

public int rank() {
if (rank_field < 0) {
Name fiulname = fullName();
______^
if (fullname == fullname.table.java_lang_Object || type.tag == ERROR)
rank_field = 0;
else {

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 16 2003
Added on May 15 2003
8 comments
94 views