blob: f996d040b91d53534edd9d032c15f6e15e96e84a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
invalidAbsoluteTypeName = warning
invalidWildcardTypeName = ignore
unresolvableMember = warning
typeNotExposedToWeaver = warning
shadowNotInStructure = ignore
unmatchedSuperTypeInCall = warning
canNotImplementLazyTjp = ignore
multipleAdviceStoppingLazyTjp=ignore
noGuardForLazyTjp=ignore
uncheckedAdviceConversion = warning
needsSerialVersionUIDField = ignore
brokeSerialVersionCompatibility = ignore
noInterfaceCtorJoinpoint = warning
noJoinpointsForBridgeMethods = warning
cantMatchArrayTypeOnVarargs = ignore
enumAsTargetForDecpIgnored = warning
annotationAsTargetForDecpIgnored = warning
adviceDidNotMatch = warning
invalidTargetForAnnotation = warning
elementAlreadyAnnotated = warning
runtimeExceptionNotSoftened = warning
uncheckedArgument = warning
noExplicitConstructorCall = warning
aspectExcludedByConfiguration = ignore
unmatchedTargetKind = warning
cantFindType = error
cantFindTypeAffectingJPMatch = warning
unorderedAdviceAtShadow=ignore
swallowedExceptionInCatchBlock=ignore
calculatingSerialVersionUID=ignore
advisingSynchronizedMethods=warning
mustWeaveXmlDefinedAspects=warning
missingAspectForReweaving=error
cannotAdviseJoinpointInInterfaceWithAroundAdvice=warning
nonReweavableTypeEncountered=error
|