This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

balloon -vs- enums


This is a line from gcj:

2659		     && reloc->kind == OPCODE_goto_w

Here, `reloc->kind' is an `int', and OPCODE_goto_w is defined in an
enum.  If I hold the mouse over the latter, the balloon comes up and
says:

    OPCODE_goto_w=OPCODE_goto_w

It would be nice if instead insight showed:

    OPCODE_goto_w=(enum java_opcode) 200

Or something similar.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]