Adding hint metadata about NB 8.0
authorjlahoda@netbeans.org
Wed, 19 Mar 2014 19:45:19 +0100
changeset 181782e1f3461b575
parent 18177 6f809c1521c8
child 18179 f095f4b04cbe
Adding hint metadata about NB 8.0
javahints.generate/src/org/netbeans/modules/javahints/generate/ERR80.hints
javahints.generate/src/org/netbeans/modules/javahints/generate/NB80.hints
javahints.generate/src/org/netbeans/modules/javahints/generate/layer.xml
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/javahints.generate/src/org/netbeans/modules/javahints/generate/ERR80.hints	Wed Mar 19 19:45:19 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +org.netbeans.modules.java.hints.errors.ChangeMethodReturnType
     1.5 +org.netbeans.modules.java.hints.errors.AccessError
     1.6 +org.netbeans.modules.java.hints.errors.ExtendsImplements
     1.7 +org.netbeans.modules.java.hints.errors.AddOrRemoveFinalModifier.param
     1.8 +org.netbeans.modules.java.hints.errors.ExtraCatch
     1.9 +org.netbeans.modules.java.hints.errors.ImportClass
    1.10 +org.netbeans.modules.web.beans.hints.CreateQualifier
    1.11 +org.netbeans.modules.java.hints.errors.MissingReturnStatement
    1.12 +org.netbeans.modules.java.hints.errors.ImplementAllAbstractMethods
    1.13 +org.netbeans.modules.java.hints.errors.AbstractMethodCannotHaveBody
    1.14 +org.netbeans.modules.java.hints.errors.CreateElement
    1.15 +org.netbeans.modules.java.hints.errors.VarArgsCast
    1.16 +org.netbeans.modules.java.hints.errors.RemoveUselessCast
    1.17 +SuppressWarningsFixer
    1.18 +org.netbeans.modules.java.hints.errors.AddCast
    1.19 +org.netbeans.modules.java.hints.errors.AddOrRemoveFinalModifier.var
    1.20 +org.netbeans.modules.java.hints.errors.ChangeMethodParameters
    1.21 +org.netbeans.modules.java.hints.errors.ChangeType
    1.22 +MAVEN_MISSING_CLASS
    1.23 +org.netbeans.modules.java.hints.errors.UncaughtException
    1.24 +org.netbeans.modules.java.hints.errors.AddConstructor
    1.25 +org.netbeans.modules.java.hints.SerialVersionUID
    1.26 +org.netbeans.modules.java.hints.errors.RemoveInvalidModifier
    1.27 +org.netbeans.modules.java.hints.errors.ArrayAccess
    1.28 +org.netbeans.modules.java.hints.errors.RemoveOverride
    1.29 +org.netbeans.modules.java.hints.errors.OverrideWeakerAccess
    1.30 +NBM_MISSING_CLASS_NBMANT
    1.31 +org.netbeans.modules.java.hints.errors.MakeVariableFinal
    1.32 +org.netbeans.modules.java.hints.errors.ClassNameMismatch
    1.33 +NotInitializedVariable
    1.34 +org.netbeans.modules.java.hints.errors.RenameConstructor
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/javahints.generate/src/org/netbeans/modules/javahints/generate/NB80.hints	Wed Mar 19 19:45:19 2014 +0100
     2.3 @@ -0,0 +1,287 @@
     2.4 +StringBuilderAppend
     2.5 +org.netbeans.modules.java.hints.bugs.CloneAndCloneable.cloneWithoutSuperClone
     2.6 +org.netbeans.modules.apisupport.hints.UseNbBundleMessages
     2.7 +org.netbeans.modules.java.hints.perf.Tiny.unnecessaryTypeToString
     2.8 +org.netbeans.modules.java.hints.jdk.ConvertToStringSwitch
     2.9 +Wrong_String_Comparison
    2.10 +org.netbeans.modules.java.hints.threading.Tiny.unsyncNotify
    2.11 +org.netbeans.modules.java.hints.perf.StringBuffer2Builder
    2.12 +org.netbeans.modules.java.hints.suggestions.Ifs.toOrIf
    2.13 +org.netbeans.modules.java.hints.LeakingThisInConstructor
    2.14 +org.netbeans.modules.java.hints.perf.Tiny.unnecessaryTempFromString
    2.15 +org.netbeans.modules.java.metrics.hints.ComplexLogicalExpression
    2.16 +org.netbeans.modules.java.hints.MultipleLoggers
    2.17 +org.netbeans.modules.java.hints.suggestions.Lambda.lambda2Class
    2.18 +org.netbeans.modules.java.metrics.hints.MethodMetrics.multipleNegations
    2.19 +org.netbeans.modules.java.hints.bugs.Regexp
    2.20 +org.netbeans.modules.java.hints.perf.Tiny.lengthOneStringIndexOf
    2.21 +org.netbeans.modules.java.hints.control.RemoveUnnecessary.unnecessaryContinue
    2.22 +org.netbeans.modules.java.hints.SuspiciousNamesCombination
    2.23 +Javac_UNCHECKED
    2.24 +Imports_SAME_PACKAGE
    2.25 +org.netbeans.modules.java.hints.threading.Tiny.threadStartInConstructor
    2.26 +org.netbeans.modules.java.hints.threading.Tiny.unlockOutsideTryFinally
    2.27 +org.netbeans.modules.java.hints.IllegalInstanceOf
    2.28 +org.netbeans.modules.java.hints.InitializerCanBeStatic
    2.29 +Javac_canUseLambda
    2.30 +Javac_FALLTHROUGH
    2.31 +org.netbeans.modules.java.hints.jdk.IteratorToFor
    2.32 +org.netbeans.modules.java.hints.control.RedundantConditional
    2.33 +Javac_UNNECESSARY_CAST
    2.34 +org.netbeans.modules.java.hints.StaticNonFinalUsedInInitialization
    2.35 +AssignmentToItself
    2.36 +org.netbeans.modules.java.hints.AssignmentIssues.incrementDecrementUsed
    2.37 +org.netbeans.modules.java.hints.suggestions.Tiny.splitDeclaration
    2.38 +org.netbeans.modules.java.hints.jdk.UnnecessaryUnboxing
    2.39 +unnecessaryBreakLabel
    2.40 +org.netbeans.modules.java.hints.bugs.Tiny.switchCaseLabelMismatch
    2.41 +org.netbeans.modules.java.hints.perf.Tiny.constantIntern
    2.42 +org.netbeans.modules.java.hints.ShiftOutOfRange
    2.43 +o.n.m.j2ee.jpa.verification.IdDefinedInHierarchy
    2.44 +org.netbeans.modules.java.metrics.hints.MethodMetrics.tooManyParametersCtor
    2.45 +org.netbeans.modules.java.hints.threading.Tiny.sleepInSync
    2.46 +org.netbeans.modules.java.hints.testing.Tiny.incovertibleTypes
    2.47 +org.netbeans.modules.java.hints.suggestions.Tiny.mergeIfs
    2.48 +o.n.m.j2ee.ejbverification.LocalAnnotatedBeanHasLBI
    2.49 +org.netbeans.modules.java.hints.jdk.JoinCatches
    2.50 +Braces_IF
    2.51 +org.netbeans.modules.java.hints.bugs.EqualsHint.arrayEquals
    2.52 +org.netbeans.modules.java.hints.encapsulation.ClassEncapsulation.packageCls
    2.53 +org.netbeans.modules.java.hints.perf.Tiny.redundantToString
    2.54 +org.netbeans.modules.java.hints.ObsoleteCollection
    2.55 +o.n.m.j2ee.jpa.verification.NonFinalClass
    2.56 +org.netbeans.modules.java.metrics.hints.MethodMetrics.tooManyDependencies
    2.57 +o.n.m.j2ee.ejbverification.AnnotationPostContruct
    2.58 +org.netbeans.modules.java.hints.perf.Tiny.stringConstructor
    2.59 +org.netbeans.modules.java.hints.FieldForUnusedParam
    2.60 +org.netbeans.modules.java.hints.NoLoggers
    2.61 +org.netbeans.modules.java.hints.suggestions.Tiny.extractIf
    2.62 +o.n.m.j2ee.jpa.verification.UniqueEntityName
    2.63 +org.netbeans.modules.java.hints.bugs.ComparatorParameterNotUsed.run
    2.64 +org.netbeans.modules.java.hints.perf.NoBooleanConstructor
    2.65 +org.netbeans.modules.java.hints.bugs.Tiny.equalsNull
    2.66 +org.netbeans.modules.java.hints.suggestions.Tiny.flipEquals
    2.67 +o.n.m.j2ee.ejbverification.HasNoArgContructor
    2.68 +MissingJavaEEForUnitTestExecutionHint
    2.69 +org.netbeans.modules.java.hints.jdk.AddUnderscores
    2.70 +org.netbeans.modules.java.hints.perf.InitialCapacity.collections
    2.71 +org.netbeans.modules.java.hints.jdk.ConvertToARM
    2.72 +Javac_FINALLY
    2.73 +org.netbeans.modules.java.hints.bugs.Tiny.systemArrayCopy
    2.74 +org.netbeans.modules.java.hints.ClassStructure.finalMethod
    2.75 +org.netbeans.modules.java.hints.OverridableMethodCallInConstructor
    2.76 +Imports_DEFAULT_PACKAGE
    2.77 +o.n.m.j2ee.ejbverification.ValueNotSpecifiedForRemoteAnnotationInterface
    2.78 +o.n.m.j2ee.jpa.verification.IdClassOverridesEqualsAndHashCode
    2.79 +unnecessaryContinueLabel
    2.80 +org.netbeans.modules.java.hints.ClassStructure.multipleTopLevelClassesInFile
    2.81 +org.netbeans.modules.java.hints.AssignmentIssues.assignmentToMethodParam
    2.82 +org.netbeans.modules.java.hints.HideFieldByVar
    2.83 +org.netbeans.modules.java.hints.ClassStructure.finalPrivateMethod
    2.84 +org.netbeans.modules.java.hints.ClassStructure.finalMethodInFinalClass
    2.85 +org.netbeans.modules.java.hints.AddOverrideAnnotation
    2.86 +org.netbeans.modules.java.hints.jdk.UnnecessaryBoxing.run
    2.87 +Braces_FOR_LOOP
    2.88 +Javac_DEPRECATED
    2.89 +org.netbeans.modules.java.hints.suggestions.TooStrongCast.broadTypeCast
    2.90 +o.n.m.j2ee.ejbverification.WSisSLSB
    2.91 +o.n.m.j2ee.jpa.verification.JPAAnnotsOnlyOnAccesor
    2.92 +Imports_EXCLUDED
    2.93 +org.netbeans.modules.java.hints.bugs.Tiny.indentation
    2.94 +org.netbeans.modules.java.hints.bugs.Tiny.hashCodeOnArray
    2.95 +org.netbeans.modules.java.hints.threading.Tiny.notifyOnCondition
    2.96 +o.n.m.j2ee.ejbverification.LegalModifiers
    2.97 +EmptyStatements_FOR_LOOP
    2.98 +org.netbeans.modules.java.hints.AssignmentIssues.assignmentToForLoopParam
    2.99 +Braces_DO_WHILE_LOOP
   2.100 +org.netbeans.modules.java.metrics.hints.MethodMetrics.methodTooComplex
   2.101 +EmbeddableEJBContainer
   2.102 +org.netbeans.modules.java.hints.jdk.IndexOfToContains
   2.103 +org.netbeans.modules.java.hints.encapsulation.ReturnEncapsulation.array
   2.104 +org.netbeans.modules.java.hints.ClassStructure.finalClass
   2.105 +org.netbeans.modules.java.metrics.hints.ClassMetrics.anonymousTooManyMethods
   2.106 +org.netbeans.modules.java.metrics.hints.ClassMetrics.tooManyMethods
   2.107 +org.netbeans.modules.java.hints.bugs.TryCatchFinally.finallyThrowsException
   2.108 +org.netbeans.modules.java.hints.RemoveUnnecessaryReturn
   2.109 +error-in-javadoc
   2.110 +o.n.m.j2ee.ejbverification.PersistentTimerInEjbLite
   2.111 +org.netbeans.modules.java.hints.jdk.mapreduce.ForLoopToFunctionalHint
   2.112 +org.netbeans.modules.java.hints.UtilityClass_2
   2.113 +org.netbeans.modules.java.hints.AssignmentIssues.assignmentToCatchBlockParameter
   2.114 +AnnotationAsSuperInterface
   2.115 +org.netbeans.modules.java.hints.bugs.UnusedAssignmentOrBranch.unusedAssignment
   2.116 +org.netbeans.modules.java.hints.suggestions.Lambda.reference2Lambda
   2.117 +o.n.m.web.jsf.hints.JavaxFacesBeanIsGonnaBeDeprecated
   2.118 +org.netbeans.modules.java.hints.encapsulation.ReturnEncapsulation.collection
   2.119 +org.netbeans.modules.java.hints.threading.Tiny.threadRun
   2.120 +org.netbeans.modules.java.hints.perf.InitialCapacity.stringBuilder
   2.121 +org.netbeans.modules.java.hints.bugs.ThrowableNotThrown.newThrowable
   2.122 +org.netbeans.modules.java.hints.ClassStructure.classMayBeInterface
   2.123 +org.netbeans.modules.java.hints.suggestions.Lambda.lambda2MemberReference
   2.124 +org.netbeans.modules.java.hints.suggestions.Lambda.explicitParameterTypes
   2.125 +org.netbeans.modules.java.metrics.hints.ClassMetrics.tooComplexClass
   2.126 +org.netbeans.modules.java.hints.threading.Tiny.synchronizedOnLock
   2.127 +org.netbeans.modules.java.hints.bugs.CloneAndCloneable.cloneInNonCloneableClass
   2.128 +org.netbeans.modules.java.hints.WrongPackageSuggestion
   2.129 +org.netbeans.modules.java.hints.bugs.Tiny.newObject
   2.130 +org.netbeans.modules.java.hints.threading.Tiny.unsyncWait
   2.131 +org.netbeans.modules.java.hints.bugs.Tiny.stringReplaceAllDot
   2.132 +org.netbeans.modules.java.hints.finalize.CallFinalize
   2.133 +org.netbeans.modules.java.hints.jdk.ThrowableInitCause
   2.134 +org.netbeans.modules.java.hints.ExportNonAccessibleElement
   2.135 +org.netbeans.modules.java.hints.perf.ManualArrayCopy
   2.136 +o.n.m.j2ee.jpa.verification.HasNoArgConstructor
   2.137 +org.netbeans.modules.java.hints.AssignmentIssues.replaceAssignWithOpAssign
   2.138 +org.netbeans.modules.java.hints.suggestions.InvertIf
   2.139 +org.netbeans.modules.java.hints.LoggerNotStaticFinal
   2.140 +org.netbeans.modules.java.hints.finalize.FinalizeDoesNotCallSuper
   2.141 +org.netbeans.modules.java.hints.threading.Tiny.canBeFinal
   2.142 +org.netbeans.modules.java.metrics.hints.ClassMetrics.tooComplexAnonymousClass
   2.143 +o.n.m.j2ee.ejbverification.SBSuperClassNotSB
   2.144 +org.netbeans.modules.java.hints.bugs.AssertWithSideEffects
   2.145 +org.netbeans.modules.java.hints.errors.ErrorFixesFakeHintCREATE_LOCAL_VARIABLE
   2.146 +org.netbeans.modules.java.hints.threading.Tiny.waitOnCondition
   2.147 +org.netbeans.modules.java.hints.finalize.FinalizeDeclared
   2.148 +org.netbeans.modules.java.hints.perf.Tiny.enumSet
   2.149 +org.netbeans.modules.java.hints.control.RedundantIf
   2.150 +org.netbeans.modules.java.hints.bugs.CollectionRemove
   2.151 +Javac_OVERRIDES
   2.152 +org.netbeans.modules.java.hints.bugs.MalformedXPathExpression
   2.153 +org.netbeans.modules.java.hints.threading.Tiny.nestedSynchronized
   2.154 +org.netbeans.modules.java.hints.bugs.ConfusingVarargsParameter.primitiveArray
   2.155 +org.netbeans.modules.java.hints.perf.Tiny.collectionsToArray
   2.156 +Imports_STAR
   2.157 +org.netbeans.modules.java.hints.bugs.CloneAndCloneable.cloneableWithoutClone
   2.158 +org.netbeans.modules.java.hints.bugs.BroadCatchBlock.broadCatch
   2.159 +org.netbeans.modules.java.hints.bugs.CheckReturnValueHint
   2.160 +org.netbeans.modules.java.hints.perf.Tiny.getClassInsteadOfDotClass
   2.161 +o.n.m.web.jsf.hints.FlowScopedBeanWithoutCdi
   2.162 +org.netbeans.modules.java.hints.suggestions.CreateSubclass
   2.163 +org.netbeans.modules.java.hints.testing.Tiny.mismatchedConstantVSReal
   2.164 +org.netbeans.modules.java.metrics.hints.MethodMetrics.multipleLoops
   2.165 +org.netbeans.modules.java.hints.EmptyCancelForCancellableTask
   2.166 +org.netbeans.modules.java.hints.threading.Tiny.sleepInLoop
   2.167 +o.n.m.j2ee.ejbverification.AsynchronousMethodInvocation
   2.168 +org.netbeans.modules.java.hints.MissingHashCode
   2.169 +o.n.m.j2ee.ejbverification.BMnotPartOfRBIandLBI
   2.170 +org.netbeans.modules.java.metrics.hints.MethodMetrics.tooDeepNesting
   2.171 +org.netbeans.modules.java.hints.OrganizeImports
   2.172 +org.netbeans.modules.java.hints.OrganizeMembers
   2.173 +org.netbeans.modules.java.hints.ClassStructure.noopMethodInAbstractClass
   2.174 +org.netbeans.modules.java.hints.jackpot.hintsimpl.LoggerStringConcat
   2.175 +o.n.m.j2ee.jpa.verification.PersistenceUnitPresent
   2.176 +org.netbeans.modules.java.hints.bugs.InfiniteRecursion.run
   2.177 +org.netbeans.modules.java.hints.bugs.AnnotationsNotRuntime
   2.178 +org.netbeans.modules.java.hints.bugs.CastVSInstanceOf
   2.179 +org.netbeans.modules.java.hints.bugs.Unbalanced$Collection
   2.180 +create-javadoc
   2.181 +o.n.m.j2ee.ejbverification.BeanImplementsBI
   2.182 +org.netbeans.modules.java.hints.encapsulation.ParamEncapsulation.array
   2.183 +org.netbeans.modules.java.metrics.hints.MethodMetrics.multipleReturnPoints
   2.184 +org.netbeans.modules.java.hints.StaticImport
   2.185 +org.netbeans.modules.apisupport.hints.HelpCtxHint
   2.186 +org.netbeans.modules.java.hints.bugs.MathRandomCast
   2.187 +org.netbeans.modules.java.hints.perf.BoxingOfBoxingValue
   2.188 +org.netbeans.modules.java.hints.HideField
   2.189 +o.n.m.j2ee.jpa.verification.ConsistentAccessType
   2.190 +o.n.m.j2ee.ejbverification.BusinessMethodExposed
   2.191 +Imports_UNUSED
   2.192 +org.netbeans.modules.java.hints.ClassStructure.protectedMemberInFinalClass
   2.193 +EmptyStatements_WHILE_LOOP
   2.194 +org.netbeans.modules.java.hints.threading.Tiny.threadSuspend
   2.195 +Javac_canUseDiamond
   2.196 +org.netbeans.modules.java.testrunner.hints.CreateTestMethodsHint
   2.197 +o.n.m.j2ee.jpa.verification.NoIdClassOnEntitySubclass
   2.198 +EmptyStatements_DO_WHILE_LOOP
   2.199 +org.netbeans.modules.java.hints.suggestions.ExpandEnhancedForLoop
   2.200 +Javac_EMPTY_STATEMENT_AFTER_IF
   2.201 +org.netbeans.modules.java.hints.perf.SizeEqualsZero
   2.202 +org.netbeans.modules.java.hints.encapsulation.FieldEncapsulation.publicField
   2.203 +org.netbeans.modules.java.hints.EqualsMethodHint
   2.204 +org.netbeans.modules.java.hints.suggestions.Tiny.convertToDifferentBase
   2.205 +org.netbeans.modules.java.hints.bugs.Tiny.resultSet
   2.206 +org.netbeans.modules.java.hints.suggestions.Ifs.joinElseIf
   2.207 +org.netbeans.modules.java.hints.threading.Tiny.emptySynchronized
   2.208 +org.netbeans.modules.java.metrics.hints.ComplexArithmeticExpression
   2.209 +org.netbeans.modules.java.hints.bugs.TryCatchFinally.finallyDiscardsException
   2.210 +org.netbeans.modules.java.hints.SystemOut
   2.211 +org.netbeans.modules.java.hints.DoubleCheck
   2.212 +org.netbeans.modules.java.hints.bugs.BoxedIdentityComparison
   2.213 +org.netbeans.modules.java.hints.jdk.AnnotationProcessors.oGSA
   2.214 +o.n.m.j2ee.jpa.verification.ValidPrimaryTableName
   2.215 +org.netbeans.modules.java.hints.AssignResultToVariable
   2.216 +EmptyStatements_null
   2.217 +org.netbeans.modules.java.testrunner.hints.CreateTestClassHint
   2.218 +org.netbeans.modules.java.hints.PrintStackTrace
   2.219 +o.n.m.j2ee.jpa.verification.QueriesProperlyDefined
   2.220 +org.netbeans.modules.java.hints.suggestions.Ifs.splitIfCondition
   2.221 +org.netbeans.modules.java.metrics.hints.ClassMetrics.tooManyConstructors
   2.222 +org.netbeans.modules.java.hints.bugs.NPECheck
   2.223 +org.netbeans.modules.java.hints.UtilityClass_1
   2.224 +org.netbeans.modules.java.hints.threading.Tiny.threadYield
   2.225 +org.netbeans.modules.java.hints.suggestions.Tiny.fillSwitch
   2.226 +EmptyStatements_BLOCK
   2.227 +org.netbeans.modules.java.hints.perf.Tiny.stringEqualsEmpty
   2.228 +MAVEN_SEARCH_HINT
   2.229 +o.n.m.j2ee.ejbverification.UseInjectionInsteadOfInstantionRule
   2.230 +org.netbeans.modules.java.hints.jdk.UseSpecificCatch
   2.231 +org.netbeans.modules.java.hints.errors.ErrorFixesFakeHintCREATE_FINAL_FIELD_CTOR
   2.232 +org.netbeans.modules.java.metrics.hints.MethodMetrics.tooManyParameters
   2.233 +o.n.m.j2ee.jpa.verification.PublicClass
   2.234 +org.netbeans.modules.java.hints.IncompatibleMask
   2.235 +org.netbeans.modules.java.hints.perf.Tiny.enumMap
   2.236 +org.netbeans.modules.java.hints.errors.ErrorFixesFakeHintSURROUND_WITH_TRY_CATCH
   2.237 +org.netbeans.modules.java.hints.ThreadDumpStack
   2.238 +org.netbeans.modules.java.hints.bugs.ThrowableNotThrown.methodInvocation
   2.239 +Javac_RAWTYPES
   2.240 +org.netbeans.modules.java.hints.encapsulation.ParamEncapsulation.date
   2.241 +org.netbeans.modules.java.hints.encapsulation.FieldEncapsulation.privateField
   2.242 +o.n.m.j2ee.jpa.verification.TopLevelClass
   2.243 +OptionalEE7APIsHint
   2.244 +org.netbeans.modules.java.hints.ClassStructure.publicConstructorInNonPublicClass
   2.245 +o.n.m.j2ee.jpa.verification.JPQLValidation
   2.246 +o.n.m.j2ee.jpa.verification.LegalCombinationOfAnnotations
   2.247 +o.n.m.j2ee.ejbverification.SessionSynchImplementedBySFSBOnly
   2.248 +org.netbeans.modules.java.hints.suggestions.Lambda.expression2Return
   2.249 +org.netbeans.modules.java.hints.bugs.SuspiciousToArray
   2.250 +org.netbeans.modules.java.hints.AssignmentIssues.nestedAssignment
   2.251 +org.netbeans.modules.java.metrics.hints.MethodMetrics.tooManyExceptions
   2.252 +org.netbeans.modules.java.hints.bugs.CloneAndCloneable.cloneWithoutThrows
   2.253 +org.netbeans.modules.java.hints.perf.ReplaceBufferByString
   2.254 +org.netbeans.modules.java.hints.SyncOnNonFinal
   2.255 +org.netbeans.modules.java.hints.encapsulation.FieldEncapsulation.packageField
   2.256 +Javac_SERIALIZATION
   2.257 +org.netbeans.modules.java.hints.encapsulation.ReturnEncapsulation.date
   2.258 +org.netbeans.modules.java.hints.ThisInAnonymous
   2.259 +org.netbeans.modules.java.hints.PointlessBitwiseExpression
   2.260 +org.netbeans.modules.java.hints.suggestions.FlipOperands
   2.261 +org.netbeans.modules.java.hints.DeclarationForInstanceOf
   2.262 +org.netbeans.modules.java.hints.threading.Tiny.volatileArray
   2.263 +org.netbeans.modules.java.metrics.hints.ClassMetrics.tooCoupledClass
   2.264 +org.netbeans.modules.java.hints.StaticAccess
   2.265 +org.netbeans.modules.java.hints.bugs.MalformedFormatString
   2.266 +o.n.m.j2ee.ejbverification.BeanHasDifferentLBIandRBI
   2.267 +org.netbeans.modules.java.hints.bugs.StringBufferCharConstructor
   2.268 +org.netbeans.modules.java.hints.ClassStructure.markerInterface
   2.269 +org.netbeans.modules.java.hints.bugs.UnusedAssignmentOrBranch.deadBranch
   2.270 +org.netbeans.modules.java.metrics.hints.ClassMetrics.tooManyFields
   2.271 +org.netbeans.modules.java.hints.testing.Tiny.assertEqualsForArrays
   2.272 +org.netbeans.modules.java.hints.bugs.ArrayStringConversions
   2.273 +Braces_WHILE_LOOP
   2.274 +o.n.m.j2ee.ejbverification.RemoteAnnotatedBeanHasRBI
   2.275 +o.n.m.j2ee.jpa.verification.ValidAttributes
   2.276 +org.netbeans.modules.java.metrics.hints.MethodMetrics.tooLong
   2.277 +EmptyStatements_IF
   2.278 +Javac_DIVISION_BY_ZERO
   2.279 +o.n.m.j2ee.jpa.verification.OnlyEntityOrMappedSuperclassCanUseIdClass
   2.280 +org.netbeans.modules.java.hints.suggestions.ImplementMethods
   2.281 +org.netbeans.modules.java.hints.suggestions.Move.moveInitialization
   2.282 +org.netbeans.modules.java.hints.bugs.Unbalanced$Array
   2.283 +org.netbeans.modules.java.hints.ConvertAnonymousToInner
   2.284 +org.netbeans.modules.java.hints.EqualsHint
   2.285 +org.netbeans.modules.java.hints.encapsulation.ClassEncapsulation.protectedCls
   2.286 +org.netbeans.modules.java.hints.finalize.FinalizeNotProtected
   2.287 +org.netbeans.modules.java.hints.encapsulation.FieldEncapsulation.protectedField
   2.288 +o.n.m.j2ee.jpa.verification.SerializableClass
   2.289 +org.netbeans.modules.java.hints.encapsulation.ClassEncapsulation.publicCls
   2.290 +org.netbeans.modules.java.hints.encapsulation.ParamEncapsulation.collection
     3.1 --- a/javahints.generate/src/org/netbeans/modules/javahints/generate/layer.xml	Tue Mar 04 19:21:04 2014 +0100
     3.2 +++ b/javahints.generate/src/org/netbeans/modules/javahints/generate/layer.xml	Wed Mar 19 19:45:19 2014 +0100
     3.3 @@ -31,6 +31,10 @@
     3.4  		    <attr name="displayName" bundlevalue="org.netbeans.modules.javahints.generate.Bundle#DN_NB74" />
     3.5  		    <attr name="position" intvalue="74" />
     3.6  		</file>
     3.7 +		<file name="NB80.hints" url="NB80.hints">
     3.8 +		    <attr name="displayName" bundlevalue="org.netbeans.modules.javahints.generate.Bundle#DN_NB80" />
     3.9 +		    <attr name="position" intvalue="80" />
    3.10 +		</file>
    3.11  	    </folder>
    3.12          </folder>
    3.13          <folder name="errors">
    3.14 @@ -42,6 +46,10 @@
    3.15  		    <attr name="displayName" bundlevalue="org.netbeans.modules.javahints.generate.Bundle#DN_NB74" />
    3.16  		    <attr name="position" intvalue="74" />
    3.17  		</file>
    3.18 +		<file name="ERR80.hints" url="ERR80.hints">
    3.19 +		    <attr name="displayName" bundlevalue="org.netbeans.modules.javahints.generate.Bundle#DN_NB80" />
    3.20 +		    <attr name="position" intvalue="80" />
    3.21 +		</file>
    3.22  	    </folder>
    3.23          </folder>
    3.24      </folder>