public class RoyaleDiagnosticGroups extends Object
| Modifier and Type | Field and Description |
|---|---|
static DiagnosticGroup |
ROYALE_NOT_A_CONSTRUCTOR
Royale ItemRenderer Factories store the constructor in a variable
resulting in this warning.
|
static DiagnosticGroup |
ROYALE_SUPER_CALL_TO_DIFFERENT_NAME
Royale code calls super.methodName from functions other than
overrides of the methodName.
|
static DiagnosticGroup |
ROYALE_UNKNOWN_JSDOC_TYPE_NAME
Royale code won't always generate a goog.requires for types only used
in JSDoc annotations, but the compiler complains.
|
| Constructor and Description |
|---|
RoyaleDiagnosticGroups() |
public static final DiagnosticGroup ROYALE_NOT_A_CONSTRUCTOR
public static final DiagnosticGroup ROYALE_SUPER_CALL_TO_DIFFERENT_NAME
public static final DiagnosticGroup ROYALE_UNKNOWN_JSDOC_TYPE_NAME
Copyright © 2020 The Apache Software Foundation. All rights reserved.