-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work oncontributions-welcomeContributions welcome to help resolve this (the resolution is expected to be clear from the issue)Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
The static List.castFrom method is shown with an "override" label:
Although List extends Iterable and Iterable has its own Iterable.castFrom static method, they are effectively independent functions that just have the same name. I don't see any benefit to labeling the List version as an "override", and doing so is potentially misleading about how static methods work.
srawlins and jcollins-g
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work oncontributions-welcomeContributions welcome to help resolve this (the resolution is expected to be clear from the issue)Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
