Skip to content

Add "throws" information to functions #1

Description

@JoshuaKGoldberg

Thanks to Java, GLS must support "throws" annotations on methods. See Java's Specifying the Exceptions Thrown by a Method.

This is a relatively complex but still doable task. Any particular function will need to crawl all its call sites and manual throws to collect a list of what exceptions those are able to throw.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions