|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Static Public Member Functions | |
| static ? Diagnostic | GetById (int id) |
Static Public Attributes | |
| static readonly Diagnostic | MainMethodFound = new Diagnostic(1, nameof(MainMethodFound), "Found main method in class \"{0}\".", DiagnosticLevel.Info) |
| The 'MainMethodFound' diagnostic. | |
| static readonly Diagnostic | OutputFileIs = new Diagnostic(2, nameof(OutputFileIs), "Output file is \"{0}\".", DiagnosticLevel.Info) |
| The 'OutputFileIs' diagnostic. | |
| static readonly Diagnostic | AutoAddRef = new Diagnostic(3, nameof(AutoAddRef), "Automatically adding reference to \"{0}\".", DiagnosticLevel.Info) |
| The 'AutoAddRef' diagnostic. | |
| static readonly Diagnostic | MainMethodFromManifest = new Diagnostic(4, nameof(MainMethodFromManifest), "Using main class \"{0}\" based on jar manifest.", DiagnosticLevel.Info) |
| The 'MainMethodFromManifest' diagnostic. | |
| static readonly Diagnostic | GenericCompilerInfo = new Diagnostic(5, nameof(GenericCompilerInfo), "{0}", DiagnosticLevel.Info) |
| The 'GenericCompilerInfo' diagnostic. | |
| static readonly Diagnostic | GenericClassLoadingInfo = new Diagnostic(6, nameof(GenericClassLoadingInfo), "{0}", DiagnosticLevel.Info) |
| The 'GenericClassLoadingInfo' diagnostic. | |
| static readonly Diagnostic | GenericVerifierInfo = new Diagnostic(7, nameof(GenericVerifierInfo), "{0}", DiagnosticLevel.Info) |
| The 'GenericVerifierInfo' diagnostic. | |
| static readonly Diagnostic | GenericRuntimeInfo = new Diagnostic(8, nameof(GenericRuntimeInfo), "{0}", DiagnosticLevel.Info) |
| The 'GenericRuntimeInfo' diagnostic. | |
| static readonly Diagnostic | GenericJniInfo = new Diagnostic(9, nameof(GenericJniInfo), "{0}", DiagnosticLevel.Info) |
| The 'GenericJniInfo' diagnostic. | |
| static readonly Diagnostic | ClassNotFound = new Diagnostic(100, nameof(ClassNotFound), "Class \"{0}\" not found.", DiagnosticLevel.Warning) |
| The 'ClassNotFound' diagnostic. | |
| static readonly Diagnostic | ClassFormatError = new Diagnostic(101, nameof(ClassFormatError), "Unable to compile class \"{0}\". (class format error \"{1}\")", DiagnosticLevel.Warning) |
| The 'ClassFormatError' diagnostic. | |
| static readonly Diagnostic | DuplicateClassName = new Diagnostic(102, nameof(DuplicateClassName), "Duplicate class name: \"{0}\".", DiagnosticLevel.Warning) |
| The 'DuplicateClassName' diagnostic. | |
| static readonly Diagnostic | IllegalAccessError = new Diagnostic(103, nameof(IllegalAccessError), "Unable to compile class \"{0}\". (illegal access error \"{1}\")", DiagnosticLevel.Warning) |
| The 'IllegalAccessError' diagnostic. | |
| static readonly Diagnostic | VerificationError = new Diagnostic(104, nameof(VerificationError), "Unable to compile class \"{0}\". (verification error \"{1}\")", DiagnosticLevel.Warning) |
| The 'VerificationError' diagnostic. | |
| static readonly Diagnostic | NoClassDefFoundError = new Diagnostic(105, nameof(NoClassDefFoundError), "Unable to compile class \"{0}\". (missing class \"{1}\")", DiagnosticLevel.Warning) |
| The 'NoClassDefFoundError' diagnostic. | |
| static readonly Diagnostic | GenericUnableToCompileError = new Diagnostic(106, nameof(GenericUnableToCompileError), "Unable to compile class \"{0}\". (\"{1}\": \"{2}\")", DiagnosticLevel.Warning) |
| The 'GenericUnableToCompileError' diagnostic. | |
| static readonly Diagnostic | DuplicateResourceName = new Diagnostic(107, nameof(DuplicateResourceName), "Skipping resource (name clash): \"{0}\"", DiagnosticLevel.Warning) |
| The 'DuplicateResourceName' diagnostic. | |
| static readonly Diagnostic | SkippingReferencedClass = new Diagnostic(109, nameof(SkippingReferencedClass), "Skipping class: \"{0}\". (class is already available in referenced assembly \"{1}\")", DiagnosticLevel.Warning) |
| The 'SkippingReferencedClass' diagnostic. | |
| static readonly Diagnostic | NoJniRuntime = new Diagnostic(110, nameof(NoJniRuntime), "Unable to load runtime JNI assembly.", DiagnosticLevel.Warning) |
| The 'NoJniRuntime' diagnostic. | |
| static readonly Diagnostic | EmittedNoClassDefFoundError = new Diagnostic(111, nameof(EmittedNoClassDefFoundError), "Emitted java.lang.NoClassDefFoundError in \"{0}\". (\"{1}\").", DiagnosticLevel.Warning) |
| The 'EmittedNoClassDefFoundError' diagnostic. | |
| static readonly Diagnostic | EmittedIllegalAccessError = new Diagnostic(112, nameof(EmittedIllegalAccessError), "Emitted java.lang.IllegalAccessError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning) |
| The 'EmittedIllegalAccessError' diagnostic. | |
| static readonly Diagnostic | EmittedInstantiationError = new Diagnostic(113, nameof(EmittedInstantiationError), "Emitted java.lang.InstantiationError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning) |
| The 'EmittedInstantiationError' diagnostic. | |
| static readonly Diagnostic | EmittedIncompatibleClassChangeError = new Diagnostic(114, nameof(EmittedIncompatibleClassChangeError), "Emitted java.lang.IncompatibleClassChangeError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning) |
| The 'EmittedIncompatibleClassChangeError' diagnostic. | |
| static readonly Diagnostic | EmittedNoSuchFieldError = new Diagnostic(115, nameof(EmittedNoSuchFieldError), "Emitted java.lang.NoSuchFieldError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning) |
| The 'EmittedNoSuchFieldError' diagnostic. | |
| static readonly Diagnostic | EmittedAbstractMethodError = new Diagnostic(116, nameof(EmittedAbstractMethodError), "Emitted java.lang.AbstractMethodError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning) |
| The 'EmittedAbstractMethodError' diagnostic. | |
| static readonly Diagnostic | EmittedNoSuchMethodError = new Diagnostic(117, nameof(EmittedNoSuchMethodError), "Emitted java.lang.NoSuchMethodError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning) |
| The 'EmittedNoSuchMethodError' diagnostic. | |
| static readonly Diagnostic | EmittedLinkageError = new Diagnostic(118, nameof(EmittedLinkageError), "Emitted java.lang.LinkageError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning) |
| The 'EmittedLinkageError' diagnostic. | |
| static readonly Diagnostic | EmittedVerificationError = new Diagnostic(119, nameof(EmittedVerificationError), "Emitted java.lang.VerificationError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning) |
| The 'EmittedVerificationError' diagnostic. | |
| static readonly Diagnostic | EmittedClassFormatError = new Diagnostic(120, nameof(EmittedClassFormatError), "Emitted java.lang.ClassFormatError in \"{0}\". (\"{1}\")", DiagnosticLevel.Warning) |
| The 'EmittedClassFormatError' diagnostic. | |
| static readonly Diagnostic | InvalidCustomAttribute = new Diagnostic(121, nameof(InvalidCustomAttribute), "Error emitting \"{0}\" custom attribute. (\"{1}\")", DiagnosticLevel.Warning) |
| The 'InvalidCustomAttribute' diagnostic. | |
| static readonly Diagnostic | IgnoredCustomAttribute = new Diagnostic(122, nameof(IgnoredCustomAttribute), "Custom attribute \"{0}\" was ignored. (\"{1}\")", DiagnosticLevel.Warning) |
| The 'IgnoredCustomAttribute' diagnostic. | |
| static readonly Diagnostic | AssumeAssemblyVersionMatch |
| The 'AssumeAssemblyVersionMatch' diagnostic. | |
| static readonly Diagnostic | InvalidDirectoryInLibOptionPath = new Diagnostic(124, nameof(InvalidDirectoryInLibOptionPath), "Directory \"{0}\" specified in -lib option is not valid.", DiagnosticLevel.Warning) |
| The 'InvalidDirectoryInLibOptionPath' diagnostic. | |
| static readonly Diagnostic | InvalidDirectoryInLibEnvironmentPath = new Diagnostic(125, nameof(InvalidDirectoryInLibEnvironmentPath), "Directory \"{0}\" specified in LIB environment is not valid.", DiagnosticLevel.Warning) |
| The 'InvalidDirectoryInLibEnvironmentPath' diagnostic. | |
| static readonly Diagnostic | LegacySearchRule |
| The 'LegacySearchRule' diagnostic. | |
| static readonly Diagnostic | AssemblyLocationIgnored |
| The 'AssemblyLocationIgnored' diagnostic. | |
| static readonly Diagnostic | InterfaceMethodCantBeInternal = new Diagnostic(128, nameof(InterfaceMethodCantBeInternal), "Ignoring @ikvm.lang.Internal annotation on interface method. (\"{0}.{1}{2}\")", DiagnosticLevel.Warning) |
| The 'InterfaceMethodCantBeInternal' diagnostic. | |
| static readonly Diagnostic | DuplicateAssemblyReference = new Diagnostic(132, nameof(DuplicateAssemblyReference), "Duplicate assembly reference \"{0}\"", DiagnosticLevel.Warning) |
| The 'DuplicateAssemblyReference' diagnostic. | |
| static readonly Diagnostic | UnableToResolveType |
| The 'UnableToResolveType' diagnostic. | |
| static readonly Diagnostic | StubsAreDeprecated = new Diagnostic(134, nameof(StubsAreDeprecated), "Compiling stubs is deprecated. Please add a reference to assembly \"{0}\" instead.", DiagnosticLevel.Warning) |
| The 'StubsAreDeprecated' diagnostic. | |
| static readonly Diagnostic | WrongClassName = new Diagnostic(135, nameof(WrongClassName), "Unable to compile \"{0}\" (wrong name: \"{1}\")", DiagnosticLevel.Warning) |
| The 'WrongClassName' diagnostic. | |
| static readonly Diagnostic | ReflectionCallerClassRequiresCallerID = new Diagnostic(136, nameof(ReflectionCallerClassRequiresCallerID), "Reflection.getCallerClass() called from non-CallerID method. (\"{0}.{1}{2}\")", DiagnosticLevel.Warning) |
| The 'ReflectionCallerClassRequiresCallerID' diagnostic. | |
| static readonly Diagnostic | LegacyAssemblyAttributesFound |
| The 'LegacyAssemblyAttributesFound' diagnostic. | |
| static readonly Diagnostic | UnableToCreateLambdaFactory = new Diagnostic(138, nameof(UnableToCreateLambdaFactory), "Unable to create static lambda factory.", DiagnosticLevel.Warning) |
| The 'UnableToCreateLambdaFactory' diagnostic. | |
| static readonly Diagnostic | UnknownWarning = new Diagnostic(999, nameof(UnknownWarning), "{0}", DiagnosticLevel.Warning) |
| The 'UnknownWarning' diagnostic. | |
| static readonly Diagnostic | DuplicateIkvmLangProperty = new Diagnostic(139, nameof(DuplicateIkvmLangProperty), "Ignoring duplicate ikvm.lang.Property annotation on {0}.{1}.", DiagnosticLevel.Warning) |
| The 'DuplicateIkvmLangProperty' diagnostic. | |
| static readonly Diagnostic | MalformedIkvmLangProperty = new Diagnostic(140, nameof(MalformedIkvmLangProperty), "Ignoring duplicate ikvm.lang.Property annotation on {0}.{1}.", DiagnosticLevel.Warning) |
| The 'MalformedIkvmLangProperty' diagnostic. | |
| static readonly Diagnostic | GenericCompilerWarning = new Diagnostic(141, nameof(GenericCompilerWarning), "{0}", DiagnosticLevel.Warning) |
| The 'GenericCompilerWarning' diagnostic. | |
| static readonly Diagnostic | GenericClassLoadingWarning = new Diagnostic(142, nameof(GenericClassLoadingWarning), "{0}", DiagnosticLevel.Warning) |
| The 'GenericClassLoadingWarning' diagnostic. | |
| static readonly Diagnostic | GenericVerifierWarning = new Diagnostic(143, nameof(GenericVerifierWarning), "{0}", DiagnosticLevel.Warning) |
| The 'GenericVerifierWarning' diagnostic. | |
| static readonly Diagnostic | GenericRuntimeWarning = new Diagnostic(144, nameof(GenericRuntimeWarning), "{0}", DiagnosticLevel.Warning) |
| The 'GenericRuntimeWarning' diagnostic. | |
| static readonly Diagnostic | GenericJniWarning = new Diagnostic(145, nameof(GenericJniWarning), "{0}", DiagnosticLevel.Warning) |
| The 'GenericJniWarning' diagnostic. | |
| static readonly Diagnostic | UnableToCreateProxy = new Diagnostic(4001, nameof(UnableToCreateProxy), "Unable to create proxy \"{0}\". (\"{1}\")", DiagnosticLevel.Error) |
| The 'UnableToCreateProxy' diagnostic. | |
| static readonly Diagnostic | DuplicateProxy = new Diagnostic(4002, nameof(DuplicateProxy), "Duplicate proxy \"{0}\".", DiagnosticLevel.Error) |
| The 'DuplicateProxy' diagnostic. | |
| static readonly Diagnostic | MapXmlUnableToResolveOpCode = new Diagnostic(4003, nameof(MapXmlUnableToResolveOpCode), "Unable to resolve opcode in remap file: {0}.", DiagnosticLevel.Error) |
| The 'MapXmlUnableToResolveOpCode' diagnostic. | |
| static readonly Diagnostic | MapXmlError = new Diagnostic(4004, nameof(MapXmlError), "Error in remap file: {0}.", DiagnosticLevel.Error) |
| The 'MapXmlError' diagnostic. | |
| static readonly Diagnostic | InputFileNotFound = new Diagnostic(4005, nameof(InputFileNotFound), "Source file \'{0}\' not found.", DiagnosticLevel.Error) |
| The 'InputFileNotFound' diagnostic. | |
| static readonly Diagnostic | UnknownFileType = new Diagnostic(4006, nameof(UnknownFileType), "Unknown file type: {0}.", DiagnosticLevel.Error) |
| The 'UnknownFileType' diagnostic. | |
| static readonly Diagnostic | UnknownElementInMapFile = new Diagnostic(4007, nameof(UnknownElementInMapFile), "Unknown element {0} in remap file, line {1}, column {2}.", DiagnosticLevel.Error) |
| The 'UnknownElementInMapFile' diagnostic. | |
| static readonly Diagnostic | UnknownAttributeInMapFile = new Diagnostic(4008, nameof(UnknownAttributeInMapFile), "Unknown attribute {0} in remap file, line {1}, column {2}.", DiagnosticLevel.Error) |
| The 'UnknownAttributeInMapFile' diagnostic. | |
| static readonly Diagnostic | InvalidMemberNameInMapFile = new Diagnostic(4009, nameof(InvalidMemberNameInMapFile), "Invalid {0} name \'{1}\' in remap file in class {2}.", DiagnosticLevel.Error) |
| The 'InvalidMemberNameInMapFile' diagnostic. | |
| static readonly Diagnostic | InvalidMemberSignatureInMapFile = new Diagnostic(4010, nameof(InvalidMemberSignatureInMapFile), "Invalid {0} signature \'{3}\' in remap file for {0} {1}.{2}.", DiagnosticLevel.Error) |
| The 'InvalidMemberSignatureInMapFile' diagnostic. | |
| static readonly Diagnostic | InvalidPropertyNameInMapFile = new Diagnostic(4011, nameof(InvalidPropertyNameInMapFile), "Invalid property {0} name \'{3}\' in remap file for property {1}.{2}.", DiagnosticLevel.Error) |
| The 'InvalidPropertyNameInMapFile' diagnostic. | |
| static readonly Diagnostic | InvalidPropertySignatureInMapFile = new Diagnostic(4012, nameof(InvalidPropertySignatureInMapFile), "Invalid property {0} signature \'{3}\' in remap file for property {1}.{2}.", DiagnosticLevel.Error) |
| The 'InvalidPropertySignatureInMapFile' diagnostic. | |
| static readonly Diagnostic | NonPrimaryAssemblyReference |
| The 'NonPrimaryAssemblyReference' diagnostic. | |
| static readonly Diagnostic | MissingType |
| The 'MissingType' diagnostic. | |
| static readonly Diagnostic | MissingReference |
| The 'MissingReference' diagnostic. | |
| static readonly Diagnostic | CallerSensitiveOnUnsupportedMethod = new Diagnostic(4016, nameof(CallerSensitiveOnUnsupportedMethod), "CallerSensitive annotation on unsupported method. (\"{0}.{1}{2}\")", DiagnosticLevel.Error) |
| The 'CallerSensitiveOnUnsupportedMethod' diagnostic. | |
| static readonly Diagnostic | RemappedTypeMissingDefaultInterfaceMethod = new Diagnostic(4017, nameof(RemappedTypeMissingDefaultInterfaceMethod), "{0} does not implement default interface method {1}.", DiagnosticLevel.Error) |
| The 'RemappedTypeMissingDefaultInterfaceMethod' diagnostic. | |
| static readonly Diagnostic | GenericCompilerError = new Diagnostic(4018, nameof(GenericCompilerError), "{0}", DiagnosticLevel.Error) |
| The 'GenericCompilerError' diagnostic. | |
| static readonly Diagnostic | GenericClassLoadingError = new Diagnostic(4019, nameof(GenericClassLoadingError), "{0}", DiagnosticLevel.Error) |
| The 'GenericClassLoadingError' diagnostic. | |
| static readonly Diagnostic | GenericVerifierError = new Diagnostic(4020, nameof(GenericVerifierError), "{0}", DiagnosticLevel.Error) |
| The 'GenericVerifierError' diagnostic. | |
| static readonly Diagnostic | GenericRuntimeError = new Diagnostic(4021, nameof(GenericRuntimeError), "{0}", DiagnosticLevel.Error) |
| The 'GenericRuntimeError' diagnostic. | |
| static readonly Diagnostic | GenericJniError = new Diagnostic(4022, nameof(GenericJniError), "{0}", DiagnosticLevel.Error) |
| The 'GenericJniError' diagnostic. | |
| static readonly Diagnostic | ExportingImportsNotSupported = new Diagnostic(4023, nameof(ExportingImportsNotSupported), "Exporting previously imported assemblies is not supported.", DiagnosticLevel.Error) |
| The 'ExportingImportsNotSupported' diagnostic. | |
| static readonly Diagnostic | ResponseFileDepthExceeded = new Diagnostic(5000, nameof(ResponseFileDepthExceeded), "Response file nesting depth exceeded.", DiagnosticLevel.Fatal) |
| The 'ResponseFileDepthExceeded' diagnostic. | |
| static readonly Diagnostic | ErrorReadingFile = new Diagnostic(5001, nameof(ErrorReadingFile), "Unable to read file: {0}. ({1})", DiagnosticLevel.Fatal) |
| The 'ErrorReadingFile' diagnostic. | |
| static readonly Diagnostic | NoTargetsFound = new Diagnostic(5002, nameof(NoTargetsFound), "No targets found", DiagnosticLevel.Fatal) |
| The 'NoTargetsFound' diagnostic. | |
| static readonly Diagnostic | FileFormatLimitationExceeded = new Diagnostic(5003, nameof(FileFormatLimitationExceeded), "File format limitation exceeded: {0}.", DiagnosticLevel.Fatal) |
| The 'FileFormatLimitationExceeded' diagnostic. | |
| static readonly Diagnostic | CannotSpecifyBothKeyFileAndContainer = new Diagnostic(5004, nameof(CannotSpecifyBothKeyFileAndContainer), "You cannot specify both a key file and container.", DiagnosticLevel.Fatal) |
| The 'CannotSpecifyBothKeyFileAndContainer' diagnostic. | |
| static readonly Diagnostic | DelaySignRequiresKey = new Diagnostic(5005, nameof(DelaySignRequiresKey), "You cannot delay sign without a key file or container.", DiagnosticLevel.Fatal) |
| The 'DelaySignRequiresKey' diagnostic. | |
| static readonly Diagnostic | InvalidStrongNameKeyPair = new Diagnostic(5006, nameof(InvalidStrongNameKeyPair), "Invalid key {0} specified. (\"{1}\")", DiagnosticLevel.Fatal) |
| The 'InvalidStrongNameKeyPair' diagnostic. | |
| static readonly Diagnostic | ReferenceNotFound = new Diagnostic(5007, nameof(ReferenceNotFound), "Reference not found: {0}", DiagnosticLevel.Fatal) |
| The 'ReferenceNotFound' diagnostic. | |
| static readonly Diagnostic | OptionsMustPreceedChildLevels = new Diagnostic(5008, nameof(OptionsMustPreceedChildLevels), "You can only specify options before any child levels.", DiagnosticLevel.Fatal) |
| The 'OptionsMustPreceedChildLevels' diagnostic. | |
| static readonly Diagnostic | UnrecognizedTargetType = new Diagnostic(5009, nameof(UnrecognizedTargetType), "Invalid value \'{0}\' for -target option.", DiagnosticLevel.Fatal) |
| The 'UnrecognizedTargetType' diagnostic. | |
| static readonly Diagnostic | UnrecognizedPlatform = new Diagnostic(5010, nameof(UnrecognizedPlatform), "Invalid value \'{0}\' for -platform option.", DiagnosticLevel.Fatal) |
| The 'UnrecognizedPlatform' diagnostic. | |
| static readonly Diagnostic | UnrecognizedApartment = new Diagnostic(5011, nameof(UnrecognizedApartment), "Invalid value \'{0}\' for -apartment option.", DiagnosticLevel.Fatal) |
| The 'UnrecognizedApartment' diagnostic. | |
| static readonly Diagnostic | MissingFileSpecification = new Diagnostic(5012, nameof(MissingFileSpecification), "Missing file specification for \'{0}\' option.", DiagnosticLevel.Fatal) |
| The 'MissingFileSpecification' diagnostic. | |
| static readonly Diagnostic | PathTooLong = new Diagnostic(5013, nameof(PathTooLong), "Path too long: {0}.", DiagnosticLevel.Fatal) |
| The 'PathTooLong' diagnostic. | |
| static readonly Diagnostic | PathNotFound = new Diagnostic(5014, nameof(PathNotFound), "Path not found: {0}.", DiagnosticLevel.Fatal) |
| The 'PathNotFound' diagnostic. | |
| static readonly Diagnostic | InvalidPath = new Diagnostic(5015, nameof(InvalidPath), "Invalid path: {0}.", DiagnosticLevel.Fatal) |
| The 'InvalidPath' diagnostic. | |
| static readonly Diagnostic | InvalidOptionSyntax = new Diagnostic(5016, nameof(InvalidOptionSyntax), "Invalid option: {0}.", DiagnosticLevel.Fatal) |
| The 'InvalidOptionSyntax' diagnostic. | |
| static readonly Diagnostic | ExternalResourceNotFound = new Diagnostic(5017, nameof(ExternalResourceNotFound), "External resource file does not exist: {0}.", DiagnosticLevel.Fatal) |
| The 'ExternalResourceNotFound' diagnostic. | |
| static readonly Diagnostic | ExternalResourceNameInvalid = new Diagnostic(5018, nameof(ExternalResourceNameInvalid), "External resource file may not include path specification: {0}.", DiagnosticLevel.Fatal) |
| The 'ExternalResourceNameInvalid' diagnostic. | |
| static readonly Diagnostic | InvalidVersionFormat = new Diagnostic(5019, nameof(InvalidVersionFormat), "Invalid version specified: {0}.", DiagnosticLevel.Fatal) |
| The 'InvalidVersionFormat' diagnostic. | |
| static readonly Diagnostic | InvalidFileAlignment = new Diagnostic(5020, nameof(InvalidFileAlignment), "Invalid value \'{0}\' for -filealign option.", DiagnosticLevel.Fatal) |
| The 'InvalidFileAlignment' diagnostic. | |
| static readonly Diagnostic | ErrorWritingFile = new Diagnostic(5021, nameof(ErrorWritingFile), "Unable to write file: {0}. ({1})", DiagnosticLevel.Fatal) |
| The 'ErrorWritingFile' diagnostic. | |
| static readonly Diagnostic | UnrecognizedOption = new Diagnostic(5022, nameof(UnrecognizedOption), "Unrecognized option: {0}.", DiagnosticLevel.Fatal) |
| The 'UnrecognizedOption' diagnostic. | |
| static readonly Diagnostic | NoOutputFileSpecified = new Diagnostic(5023, nameof(NoOutputFileSpecified), "No output file specified.", DiagnosticLevel.Fatal) |
| The 'NoOutputFileSpecified' diagnostic. | |
| static readonly Diagnostic | SharedClassLoaderCannotBeUsedOnModuleTarget = new Diagnostic(5024, nameof(SharedClassLoaderCannotBeUsedOnModuleTarget), "Incompatible options: -target:module and -sharedclassloader cannot be combined.", DiagnosticLevel.Fatal) |
| The 'SharedClassLoaderCannotBeUsedOnModuleTarget' diagnostic. | |
| static readonly Diagnostic | RuntimeNotFound = new Diagnostic(5025, nameof(RuntimeNotFound), "Unable to load runtime assembly.", DiagnosticLevel.Fatal) |
| The 'RuntimeNotFound' diagnostic. | |
| static readonly Diagnostic | MainClassRequiresExe = new Diagnostic(5026, nameof(MainClassRequiresExe), "Main class cannot be specified for library or module.", DiagnosticLevel.Fatal) |
| The 'MainClassRequiresExe' diagnostic. | |
| static readonly Diagnostic | ExeRequiresMainClass = new Diagnostic(5027, nameof(ExeRequiresMainClass), "No main method found.", DiagnosticLevel.Fatal) |
| The 'ExeRequiresMainClass' diagnostic. | |
| static readonly Diagnostic | PropertiesRequireExe = new Diagnostic(5028, nameof(PropertiesRequireExe), "Properties cannot be specified for library or module.", DiagnosticLevel.Fatal) |
| The 'PropertiesRequireExe' diagnostic. | |
| static readonly Diagnostic | ModuleCannotHaveClassLoader = new Diagnostic(5029, nameof(ModuleCannotHaveClassLoader), "Cannot specify assembly class loader for modules.", DiagnosticLevel.Fatal) |
| The 'ModuleCannotHaveClassLoader' diagnostic. | |
| static readonly Diagnostic | ErrorParsingMapFile = new Diagnostic(5030, nameof(ErrorParsingMapFile), "Unable to parse remap file: {0}. ({1})", DiagnosticLevel.Fatal) |
| The 'ErrorParsingMapFile' diagnostic. | |
| static readonly Diagnostic | BootstrapClassesMissing = new Diagnostic(5031, nameof(BootstrapClassesMissing), "Bootstrap classes missing and core assembly not found.", DiagnosticLevel.Fatal) |
| The 'BootstrapClassesMissing' diagnostic. | |
| static readonly Diagnostic | StrongNameRequiresStrongNamedRefs |
| The 'StrongNameRequiresStrongNamedRefs' diagnostic. | |
| static readonly Diagnostic | MainClassNotFound = new Diagnostic(5033, nameof(MainClassNotFound), "Main class not found.", DiagnosticLevel.Fatal) |
| The 'MainClassNotFound' diagnostic. | |
| static readonly Diagnostic | MainMethodNotFound = new Diagnostic(5034, nameof(MainMethodNotFound), "Main method not found.", DiagnosticLevel.Fatal) |
| The 'MainMethodNotFound' diagnostic. | |
| static readonly Diagnostic | UnsupportedMainMethod = new Diagnostic(5035, nameof(UnsupportedMainMethod), "Redirected main method not supported.", DiagnosticLevel.Fatal) |
| The 'UnsupportedMainMethod' diagnostic. | |
| static readonly Diagnostic | ExternalMainNotAccessible = new Diagnostic(5036, nameof(ExternalMainNotAccessible), "External main method must be public and in a public class.", DiagnosticLevel.Fatal) |
| The 'ExternalMainNotAccessible' diagnostic. | |
| static readonly Diagnostic | ClassLoaderNotFound = new Diagnostic(5037, nameof(ClassLoaderNotFound), "Custom assembly class loader class not found.", DiagnosticLevel.Fatal) |
| The 'ClassLoaderNotFound' diagnostic. | |
| static readonly Diagnostic | ClassLoaderNotAccessible = new Diagnostic(5038, nameof(ClassLoaderNotAccessible), "Custom assembly class loader class is not accessible.", DiagnosticLevel.Fatal) |
| The 'ClassLoaderNotAccessible' diagnostic. | |
| static readonly Diagnostic | ClassLoaderIsAbstract = new Diagnostic(5039, nameof(ClassLoaderIsAbstract), "Custom assembly class loader class is abstract.", DiagnosticLevel.Fatal) |
| The 'ClassLoaderIsAbstract' diagnostic. | |
| static readonly Diagnostic | ClassLoaderNotClassLoader = new Diagnostic(5040, nameof(ClassLoaderNotClassLoader), "Custom assembly class loader class does not extend java.lang.ClassLoader.", DiagnosticLevel.Fatal) |
| The 'ClassLoaderNotClassLoader' diagnostic. | |
| static readonly Diagnostic | ClassLoaderConstructorMissing = new Diagnostic(5041, nameof(ClassLoaderConstructorMissing), "Custom assembly class loader constructor is missing.", DiagnosticLevel.Fatal) |
| The 'ClassLoaderConstructorMissing' diagnostic. | |
| static readonly Diagnostic | MapFileTypeNotFound = new Diagnostic(5042, nameof(MapFileTypeNotFound), "Type \'{0}\' referenced in remap file was not found.", DiagnosticLevel.Fatal) |
| The 'MapFileTypeNotFound' diagnostic. | |
| static readonly Diagnostic | MapFileClassNotFound = new Diagnostic(5043, nameof(MapFileClassNotFound), "Class \'{0}\' referenced in remap file was not found.", DiagnosticLevel.Fatal) |
| The 'MapFileClassNotFound' diagnostic. | |
| static readonly Diagnostic | MaximumErrorCountReached = new Diagnostic(5044, nameof(MaximumErrorCountReached), "Maximum error count reached.", DiagnosticLevel.Fatal) |
| The 'MaximumErrorCountReached' diagnostic. | |
| static readonly Diagnostic | LinkageError = new Diagnostic(5045, nameof(LinkageError), "Link error: {0}", DiagnosticLevel.Fatal) |
| The 'LinkageError' diagnostic. | |
| static readonly Diagnostic | RuntimeMismatch |
| The 'RuntimeMismatch' diagnostic. | |
| static readonly Diagnostic | RuntimeMismatchStrongName = new Diagnostic(5047, nameof(RuntimeMismatchStrongName), "", DiagnosticLevel.Fatal) |
| The 'RuntimeMismatchStrongName' diagnostic. | |
| static readonly Diagnostic | CoreClassesMissing = new Diagnostic(5048, nameof(CoreClassesMissing), "Failed to find core classes in core library.", DiagnosticLevel.Fatal) |
| The 'CoreClassesMissing' diagnostic. | |
| static readonly Diagnostic | CriticalClassNotFound = new Diagnostic(5049, nameof(CriticalClassNotFound), "Unable to load critical class \'{0}\'.", DiagnosticLevel.Fatal) |
| The 'CriticalClassNotFound' diagnostic. | |
| static readonly Diagnostic | AssemblyContainsDuplicateClassNames = new Diagnostic(5050, nameof(AssemblyContainsDuplicateClassNames), "Type \'{0}\' and \'{1}\' both map to the same name \'{2}\'. ({3})", DiagnosticLevel.Fatal) |
| The 'AssemblyContainsDuplicateClassNames' diagnostic. | |
| static readonly Diagnostic | CallerIDRequiresHasCallerIDAnnotation = new Diagnostic(5051, nameof(CallerIDRequiresHasCallerIDAnnotation), "CallerID.getCallerID() requires a HasCallerID annotation.", DiagnosticLevel.Fatal) |
| The 'CallerIDRequiresHasCallerIDAnnotation' diagnostic. | |
| static readonly Diagnostic | UnableToResolveInterface = new Diagnostic(5052, nameof(UnableToResolveInterface), "Unable to resolve interface \'{0}\' on type \'{1}\'.", DiagnosticLevel.Fatal) |
| The 'UnableToResolveInterface' diagnostic. | |
| static readonly Diagnostic | MissingBaseType |
| The 'MissingBaseType' diagnostic. | |
| static readonly Diagnostic | MissingBaseTypeReference |
| The 'MissingBaseTypeReference' diagnostic. | |
| static readonly Diagnostic | FileNotFound = new Diagnostic(5055, nameof(FileNotFound), "File not found: {0}.", DiagnosticLevel.Fatal) |
| The 'FileNotFound' diagnostic. | |
| static readonly Diagnostic | RuntimeMethodMissing = new Diagnostic(5056, nameof(RuntimeMethodMissing), "Runtime method \'{0}\' not found.", DiagnosticLevel.Fatal) |
| The 'RuntimeMethodMissing' diagnostic. | |
| static readonly Diagnostic | MapFileFieldNotFound = new Diagnostic(5057, nameof(MapFileFieldNotFound), "Field \'{0}\' referenced in remap file was not found in class \'{1}\'.", DiagnosticLevel.Fatal) |
| The 'MapFileFieldNotFound' diagnostic. | |
| static readonly Diagnostic | GhostInterfaceMethodMissing = new Diagnostic(5058, nameof(GhostInterfaceMethodMissing), "Remapped class \'{0}\' does not implement ghost interface method. ({1}.{2}{3})", DiagnosticLevel.Fatal) |
| The 'GhostInterfaceMethodMissing' diagnostic. | |
| static readonly Diagnostic | ModuleInitializerMethodRequirements = new Diagnostic(5059, nameof(ModuleInitializerMethodRequirements), "Method \'{0}.{1}{2}\' does not meet the requirements of a module initializer.", DiagnosticLevel.Fatal) |
| The 'ModuleInitializerMethodRequirements' diagnostic. | |
| static readonly Diagnostic | InvalidZip = new Diagnostic(5060, nameof(InvalidZip), "Invalid zip: {0}.", DiagnosticLevel.Fatal) |
| The 'InvalidZip' diagnostic. | |
| static readonly Diagnostic | CoreAssemblyVersionMismatch |
| The 'CoreAssemblyVersionMismatch' diagnostic. | |
| static readonly Diagnostic | GenericRuntimeTrace = new Diagnostic(6000, nameof(GenericRuntimeTrace), "{0}", DiagnosticLevel.Trace) |
| The 'GenericRuntimeTrace' diagnostic. | |
| static readonly Diagnostic | GenericJniTrace = new Diagnostic(6001, nameof(GenericJniTrace), "{0}", DiagnosticLevel.Trace) |
| The 'GenericJniTrace' diagnostic. | |
| static readonly Diagnostic | GenericCompilerTrace = new Diagnostic(6002, nameof(GenericCompilerTrace), "{0}", DiagnosticLevel.Trace) |
| The 'GenericCompilerTrace' diagnostic. | |
Definition at line 9 of file Diagnostic.g.cs.
|
static |
Definition at line 12 of file Diagnostic.g.cs.
|
static |
The 'AssemblyContainsDuplicateClassNames' diagnostic.
Fatal: Type '{arg0}' and '{arg1}' both map to the same name '{arg2}'. ({arg3})
Definition at line 1317 of file Diagnostic.g.cs.
|
static |
The 'AssemblyLocationIgnored' diagnostic.
Warning: Assembly "{arg0}" is ignored as previously loaded assembly "{arg1}" has the same identity "{arg2}".
Definition at line 589 of file Diagnostic.g.cs.
|
static |
The 'AssumeAssemblyVersionMatch' diagnostic.
Warning: Assuming assembly reference "{arg0}" matches "{arg1}", you may need to supply runtime policy
Definition at line 555 of file Diagnostic.g.cs.
|
static |
The 'AutoAddRef' diagnostic.
Info: Automatically adding reference to "{arg0}".
Definition at line 323 of file Diagnostic.g.cs.
|
static |
The 'BootstrapClassesMissing' diagnostic.
Fatal: Bootstrap classes missing and core assembly not found.
Definition at line 1163 of file Diagnostic.g.cs.
|
static |
The 'CallerIDRequiresHasCallerIDAnnotation' diagnostic.
Fatal: CallerID.getCallerID() requires a HasCallerID annotation.
Definition at line 1325 of file Diagnostic.g.cs.
|
static |
The 'CallerSensitiveOnUnsupportedMethod' diagnostic.
Error: CallerSensitive annotation on unsupported method. ("{arg0}.{arg1}{arg2}")
Definition at line 851 of file Diagnostic.g.cs.
|
static |
The 'CannotSpecifyBothKeyFileAndContainer' diagnostic.
Fatal: You cannot specify both a key file and container.
Definition at line 947 of file Diagnostic.g.cs.
|
static |
The 'ClassFormatError' diagnostic.
Warning: Unable to compile class "{arg0}". (class format error "{arg1}")
Definition at line 387 of file Diagnostic.g.cs.
|
static |
The 'ClassLoaderConstructorMissing' diagnostic.
Fatal: Custom assembly class loader constructor is missing.
Definition at line 1244 of file Diagnostic.g.cs.
|
static |
The 'ClassLoaderIsAbstract' diagnostic.
Fatal: Custom assembly class loader class is abstract.
Definition at line 1228 of file Diagnostic.g.cs.
|
static |
The 'ClassLoaderNotAccessible' diagnostic.
Fatal: Custom assembly class loader class is not accessible.
Definition at line 1220 of file Diagnostic.g.cs.
|
static |
The 'ClassLoaderNotClassLoader' diagnostic.
Fatal: Custom assembly class loader class does not extend java.lang.ClassLoader.
Definition at line 1236 of file Diagnostic.g.cs.
|
static |
The 'ClassLoaderNotFound' diagnostic.
Fatal: Custom assembly class loader class not found.
Definition at line 1212 of file Diagnostic.g.cs.
|
static |
The 'ClassNotFound' diagnostic.
Warning: Class "{arg0}" not found.
Definition at line 379 of file Diagnostic.g.cs.
|
static |
The 'CoreAssemblyVersionMismatch' diagnostic.
Fatal: Unable to load assembly '{0}' as it depends on a higher version of {1} than the one currently loaded.
Definition at line 1407 of file Diagnostic.g.cs.
|
static |
The 'CoreClassesMissing' diagnostic.
Fatal: Failed to find core classes in core library.
Definition at line 1301 of file Diagnostic.g.cs.
|
static |
The 'CriticalClassNotFound' diagnostic.
Fatal: Unable to load critical class '{arg0}'.
Definition at line 1309 of file Diagnostic.g.cs.
|
static |
The 'DelaySignRequiresKey' diagnostic.
Fatal: You cannot delay sign without a key file or container.
Definition at line 955 of file Diagnostic.g.cs.
|
static |
The 'DuplicateAssemblyReference' diagnostic.
Warning: Duplicate assembly reference "{arg0}"
Definition at line 606 of file Diagnostic.g.cs.
|
static |
The 'DuplicateClassName' diagnostic.
Warning: Duplicate class name: "{arg0}".
Definition at line 395 of file Diagnostic.g.cs.
|
static |
The 'DuplicateIkvmLangProperty' diagnostic.
Warning: Ignoring duplicate ikvm.lang.Property annotation on {arg0}.{arg1}.
Definition at line 672 of file Diagnostic.g.cs.
|
static |
The 'DuplicateProxy' diagnostic.
Error: Duplicate proxy "{arg0}".
Definition at line 736 of file Diagnostic.g.cs.
|
static |
The 'DuplicateResourceName' diagnostic.
Warning: Skipping resource (name clash): "{arg0}"
Definition at line 435 of file Diagnostic.g.cs.
|
static |
The 'EmittedAbstractMethodError' diagnostic.
Warning: Emitted java.lang.AbstractMethodError in "{arg0}". ("{arg1}")
Definition at line 499 of file Diagnostic.g.cs.
|
static |
The 'EmittedClassFormatError' diagnostic.
Warning: Emitted java.lang.ClassFormatError in "{arg0}". ("{arg1}")
Definition at line 531 of file Diagnostic.g.cs.
|
static |
The 'EmittedIllegalAccessError' diagnostic.
Warning: Emitted java.lang.IllegalAccessError in "{arg0}". ("{arg1}")
Definition at line 467 of file Diagnostic.g.cs.
|
static |
The 'EmittedIncompatibleClassChangeError' diagnostic.
Warning: Emitted java.lang.IncompatibleClassChangeError in "{arg0}". ("{arg1}")
Definition at line 483 of file Diagnostic.g.cs.
|
static |
The 'EmittedInstantiationError' diagnostic.
Warning: Emitted java.lang.InstantiationError in "{arg0}". ("{arg1}")
Definition at line 475 of file Diagnostic.g.cs.
|
static |
The 'EmittedLinkageError' diagnostic.
Warning: Emitted java.lang.LinkageError in "{arg0}". ("{arg1}")
Definition at line 515 of file Diagnostic.g.cs.
|
static |
The 'EmittedNoClassDefFoundError' diagnostic.
Warning: Emitted java.lang.NoClassDefFoundError in "{arg0}". ("{arg1}").
Definition at line 459 of file Diagnostic.g.cs.
|
static |
The 'EmittedNoSuchFieldError' diagnostic.
Warning: Emitted java.lang.NoSuchFieldError in "{arg0}". ("{arg1}")
Definition at line 491 of file Diagnostic.g.cs.
|
static |
The 'EmittedNoSuchMethodError' diagnostic.
Warning: Emitted java.lang.NoSuchMethodError in "{arg0}". ("{arg1}")
Definition at line 507 of file Diagnostic.g.cs.
|
static |
The 'EmittedVerificationError' diagnostic.
Warning: Emitted java.lang.VerificationError in "{arg0}". ("{arg1}")
Definition at line 523 of file Diagnostic.g.cs.
|
static |
The 'ErrorParsingMapFile' diagnostic.
Fatal: Unable to parse remap file: {arg0}. ({arg1})
Definition at line 1155 of file Diagnostic.g.cs.
|
static |
The 'ErrorReadingFile' diagnostic.
Fatal: Unable to read file: {arg0}. ({arg1})
Definition at line 923 of file Diagnostic.g.cs.
|
static |
The 'ErrorWritingFile' diagnostic.
Fatal: Unable to write file: {arg0}. ({arg1})
Definition at line 1083 of file Diagnostic.g.cs.
|
static |
The 'ExeRequiresMainClass' diagnostic.
Fatal: No main method found.
Definition at line 1131 of file Diagnostic.g.cs.
|
static |
The 'ExportingImportsNotSupported' diagnostic.
Error: Exporting previously imported assemblies is not supported.
Definition at line 907 of file Diagnostic.g.cs.
|
static |
The 'ExternalMainNotAccessible' diagnostic.
Fatal: External main method must be public and in a public class.
Definition at line 1204 of file Diagnostic.g.cs.
|
static |
The 'ExternalResourceNameInvalid' diagnostic.
Fatal: External resource file may not include path specification: {arg0}.
Definition at line 1059 of file Diagnostic.g.cs.
|
static |
The 'ExternalResourceNotFound' diagnostic.
Fatal: External resource file does not exist: {arg0}.
Definition at line 1051 of file Diagnostic.g.cs.
|
static |
The 'FileFormatLimitationExceeded' diagnostic.
Fatal: File format limitation exceeded: {arg0}.
Definition at line 939 of file Diagnostic.g.cs.
|
static |
The 'FileNotFound' diagnostic.
Fatal: File not found: {arg0}.
Definition at line 1359 of file Diagnostic.g.cs.
|
static |
The 'GenericClassLoadingError' diagnostic.
Error: {arg0}
Definition at line 875 of file Diagnostic.g.cs.
|
static |
The 'GenericClassLoadingInfo' diagnostic.
Info: {arg0}
Definition at line 347 of file Diagnostic.g.cs.
|
static |
The 'GenericClassLoadingWarning' diagnostic.
Warning: {arg0}
Definition at line 696 of file Diagnostic.g.cs.
|
static |
The 'GenericCompilerError' diagnostic.
Error: {arg0}
Definition at line 867 of file Diagnostic.g.cs.
|
static |
|
static |
The 'GenericCompilerTrace' diagnostic.
Trace: {arg0}
Definition at line 1432 of file Diagnostic.g.cs.
|
static |
The 'GenericCompilerWarning' diagnostic.
Warning: {arg0}
Definition at line 688 of file Diagnostic.g.cs.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
The 'GenericRuntimeTrace' diagnostic.
Trace: {arg0}
Definition at line 1416 of file Diagnostic.g.cs.
|
static |
The 'GenericRuntimeWarning' diagnostic.
Warning: {arg0}
Definition at line 712 of file Diagnostic.g.cs.
|
static |
The 'GenericUnableToCompileError' diagnostic.
Warning: Unable to compile class "{arg0}". ("{arg1}": "{arg2}")
Definition at line 427 of file Diagnostic.g.cs.
|
static |
The 'GenericVerifierError' diagnostic.
Error: {arg0}
Definition at line 883 of file Diagnostic.g.cs.
|
static |
|
static |
The 'GenericVerifierWarning' diagnostic.
Warning: {arg0}
Definition at line 704 of file Diagnostic.g.cs.
|
static |
The 'GhostInterfaceMethodMissing' diagnostic.
Fatal: Remapped class '{arg0}' does not implement ghost interface method. ({arg1}.{arg2}{arg3})
Definition at line 1383 of file Diagnostic.g.cs.
|
static |
The 'IgnoredCustomAttribute' diagnostic.
Warning: Custom attribute "{arg0}" was ignored. ("{arg1}")
Definition at line 547 of file Diagnostic.g.cs.
|
static |
The 'IllegalAccessError' diagnostic.
Warning: Unable to compile class "{arg0}". (illegal access error "{arg1}")
Definition at line 403 of file Diagnostic.g.cs.
|
static |
The 'InputFileNotFound' diagnostic.
Error: Source file '{arg0}' not found.
Definition at line 760 of file Diagnostic.g.cs.
|
static |
The 'InterfaceMethodCantBeInternal' diagnostic.
Warning: Ignoring @ikvm.lang.Internal annotation on interface method. ("{arg0}.{arg1}{arg2}")
Definition at line 598 of file Diagnostic.g.cs.
|
static |
The 'InvalidCustomAttribute' diagnostic.
Warning: Error emitting "{arg0}" custom attribute. ("{arg1}")
Definition at line 539 of file Diagnostic.g.cs.
|
static |
The 'InvalidDirectoryInLibEnvironmentPath' diagnostic.
Warning: Directory "{arg0}" specified in LIB environment is not valid.
Definition at line 572 of file Diagnostic.g.cs.
|
static |
The 'InvalidDirectoryInLibOptionPath' diagnostic.
Warning: Directory "{arg0}" specified in -lib option is not valid.
Definition at line 564 of file Diagnostic.g.cs.
|
static |
The 'InvalidFileAlignment' diagnostic.
Fatal: Invalid value '{arg0}' for -filealign option.
Definition at line 1075 of file Diagnostic.g.cs.
|
static |
The 'InvalidMemberNameInMapFile' diagnostic.
Error: Invalid {arg0} name '{arg1}' in remap file in class {arg2}.
Definition at line 792 of file Diagnostic.g.cs.
|
static |
The 'InvalidMemberSignatureInMapFile' diagnostic.
Error: Invalid {arg0} signature '{arg3}' in remap file for {arg0} {arg1}.{arg2}.
Definition at line 800 of file Diagnostic.g.cs.
|
static |
The 'InvalidOptionSyntax' diagnostic.
Fatal: Invalid option: {arg0}.
Definition at line 1043 of file Diagnostic.g.cs.
|
static |
The 'InvalidPath' diagnostic.
Fatal: Invalid path: {arg0}.
Definition at line 1035 of file Diagnostic.g.cs.
|
static |
The 'InvalidPropertyNameInMapFile' diagnostic.
Error: Invalid property {arg0} name '{arg3}' in remap file for property {arg1}.{arg2}.
Definition at line 808 of file Diagnostic.g.cs.
|
static |
The 'InvalidPropertySignatureInMapFile' diagnostic.
Error: Invalid property {arg0} signature '{arg3}' in remap file for property {arg1}.{arg2}.
Definition at line 816 of file Diagnostic.g.cs.
|
static |
The 'InvalidStrongNameKeyPair' diagnostic.
Fatal: Invalid key {arg0} specified. ("{arg1}")
Definition at line 963 of file Diagnostic.g.cs.
|
static |
The 'InvalidVersionFormat' diagnostic.
Fatal: Invalid version specified: {arg0}.
Definition at line 1067 of file Diagnostic.g.cs.
|
static |
The 'InvalidZip' diagnostic.
Fatal: Invalid zip: {name}.
Definition at line 1399 of file Diagnostic.g.cs.
|
static |
The 'LegacyAssemblyAttributesFound' diagnostic.
Warning: Legacy assembly attributes container found. Please use the -assemblyattributes:<file> option.
Definition at line 647 of file Diagnostic.g.cs.
|
static |
The 'LegacySearchRule' diagnostic.
Warning: Found assembly "{arg0}" using legacy search rule, please append '.dll' to the reference.
Definition at line 580 of file Diagnostic.g.cs.
|
static |
The 'LinkageError' diagnostic.
Fatal: Link error: {arg0}
Definition at line 1276 of file Diagnostic.g.cs.
|
static |
The 'MainClassNotFound' diagnostic.
Fatal: Main class not found.
Definition at line 1180 of file Diagnostic.g.cs.
|
static |
The 'MainClassRequiresExe' diagnostic.
Fatal: Main class cannot be specified for library or module.
Definition at line 1123 of file Diagnostic.g.cs.
|
static |
The 'MainMethodFound' diagnostic.
Info: Found main method in class "{arg0}".
Definition at line 307 of file Diagnostic.g.cs.
|
static |
The 'MainMethodFromManifest' diagnostic.
Info: Using main class "{arg0}" based on jar manifest.
Definition at line 331 of file Diagnostic.g.cs.
|
static |
The 'MainMethodNotFound' diagnostic.
Fatal: Main method not found.
Definition at line 1188 of file Diagnostic.g.cs.
|
static |
The 'MalformedIkvmLangProperty' diagnostic.
Warning: Ignoring duplicate ikvm.lang.Property annotation on {arg0}.{arg1}.
Definition at line 680 of file Diagnostic.g.cs.
|
static |
The 'MapFileClassNotFound' diagnostic.
Fatal: Class '{arg0}' referenced in remap file was not found.
Definition at line 1260 of file Diagnostic.g.cs.
|
static |
The 'MapFileFieldNotFound' diagnostic.
Fatal: Field '{arg0}' referenced in remap file was not found in class '{arg1}'.
Definition at line 1375 of file Diagnostic.g.cs.
|
static |
The 'MapFileTypeNotFound' diagnostic.
Fatal: Type '{arg0}' referenced in remap file was not found.
Definition at line 1252 of file Diagnostic.g.cs.
|
static |
The 'MapXmlError' diagnostic.
Error: Error in remap file: {arg0}.
Definition at line 752 of file Diagnostic.g.cs.
|
static |
The 'MapXmlUnableToResolveOpCode' diagnostic.
Error: Unable to resolve opcode in remap file: {arg0}.
Definition at line 744 of file Diagnostic.g.cs.
|
static |
The 'MaximumErrorCountReached' diagnostic.
Fatal: Maximum error count reached.
Definition at line 1268 of file Diagnostic.g.cs.
|
static |
The 'MissingBaseType' diagnostic.
Fatal: The base class or interface '{arg0}' in assembly '{arg1}' referenced by type '{arg2}' in '{arg3}' could not be resolved.
Definition at line 1341 of file Diagnostic.g.cs.
|
static |
The 'MissingBaseTypeReference' diagnostic.
Fatal: The type '{arg0}' is defined in an assembly that is not referenced. You must add a reference to assembly '{arg1}'.
Definition at line 1350 of file Diagnostic.g.cs.
|
static |
The 'MissingFileSpecification' diagnostic.
Fatal: Missing file specification for '{arg0}' option.
Definition at line 1011 of file Diagnostic.g.cs.
|
static |
The 'MissingReference' diagnostic.
Error: The type '{arg0}' is defined in an assembly that is notResponseFileDepthExceeded referenced. You must add a reference to assembly '{arg1}'.
Definition at line 842 of file Diagnostic.g.cs.
|
static |
The 'MissingType' diagnostic.
Error: Reference to type "{arg0}" claims it is defined in "{arg1}", but it could not be found.
Definition at line 833 of file Diagnostic.g.cs.
|
static |
The 'ModuleCannotHaveClassLoader' diagnostic.
Fatal: Cannot specify assembly class loader for modules.
Definition at line 1147 of file Diagnostic.g.cs.
|
static |
The 'ModuleInitializerMethodRequirements' diagnostic.
Fatal: Method '{arg1}.{arg2}{arg3}' does not meet the requirements of a module initializer.
Definition at line 1391 of file Diagnostic.g.cs.
|
static |
The 'NoClassDefFoundError' diagnostic.
Warning: Unable to compile class "{arg0}". (missing class "{arg1}")
Definition at line 419 of file Diagnostic.g.cs.
|
static |
The 'NoJniRuntime' diagnostic.
Warning: Unable to load runtime JNI assembly.
Definition at line 451 of file Diagnostic.g.cs.
|
static |
The 'NonPrimaryAssemblyReference' diagnostic.
Error: Referenced assembly "{arg0}" is not the primary assembly of a shared class loader group, please reference primary assembly "{arg1}" instead.
Definition at line 824 of file Diagnostic.g.cs.
|
static |
The 'NoOutputFileSpecified' diagnostic.
Fatal: No output file specified.
Definition at line 1099 of file Diagnostic.g.cs.
|
static |
The 'NoTargetsFound' diagnostic.
Fatal: No targets found
Definition at line 931 of file Diagnostic.g.cs.
|
static |
The 'OptionsMustPreceedChildLevels' diagnostic.
Fatal: You can only specify options before any child levels.
Definition at line 979 of file Diagnostic.g.cs.
|
static |
The 'OutputFileIs' diagnostic.
Info: Output file is "{arg0}".
Definition at line 315 of file Diagnostic.g.cs.
|
static |
The 'PathNotFound' diagnostic.
Fatal: Path not found: {arg0}.
Definition at line 1027 of file Diagnostic.g.cs.
|
static |
The 'PathTooLong' diagnostic.
Fatal: Path too long: {arg0}.
Definition at line 1019 of file Diagnostic.g.cs.
|
static |
The 'PropertiesRequireExe' diagnostic.
Fatal: Properties cannot be specified for library or module.
Definition at line 1139 of file Diagnostic.g.cs.
|
static |
The 'ReferenceNotFound' diagnostic.
Fatal: Reference not found: {arg0}
Definition at line 971 of file Diagnostic.g.cs.
|
static |
The 'ReflectionCallerClassRequiresCallerID' diagnostic.
Warning: Reflection.getCallerClass() called from non-CallerID method. ("{arg0}.{arg1}{arg2}")
Definition at line 639 of file Diagnostic.g.cs.
|
static |
The 'RemappedTypeMissingDefaultInterfaceMethod' diagnostic.
Error: {arg0} does not implement default interface method {arg1}.
Definition at line 859 of file Diagnostic.g.cs.
|
static |
The 'ResponseFileDepthExceeded' diagnostic.
Fatal: Response file nesting depth exceeded.
Definition at line 915 of file Diagnostic.g.cs.
|
static |
The 'RuntimeMethodMissing' diagnostic.
Fatal: Runtime method '{arg0}' not found.
Definition at line 1367 of file Diagnostic.g.cs.
|
static |
The 'RuntimeMismatch' diagnostic.
Fatal: Referenced assembly {referencedAssemblyPath} was compiled with an incompatible IKVM.Runtime version. Current runtime: {runtimeAssemblyName}. Referenced assembly runtime: {referencedAssemblyName}
Definition at line 1284 of file Diagnostic.g.cs.
|
static |
|
static |
The 'RuntimeNotFound' diagnostic.
Fatal: Unable to load runtime assembly.
Definition at line 1115 of file Diagnostic.g.cs.
|
static |
The 'SharedClassLoaderCannotBeUsedOnModuleTarget' diagnostic.
Fatal: Incompatible options: -target:module and -sharedclassloader cannot be combined.
Definition at line 1107 of file Diagnostic.g.cs.
|
static |
The 'SkippingReferencedClass' diagnostic.
Warning: Skipping class: "{arg0}". (class is already available in referenced assembly "{arg1}")
Definition at line 443 of file Diagnostic.g.cs.
|
static |
The 'StrongNameRequiresStrongNamedRefs' diagnostic.
Fatal: All referenced assemblies must be strong named, to be able to sign the output assembly.
Definition at line 1171 of file Diagnostic.g.cs.
|
static |
The 'StubsAreDeprecated' diagnostic.
Warning: Compiling stubs is deprecated. Please add a reference to assembly "{arg0}" instead.
Definition at line 623 of file Diagnostic.g.cs.
|
static |
The 'UnableToCreateLambdaFactory' diagnostic.
Warning: Unable to create static lambda factory.
Definition at line 656 of file Diagnostic.g.cs.
|
static |
The 'UnableToCreateProxy' diagnostic.
Error: Unable to create proxy "{arg0}". ("{arg1}")
Definition at line 728 of file Diagnostic.g.cs.
|
static |
The 'UnableToResolveInterface' diagnostic.
Fatal: Unable to resolve interface '{arg0}' on type '{arg1}'.
Definition at line 1333 of file Diagnostic.g.cs.
|
static |
The 'UnableToResolveType' diagnostic.
Warning: Reference in "{arg0}" to type "{arg1}" claims it is defined in "{arg2}", but it could not be found.
Definition at line 614 of file Diagnostic.g.cs.
|
static |
The 'UnknownAttributeInMapFile' diagnostic.
Error: Unknown attribute {arg0} in remap file, line {arg1}, column {arg2}.
Definition at line 784 of file Diagnostic.g.cs.
|
static |
The 'UnknownElementInMapFile' diagnostic.
Error: Unknown element {arg0} in remap file, line {arg1}, column {arg2}.
Definition at line 776 of file Diagnostic.g.cs.
|
static |
The 'UnknownFileType' diagnostic.
Error: Unknown file type: {arg0}.
Definition at line 768 of file Diagnostic.g.cs.
|
static |
|
static |
The 'UnrecognizedApartment' diagnostic.
Fatal: Invalid value '{arg0}' for -apartment option.
Definition at line 1003 of file Diagnostic.g.cs.
|
static |
The 'UnrecognizedOption' diagnostic.
Fatal: Unrecognized option: {arg0}.
Definition at line 1091 of file Diagnostic.g.cs.
|
static |
The 'UnrecognizedPlatform' diagnostic.
Fatal: Invalid value '{arg0}' for -platform option.
Definition at line 995 of file Diagnostic.g.cs.
|
static |
The 'UnrecognizedTargetType' diagnostic.
Fatal: Invalid value '{arg0}' for -target option.
Definition at line 987 of file Diagnostic.g.cs.
|
static |
The 'UnsupportedMainMethod' diagnostic.
Fatal: Redirected main method not supported.
Definition at line 1196 of file Diagnostic.g.cs.
|
static |
The 'VerificationError' diagnostic.
Warning: Unable to compile class "{arg0}". (verification error "{arg1}")
Definition at line 411 of file Diagnostic.g.cs.
|
static |
The 'WrongClassName' diagnostic.
Warning: Unable to compile "{arg0}" (wrong name: "{arg1}")
Definition at line 631 of file Diagnostic.g.cs.