IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
DiagnosticEventHandler.g.cs
Go to the documentation of this file.
1#nullable enable
2
4{
5
6 internal abstract partial class DiagnosticEventHandler
7 {
8
15 public void MainMethodFound(string arg0)
16 {
17 if (IsEnabled(Diagnostic.MainMethodFound))
18 Report(Diagnostic.MainMethodFound.Event([arg0]));
19 }
20
27 public void OutputFileIs(string arg0)
28 {
29 if (IsEnabled(Diagnostic.OutputFileIs))
30 Report(Diagnostic.OutputFileIs.Event([arg0]));
31 }
32
39 public void AutoAddRef(string arg0)
40 {
41 if (IsEnabled(Diagnostic.AutoAddRef))
42 Report(Diagnostic.AutoAddRef.Event([arg0]));
43 }
44
51 public void MainMethodFromManifest(string arg0)
52 {
53 if (IsEnabled(Diagnostic.MainMethodFromManifest))
54 Report(Diagnostic.MainMethodFromManifest.Event([arg0]));
55 }
56
63 public void GenericCompilerInfo(string arg0)
64 {
65 if (IsEnabled(Diagnostic.GenericCompilerInfo))
66 Report(Diagnostic.GenericCompilerInfo.Event([arg0]));
67 }
68
75 public void GenericClassLoadingInfo(string arg0)
76 {
77 if (IsEnabled(Diagnostic.GenericClassLoadingInfo))
78 Report(Diagnostic.GenericClassLoadingInfo.Event([arg0]));
79 }
80
87 public void GenericVerifierInfo(string arg0)
88 {
89 if (IsEnabled(Diagnostic.GenericVerifierInfo))
90 Report(Diagnostic.GenericVerifierInfo.Event([arg0]));
91 }
92
99 public void GenericRuntimeInfo(string arg0)
100 {
101 if (IsEnabled(Diagnostic.GenericRuntimeInfo))
102 Report(Diagnostic.GenericRuntimeInfo.Event([arg0]));
103 }
104
111 public void GenericJniInfo(string arg0)
112 {
113 if (IsEnabled(Diagnostic.GenericJniInfo))
114 Report(Diagnostic.GenericJniInfo.Event([arg0]));
115 }
116
123 public void ClassNotFound(string arg0)
124 {
125 if (IsEnabled(Diagnostic.ClassNotFound))
126 Report(Diagnostic.ClassNotFound.Event([arg0]));
127 }
128
135 public void ClassFormatError(string arg0, string arg1)
136 {
137 if (IsEnabled(Diagnostic.ClassFormatError))
138 Report(Diagnostic.ClassFormatError.Event([arg0, arg1]));
139 }
140
147 public void DuplicateClassName(string arg0)
148 {
149 if (IsEnabled(Diagnostic.DuplicateClassName))
150 Report(Diagnostic.DuplicateClassName.Event([arg0]));
151 }
152
159 public void IllegalAccessError(string arg0, string arg1)
160 {
161 if (IsEnabled(Diagnostic.IllegalAccessError))
162 Report(Diagnostic.IllegalAccessError.Event([arg0, arg1]));
163 }
164
171 public void VerificationError(string arg0, string arg1)
172 {
173 if (IsEnabled(Diagnostic.VerificationError))
174 Report(Diagnostic.VerificationError.Event([arg0, arg1]));
175 }
176
183 public void NoClassDefFoundError(string arg0, string arg1)
184 {
185 if (IsEnabled(Diagnostic.NoClassDefFoundError))
186 Report(Diagnostic.NoClassDefFoundError.Event([arg0, arg1]));
187 }
188
195 public void GenericUnableToCompileError(string arg0, string arg1, string arg2)
196 {
197 if (IsEnabled(Diagnostic.GenericUnableToCompileError))
198 Report(Diagnostic.GenericUnableToCompileError.Event([arg0, arg1, arg2]));
199 }
200
207 public void DuplicateResourceName(string arg0)
208 {
209 if (IsEnabled(Diagnostic.DuplicateResourceName))
210 Report(Diagnostic.DuplicateResourceName.Event([arg0]));
211 }
212
219 public void SkippingReferencedClass(string arg0, string arg1)
220 {
221 if (IsEnabled(Diagnostic.SkippingReferencedClass))
222 Report(Diagnostic.SkippingReferencedClass.Event([arg0, arg1]));
223 }
224
231 public void NoJniRuntime()
232 {
233 if (IsEnabled(Diagnostic.NoJniRuntime))
234 Report(Diagnostic.NoJniRuntime.Event([]));
235 }
236
243 public void EmittedNoClassDefFoundError(string arg0, string arg1)
244 {
245 if (IsEnabled(Diagnostic.EmittedNoClassDefFoundError))
246 Report(Diagnostic.EmittedNoClassDefFoundError.Event([arg0, arg1]));
247 }
248
255 public void EmittedIllegalAccessError(string arg0, string arg1)
256 {
257 if (IsEnabled(Diagnostic.EmittedIllegalAccessError))
258 Report(Diagnostic.EmittedIllegalAccessError.Event([arg0, arg1]));
259 }
260
267 public void EmittedInstantiationError(string arg0, string arg1)
268 {
269 if (IsEnabled(Diagnostic.EmittedInstantiationError))
270 Report(Diagnostic.EmittedInstantiationError.Event([arg0, arg1]));
271 }
272
279 public void EmittedIncompatibleClassChangeError(string arg0, string arg1)
280 {
281 if (IsEnabled(Diagnostic.EmittedIncompatibleClassChangeError))
282 Report(Diagnostic.EmittedIncompatibleClassChangeError.Event([arg0, arg1]));
283 }
284
291 public void EmittedNoSuchFieldError(string arg0, string arg1)
292 {
293 if (IsEnabled(Diagnostic.EmittedNoSuchFieldError))
294 Report(Diagnostic.EmittedNoSuchFieldError.Event([arg0, arg1]));
295 }
296
303 public void EmittedAbstractMethodError(string arg0, string arg1)
304 {
305 if (IsEnabled(Diagnostic.EmittedAbstractMethodError))
306 Report(Diagnostic.EmittedAbstractMethodError.Event([arg0, arg1]));
307 }
308
315 public void EmittedNoSuchMethodError(string arg0, string arg1)
316 {
317 if (IsEnabled(Diagnostic.EmittedNoSuchMethodError))
318 Report(Diagnostic.EmittedNoSuchMethodError.Event([arg0, arg1]));
319 }
320
327 public void EmittedLinkageError(string arg0, string arg1)
328 {
329 if (IsEnabled(Diagnostic.EmittedLinkageError))
330 Report(Diagnostic.EmittedLinkageError.Event([arg0, arg1]));
331 }
332
339 public void EmittedVerificationError(string arg0, string arg1)
340 {
341 if (IsEnabled(Diagnostic.EmittedVerificationError))
342 Report(Diagnostic.EmittedVerificationError.Event([arg0, arg1]));
343 }
344
351 public void EmittedClassFormatError(string arg0, string arg1)
352 {
353 if (IsEnabled(Diagnostic.EmittedClassFormatError))
354 Report(Diagnostic.EmittedClassFormatError.Event([arg0, arg1]));
355 }
356
363 public void InvalidCustomAttribute(string arg0, string arg1)
364 {
365 if (IsEnabled(Diagnostic.InvalidCustomAttribute))
366 Report(Diagnostic.InvalidCustomAttribute.Event([arg0, arg1]));
367 }
368
375 public void IgnoredCustomAttribute(string arg0, string arg1)
376 {
377 if (IsEnabled(Diagnostic.IgnoredCustomAttribute))
378 Report(Diagnostic.IgnoredCustomAttribute.Event([arg0, arg1]));
379 }
380
387 public void AssumeAssemblyVersionMatch(string arg0, string arg1)
388 {
389 if (IsEnabled(Diagnostic.AssumeAssemblyVersionMatch))
390 Report(Diagnostic.AssumeAssemblyVersionMatch.Event([arg0, arg1]));
391 }
392
399 public void InvalidDirectoryInLibOptionPath(string arg0)
400 {
401 if (IsEnabled(Diagnostic.InvalidDirectoryInLibOptionPath))
402 Report(Diagnostic.InvalidDirectoryInLibOptionPath.Event([arg0]));
403 }
404
411 public void InvalidDirectoryInLibEnvironmentPath(string arg0)
412 {
413 if (IsEnabled(Diagnostic.InvalidDirectoryInLibEnvironmentPath))
414 Report(Diagnostic.InvalidDirectoryInLibEnvironmentPath.Event([arg0]));
415 }
416
423 public void LegacySearchRule(string arg0)
424 {
425 if (IsEnabled(Diagnostic.LegacySearchRule))
426 Report(Diagnostic.LegacySearchRule.Event([arg0]));
427 }
428
435 public void AssemblyLocationIgnored(string arg0, string arg1, string arg2)
436 {
437 if (IsEnabled(Diagnostic.AssemblyLocationIgnored))
438 Report(Diagnostic.AssemblyLocationIgnored.Event([arg0, arg1, arg2]));
439 }
440
447 public void InterfaceMethodCantBeInternal(string arg0, string arg1, string arg2)
448 {
449 if (IsEnabled(Diagnostic.InterfaceMethodCantBeInternal))
450 Report(Diagnostic.InterfaceMethodCantBeInternal.Event([arg0, arg1, arg2]));
451 }
452
459 public void DuplicateAssemblyReference(string arg0)
460 {
461 if (IsEnabled(Diagnostic.DuplicateAssemblyReference))
462 Report(Diagnostic.DuplicateAssemblyReference.Event([arg0]));
463 }
464
471 public void UnableToResolveType(string arg0, string arg1, string arg2)
472 {
473 if (IsEnabled(Diagnostic.UnableToResolveType))
474 Report(Diagnostic.UnableToResolveType.Event([arg0, arg1, arg2]));
475 }
476
483 public void StubsAreDeprecated(string arg0)
484 {
485 if (IsEnabled(Diagnostic.StubsAreDeprecated))
486 Report(Diagnostic.StubsAreDeprecated.Event([arg0]));
487 }
488
495 public void WrongClassName(string arg0, string arg1)
496 {
497 if (IsEnabled(Diagnostic.WrongClassName))
498 Report(Diagnostic.WrongClassName.Event([arg0, arg1]));
499 }
500
507 public void ReflectionCallerClassRequiresCallerID(string arg0, string arg1, string arg2)
508 {
509 if (IsEnabled(Diagnostic.ReflectionCallerClassRequiresCallerID))
510 Report(Diagnostic.ReflectionCallerClassRequiresCallerID.Event([arg0, arg1, arg2]));
511 }
512
519 public void LegacyAssemblyAttributesFound()
520 {
521 if (IsEnabled(Diagnostic.LegacyAssemblyAttributesFound))
522 Report(Diagnostic.LegacyAssemblyAttributesFound.Event([]));
523 }
524
531 public void UnableToCreateLambdaFactory()
532 {
533 if (IsEnabled(Diagnostic.UnableToCreateLambdaFactory))
534 Report(Diagnostic.UnableToCreateLambdaFactory.Event([]));
535 }
536
543 public void UnknownWarning(string arg0)
544 {
545 if (IsEnabled(Diagnostic.UnknownWarning))
546 Report(Diagnostic.UnknownWarning.Event([arg0]));
547 }
548
555 public void DuplicateIkvmLangProperty(string arg0, string arg1)
556 {
557 if (IsEnabled(Diagnostic.DuplicateIkvmLangProperty))
558 Report(Diagnostic.DuplicateIkvmLangProperty.Event([arg0, arg1]));
559 }
560
567 public void MalformedIkvmLangProperty(string arg0, string arg1)
568 {
569 if (IsEnabled(Diagnostic.MalformedIkvmLangProperty))
570 Report(Diagnostic.MalformedIkvmLangProperty.Event([arg0, arg1]));
571 }
572
579 public void GenericCompilerWarning(string arg0)
580 {
581 if (IsEnabled(Diagnostic.GenericCompilerWarning))
582 Report(Diagnostic.GenericCompilerWarning.Event([arg0]));
583 }
584
591 public void GenericClassLoadingWarning(string arg0)
592 {
593 if (IsEnabled(Diagnostic.GenericClassLoadingWarning))
594 Report(Diagnostic.GenericClassLoadingWarning.Event([arg0]));
595 }
596
603 public void GenericVerifierWarning(string arg0)
604 {
605 if (IsEnabled(Diagnostic.GenericVerifierWarning))
606 Report(Diagnostic.GenericVerifierWarning.Event([arg0]));
607 }
608
615 public void GenericRuntimeWarning(string arg0)
616 {
617 if (IsEnabled(Diagnostic.GenericRuntimeWarning))
618 Report(Diagnostic.GenericRuntimeWarning.Event([arg0]));
619 }
620
627 public void GenericJniWarning(string arg0)
628 {
629 if (IsEnabled(Diagnostic.GenericJniWarning))
630 Report(Diagnostic.GenericJniWarning.Event([arg0]));
631 }
632
639 public void UnableToCreateProxy(string arg0, string arg1)
640 {
641 if (IsEnabled(Diagnostic.UnableToCreateProxy))
642 Report(Diagnostic.UnableToCreateProxy.Event([arg0, arg1]));
643 }
644
651 public void DuplicateProxy(string arg0)
652 {
653 if (IsEnabled(Diagnostic.DuplicateProxy))
654 Report(Diagnostic.DuplicateProxy.Event([arg0]));
655 }
656
663 public void MapXmlUnableToResolveOpCode(string arg0)
664 {
665 if (IsEnabled(Diagnostic.MapXmlUnableToResolveOpCode))
666 Report(Diagnostic.MapXmlUnableToResolveOpCode.Event([arg0]));
667 }
668
675 public void MapXmlError(string arg0)
676 {
677 if (IsEnabled(Diagnostic.MapXmlError))
678 Report(Diagnostic.MapXmlError.Event([arg0]));
679 }
680
687 public void InputFileNotFound(string arg0)
688 {
689 if (IsEnabled(Diagnostic.InputFileNotFound))
690 Report(Diagnostic.InputFileNotFound.Event([arg0]));
691 }
692
699 public void UnknownFileType(string arg0)
700 {
701 if (IsEnabled(Diagnostic.UnknownFileType))
702 Report(Diagnostic.UnknownFileType.Event([arg0]));
703 }
704
711 public void UnknownElementInMapFile(string arg0, string arg1, string arg2)
712 {
713 if (IsEnabled(Diagnostic.UnknownElementInMapFile))
714 Report(Diagnostic.UnknownElementInMapFile.Event([arg0, arg1, arg2]));
715 }
716
723 public void UnknownAttributeInMapFile(string arg0, string arg1, string arg2)
724 {
725 if (IsEnabled(Diagnostic.UnknownAttributeInMapFile))
726 Report(Diagnostic.UnknownAttributeInMapFile.Event([arg0, arg1, arg2]));
727 }
728
735 public void InvalidMemberNameInMapFile(string arg0, string arg1, string arg2)
736 {
737 if (IsEnabled(Diagnostic.InvalidMemberNameInMapFile))
738 Report(Diagnostic.InvalidMemberNameInMapFile.Event([arg0, arg1, arg2]));
739 }
740
747 public void InvalidMemberSignatureInMapFile(string arg0, string arg1, string arg2, string arg3)
748 {
749 if (IsEnabled(Diagnostic.InvalidMemberSignatureInMapFile))
750 Report(Diagnostic.InvalidMemberSignatureInMapFile.Event([arg0, arg1, arg2, arg3]));
751 }
752
759 public void InvalidPropertyNameInMapFile(string arg0, string arg1, string arg2, string arg3)
760 {
761 if (IsEnabled(Diagnostic.InvalidPropertyNameInMapFile))
762 Report(Diagnostic.InvalidPropertyNameInMapFile.Event([arg0, arg1, arg2, arg3]));
763 }
764
771 public void InvalidPropertySignatureInMapFile(string arg0, string arg1, string arg2, string arg3)
772 {
773 if (IsEnabled(Diagnostic.InvalidPropertySignatureInMapFile))
774 Report(Diagnostic.InvalidPropertySignatureInMapFile.Event([arg0, arg1, arg2, arg3]));
775 }
776
783 public void NonPrimaryAssemblyReference(string arg0, string arg1)
784 {
785 if (IsEnabled(Diagnostic.NonPrimaryAssemblyReference))
786 Report(Diagnostic.NonPrimaryAssemblyReference.Event([arg0, arg1]));
787 }
788
795 public void MissingType(string arg0, string arg1)
796 {
797 if (IsEnabled(Diagnostic.MissingType))
798 Report(Diagnostic.MissingType.Event([arg0, arg1]));
799 }
800
807 public void MissingReference(string arg0, string arg1)
808 {
809 if (IsEnabled(Diagnostic.MissingReference))
810 Report(Diagnostic.MissingReference.Event([arg0, arg1]));
811 }
812
819 public void CallerSensitiveOnUnsupportedMethod(string arg0, string arg1, string arg2)
820 {
821 if (IsEnabled(Diagnostic.CallerSensitiveOnUnsupportedMethod))
822 Report(Diagnostic.CallerSensitiveOnUnsupportedMethod.Event([arg0, arg1, arg2]));
823 }
824
831 public void RemappedTypeMissingDefaultInterfaceMethod(string arg0, string arg1)
832 {
833 if (IsEnabled(Diagnostic.RemappedTypeMissingDefaultInterfaceMethod))
834 Report(Diagnostic.RemappedTypeMissingDefaultInterfaceMethod.Event([arg0, arg1]));
835 }
836
843 public void GenericCompilerError(string arg0)
844 {
845 if (IsEnabled(Diagnostic.GenericCompilerError))
846 Report(Diagnostic.GenericCompilerError.Event([arg0]));
847 }
848
855 public void GenericClassLoadingError(string arg0)
856 {
857 if (IsEnabled(Diagnostic.GenericClassLoadingError))
858 Report(Diagnostic.GenericClassLoadingError.Event([arg0]));
859 }
860
867 public void GenericVerifierError(string arg0)
868 {
869 if (IsEnabled(Diagnostic.GenericVerifierError))
870 Report(Diagnostic.GenericVerifierError.Event([arg0]));
871 }
872
879 public void GenericRuntimeError(string arg0)
880 {
881 if (IsEnabled(Diagnostic.GenericRuntimeError))
882 Report(Diagnostic.GenericRuntimeError.Event([arg0]));
883 }
884
891 public void GenericJniError(string arg0)
892 {
893 if (IsEnabled(Diagnostic.GenericJniError))
894 Report(Diagnostic.GenericJniError.Event([arg0]));
895 }
896
903 public void ExportingImportsNotSupported()
904 {
905 if (IsEnabled(Diagnostic.ExportingImportsNotSupported))
906 Report(Diagnostic.ExportingImportsNotSupported.Event([]));
907 }
908
915 public void ResponseFileDepthExceeded()
916 {
917 if (IsEnabled(Diagnostic.ResponseFileDepthExceeded))
918 Report(Diagnostic.ResponseFileDepthExceeded.Event([]));
919 }
920
927 public void ErrorReadingFile(string arg0, string arg1)
928 {
929 if (IsEnabled(Diagnostic.ErrorReadingFile))
930 Report(Diagnostic.ErrorReadingFile.Event([arg0, arg1]));
931 }
932
939 public void NoTargetsFound()
940 {
941 if (IsEnabled(Diagnostic.NoTargetsFound))
942 Report(Diagnostic.NoTargetsFound.Event([]));
943 }
944
951 public void FileFormatLimitationExceeded(string arg0)
952 {
953 if (IsEnabled(Diagnostic.FileFormatLimitationExceeded))
954 Report(Diagnostic.FileFormatLimitationExceeded.Event([arg0]));
955 }
956
963 public void CannotSpecifyBothKeyFileAndContainer()
964 {
965 if (IsEnabled(Diagnostic.CannotSpecifyBothKeyFileAndContainer))
966 Report(Diagnostic.CannotSpecifyBothKeyFileAndContainer.Event([]));
967 }
968
975 public void DelaySignRequiresKey()
976 {
977 if (IsEnabled(Diagnostic.DelaySignRequiresKey))
978 Report(Diagnostic.DelaySignRequiresKey.Event([]));
979 }
980
987 public void InvalidStrongNameKeyPair(string arg0, string arg1)
988 {
989 if (IsEnabled(Diagnostic.InvalidStrongNameKeyPair))
990 Report(Diagnostic.InvalidStrongNameKeyPair.Event([arg0, arg1]));
991 }
992
999 public void ReferenceNotFound(string arg0)
1000 {
1001 if (IsEnabled(Diagnostic.ReferenceNotFound))
1002 Report(Diagnostic.ReferenceNotFound.Event([arg0]));
1003 }
1004
1011 public void OptionsMustPreceedChildLevels()
1012 {
1013 if (IsEnabled(Diagnostic.OptionsMustPreceedChildLevels))
1014 Report(Diagnostic.OptionsMustPreceedChildLevels.Event([]));
1015 }
1016
1023 public void UnrecognizedTargetType(string arg0)
1024 {
1025 if (IsEnabled(Diagnostic.UnrecognizedTargetType))
1026 Report(Diagnostic.UnrecognizedTargetType.Event([arg0]));
1027 }
1028
1035 public void UnrecognizedPlatform(string arg0)
1036 {
1037 if (IsEnabled(Diagnostic.UnrecognizedPlatform))
1038 Report(Diagnostic.UnrecognizedPlatform.Event([arg0]));
1039 }
1040
1047 public void UnrecognizedApartment(string arg0)
1048 {
1049 if (IsEnabled(Diagnostic.UnrecognizedApartment))
1050 Report(Diagnostic.UnrecognizedApartment.Event([arg0]));
1051 }
1052
1059 public void MissingFileSpecification(string arg0)
1060 {
1061 if (IsEnabled(Diagnostic.MissingFileSpecification))
1062 Report(Diagnostic.MissingFileSpecification.Event([arg0]));
1063 }
1064
1071 public void PathTooLong(string arg0)
1072 {
1073 if (IsEnabled(Diagnostic.PathTooLong))
1074 Report(Diagnostic.PathTooLong.Event([arg0]));
1075 }
1076
1083 public void PathNotFound(string arg0)
1084 {
1085 if (IsEnabled(Diagnostic.PathNotFound))
1086 Report(Diagnostic.PathNotFound.Event([arg0]));
1087 }
1088
1095 public void InvalidPath(string arg0)
1096 {
1097 if (IsEnabled(Diagnostic.InvalidPath))
1098 Report(Diagnostic.InvalidPath.Event([arg0]));
1099 }
1100
1107 public void InvalidOptionSyntax(string arg0)
1108 {
1109 if (IsEnabled(Diagnostic.InvalidOptionSyntax))
1110 Report(Diagnostic.InvalidOptionSyntax.Event([arg0]));
1111 }
1112
1119 public void ExternalResourceNotFound(string arg0)
1120 {
1121 if (IsEnabled(Diagnostic.ExternalResourceNotFound))
1122 Report(Diagnostic.ExternalResourceNotFound.Event([arg0]));
1123 }
1124
1131 public void ExternalResourceNameInvalid(string arg0)
1132 {
1133 if (IsEnabled(Diagnostic.ExternalResourceNameInvalid))
1134 Report(Diagnostic.ExternalResourceNameInvalid.Event([arg0]));
1135 }
1136
1143 public void InvalidVersionFormat(string arg0)
1144 {
1145 if (IsEnabled(Diagnostic.InvalidVersionFormat))
1146 Report(Diagnostic.InvalidVersionFormat.Event([arg0]));
1147 }
1148
1155 public void InvalidFileAlignment(string arg0)
1156 {
1157 if (IsEnabled(Diagnostic.InvalidFileAlignment))
1158 Report(Diagnostic.InvalidFileAlignment.Event([arg0]));
1159 }
1160
1167 public void ErrorWritingFile(string arg0, string arg1)
1168 {
1169 if (IsEnabled(Diagnostic.ErrorWritingFile))
1170 Report(Diagnostic.ErrorWritingFile.Event([arg0, arg1]));
1171 }
1172
1179 public void UnrecognizedOption(string arg0)
1180 {
1181 if (IsEnabled(Diagnostic.UnrecognizedOption))
1182 Report(Diagnostic.UnrecognizedOption.Event([arg0]));
1183 }
1184
1191 public void NoOutputFileSpecified()
1192 {
1193 if (IsEnabled(Diagnostic.NoOutputFileSpecified))
1194 Report(Diagnostic.NoOutputFileSpecified.Event([]));
1195 }
1196
1203 public void SharedClassLoaderCannotBeUsedOnModuleTarget()
1204 {
1205 if (IsEnabled(Diagnostic.SharedClassLoaderCannotBeUsedOnModuleTarget))
1206 Report(Diagnostic.SharedClassLoaderCannotBeUsedOnModuleTarget.Event([]));
1207 }
1208
1215 public void RuntimeNotFound()
1216 {
1217 if (IsEnabled(Diagnostic.RuntimeNotFound))
1218 Report(Diagnostic.RuntimeNotFound.Event([]));
1219 }
1220
1227 public void MainClassRequiresExe()
1228 {
1229 if (IsEnabled(Diagnostic.MainClassRequiresExe))
1230 Report(Diagnostic.MainClassRequiresExe.Event([]));
1231 }
1232
1239 public void ExeRequiresMainClass()
1240 {
1241 if (IsEnabled(Diagnostic.ExeRequiresMainClass))
1242 Report(Diagnostic.ExeRequiresMainClass.Event([]));
1243 }
1244
1251 public void PropertiesRequireExe()
1252 {
1253 if (IsEnabled(Diagnostic.PropertiesRequireExe))
1254 Report(Diagnostic.PropertiesRequireExe.Event([]));
1255 }
1256
1263 public void ModuleCannotHaveClassLoader()
1264 {
1265 if (IsEnabled(Diagnostic.ModuleCannotHaveClassLoader))
1266 Report(Diagnostic.ModuleCannotHaveClassLoader.Event([]));
1267 }
1268
1275 public void ErrorParsingMapFile(string arg0, string arg1)
1276 {
1277 if (IsEnabled(Diagnostic.ErrorParsingMapFile))
1278 Report(Diagnostic.ErrorParsingMapFile.Event([arg0, arg1]));
1279 }
1280
1287 public void BootstrapClassesMissing()
1288 {
1289 if (IsEnabled(Diagnostic.BootstrapClassesMissing))
1290 Report(Diagnostic.BootstrapClassesMissing.Event([]));
1291 }
1292
1299 public void StrongNameRequiresStrongNamedRefs()
1300 {
1301 if (IsEnabled(Diagnostic.StrongNameRequiresStrongNamedRefs))
1302 Report(Diagnostic.StrongNameRequiresStrongNamedRefs.Event([]));
1303 }
1304
1311 public void MainClassNotFound()
1312 {
1313 if (IsEnabled(Diagnostic.MainClassNotFound))
1314 Report(Diagnostic.MainClassNotFound.Event([]));
1315 }
1316
1323 public void MainMethodNotFound()
1324 {
1325 if (IsEnabled(Diagnostic.MainMethodNotFound))
1326 Report(Diagnostic.MainMethodNotFound.Event([]));
1327 }
1328
1335 public void UnsupportedMainMethod()
1336 {
1337 if (IsEnabled(Diagnostic.UnsupportedMainMethod))
1338 Report(Diagnostic.UnsupportedMainMethod.Event([]));
1339 }
1340
1347 public void ExternalMainNotAccessible()
1348 {
1349 if (IsEnabled(Diagnostic.ExternalMainNotAccessible))
1350 Report(Diagnostic.ExternalMainNotAccessible.Event([]));
1351 }
1352
1359 public void ClassLoaderNotFound()
1360 {
1361 if (IsEnabled(Diagnostic.ClassLoaderNotFound))
1362 Report(Diagnostic.ClassLoaderNotFound.Event([]));
1363 }
1364
1371 public void ClassLoaderNotAccessible()
1372 {
1373 if (IsEnabled(Diagnostic.ClassLoaderNotAccessible))
1374 Report(Diagnostic.ClassLoaderNotAccessible.Event([]));
1375 }
1376
1383 public void ClassLoaderIsAbstract()
1384 {
1385 if (IsEnabled(Diagnostic.ClassLoaderIsAbstract))
1386 Report(Diagnostic.ClassLoaderIsAbstract.Event([]));
1387 }
1388
1395 public void ClassLoaderNotClassLoader()
1396 {
1397 if (IsEnabled(Diagnostic.ClassLoaderNotClassLoader))
1398 Report(Diagnostic.ClassLoaderNotClassLoader.Event([]));
1399 }
1400
1407 public void ClassLoaderConstructorMissing()
1408 {
1409 if (IsEnabled(Diagnostic.ClassLoaderConstructorMissing))
1410 Report(Diagnostic.ClassLoaderConstructorMissing.Event([]));
1411 }
1412
1419 public void MapFileTypeNotFound(string arg0)
1420 {
1421 if (IsEnabled(Diagnostic.MapFileTypeNotFound))
1422 Report(Diagnostic.MapFileTypeNotFound.Event([arg0]));
1423 }
1424
1431 public void MapFileClassNotFound(string arg0)
1432 {
1433 if (IsEnabled(Diagnostic.MapFileClassNotFound))
1434 Report(Diagnostic.MapFileClassNotFound.Event([arg0]));
1435 }
1436
1443 public void MaximumErrorCountReached()
1444 {
1445 if (IsEnabled(Diagnostic.MaximumErrorCountReached))
1446 Report(Diagnostic.MaximumErrorCountReached.Event([]));
1447 }
1448
1455 public void LinkageError(string arg0)
1456 {
1457 if (IsEnabled(Diagnostic.LinkageError))
1458 Report(Diagnostic.LinkageError.Event([arg0]));
1459 }
1460
1467 public void RuntimeMismatch(string referencedAssemblyPath, string runtimeAssemblyName, string referencedAssemblyName)
1468 {
1469 if (IsEnabled(Diagnostic.RuntimeMismatch))
1470 Report(Diagnostic.RuntimeMismatch.Event([referencedAssemblyPath, runtimeAssemblyName, referencedAssemblyName]));
1471 }
1472
1479 public void RuntimeMismatchStrongName()
1480 {
1481 if (IsEnabled(Diagnostic.RuntimeMismatchStrongName))
1482 Report(Diagnostic.RuntimeMismatchStrongName.Event([]));
1483 }
1484
1491 public void CoreClassesMissing()
1492 {
1493 if (IsEnabled(Diagnostic.CoreClassesMissing))
1494 Report(Diagnostic.CoreClassesMissing.Event([]));
1495 }
1496
1503 public void CriticalClassNotFound(string arg0)
1504 {
1505 if (IsEnabled(Diagnostic.CriticalClassNotFound))
1506 Report(Diagnostic.CriticalClassNotFound.Event([arg0]));
1507 }
1508
1515 public void AssemblyContainsDuplicateClassNames(string arg0, string arg1, string arg2, string arg3)
1516 {
1517 if (IsEnabled(Diagnostic.AssemblyContainsDuplicateClassNames))
1518 Report(Diagnostic.AssemblyContainsDuplicateClassNames.Event([arg0, arg1, arg2, arg3]));
1519 }
1520
1527 public void CallerIDRequiresHasCallerIDAnnotation()
1528 {
1529 if (IsEnabled(Diagnostic.CallerIDRequiresHasCallerIDAnnotation))
1530 Report(Diagnostic.CallerIDRequiresHasCallerIDAnnotation.Event([]));
1531 }
1532
1539 public void UnableToResolveInterface(string arg0, string arg1)
1540 {
1541 if (IsEnabled(Diagnostic.UnableToResolveInterface))
1542 Report(Diagnostic.UnableToResolveInterface.Event([arg0, arg1]));
1543 }
1544
1551 public void MissingBaseType(string arg0, string arg1, string arg2, string arg3)
1552 {
1553 if (IsEnabled(Diagnostic.MissingBaseType))
1554 Report(Diagnostic.MissingBaseType.Event([arg0, arg1, arg2, arg3]));
1555 }
1556
1563 public void MissingBaseTypeReference(string arg0, string arg1)
1564 {
1565 if (IsEnabled(Diagnostic.MissingBaseTypeReference))
1566 Report(Diagnostic.MissingBaseTypeReference.Event([arg0, arg1]));
1567 }
1568
1575 public void FileNotFound(string arg0)
1576 {
1577 if (IsEnabled(Diagnostic.FileNotFound))
1578 Report(Diagnostic.FileNotFound.Event([arg0]));
1579 }
1580
1587 public void RuntimeMethodMissing(string arg0)
1588 {
1589 if (IsEnabled(Diagnostic.RuntimeMethodMissing))
1590 Report(Diagnostic.RuntimeMethodMissing.Event([arg0]));
1591 }
1592
1599 public void MapFileFieldNotFound(string arg0, string arg1)
1600 {
1601 if (IsEnabled(Diagnostic.MapFileFieldNotFound))
1602 Report(Diagnostic.MapFileFieldNotFound.Event([arg0, arg1]));
1603 }
1604
1611 public void GhostInterfaceMethodMissing(string arg0, string arg1, string arg2, string arg3)
1612 {
1613 if (IsEnabled(Diagnostic.GhostInterfaceMethodMissing))
1614 Report(Diagnostic.GhostInterfaceMethodMissing.Event([arg0, arg1, arg2, arg3]));
1615 }
1616
1623 public void ModuleInitializerMethodRequirements(string arg1, string arg2, string arg3)
1624 {
1625 if (IsEnabled(Diagnostic.ModuleInitializerMethodRequirements))
1626 Report(Diagnostic.ModuleInitializerMethodRequirements.Event([arg1, arg2, arg3]));
1627 }
1628
1635 public void InvalidZip(string name)
1636 {
1637 if (IsEnabled(Diagnostic.InvalidZip))
1638 Report(Diagnostic.InvalidZip.Event([name]));
1639 }
1640
1647 public void CoreAssemblyVersionMismatch(string arg0, string arg1)
1648 {
1649 if (IsEnabled(Diagnostic.CoreAssemblyVersionMismatch))
1650 Report(Diagnostic.CoreAssemblyVersionMismatch.Event([arg0, arg1]));
1651 }
1652
1659 public void GenericRuntimeTrace(string arg0)
1660 {
1661 if (IsEnabled(Diagnostic.GenericRuntimeTrace))
1662 Report(Diagnostic.GenericRuntimeTrace.Event([arg0]));
1663 }
1664
1671 public void GenericJniTrace(string arg0)
1672 {
1673 if (IsEnabled(Diagnostic.GenericJniTrace))
1674 Report(Diagnostic.GenericJniTrace.Event([arg0]));
1675 }
1676
1683 public void GenericCompilerTrace(string arg0)
1684 {
1685 if (IsEnabled(Diagnostic.GenericCompilerTrace))
1686 Report(Diagnostic.GenericCompilerTrace.Event([arg0]));
1687 }
1688
1689 }
1690
1691}