Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • B bjgf
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Issues 124
    • Issues 124
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • BlueJ
  • bjgf
  • Issues
  • #1279

Closed
Open
Created Apr 01, 2020 by Neil Brown@nccbMaintainer

[BLUEJ-1305] Code completion shows duplicate entries for array length

If you create a variable with a type like String[] and do autocomplete, you will see multiple entries for "int length" -- five for String[]. The problem seems to be that we are picking up the definitions from all the "superclasses" (for array of Object,array of CharSequence, array of Comparable) and not realising that they are the same, or not correctly deduplicating.


Issue metadata

  • Issue type: Bug
  • Priority: Medium
Assignee
Assign to
Time tracking