Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
E
eclipse-plugin
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • asm
  • eclipse-plugin
  • Issues
  • #314584

Closed
Open
Opened Dec 20, 2009 by willmcqueen@willmcqueen

ByteCode Outline Eclipse Plugin -- access flags comment is showing in decimal rather than hex

Hi,

I'm using Bytecode Outline 2.2.1.2 within Eclipse 3.5.1 on WinXP.

When I use the 'Bytecode' view to inspect the bytecodes of a compiled class 
file, I see that it shows the access flags in decimal:

     // access flags 4112

...rather than in hex:

     // access flags 1010

I did choose "Show values in hex format" from the dropdown menu, and got same 
result.

I'm requesting that the access flags comment be changed so that the access 
flags value is always displayed in hex, rather than always displayed in 
decimal... that would be more useful.

Thank you.

Cheers,
Will
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: asm/eclipse-plugin#314584