The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten field: org.jdtaus.mojo.resource.HelpMojo.goal | CORRECTNESS | UWF_UNWRITTEN_FIELD | 75 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.jdtaus.mojo.resource.JavaResourcesMojo.generateBundles(Module): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 288 | High |
org.jdtaus.mojo.resource.JavaResourcesMojo.generateBundles(Module) may fail to clean up java.io.InputStream on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 253 | Medium |
org.jdtaus.mojo.resource.JavaResourcesMojo.generateBundles(Module) may fail to clean up java.io.OutputStream on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 326 | Medium |
org.jdtaus.mojo.resource.JavaResourcesMojo.generateBundles(Module) may fail to clean up java.io.Writer on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 288 | Medium |
exceptional return value of java.io.File.createNewFile() ignored in org.jdtaus.mojo.resource.JavaResourcesMojo.generateBundles(Module) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 250 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.ArgumentElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.ArgumentElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 248 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 252 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 248 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentElementImpl$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.mojo.resource.model.impl.ArgumentElementImpl$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.mojo.resource.model.impl.ArgumentElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 225 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 225 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.ArgumentImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.impl.ArgumentImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 373 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 380 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.impl.ArgumentImpl$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.mojo.resource.model.impl.ArgumentImpl$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.mojo.resource.model.impl.ArgumentImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 427 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.ArgumentImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 442 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 427 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.ArgumentsElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.ArgumentsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 237 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 237 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentsElementImpl$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.mojo.resource.model.impl.ArgumentsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 157 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentsElementImpl$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.mojo.resource.model.impl.ArgumentsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 157 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 205 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 205 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.ArgumentsImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.ArgumentsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 311 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 324 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 315 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 324 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentsImpl$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.mojo.resource.model.impl.ArgumentsImpl$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.mojo.resource.model.impl.ArgumentsImpl$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.mojo.resource.model.impl.ArgumentsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 262 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ArgumentsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 262 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.DependenciesElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.DependenciesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 237 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependenciesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 237 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependenciesElementImpl$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.mojo.resource.model.impl.DependenciesElementImpl$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.mojo.resource.model.impl.DependenciesElementImpl$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.mojo.resource.model.impl.DependenciesElementImpl$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.mojo.resource.model.impl.DependenciesElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 205 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependenciesElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 205 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.DependenciesImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.DependenciesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 309 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependenciesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 302 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependenciesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 302 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependenciesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 191 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependenciesImpl$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.mojo.resource.model.impl.DependenciesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 191 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependenciesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 256 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependenciesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 256 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.DependencyElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.DependencyElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 232 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependencyElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 232 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependencyElementImpl$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.mojo.resource.model.impl.DependencyElementImpl$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.mojo.resource.model.impl.DependencyElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 201 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependencyElementImpl$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.mojo.resource.model.impl.DependencyImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.DependencyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 406 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependencyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 419 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependencyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 415 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependencyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 431 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependencyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 425 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependencyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 406 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependencyImpl$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.mojo.resource.model.impl.DependencyImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 242 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependencyImpl$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.mojo.resource.model.impl.DependencyImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 242 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependencyImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 454 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependencyImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 504 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependencyImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 454 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependencyImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 383 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DependencyImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 383 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.DocumentationElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.DocumentationElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 205 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DocumentationElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 205 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DocumentationElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 151 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DocumentationElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 151 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DocumentationElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 185 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.DocumentationElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 185 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.ImplementationElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.ImplementationElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 267 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 271 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 267 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 207 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 207 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 244 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 244 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.ImplementationImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 951 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 935 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 892 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 883 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 928 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 902 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 965 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 951 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 429 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 632 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 447 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 593 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 458 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 533 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 493 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 526 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 518 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$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.mojo.resource.model.impl.ImplementationImpl$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.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1102 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1032 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1017 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1053 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1038 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1059 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 1102 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 747 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 754 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 794 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 801 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 801 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.ImplementationReferenceImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.ImplementationReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 245 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 254 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 254 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationReferenceImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 285 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationReferenceImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 285 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.ImplementationsElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.ImplementationsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 237 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 237 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationsElementImpl$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.mojo.resource.model.impl.ImplementationsElementImpl$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.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.impl.ImplementationsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 214 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationsElementImpl$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.mojo.resource.model.impl.ImplementationsImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.ImplementationsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 308 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 312 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 321 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 321 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationsImpl$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.mojo.resource.model.impl.ImplementationsImpl$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.mojo.resource.model.impl.ImplementationsImpl$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.mojo.resource.model.impl.ImplementationsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 276 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ImplementationsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 276 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.MessageElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.MessageElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 235 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 235 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 181 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 181 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 204 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 204 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.MessageImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.MessageImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 424 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 430 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 446 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 446 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageImpl$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.mojo.resource.model.impl.MessageImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 302 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 276 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageImpl$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.mojo.resource.model.impl.MessageImpl$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.mojo.resource.model.impl.MessageImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 482 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 482 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 388 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 355 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 355 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.MessageReferenceImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.impl.MessageReferenceImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 279 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessageReferenceImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 279 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.MessagesElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.MessagesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 248 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessagesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 248 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessagesElementImpl$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.mojo.resource.model.impl.MessagesElementImpl$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.mojo.resource.model.impl.MessagesElementImpl$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.mojo.resource.model.impl.MessagesElementImpl$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.mojo.resource.model.impl.MessagesElementImpl$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.mojo.resource.model.impl.MessagesElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 216 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessagesElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 216 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.MessagesImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.MessagesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 391 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessagesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 385 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessagesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 391 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessagesImpl$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.mojo.resource.model.impl.MessagesImpl$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.mojo.resource.model.impl.MessagesImpl$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.mojo.resource.model.impl.MessagesImpl$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.mojo.resource.model.impl.MessagesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 324 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessagesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 351 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.MessagesImpl$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.mojo.resource.model.impl.ModelObjectImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.ModelObjectImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 295 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.impl.ModelObjectImpl$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.mojo.resource.model.impl.ModelObjectImpl$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.mojo.resource.model.impl.ModelObjectImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 317 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModelObjectImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 317 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModelObjectImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 254 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModelObjectImpl$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.mojo.resource.model.impl.ModuleElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.ModuleElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 249 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 249 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.impl.ModuleElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 215 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleElementImpl$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.mojo.resource.model.impl.ModuleImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.ModuleImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 701 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 679 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 695 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 679 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 394 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 419 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$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.mojo.resource.model.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 444 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 512 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 367 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 356 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 452 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$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.mojo.resource.model.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 500 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 500 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 802 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 829 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 802 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 652 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 608 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 659 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 627 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModuleImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 608 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.ModulesElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.ModulesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 240 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModulesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 240 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModulesElementImpl$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.mojo.resource.model.impl.ModulesElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 181 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModulesElementImpl$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.mojo.resource.model.impl.ModulesElementImpl$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.mojo.resource.model.impl.ModulesElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 208 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModulesElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 208 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.ModulesImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.ModulesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 298 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModulesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 308 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModulesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 298 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModulesImpl$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.mojo.resource.model.impl.ModulesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 219 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModulesImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 219 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModulesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 264 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.ModulesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 264 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.PropertiesElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.PropertiesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 237 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertiesElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 237 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertiesElementImpl$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.mojo.resource.model.impl.PropertiesElementImpl$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.mojo.resource.model.impl.PropertiesElementImpl$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.mojo.resource.model.impl.PropertiesElementImpl$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.mojo.resource.model.impl.PropertiesElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 214 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertiesElementImpl$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.mojo.resource.model.impl.PropertiesImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.PropertiesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 302 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertiesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 296 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertiesImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 302 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertiesImpl$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.mojo.resource.model.impl.PropertiesImpl$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.mojo.resource.model.impl.PropertiesImpl$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.mojo.resource.model.impl.PropertiesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 270 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertiesImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 270 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.PropertyElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.impl.PropertyElementImpl$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.mojo.resource.model.impl.PropertyElementImpl$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.mojo.resource.model.impl.PropertyElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 203 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertyElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 203 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.PropertyImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.PropertyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 360 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 373 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 367 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 379 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertyImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 373 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertyImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 222 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertyImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 222 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertyImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 432 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertyImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 399 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertyImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 417 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.PropertyImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 432 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.SpecificationElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.SpecificationElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 246 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 246 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationElementImpl$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.mojo.resource.model.impl.SpecificationElementImpl$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.mojo.resource.model.impl.SpecificationElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 223 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 223 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.SpecificationImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 599 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 642 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 627 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 605 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 620 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 636 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 614 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 599 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 408 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 381 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 321 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 381 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 686 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 771 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 662 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 756 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 729 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 511 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 511 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.SpecificationReferenceImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.SpecificationReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 302 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 315 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 308 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationReferenceImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 302 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationReferenceImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 211 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationReferenceImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 211 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationReferenceImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 335 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationReferenceImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 353 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationReferenceImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 335 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.SpecificationsElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.SpecificationsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 245 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 245 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationsElementImpl$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.mojo.resource.model.impl.SpecificationsElementImpl$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.mojo.resource.model.impl.SpecificationsElementImpl$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.mojo.resource.model.impl.SpecificationsElementImpl$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.mojo.resource.model.impl.SpecificationsElementImpl$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.mojo.resource.model.impl.SpecificationsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 222 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 222 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.SpecificationsImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.SpecificationsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 402 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 395 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 395 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationsImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 293 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationsImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 254 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationsImpl$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.mojo.resource.model.impl.SpecificationsImpl$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.mojo.resource.model.impl.SpecificationsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 328 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 355 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.SpecificationsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 355 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.TemplateElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.TemplateElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 205 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TemplateElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 205 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TemplateElementImpl$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.mojo.resource.model.impl.TemplateElementImpl$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.mojo.resource.model.impl.TemplateElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 174 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TemplateElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 174 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.TextElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.impl.TextElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 169 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TextElementImpl$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.mojo.resource.model.impl.TextImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.impl.TextImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 222 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TextImpl$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.mojo.resource.model.impl.TextsElementImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.TextsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 208 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TextsElementImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 208 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TextsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 154 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TextsElementImpl$Unmarshaller.enterElement(String, String, String, Attributes) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 154 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TextsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 185 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TextsElementImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 185 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.jdtaus.mojo.resource.model.impl.TextsImpl.schemaFragment from instance method org.jdtaus.mojo.resource.model.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.mojo.resource.model.impl.TextsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 298 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TextsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 292 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TextsImpl$Unmarshaller.enterAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 298 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TextsImpl$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.mojo.resource.model.impl.TextsImpl$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.mojo.resource.model.impl.TextsImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 340 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TextsImpl$Unmarshaller.leaveAttribute(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 340 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TextsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 252 | High |
Comparison of String parameter using == or != in org.jdtaus.mojo.resource.model.impl.TextsImpl$Unmarshaller.leaveElement(String, String, String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 252 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jdtaus.mojo.resource.model.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.mojo.resource.model.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.mojo.resource.model.impl.runtime.SAXUnmarshallerHandlerImpl.getPrefix(String) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 322 | Medium |
org.jdtaus.mojo.resource.model.impl.runtime.SAXUnmarshallerHandlerImpl.computeExpectedRootElements() concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 620 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten field: org.jdtaus.mojo.resource.util.BundleGenerator.modelManager | CORRECTNESS | UWF_UNWRITTEN_FIELD | 86 | Medium |