The following document contains the results of FindBugs Report
FindBugs Version is 2.0.2
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.jdtaus.core.container.mojo.AbstractContainerMojo.load(File): new java.io.FileReader(File) | I18N | DM_DEFAULT_ENCODING | 658 | High |
Found reliance on default encoding in org.jdtaus.core.container.mojo.AbstractContainerMojo.save(File, String): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 757 | High |
org.jdtaus.core.container.mojo.AbstractContainerMojo.getRuntimeClassLoader(ClassLoader) creates a org.jdtaus.core.container.mojo.ResourceLoader classloader, which should be performed within a doPrivileged block | MALICIOUS_CODE | DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED | 858 | Medium |
org.jdtaus.core.container.mojo.AbstractContainerMojo.getTestClassLoader(ClassLoader) creates a org.jdtaus.core.container.mojo.ResourceLoader classloader, which should be performed within a doPrivileged block | MALICIOUS_CODE | DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED | 918 | Medium |
org.jdtaus.core.container.mojo.AbstractContainerMojo.DEFAULT_SOURCE_INCLUDES should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 358 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jdtaus.core.container.mojo.ContainerReport.executeReport(Locale) creates a org.jdtaus.core.container.mojo.ResourceLoader classloader, which should be performed within a doPrivileged block | MALICIOUS_CODE | DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED | 215 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jdtaus.core.container.mojo.ContainerResourceTransformer.modifyOutputStream(JarOutputStream) creates a org.jdtaus.core.container.mojo.ResourceLoader classloader, which should be performed within a doPrivileged block | MALICIOUS_CODE | DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED | 150 | Medium |
Unwritten field: org.jdtaus.core.container.mojo.ContainerResourceTransformer.mergeModule | CORRECTNESS | UWF_UNWRITTEN_FIELD | 184 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten field: org.jdtaus.core.container.mojo.HelpMojo.goal | CORRECTNESS | UWF_UNWRITTEN_FIELD | 75 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to attributeIndex in org.jdtaus.core.container.mojo.JavaCommitMojo.enhanceClass(File, String, String, byte[]) | STYLE | DLS_DEAD_LOCAL_STORE | 268 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.jdtaus.core.container.mojo.JavaContainerMojo.generateImplementation(List, Implementation): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 1402 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.jdtaus.core.container.mojo.SpringDescriptorMojo.execute(): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 190 | High |
Read of unwritten field springDescriptor in org.jdtaus.core.container.mojo.SpringDescriptorMojo.execute() | CORRECTNESS | NP_UNWRITTEN_FIELD | 220 | Medium |
exceptional return value of java.io.File.mkdirs() ignored in org.jdtaus.core.container.mojo.SpringDescriptorMojo.execute() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 145 | Medium |
Unwritten field: org.jdtaus.core.container.mojo.SpringDescriptorMojo.factoryBean | CORRECTNESS | UWF_UNWRITTEN_FIELD | 118 | Medium |
Unwritten field: org.jdtaus.core.container.mojo.SpringDescriptorMojo.springDescriptor | CORRECTNESS | UWF_UNWRITTEN_FIELD | 96 | Medium |
Unwritten public or protected field: org.jdtaus.core.container.mojo.SpringDescriptorMojo.sourceRoot | STYLE | UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD | 106 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jdtaus.core.container.mojo.VerifyJarMojo.getClassLoader(ClassLoader) creates a org.jdtaus.core.container.mojo.ResourceLoader classloader, which should be performed within a doPrivileged block | MALICIOUS_CODE | DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED | 71 | Medium |
Read of unwritten field jarFile in org.jdtaus.core.container.mojo.VerifyJarMojo.execute() | CORRECTNESS | NP_UNWRITTEN_FIELD | 55 | Medium |
Read of unwritten field jarFile in org.jdtaus.core.container.mojo.VerifyJarMojo.getClassLoader(ClassLoader) | CORRECTNESS | NP_UNWRITTEN_FIELD | 66 | Medium |
Unwritten field: org.jdtaus.core.container.mojo.VerifyJarMojo.jarFile | CORRECTNESS | UWF_UNWRITTEN_FIELD | 55 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new org.jdtaus.core.container.mojo.comp.ParseException(Token, int[][], String[]) may expose internal representation by storing an externally mutable object into ParseException.expectedTokenSequences | MALICIOUS_CODE | EI_EXPOSE_REP2 | 58 | Medium |
new org.jdtaus.core.container.mojo.comp.ParseException(Token, int[][], String[]) may expose internal representation by storing an externally mutable object into ParseException.tokenImage | MALICIOUS_CODE | EI_EXPOSE_REP2 | 59 | Medium |
org.jdtaus.core.container.mojo.comp.ParseException.initialise(Token, int[][], String[]) concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 139 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in new org.jdtaus.core.container.mojo.comp.SimpleCharStream(InputStream, int, int, int): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 342 | High |
Found reliance on default encoding in new org.jdtaus.core.container.mojo.comp.SimpleCharStream(InputStream, String, int, int, int): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 335 | High |
Found reliance on default encoding in org.jdtaus.core.container.mojo.comp.SimpleCharStream.ReInit(InputStream, int, int, int): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 382 | High |
Found reliance on default encoding in org.jdtaus.core.container.mojo.comp.SimpleCharStream.ReInit(InputStream, String, int, int, int): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 375 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.jdtaus.core.container.mojo.comp.TokenMgrError.LexicalError(boolean, int, int, int, String, char) doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 130 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.jdtaus.core.container.mojo.comp.VersionParser.ReInit(InputStream) doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 305-306 | Medium |
The method name org.jdtaus.core.container.mojo.comp.VersionParser.ReInit(InputStream, String) doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 309-315 | Medium |
The method name org.jdtaus.core.container.mojo.comp.VersionParser.ReInit(Reader) doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 329-335 | Medium |
The method name org.jdtaus.core.container.mojo.comp.VersionParser.ReInit(VersionParserTokenManager) doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 348-353 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jdtaus.core.container.mojo.comp.VersionParserConstants.tokenImage should be moved out of an interface and made package protected | MALICIOUS_CODE | MS_OOI_PKGPROTECT | 46 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jdtaus.core.container.mojo.comp.VersionParserTokenManager.jjstrLiteralImages should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 166 | Medium |
The method name org.jdtaus.core.container.mojo.comp.VersionParserTokenManager.ReInit(SimpleCharStream) doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 193-197 | Medium |
The method name org.jdtaus.core.container.mojo.comp.VersionParserTokenManager.ReInit(SimpleCharStream, int) doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 209-211 | Medium |
The method name org.jdtaus.core.container.mojo.comp.VersionParserTokenManager.SwitchTo(int) doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 216-220 | Medium |
Unread public/protected field: org.jdtaus.core.container.mojo.comp.VersionParserTokenManager.debugStream | STYLE | URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD | 38 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.ArgumentElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.ArgumentElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 249 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 253 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 249 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 175 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 175 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 212 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 212 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.ArgumentImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.ArgumentImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 106 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 379 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 372 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 357 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 366 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 379 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 240 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 240 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 411 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 399 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 405 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 411 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.ArgumentsElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.ArgumentsElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 241 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 241 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 175 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 186 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 167 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 186 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 206 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 206 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.ArgumentsImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.ArgumentsImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 98 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 322 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 312 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 326 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 312 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 221 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 210 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 221 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 275 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ArgumentsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 275 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.DependenciesElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.DependenciesElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 241 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 241 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 186 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 175 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 167 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 186 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.DependenciesImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.DependenciesImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 98 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 310 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 297 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 297 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 198 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 266 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependenciesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 266 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.DependencyElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.DependencyElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 236 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 236 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 171 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 171 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 202 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 202 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 128 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 407 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 424 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 420 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 413 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 430 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 407 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 249 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 294 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 257 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 294 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 473 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 502 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 473 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 358 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DependencyImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 358 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.DocumentationElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.DocumentationElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DocumentationElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DocumentationElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DocumentationElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 147 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DocumentationElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 147 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DocumentationElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 186 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.DocumentationElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 186 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.ImplementationElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.ImplementationElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 273 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 277 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 273 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 199 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 199 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 233 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 233 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 291 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 959 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 953 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 966 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 911 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 937 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 917 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 944 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 959 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 459 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 576 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 643 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 547 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 503 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 606 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 448 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 555 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 485 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 422 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 422 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1028 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1043 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1101 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1019 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1058 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1010 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1028 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 856 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 731 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 781 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 762 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 731 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.ImplementationReferenceImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.ImplementationReferenceImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 72 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 256 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 246 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 246 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationReferenceImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 275 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationReferenceImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 275 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.ImplementationsElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.ImplementationsElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 241 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 241 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 174 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 182 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 161 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 161 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.ImplementationsImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.ImplementationsImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 98 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 309 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 313 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 325 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 325 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 236 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 206 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 206 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 260 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ImplementationsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 260 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.MessageElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.MessageElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 233 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 233 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 182 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 182 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 213 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 213 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.MessageImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.MessageImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 132 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 448 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 422 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 432 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 432 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 306 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 239 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 257 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 268 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 268 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 494 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 494 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 351 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 382 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 351 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.MessageReferenceImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.MessageReferenceImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 68 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 250 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 257 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 257 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageReferenceImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 170 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageReferenceImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 170 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageReferenceImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 297 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessageReferenceImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 297 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.MessagesElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.MessagesElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 249 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 249 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 178 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 186 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 162 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 194 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 162 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 214 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 214 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.MessagesImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.MessagesImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 148 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 387 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 400 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 387 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 269 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 296 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 305 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 296 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 353 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 338 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.MessagesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 353 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.ModelObjectImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.ModelObjectImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 99 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModelObjectImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 285 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModelObjectImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 294 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModelObjectImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 294 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModelObjectImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 193 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModelObjectImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 193 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModelObjectImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 328 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModelObjectImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 328 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModelObjectImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 252 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModelObjectImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 252 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.ModuleElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.ModuleElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 252 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 252 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 187 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 187 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 221 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 221 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 213 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 688 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 716 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 682 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 716 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 351 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 376 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 454 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 401 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 491 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 503 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 480 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 438 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 430 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 515 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 515 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 766 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 832 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 766 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 604 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 570 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 563 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 656 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModuleImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 656 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.ModulesElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.ModulesElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 238 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 238 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 164 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 172 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 186 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 186 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 215 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 215 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.ModulesImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.ModulesImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 98 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 297 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 304 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 297 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 198 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 217 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 217 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 254 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.ModulesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 254 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.PropertiesElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.PropertiesElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 238 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 238 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 164 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 186 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 172 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 186 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 206 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 206 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.PropertiesImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.PropertiesImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 98 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 306 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 297 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 306 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 218 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 229 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 229 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 277 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertiesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 277 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.PropertyElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.PropertyElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 234 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 234 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 180 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 180 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 211 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 211 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.PropertyImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.PropertyImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 106 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 371 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 381 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 365 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 358 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 381 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 239 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 239 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 400 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 440 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 406 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.PropertyImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 400 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.SpecificationElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.SpecificationElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 247 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 247 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 182 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 182 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 213 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 213 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 191 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 645 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 638 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 594 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 629 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 600 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 613 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 607 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 645 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 401 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 371 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 360 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 371 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 692 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 773 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 722 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 707 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 731 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 737 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 692 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 532 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 532 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.SpecificationReferenceImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.SpecificationReferenceImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 89 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 317 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 300 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 310 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 317 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationReferenceImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 190 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationReferenceImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 190 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationReferenceImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 351 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationReferenceImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 345 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationReferenceImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 351 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.SpecificationsElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.SpecificationsElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 247 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 247 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 169 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 185 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 177 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 195 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 195 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 224 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 224 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.SpecificationsImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.SpecificationsImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 148 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 387 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 393 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 393 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 277 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 255 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 246 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 246 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 344 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 337 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.SpecificationsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 337 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.TemplateElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.TemplateElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TemplateElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TemplateElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TemplateElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 144 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TemplateElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 144 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TemplateElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 175 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TemplateElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 175 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.TextElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.TextElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 200 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 200 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 146 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 146 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 166 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 166 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.TextImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.TextImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 77 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 200 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 200 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 234 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 234 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.TextsElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.TextsElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 206 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 206 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 144 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 144 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 175 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 175 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.container.impl.TextsImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.container.impl.TextsImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 110 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 301 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 295 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 301 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextsImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextsImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextsImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 323 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextsImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 323 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 255 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.container.impl.TextsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 255 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jdtaus.core.container.mojo.model.container.impl.runtime.MarshallerImpl.marshal(Object, Result) may fail to clean up java.io.OutputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 135 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Nullcheck of uri at line 309 of value previously dereferenced in org.jdtaus.core.container.mojo.model.container.impl.runtime.SAXUnmarshallerHandlerImpl.getAllPrefixesInList(String) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 301 | Medium |
Nullcheck of uri at line 326 of value previously dereferenced in org.jdtaus.core.container.mojo.model.container.impl.runtime.SAXUnmarshallerHandlerImpl.getPrefix(String) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 322 | Medium |
org.jdtaus.core.container.mojo.model.container.impl.runtime.SAXUnmarshallerHandlerImpl.computeExpectedRootElements() concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 620 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.AliasElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.AliasElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AliasElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 195 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AliasElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 195 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AliasElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 141 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AliasElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 141 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AliasElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 172 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AliasElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 172 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.AliasTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.AliasTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 78 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AliasTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 234 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AliasTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 228 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AliasTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 234 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AliasTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 253 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AliasTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 280 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AliasTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 253 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.ArgTypeElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.ArgTypeElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ArgTypeElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 201 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ArgTypeElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 201 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ArgTypeElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 134 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ArgTypeElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 134 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ArgTypeElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 169 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ArgTypeElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 169 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.ArgTypeTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.ArgTypeTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 103 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ArgTypeTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 237 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ArgTypeTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 237 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ArgTypeTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 260 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ArgTypeTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 260 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.AttributeElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.AttributeElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AttributeElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 195 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AttributeElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 195 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AttributeElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 144 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AttributeElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 144 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AttributeElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 175 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.AttributeElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 175 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 487 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 491 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 495 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 499 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 503 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 507 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 511 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 515 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 519 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 547 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 523 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 527 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 531 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 535 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 539 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 543 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 487 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 204 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 322 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 310 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 334 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 318 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 326 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 330 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 338 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 342 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 204 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 464 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 464 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 439 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1214 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1221 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1187 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1242 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1194 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1270 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1201 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1287 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1249 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1180 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1256 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1294 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1263 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1277 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1235 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1228 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1214 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 771 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 652 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 783 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 767 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 775 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 779 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 787 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 791 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 652 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1395 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1350 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1401 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1524 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1366 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1466 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1344 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1540 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1430 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1323 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1546 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1314 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1502 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1329 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1518 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1395 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1044 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeanTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1044 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 341 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 345 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 349 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 353 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 357 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 361 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 365 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 341 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 235 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 239 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 253 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 223 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 231 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 243 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 253 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 321 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 321 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 290 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 764 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 730 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 757 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 740 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 774 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 723 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 747 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 764 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 431 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 435 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 524 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 427 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 439 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 524 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 807 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 867 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 896 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 842 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 912 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 836 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 858 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 807 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 654 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.BeansTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 654 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.CollectionTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.CollectionTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 64 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.CollectionTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 186 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.CollectionTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 186 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.CollectionTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 222 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.CollectionTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 222 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 395 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 399 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 403 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 407 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 395 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 243 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 325 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 235 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 259 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 283 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 299 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 275 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 307 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 251 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 291 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 267 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 315 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 325 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 345 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 345 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 475 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1595 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1599 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1603 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1533 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1607 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1611 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1615 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1619 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1623 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1627 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1655 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1704 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1631 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1552 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1635 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1537 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1566 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1639 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1541 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1647 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1714 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1651 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1665 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1577 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1570 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1704 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1782 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1813 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1979 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1936 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1782 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1265 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1297 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1319 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1487 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1192 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1465 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1185 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1199 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1206 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1213 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ConstructorArgTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1297 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.DescriptionElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.DescriptionElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.DescriptionElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 136 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.DescriptionElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 136 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.DescriptionElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 162 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.DescriptionElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 162 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.DescriptionTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.DescriptionTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 85 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 342 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 346 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 350 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 354 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 342 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 233 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 225 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 186 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 241 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 217 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 253 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 261 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 249 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 265 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 237 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 257 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 245 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 269 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 186 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 292 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 292 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 248 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 715 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 747 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 754 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 725 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 715 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 433 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 545 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 441 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 482 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 453 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 461 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 449 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 465 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 437 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 457 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 445 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 469 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 482 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 850 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 818 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 797 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 803 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 850 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 630 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 647 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.EntryTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 630 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.IdentifiedTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.IdentifiedTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 68 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdentifiedTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 195 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdentifiedTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 195 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdentifiedTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 228 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdentifiedTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 228 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.IdrefElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.IdrefElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdrefElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 213 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdrefElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 217 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdrefElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 213 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdrefElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 152 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdrefElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 152 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdrefElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 190 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdrefElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 190 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.IdrefTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.IdrefTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 82 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdrefTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 259 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdrefTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 249 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdrefTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 259 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdrefTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 295 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdrefTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 279 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.IdrefTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 295 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.ImportElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.ImportElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ImportElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 197 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ImportElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 197 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ImportElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 143 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ImportElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 143 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ImportElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 163 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ImportElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 163 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.ImportTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.ImportTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 62 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ImportTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 179 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ImportTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 179 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ImportTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 210 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ImportTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 210 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 180 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 172 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 188 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 223 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 200 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 208 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 196 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 212 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 184 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 204 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 192 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 216 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 223 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 249 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 249 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 144 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 295 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 344 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 303 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 315 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 323 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 311 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 327 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 299 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 319 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 307 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 331 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 344 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 369 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.KeyTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 369 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 313 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 317 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 313 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 216 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 208 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 224 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 189 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 244 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 232 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 248 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 220 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 240 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 228 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 252 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 189 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 272 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 272 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 149 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 431 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 431 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 258 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 359 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 266 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 278 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 286 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 274 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 290 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 262 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 282 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 270 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 294 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 359 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 387 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListOrSetTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 387 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 69 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 328 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 318 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 328 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 204 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 196 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 212 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 224 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 232 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 220 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 236 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 208 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 228 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 216 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 240 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 196 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 360 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ListTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 360 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 213 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 217 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 213 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 134 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 134 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 172 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 172 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 82 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 243 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 236 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 243 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 295 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 286 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.LookupMethodTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 295 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.MapElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.MapElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 267 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 263 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 271 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 263 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 188 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 196 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 163 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 163 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 219 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 219 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.MapImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.MapImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 128 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 353 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 337 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 353 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 231 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 243 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 231 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 373 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 373 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 286 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 286 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.MapTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.MapTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 69 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 269 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 283 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 273 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 283 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 177 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 185 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 177 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 303 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MapTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 303 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.MetaElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.MetaElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MetaElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 198 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MetaElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 198 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MetaElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 144 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MetaElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 144 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MetaElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 167 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MetaElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 167 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.MetaTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.MetaTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 78 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MetaTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 225 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MetaTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 234 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MetaTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 225 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MetaTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 253 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MetaTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 268 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.MetaTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 253 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.NullElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.NullElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.NullElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 136 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.NullElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 136 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.NullElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 159 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.NullElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 159 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.NullTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.NullTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 85 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.PropElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.PropElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 196 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 196 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 145 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 145 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 176 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 176 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.PropTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.PropTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 101 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 233 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 233 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 258 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 258 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.PropertiesImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.PropertiesImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 78 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertiesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 219 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertiesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 219 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertiesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 149 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertiesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 149 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.PropertyElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.PropertyElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 281 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 281 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 227 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 227 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 258 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 258 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 490 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1606 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1610 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1614 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1727 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1618 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1622 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1626 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1630 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1634 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1638 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1666 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1642 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1676 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1697 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1646 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1731 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1553 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1715 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1735 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1658 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1599 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1662 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1592 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1708 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1557 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1715 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 2008 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1971 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 2002 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 2008 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1289 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1219 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1512 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1419 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1296 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1273 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1303 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1492 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1256 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1266 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1499 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropertyTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1219 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.PropsElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.PropsElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 232 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 236 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 232 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 171 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 152 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 152 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 194 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 194 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.PropsTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.PropsTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 69 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropsTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 241 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropsTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 248 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropsTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 241 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropsTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 173 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropsTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 173 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropsTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 290 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.PropsTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 290 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.QualifierElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.QualifierElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 232 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 236 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 232 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 160 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 171 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 171 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.QualifierTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.QualifierTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 133 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 363 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 372 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 356 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 372 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 214 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 214 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 392 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 401 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 392 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 299 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.QualifierTypeImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 299 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.RefElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.RefElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 229 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 233 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 237 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 229 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 141 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 141 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 206 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 206 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.RefTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.RefTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 100 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 315 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 301 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 308 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 315 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 380 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 338 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 374 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.RefTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 380 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 224 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 228 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 224 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 163 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 141 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 141 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 201 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 201 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 109 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 295 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 288 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 295 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 331 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 347 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ReplacedMethodTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 331 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 309 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 313 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 309 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 205 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 197 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 213 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 225 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 233 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 221 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 237 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 209 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 251 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 217 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 241 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 251 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 271 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 271 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 69 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 325 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 318 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 325 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 204 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 196 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 212 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 224 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 232 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 220 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 236 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 208 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 228 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 216 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 240 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 196 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 348 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.SetTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 348 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.ValueElementImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.ValueElementImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 63 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ValueElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 201 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ValueElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 201 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ValueElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 146 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ValueElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 146 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ValueElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 178 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ValueElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 178 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.core.container.mojo.model.spring.impl.ValueTypeImpl.schemaFragment from instance method org.jdtaus.core.container.mojo.model.spring.impl.ValueTypeImpl.createRawValidator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 103 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ValueTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 240 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ValueTypeImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 240 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ValueTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 276 | High |
Comparison of String parameter using == or != in org.jdtaus.core.container.mojo.model.spring.impl.ValueTypeImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 276 | High |