Skip to content

Field only classes lint is busted #84

@agi

Description

@agi

This should pass the lint but it doesn't:

        final class Type {
            private Type() {};
            final public static long CACHE = 1 << 0;
            final public static long COOKIES = 1 << 1;
            final public static long DOWNLOADS = 1 << 2;
            final public static long FORM_DATA = 1 << 3;
            final public static long HISTORY = 1 << 4;
            final public static long LOCAL_STORAGE = 1 << 5;
            final public static long PASSWORDS = 1 << 6;
        }   

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