47992 lines of code analyzed,
in 954 classes,
in 26 packages.
Click on a warning row to see full context information.
|
DE
|
ca.sqlpower.matchmaker.dao.hibernate.HibernateSessionContextTest.testDataSourceNotModifiedByLogin() might ignore java.lang.Exception |
|
Bug type DE_MIGHT_IGNORE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.HibernateSessionContextTest In method ca.sqlpower.matchmaker.dao.hibernate.HibernateSessionContextTest.testDataSourceNotModifiedByLogin() Exception class java.lang.Exception At HibernateSessionContextTest.java:[line 119]
|
|
DE
|
ca.sqlpower.matchmaker.munge.MungeProcessorTest.testNoCommitOnError() might ignore java.lang.Exception |
|
Bug type DE_MIGHT_IGNORE (click for details)
In class ca.sqlpower.matchmaker.munge.MungeProcessorTest In method ca.sqlpower.matchmaker.munge.MungeProcessorTest.testNoCommitOnError() Exception class java.lang.Exception At MungeProcessorTest.java:[line 196]
|
|
DE
|
ca.sqlpower.matchmaker.munge.MungeProcessorTest.testRollbackOnError() might ignore java.lang.Exception |
|
Bug type DE_MIGHT_IGNORE (click for details)
In class ca.sqlpower.matchmaker.munge.MungeProcessorTest In method ca.sqlpower.matchmaker.munge.MungeProcessorTest.testRollbackOnError() Exception class java.lang.Exception At MungeProcessorTest.java:[line 178]
|
|
DE
|
ca.sqlpower.matchmaker.ProjectTest.testVerifyResultTableORA() might ignore java.lang.Exception |
|
Bug type DE_MIGHT_IGNORE (click for details)
In class ca.sqlpower.matchmaker.ProjectTest In method ca.sqlpower.matchmaker.ProjectTest.testVerifyResultTableORA() Exception class java.lang.Exception At ProjectTest.java:[line 541]
|
|
DE
|
ca.sqlpower.matchmaker.ProjectTest.testVerifyResultTableSS() might ignore java.lang.Exception |
|
Bug type DE_MIGHT_IGNORE (click for details)
In class ca.sqlpower.matchmaker.ProjectTest In method ca.sqlpower.matchmaker.ProjectTest.testVerifyResultTableSS() Exception class java.lang.Exception At ProjectTest.java:[line 430]
|
|
DE
|
new org.json.JSONObject(Object, String[]) might ignore java.lang.Exception |
|
Bug type DE_MIGHT_IGNORE (click for details)
In class org.json.JSONObject In method new org.json.JSONObject(Object, String[]) Exception class java.lang.Exception At JSONObject.java:[line 310]
|
|
Dm
|
ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionContext$1.sessionClosing(SessionLifecycleEvent) invokes System.exit(...), which shuts down the entire virtual machine |
|
Bug type DM_EXIT (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionContext$1 In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionContext$1.sessionClosing(SessionLifecycleEvent) At MatchMakerHibernateSessionContext.java:[line 181]
|
|
Dm
|
ca.sqlpower.matchmaker.swingui.LoginDialog$1.actionPerformed(ActionEvent) invokes System.exit(...), which shuts down the entire virtual machine |
|
Bug type DM_EXIT (click for details)
In class ca.sqlpower.matchmaker.swingui.LoginDialog$1 In method ca.sqlpower.matchmaker.swingui.LoginDialog$1.actionPerformed(ActionEvent) At LoginDialog.java:[line 210]
|
|
Dm
|
ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession$12$1.windowDeactivated(WindowEvent) invokes System.exit(...), which shuts down the entire virtual machine |
|
Bug type DM_EXIT (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession$12$1 In method ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession$12$1.windowDeactivated(WindowEvent) At MatchMakerSwingSession.java:[line 819]
|
|
DP
|
ca.sqlpower.matchmaker.swingui.action.ExportMungePenToPDFAction.paintBorder(JComponent, Graphics) invokes reflect.Method.setAccessible(boolean), which should be invoked from within a doPrivileged block |
|
Bug type DP_DO_INSIDE_DO_PRIVILEGED (click for details)
In class ca.sqlpower.matchmaker.swingui.action.ExportMungePenToPDFAction In method ca.sqlpower.matchmaker.swingui.action.ExportMungePenToPDFAction.paintBorder(JComponent, Graphics) Called method reflect.Method.setAccessible(boolean) At ExportMungePenToPDFAction.java:[line 305]
|
|
DP
|
ca.sqlpower.matchmaker.swingui.action.ExportMungePenToPDFAction.paintComponent(JComponent, Graphics) invokes reflect.Method.setAccessible(boolean), which should be invoked from within a doPrivileged block |
|
Bug type DP_DO_INSIDE_DO_PRIVILEGED (click for details)
In class ca.sqlpower.matchmaker.swingui.action.ExportMungePenToPDFAction In method ca.sqlpower.matchmaker.swingui.action.ExportMungePenToPDFAction.paintComponent(JComponent, Graphics) Called method reflect.Method.setAccessible(boolean) At ExportMungePenToPDFAction.java:[line 275]
|
|
Eq
|
ca.sqlpower.matchmaker.data.WordCount defines compareTo(WordCount) and uses Object.equals() |
|
Bug type EQ_COMPARETO_USE_OBJECT_EQUALS (click for details)
In class ca.sqlpower.matchmaker.data.WordCount In method ca.sqlpower.matchmaker.data.WordCount.compareTo(WordCount) At WordCount.java:[lines 70-75]
|
|
Eq
|
ca.sqlpower.matchmaker.munge.MungeResult defines compareTo(MungeResult) and uses Object.equals() |
|
Bug type EQ_COMPARETO_USE_OBJECT_EQUALS (click for details)
In class ca.sqlpower.matchmaker.munge.MungeResult In method ca.sqlpower.matchmaker.munge.MungeResult.compareTo(MungeResult) At MungeResult.java:[lines 65-120]
|
|
Eq
|
ca.sqlpower.matchmaker.swingui.ColumnChooserTableModel$CustomTableColumn defines compareTo(ColumnChooserTableModel$CustomTableColumn) and uses Object.equals() |
|
Bug type EQ_COMPARETO_USE_OBJECT_EQUALS (click for details)
In class ca.sqlpower.matchmaker.swingui.ColumnChooserTableModel$CustomTableColumn In method ca.sqlpower.matchmaker.swingui.ColumnChooserTableModel$CustomTableColumn.compareTo(ColumnChooserTableModel$CustomTableColumn) At ColumnChooserTableModel.java:[lines 202-207]
|
|
Eq
|
ca.sqlpower.matchmaker.swingui.DisplayedNodeValueChooser$CustomTableColumn defines compareTo(DisplayedNodeValueChooser$CustomTableColumn) and uses Object.equals() |
|
Bug type EQ_COMPARETO_USE_OBJECT_EQUALS (click for details)
In class ca.sqlpower.matchmaker.swingui.DisplayedNodeValueChooser$CustomTableColumn In method ca.sqlpower.matchmaker.swingui.DisplayedNodeValueChooser$CustomTableColumn.compareTo(DisplayedNodeValueChooser$CustomTableColumn) At DisplayedNodeValueChooser.java:[lines 106-111]
|
|
Eq
|
ca.sqlpower.matchmaker.swingui.munge.StepDescription defines compareTo(StepDescription) and uses Object.equals() |
|
Bug type EQ_COMPARETO_USE_OBJECT_EQUALS (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.StepDescription In method ca.sqlpower.matchmaker.swingui.munge.StepDescription.compareTo(StepDescription) At StepDescription.java:[line 150]
|
|
ES
|
Comparison of String objects using == or != in ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$11.mmPropertyChanged(MatchMakerEvent) |
|
Bug type ES_COMPARING_STRINGS_WITH_EQ (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$11 In method ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$11.mmPropertyChanged(MatchMakerEvent) Actual type java.lang.String At EngineSettingsPanel.java:[line 613]
|
|
ES
|
Comparison of String objects using == or != in ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$12.mmPropertyChanged(MatchMakerEvent) |
|
Bug type ES_COMPARING_STRINGS_WITH_EQ (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$12 In method ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$12.mmPropertyChanged(MatchMakerEvent) Actual type java.lang.String At EngineSettingsPanel.java:[line 659]
|
|
ES
|
Comparison of String objects using == or != in ca.sqlpower.matchmaker.swingui.TranslateWordsTableModel.setValueAt(Object, int, int) |
|
Bug type ES_COMPARING_STRINGS_WITH_EQ (click for details)
In class ca.sqlpower.matchmaker.swingui.TranslateWordsTableModel In method ca.sqlpower.matchmaker.swingui.TranslateWordsTableModel.setValueAt(Object, int, int) Actual type java.lang.String At TranslateWordsTableModel.java:[line 78]
|
|
HE
|
org.json.JSONObject$Null defines equals and uses Object.hashCode() |
|
Bug type HE_EQUALS_USE_HASHCODE (click for details)
In class org.json.JSONObject$Null In method org.json.JSONObject$Null.equals(Object) At JSONObject.java:[line 115]
|
|
Nm
|
Confusing to have methods ca.sqlpower.matchmaker.CachableTable.setSPDataSource(String) and ca.sqlpower.matchmaker.TableMergeRules.setSpDataSource(String) |
|
Bug type NM_CONFUSING (click for details)
In class ca.sqlpower.matchmaker.CachableTable In method ca.sqlpower.matchmaker.CachableTable.setSPDataSource(String) In class ca.sqlpower.matchmaker.TableMergeRules In method ca.sqlpower.matchmaker.TableMergeRules.setSpDataSource(String) At CachableTable.java:[lines 136-138]
|
|
Nm
|
Confusing to have methods ca.sqlpower.matchmaker.munge.MetaphoneMungeStepTest.testCallonNull() and ca.sqlpower.matchmaker.munge.SortWordsMungeStepTest.testCallOnNull() |
|
Bug type NM_CONFUSING (click for details)
In class ca.sqlpower.matchmaker.munge.MetaphoneMungeStepTest In method ca.sqlpower.matchmaker.munge.MetaphoneMungeStepTest.testCallonNull() In class ca.sqlpower.matchmaker.munge.SortWordsMungeStepTest In method ca.sqlpower.matchmaker.munge.SortWordsMungeStepTest.testCallOnNull() At MetaphoneMungeStepTest.java:[lines 54-63]
|
|
Nm
|
Confusing to have methods ca.sqlpower.matchmaker.munge.SortWordsMungeStepTest.testCallOnInteger() and ca.sqlpower.matchmaker.munge.UpperCaseMungeStepTest.testCallonInteger() |
|
Bug type NM_CONFUSING (click for details)
In class ca.sqlpower.matchmaker.munge.SortWordsMungeStepTest In method ca.sqlpower.matchmaker.munge.SortWordsMungeStepTest.testCallOnInteger() In class ca.sqlpower.matchmaker.munge.UpperCaseMungeStepTest In method ca.sqlpower.matchmaker.munge.UpperCaseMungeStepTest.testCallonInteger() At SortWordsMungeStepTest.java:[lines 55-63]
|
|
Nm
|
The field name ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent.HyperlinkTextSelectedListener doesn't start with a lower case letter |
|
Bug type NM_FIELD_NAMING_CONVENTION (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent Field ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent.HyperlinkTextSelectedListener In AddressCorrectionMungeComponent.java
|
|
NP
|
ca.sqlpower.matchmaker.munge.AbstractMungeStep.getBooleanParameter(String) has Boolean return type and returns explicit null |
|
Bug type NP_BOOLEAN_RETURN_NULL (click for details)
In class ca.sqlpower.matchmaker.munge.AbstractMungeStep In method ca.sqlpower.matchmaker.munge.AbstractMungeStep.getBooleanParameter(String) At AbstractMungeStep.java:[line 286]
|
|
NP
|
ca.sqlpower.matchmaker.munge.StubMungeStep.call() has Boolean return type and returns explicit null |
|
Bug type NP_BOOLEAN_RETURN_NULL (click for details)
In class ca.sqlpower.matchmaker.munge.StubMungeStep In method ca.sqlpower.matchmaker.munge.StubMungeStep.call() At StubMungeStep.java:[line 48]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractCleanseEngineImplTest.testSimpleCall() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractCleanseEngineImplTest In method ca.sqlpower.matchmaker.AbstractCleanseEngineImplTest.testSimpleCall() Need to close java.sql.Statement At AbstractCleanseEngineImplTest.java:[line 143]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testAugment() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testAugment() Need to close java.sql.Statement At AbstractMergeProcessorOnBetterDataModelTest.java:[line 446]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testConcat() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testConcat() Need to close java.sql.Statement At AbstractMergeProcessorOnBetterDataModelTest.java:[line 497]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDup() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDup() Need to close java.sql.Statement At AbstractMergeProcessorOnBetterDataModelTest.java:[line 404]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDupChild() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDupChild() Need to close java.sql.Statement At AbstractMergeProcessorOnBetterDataModelTest.java:[line 640]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testMax() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testMax() Need to close java.sql.Statement At AbstractMergeProcessorOnBetterDataModelTest.java:[line 559]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testMin() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testMin() Need to close java.sql.Statement At AbstractMergeProcessorOnBetterDataModelTest.java:[line 528]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testSum() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testSum() Need to close java.sql.Statement At AbstractMergeProcessorOnBetterDataModelTest.java:[line 610]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUnmatch() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUnmatch() Need to close java.sql.Statement At AbstractMergeProcessorOnBetterDataModelTest.java:[line 383]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateDeleteOnConflict() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateDeleteOnConflict() Need to close java.sql.Statement At AbstractMergeProcessorOnBetterDataModelTest.java:[line 794]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() Need to close java.sql.Statement At AbstractMergeProcessorOnBetterDataModelTest.java:[line 715]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() Need to close java.sql.Statement At AbstractMergeProcessorOnBetterDataModelTest.java:[line 760]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testAugment() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testAugment() Need to close java.sql.Statement At AbstractMergeProcessorTest.java:[line 496]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testConcat() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testConcat() Need to close java.sql.Statement At AbstractMergeProcessorTest.java:[line 547]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testDeleteDup() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testDeleteDup() Need to close java.sql.Statement At AbstractMergeProcessorTest.java:[line 454]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testDeleteDupChild() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testDeleteDupChild() Need to close java.sql.Statement At AbstractMergeProcessorTest.java:[line 690]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMax() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMax() Need to close java.sql.Statement At AbstractMergeProcessorTest.java:[line 609]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMergeOnConflict() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMergeOnConflict() Need to close java.sql.Statement At AbstractMergeProcessorTest.java:[line 967]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMin() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMin() Need to close java.sql.Statement At AbstractMergeProcessorTest.java:[line 578]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testSum() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testSum() Need to close java.sql.Statement At AbstractMergeProcessorTest.java:[line 660]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUnmatch() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUnmatch() Need to close java.sql.Statement At AbstractMergeProcessorTest.java:[line 433]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateDeleteOnConflict() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateDeleteOnConflict() Need to close java.sql.Statement At AbstractMergeProcessorTest.java:[line 848]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflict() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflict() Need to close java.sql.Statement At AbstractMergeProcessorTest.java:[line 745]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflictOnChildTableWithNoPK() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflictOnChildTableWithNoPK() Need to close java.sql.Statement At AbstractMergeProcessorTest.java:[line 791]
|
|
ODR
|
ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateUsingSQL() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateUsingSQL() Need to close java.sql.Statement At AbstractMergeProcessorTest.java:[line 905]
|
|
ODR
|
new ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl(MatchMakerSessionContext, JDBCDataSource) may fail to close database resource on exception |
|
Bug type ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl In method new ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl(MatchMakerSessionContext, JDBCDataSource) Need to close java.sql.Statement At MatchMakerHibernateSessionImpl.java:[line 184]
|
|
ODR
|
ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl.canSelectTable(SQLTable) may fail to close database resource on exception |
|
Bug type ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl.canSelectTable(SQLTable) Need to close java.sql.Statement At MatchMakerHibernateSessionImpl.java:[line 590]
|
|
ODR
|
ca.sqlpower.matchmaker.dao.hibernate.ProjectDAOOracleTest.setUp() may fail to close database resource on exception |
|
Bug type ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.ProjectDAOOracleTest In method ca.sqlpower.matchmaker.dao.hibernate.ProjectDAOOracleTest.setUp() Need to close java.sql.Statement At ProjectDAOOracleTest.java:[line 47]
|
|
ODR
|
ca.sqlpower.matchmaker.dao.hibernate.ProjectDAOSQLServerTest.setUp() may fail to close database resource on exception |
|
Bug type ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.ProjectDAOSQLServerTest In method ca.sqlpower.matchmaker.dao.hibernate.ProjectDAOSQLServerTest.setUp() Need to close java.sql.Statement At ProjectDAOSQLServerTest.java:[line 47]
|
|
ODR
|
ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil.createOrUpdateRepositorySchema(JDBCDataSource) may fail to close database resource on exception |
|
Bug type ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil In method ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil.createOrUpdateRepositorySchema(JDBCDataSource) Need to close java.sql.Statement At RepositoryUtil.java:[line 216]
|
|
ODR
|
ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil.upgradeSchema(JDBCDataSource, Version, Version) may fail to close database resource on exception |
|
Bug type ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil In method ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil.upgradeSchema(JDBCDataSource, Version, Version) Need to close java.sql.Statement At RepositoryUtil.java:[line 371]
|
|
ODR
|
ca.sqlpower.matchmaker.MatchPool.clear(Aborter) may fail to close database resource on exception |
|
Bug type ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH (click for details)
In class ca.sqlpower.matchmaker.MatchPool In method ca.sqlpower.matchmaker.MatchPool.clear(Aborter) Need to close java.sql.Statement At MatchPool.java:[line 1463]
|
|
ODR
|
ca.sqlpower.matchmaker.MatchPoolTest.testStoreDropsRemovedRecords() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest In method ca.sqlpower.matchmaker.MatchPoolTest.testStoreDropsRemovedRecords() Need to close java.sql.Statement At MatchPoolTest.java:[line 3815]
|
|
ODR
|
ca.sqlpower.matchmaker.MatchPoolTest.testStoreNewRecordMatched() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest In method ca.sqlpower.matchmaker.MatchPoolTest.testStoreNewRecordMatched() Need to close java.sql.Statement At MatchPoolTest.java:[line 3841]
|
|
ODR
|
ca.sqlpower.matchmaker.MatchPoolTest.testStoreUpdatesOnMatch() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest In method ca.sqlpower.matchmaker.MatchPoolTest.testStoreUpdatesOnMatch() Need to close java.sql.Statement At MatchPoolTest.java:[line 3724]
|
|
ODR
|
ca.sqlpower.matchmaker.MatchPoolTest.testStoreUpdatesOnNoMatch() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest In method ca.sqlpower.matchmaker.MatchPoolTest.testStoreUpdatesOnNoMatch() Need to close java.sql.Statement At MatchPoolTest.java:[line 3751]
|
|
ODR
|
ca.sqlpower.matchmaker.MatchPoolTest.testStoreUpdatesOnUnmatch() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest In method ca.sqlpower.matchmaker.MatchPoolTest.testStoreUpdatesOnUnmatch() Need to close java.sql.Statement At MatchPoolTest.java:[line 3774]
|
|
ODR
|
ca.sqlpower.matchmaker.munge.MockJDBCCleanseTest.testDoNothing() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.munge.MockJDBCCleanseTest In method ca.sqlpower.matchmaker.munge.MockJDBCCleanseTest.testDoNothing() Need to close java.sql.Statement At MockJDBCCleanseTest.java:[line 56]
|
|
ODR
|
ca.sqlpower.matchmaker.munge.MockJDBCCleanseTest.testOneUpperCaseConnection() may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.munge.MockJDBCCleanseTest In method ca.sqlpower.matchmaker.munge.MockJDBCCleanseTest.testOneUpperCaseConnection() Need to close java.sql.Statement At MockJDBCCleanseTest.java:[line 79]
|
|
ODR
|
ca.sqlpower.matchmaker.munge.SQLInputStep.refreshAndSetup(Logger, boolean) may fail to close java.sql.Statement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.munge.SQLInputStep In method ca.sqlpower.matchmaker.munge.SQLInputStep.refreshAndSetup(Logger, boolean) Need to close java.sql.Statement At SQLInputStep.java:[line 180]
|
|
ODR
|
ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker.populateTable(SQLTable) may fail to close java.sql.PreparedStatement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker In method ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker.populateTable(SQLTable) Need to close java.sql.PreparedStatement At BuildExampleTableDialog.java:[line 562]
|
|
ODR
|
ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker.populateTable(SQLTable) may fail to close java.sql.PreparedStatement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker In method ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker.populateTable(SQLTable) Need to close java.sql.PreparedStatement At BuildExampleTableDialog.java:[line 610]
|
|
ODR
|
ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker.populateTable(SQLTable) may fail to close database resource on exception |
|
Bug type ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH (click for details)
In class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker In method ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker.populateTable(SQLTable) Need to close java.sql.Statement At BuildExampleTableDialog.java:[line 608]
|
|
ODR
|
ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel.getProjectStats(Project) may fail to close java.sql.PreparedStatement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel In method ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel.getProjectStats(Project) Need to close java.sql.PreparedStatement At MatchStatisticsPanel.java:[line 130]
|
|
ODR
|
ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel.getMungeProcessStats(Project, int, int) may fail to close database resource on exception |
|
Bug type ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel In method ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel.getMungeProcessStats(Project, int, int) Need to close java.sql.PreparedStatement At MatchStatisticsPanel.java:[line 165]
|
|
ODR
|
ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel.getMungeProcessStats(Project, int, int) may fail to close database resource on exception |
|
Bug type ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel In method ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel.getMungeProcessStats(Project, int, int) Need to close java.sql.PreparedStatement At MatchStatisticsPanel.java:[line 181]
|
|
ODR
|
ca.sqlpower.matchmaker.swingui.MatchValidationStatus.getMatchStats() may fail to close java.sql.PreparedStatement |
|
Bug type ODR_OPEN_DATABASE_RESOURCE (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchValidationStatus In method ca.sqlpower.matchmaker.swingui.MatchValidationStatus.getMatchStats() Need to close java.sql.PreparedStatement At MatchValidationStatus.java:[line 108]
|
|
ODR
|
ca.sqlpower.matchmaker.TestingMatchMakerSession.canSelectTable(SQLTable) may fail to close database resource on exception |
|
Bug type ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH (click for details)
In class ca.sqlpower.matchmaker.TestingMatchMakerSession In method ca.sqlpower.matchmaker.TestingMatchMakerSession.canSelectTable(SQLTable) Need to close java.sql.Statement At TestingMatchMakerSession.java:[line 291]
|
|
OS
|
ca.sqlpower.matchmaker.munge.GoogleAddressLookup.readURL(String) may fail to close stream on exception |
|
Bug type OS_OPEN_STREAM_EXCEPTION_PATH (click for details)
In class ca.sqlpower.matchmaker.munge.GoogleAddressLookup In method ca.sqlpower.matchmaker.munge.GoogleAddressLookup.readURL(String) Need to close java.io.Reader At GoogleAddressLookup.java:[line 219]
|
|
OS
|
ca.sqlpower.matchmaker.swingui.JTableExporter.writeDocumentCSV(Component, JTable, File) may fail to close stream on exception |
|
Bug type OS_OPEN_STREAM_EXCEPTION_PATH (click for details)
In class ca.sqlpower.matchmaker.swingui.JTableExporter In method ca.sqlpower.matchmaker.swingui.JTableExporter.writeDocumentCSV(Component, JTable, File) Need to close java.io.Writer At JTableExporter.java:[line 135]
|
|
OS
|
ca.sqlpower.matchmaker.swingui.SwingSessionContextImpl.generatePropertiesList() may fail to close stream |
|
Bug type OS_OPEN_STREAM (click for details)
In class ca.sqlpower.matchmaker.swingui.SwingSessionContextImpl In method ca.sqlpower.matchmaker.swingui.SwingSessionContextImpl.generatePropertiesList() Need to close java.io.InputStream At SwingSessionContextImpl.java:[line 653]
|
|
RC
|
Suspicious comparison of java.lang.Boolean references in ca.sqlpower.matchmaker.munge.SQLInputStepTest.testOutputsNullAfterEnd() |
|
Bug type RC_REF_COMPARISON (click for details)
In class ca.sqlpower.matchmaker.munge.SQLInputStepTest In method ca.sqlpower.matchmaker.munge.SQLInputStepTest.testOutputsNullAfterEnd() Actual type java.lang.Boolean At SQLInputStepTest.java:[line 140]
|
|
RV
|
ca.sqlpower.matchmaker.AbstractEngine.canWriteLogFile(MatchMakerSettings) ignores exceptional return value of java.io.File.delete() |
|
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)
In class ca.sqlpower.matchmaker.AbstractEngine In method ca.sqlpower.matchmaker.AbstractEngine.canWriteLogFile(MatchMakerSettings) Called method java.io.File.delete() At AbstractEngine.java:[line 241]
|
|
RV
|
ca.sqlpower.matchmaker.AbstractEngine.canWriteLogFile(MatchMakerSettings) ignores exceptional return value of java.io.File.createNewFile() |
|
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)
In class ca.sqlpower.matchmaker.AbstractEngine In method ca.sqlpower.matchmaker.AbstractEngine.canWriteLogFile(MatchMakerSettings) Called method java.io.File.createNewFile() At AbstractEngine.java:[line 232]
|
|
RV
|
ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanReadLogExists() ignores exceptional return value of java.io.File.createNewFile() |
|
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerEngineImplTest In method ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanReadLogExists() Called method java.io.File.createNewFile() At MatchMakerEngineImplTest.java:[line 104]
|
|
RV
|
ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanReadLogExists() ignores exceptional return value of java.io.File.delete() |
|
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerEngineImplTest In method ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanReadLogExists() Called method java.io.File.delete() At MatchMakerEngineImplTest.java:[line 107]
|
|
RV
|
ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanReadLogNonExistant() ignores exceptional return value of java.io.File.delete() |
|
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerEngineImplTest In method ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanReadLogNonExistant() Called method java.io.File.delete() At MatchMakerEngineImplTest.java:[line 118]
|
|
RV
|
ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanReadLogNonExistant() ignores exceptional return value of java.io.File.mkdir() |
|
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerEngineImplTest In method ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanReadLogNonExistant() Called method java.io.File.mkdir() At MatchMakerEngineImplTest.java:[line 116]
|
|
RV
|
ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanWriteLogExists() ignores exceptional return value of java.io.File.createNewFile() |
|
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerEngineImplTest In method ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanWriteLogExists() Called method java.io.File.createNewFile() At MatchMakerEngineImplTest.java:[line 81]
|
|
RV
|
ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanWriteLogExists() ignores exceptional return value of java.io.File.delete() |
|
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerEngineImplTest In method ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanWriteLogExists() Called method java.io.File.delete() At MatchMakerEngineImplTest.java:[line 84]
|
|
RV
|
ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanWriteLogNonExistantButWritable() ignores exceptional return value of java.io.File.createNewFile() |
|
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerEngineImplTest In method ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanWriteLogNonExistantButWritable() Called method java.io.File.createNewFile() At MatchMakerEngineImplTest.java:[line 92]
|
|
RV
|
ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanWriteLogNonExistantButWritable() ignores exceptional return value of java.io.File.delete() |
|
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerEngineImplTest In method ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testCanWriteLogNonExistantButWritable() Called method java.io.File.delete() At MatchMakerEngineImplTest.java:[line 94]
|
|
RV
|
ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testLogCantWrite() ignores exceptional return value of java.io.File.createNewFile() |
|
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerEngineImplTest In method ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testLogCantWrite() Called method java.io.File.createNewFile() At MatchMakerEngineImplTest.java:[line 69]
|
|
RV
|
ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testLogCantWrite() ignores exceptional return value of java.io.File.delete() |
|
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerEngineImplTest In method ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testLogCantWrite() Called method java.io.File.delete() At MatchMakerEngineImplTest.java:[line 73]
|
|
RV
|
ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testLogCantWrite() ignores exceptional return value of java.io.File.setReadOnly() |
|
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerEngineImplTest In method ca.sqlpower.matchmaker.MatchMakerEngineImplTest.testLogCantWrite() Called method java.io.File.setReadOnly() At MatchMakerEngineImplTest.java:[line 70]
|
|
RV
|
ca.sqlpower.matchmaker.munge.AbstractMungeStep.removeUnusedInput() ignores exceptional return value of java.util.Queue.offer(Object) |
|
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)
In class ca.sqlpower.matchmaker.munge.AbstractMungeStep In method ca.sqlpower.matchmaker.munge.AbstractMungeStep.removeUnusedInput() Called method java.util.Queue.offer(Object) At AbstractMungeStep.java:[line 253]
|
|
RV
|
ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest.tearDown() ignores exceptional return value of java.io.File.delete() |
|
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)
In class ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest In method ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest.tearDown() Called method java.io.File.delete() At CSVWriterMungeStepTest.java:[line 169]
|
|
Se
|
ca.sqlpower.matchmaker.MungeProcessPriorityComparator implements Comparator but not Serializable |
|
Bug type SE_COMPARATOR_SHOULD_BE_SERIALIZABLE (click for details)
In class ca.sqlpower.matchmaker.MungeProcessPriorityComparator At MungeProcessPriorityComparator.java:[lines 26-28]
|
|
Se
|
ca.sqlpower.matchmaker.SourceTableRecordDisplayComparator implements Comparator but not Serializable |
|
Bug type SE_COMPARATOR_SHOULD_BE_SERIALIZABLE (click for details)
In class ca.sqlpower.matchmaker.SourceTableRecordDisplayComparator At SourceTableRecordDisplayComparator.java:[lines 32-65]
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.action.DeleteMergeRuleAction defines non-transient non-serializable instance field mergeRule |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.action.DeleteMergeRuleAction Field ca.sqlpower.matchmaker.swingui.action.DeleteMergeRuleAction.mergeRule In DeleteMergeRuleAction.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.action.DeleteMungeProcessAction defines non-transient non-serializable instance field mungeProcess |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.action.DeleteMungeProcessAction Field ca.sqlpower.matchmaker.swingui.action.DeleteMungeProcessAction.mungeProcess In DeleteMungeProcessAction.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.action.DeleteMungeStepAction defines non-transient non-serializable instance field step |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.action.DeleteMungeStepAction Field ca.sqlpower.matchmaker.swingui.action.DeleteMungeStepAction.step In DeleteMungeStepAction.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.action.DeletePlFolderAction defines non-transient non-serializable instance field dialog |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.action.DeletePlFolderAction Field ca.sqlpower.matchmaker.swingui.action.DeletePlFolderAction.dialog In DeletePlFolderAction.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.action.DeleteProjectAction defines non-transient non-serializable instance field project |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.action.DeleteProjectAction Field ca.sqlpower.matchmaker.swingui.action.DeleteProjectAction.project In DeleteProjectAction.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.action.DeleteTranslateGroupAction defines non-transient non-serializable instance field group |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.action.DeleteTranslateGroupAction Field ca.sqlpower.matchmaker.swingui.action.DeleteTranslateGroupAction.group In DeleteTranslateGroupAction.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.action.DeriveRelatedRulesAction defines non-transient non-serializable instance field project |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.action.DeriveRelatedRulesAction Field ca.sqlpower.matchmaker.swingui.action.DeriveRelatedRulesAction.project In DeriveRelatedRulesAction.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction defines non-transient non-serializable instance field cancelCall |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction Field ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction.cancelCall In DuplicateProjectAction.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction defines non-transient non-serializable instance field okCall |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction Field ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction.okCall In DuplicateProjectAction.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction defines non-transient non-serializable instance field project |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction Field ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction.project In DuplicateProjectAction.java
|
|
Se
|
ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction$2 stored into non-transient field DuplicateProjectAction.cancelCall |
|
Bug type SE_BAD_FIELD_STORE (click for details)
In class ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction Field ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction.cancelCall Actual type ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction$2 At DuplicateProjectAction.java:[line 129]
|
|
Se
|
ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction$1 stored into non-transient field DuplicateProjectAction.okCall |
|
Bug type SE_BAD_FIELD_STORE (click for details)
In class ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction Field ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction.okCall Actual type ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction$1 At DuplicateProjectAction.java:[line 111]
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.action.NewMergeRuleAction defines non-transient non-serializable instance field parent |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.action.NewMergeRuleAction Field ca.sqlpower.matchmaker.swingui.action.NewMergeRuleAction.parent In NewMergeRuleAction.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.action.NewMungeProcessAction defines non-transient non-serializable instance field project |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.action.NewMungeProcessAction Field ca.sqlpower.matchmaker.swingui.action.NewMungeProcessAction.project In NewMungeProcessAction.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.action.ScriptAction defines non-transient non-serializable instance field targetObject |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.action.ScriptAction Field ca.sqlpower.matchmaker.swingui.action.ScriptAction.targetObject In ScriptAction.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.action.ShowMatchStatisticInfoAction defines non-transient non-serializable instance field project |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.action.ShowMatchStatisticInfoAction Field ca.sqlpower.matchmaker.swingui.action.ShowMatchStatisticInfoAction.project In ShowMatchStatisticInfoAction.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.address.AddressLabel defines non-transient non-serializable instance field comparisonAddress |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.address.AddressLabel Field ca.sqlpower.matchmaker.swingui.address.AddressLabel.comparisonAddress In AddressLabel.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.address.AddressLabel defines non-transient non-serializable instance field currentAddress |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.address.AddressLabel Field ca.sqlpower.matchmaker.swingui.address.AddressLabel.currentAddress In AddressLabel.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog defines non-transient non-serializable instance field sourceChooser |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog Field ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog.sourceChooser In BuildExampleTableDialog.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.engine.RunEngineAction defines non-transient non-serializable instance field engineOutputPanel |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.RunEngineAction Field ca.sqlpower.matchmaker.swingui.engine.RunEngineAction.engineOutputPanel In RunEngineAction.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.engine.RunEngineAction defines non-transient non-serializable instance field project |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.RunEngineAction Field ca.sqlpower.matchmaker.swingui.engine.RunEngineAction.project In RunEngineAction.java
|
|
Se
|
ca.sqlpower.matchmaker.swingui.FilterMakerDialog$1 stored into non-transient field FilterMakerDialog.windowsListener |
|
Bug type SE_BAD_FIELD_STORE (click for details)
In class ca.sqlpower.matchmaker.swingui.FilterMakerDialog Field ca.sqlpower.matchmaker.swingui.FilterMakerDialog.windowsListener Actual type ca.sqlpower.matchmaker.swingui.FilterMakerDialog$1 At FilterMakerDialog.java:[line 140]
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.graphViewer.GraphViewer defines non-transient non-serializable instance field layoutCache |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.graphViewer.GraphViewer Field ca.sqlpower.matchmaker.swingui.graphViewer.GraphViewer.layoutCache In GraphViewer.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.graphViewer.GraphViewer defines non-transient non-serializable instance field mouseListener |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.graphViewer.GraphViewer Field ca.sqlpower.matchmaker.swingui.graphViewer.GraphViewer.mouseListener In GraphViewer.java
|
|
Se
|
ca.sqlpower.matchmaker.swingui.graphViewer.DefaultGraphLayoutCache stored into non-transient field GraphViewer.layoutCache |
|
Bug type SE_BAD_FIELD_STORE (click for details)
In class ca.sqlpower.matchmaker.swingui.graphViewer.GraphViewer Field ca.sqlpower.matchmaker.swingui.graphViewer.GraphViewer.layoutCache Actual type ca.sqlpower.matchmaker.swingui.graphViewer.DefaultGraphLayoutCache At GraphViewer.java:[line 90]
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.LabelPane defines non-transient non-serializable instance field moveListener |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.LabelPane Field ca.sqlpower.matchmaker.swingui.LabelPane.moveListener In LabelPane.java
|
|
Se
|
ca.sqlpower.matchmaker.swingui.LabelPane$3 stored into non-transient field LabelPane.mouseAdapter |
|
Bug type SE_BAD_FIELD_STORE (click for details)
In class ca.sqlpower.matchmaker.swingui.LabelPane Field ca.sqlpower.matchmaker.swingui.LabelPane.mouseAdapter Actual type ca.sqlpower.matchmaker.swingui.LabelPane$3 At LabelPane.java:[line 254]
|
|
Se
|
ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$SourceTableRecordsComparator implements Comparator but not Serializable |
|
Bug type SE_COMPARATOR_SHOULD_BE_SERIALIZABLE (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$SourceTableRecordsComparator At MatchResultVisualizer.java:[lines 1104-1164]
|
|
Se
|
ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$SourceTableRecordsComparator$MatchTypeComparator implements Comparator but not Serializable |
|
Bug type SE_COMPARATOR_SHOULD_BE_SERIALIZABLE (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$SourceTableRecordsComparator$MatchTypeComparator At MatchResultVisualizer.java:[lines 1171-1184]
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel defines non-transient non-serializable instance field project |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel Field ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel.project In MatchStatisticsPanel.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.MMSUtils$5 defines non-transient non-serializable instance field val$project |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.MMSUtils$5 Field ca.sqlpower.matchmaker.swingui.MMSUtils$5.val$project In MMSUtils.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent defines non-transient non-serializable instance field HyperlinkTextSelectedListener |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent Field ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent.HyperlinkTextSelectedListener In AddressCorrectionMungeComponent.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent defines non-transient non-serializable instance field preferenceListener |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent Field ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent.preferenceListener In AddressCorrectionMungeComponent.java
|
|
Se
|
ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent$1 stored into non-transient field AddressCorrectionMungeComponent.preferenceListener |
|
Bug type SE_BAD_FIELD_STORE (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent Field ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent.preferenceListener Actual type ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent$1 At AddressCorrectionMungeComponent.java:[line 58]
|
|
Se
|
ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent$2 stored into non-transient field AddressCorrectionMungeComponent.HyperlinkTextSelectedListener |
|
Bug type SE_BAD_FIELD_STORE (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent Field ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent.HyperlinkTextSelectedListener Actual type ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent$2 At AddressCorrectionMungeComponent.java:[line 88]
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.munge.IOConnector defines non-transient non-serializable instance field nonSelectedStroke |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.IOConnector Field ca.sqlpower.matchmaker.swingui.munge.IOConnector.nonSelectedStroke In IOConnector.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.munge.IOConnector defines non-transient non-serializable instance field selectedStroke |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.IOConnector Field ca.sqlpower.matchmaker.swingui.munge.IOConnector.selectedStroke In IOConnector.java
|
|
Se
|
java.awt.BasicStroke stored into non-transient field IOConnector.nonSelectedStroke |
|
Bug type SE_BAD_FIELD_STORE (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.IOConnector Field ca.sqlpower.matchmaker.swingui.munge.IOConnector.nonSelectedStroke Actual type java.awt.BasicStroke At IOConnector.java:[line 77]
|
|
Se
|
java.awt.BasicStroke stored into non-transient field IOConnector.selectedStroke |
|
Bug type SE_BAD_FIELD_STORE (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.IOConnector Field ca.sqlpower.matchmaker.swingui.munge.IOConnector.selectedStroke Actual type java.awt.BasicStroke At IOConnector.java:[line 78]
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.munge.MungePen defines non-transient non-serializable instance field mungeStepListener |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.MungePen Field ca.sqlpower.matchmaker.swingui.munge.MungePen.mungeStepListener In MungePen.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.munge.MungePen defines non-transient non-serializable instance field preview |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.MungePen Field ca.sqlpower.matchmaker.swingui.munge.MungePen.preview In MungePen.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.munge.MungePen defines non-transient non-serializable instance field process |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.MungePen Field ca.sqlpower.matchmaker.swingui.munge.MungePen.process In MungePen.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.PotentialMatchEdgeRenderer defines non-transient non-serializable instance field edge |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.PotentialMatchEdgeRenderer Field ca.sqlpower.matchmaker.swingui.PotentialMatchEdgeRenderer.edge In PotentialMatchEdgeRenderer.java
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.QueryDialog defines non-transient non-serializable instance field treeListener |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.QueryDialog Field ca.sqlpower.matchmaker.swingui.QueryDialog.treeListener In QueryDialog.java
|
|
Se
|
ca.sqlpower.matchmaker.swingui.QueryDialog$1 stored into non-transient field QueryDialog.treeListener |
|
Bug type SE_BAD_FIELD_STORE (click for details)
In class ca.sqlpower.matchmaker.swingui.QueryDialog Field ca.sqlpower.matchmaker.swingui.QueryDialog.treeListener Actual type ca.sqlpower.matchmaker.swingui.QueryDialog$1 At QueryDialog.java:[line 102]
|
|
Se
|
Class ca.sqlpower.matchmaker.swingui.QueryDialog$1$1 defines non-transient non-serializable instance field this$1 |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.QueryDialog$1$1 Field ca.sqlpower.matchmaker.swingui.QueryDialog$1$1.this$1 In QueryDialog.java
|
|
Se
|
Class ca.sqlpower.matchmaker.undo.MMOChildrenInsertUndoableEdit defines non-transient non-serializable instance field mmo |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.undo.MMOChildrenInsertUndoableEdit Field ca.sqlpower.matchmaker.undo.MMOChildrenInsertUndoableEdit.mmo In MMOChildrenInsertUndoableEdit.java
|
|
Se
|
Class ca.sqlpower.matchmaker.undo.MMOChildrenInsertUndoableEdit defines non-transient non-serializable instance field undoEvent |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.undo.MMOChildrenInsertUndoableEdit Field ca.sqlpower.matchmaker.undo.MMOChildrenInsertUndoableEdit.undoEvent In MMOChildrenInsertUndoableEdit.java
|
|
Se
|
Class ca.sqlpower.matchmaker.undo.MMOChildrenRemoveUndoableEdit defines non-transient non-serializable instance field mmo |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.undo.MMOChildrenRemoveUndoableEdit Field ca.sqlpower.matchmaker.undo.MMOChildrenRemoveUndoableEdit.mmo In MMOChildrenRemoveUndoableEdit.java
|
|
Se
|
Class ca.sqlpower.matchmaker.undo.MMOChildrenRemoveUndoableEdit defines non-transient non-serializable instance field undoEvent |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.undo.MMOChildrenRemoveUndoableEdit Field ca.sqlpower.matchmaker.undo.MMOChildrenRemoveUndoableEdit.undoEvent In MMOChildrenRemoveUndoableEdit.java
|
|
Se
|
Class ca.sqlpower.matchmaker.undo.MMOPropertyChangeUndoableEdit defines non-transient non-serializable instance field undoEvent |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.undo.MMOPropertyChangeUndoableEdit Field ca.sqlpower.matchmaker.undo.MMOPropertyChangeUndoableEdit.undoEvent In MMOPropertyChangeUndoableEdit.java
|
|
Se
|
Class ca.sqlpower.matchmaker.util.RefreshException defines non-transient non-serializable instance field project |
|
Bug type SE_BAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.util.RefreshException Field ca.sqlpower.matchmaker.util.RefreshException.project In RefreshException.java
|
|
SW
|
Call to swing method in ca.sqlpower.matchmaker.swingui.TestJTextAreaUndoWrapper.main(String[]) needs to be performed in Swing event thread |
|
Bug type SW_SWING_METHODS_INVOKED_IN_SWING_THREAD (click for details)
In class ca.sqlpower.matchmaker.swingui.TestJTextAreaUndoWrapper In method ca.sqlpower.matchmaker.swingui.TestJTextAreaUndoWrapper.main(String[]) At TestJTextAreaUndoWrapper.java:[line 50]
|
|
SW
|
Call to swing method in ca.sqlpower.matchmaker.swingui.TestJTextAreaUndoWrapper.main(String[]) needs to be performed in Swing event thread |
|
Bug type SW_SWING_METHODS_INVOKED_IN_SWING_THREAD (click for details)
In class ca.sqlpower.matchmaker.swingui.TestJTextAreaUndoWrapper In method ca.sqlpower.matchmaker.swingui.TestJTextAreaUndoWrapper.main(String[]) At TestJTextAreaUndoWrapper.java:[line 51]
|
|
UI
|
Usage of GetResource in ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl.buildHibernateSessionFactory(JDBCDataSource) may be unsafe if class is extended |
|
Bug type UI_INHERITANCE_UNSAFE_GETRESOURCE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl.buildHibernateSessionFactory(JDBCDataSource) At MatchMakerHibernateSessionImpl.java:[line 372]
|
|
UI
|
Usage of GetResource in new ca.sqlpower.matchmaker.swingui.LoginDialog(SwingSessionContextImpl) may be unsafe if class is extended |
|
Bug type UI_INHERITANCE_UNSAFE_GETRESOURCE (click for details)
In class ca.sqlpower.matchmaker.swingui.LoginDialog In method new ca.sqlpower.matchmaker.swingui.LoginDialog(SwingSessionContextImpl) At LoginDialog.java:[line 296]
|
|
UI
|
Usage of GetResource in ca.sqlpower.matchmaker.swingui.MatchMakerSplashScreen.buildUI() may be unsafe if class is extended |
|
Bug type UI_INHERITANCE_UNSAFE_GETRESOURCE (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerSplashScreen In method ca.sqlpower.matchmaker.swingui.MatchMakerSplashScreen.buildUI() At MatchMakerSplashScreen.java:[line 96]
|
|
UI
|
Usage of GetResource in new ca.sqlpower.matchmaker.swingui.MatchMakerTreeCellRenderer() may be unsafe if class is extended |
|
Bug type UI_INHERITANCE_UNSAFE_GETRESOURCE (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerTreeCellRenderer In method new ca.sqlpower.matchmaker.swingui.MatchMakerTreeCellRenderer() At MatchMakerTreeCellRenderer.java:[line 48]
|
|
UI
|
Usage of GetResource in new ca.sqlpower.matchmaker.swingui.MatchResultVisualizer(Project, MatchMakerSwingSession) may be unsafe if class is extended |
|
Bug type UI_INHERITANCE_UNSAFE_GETRESOURCE (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchResultVisualizer In method new ca.sqlpower.matchmaker.swingui.MatchResultVisualizer(Project, MatchMakerSwingSession) At MatchResultVisualizer.java:[line 110]
|
|
Bx
|
Method ca.sqlpower.matchmaker.dao.AbstractDAOTestCase.setAllSetters(MatchMakerSession, MatchMakerObject, List) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractDAOTestCase.setAllSetters(MatchMakerSession, MatchMakerObject, List) Called method new Integer(int) Should call Integer.valueOf(int) instead At AbstractDAOTestCase.java:[line 248]
|
|
Bx
|
Method ca.sqlpower.matchmaker.dao.AbstractDAOTestCase.setAllSetters(MatchMakerSession, MatchMakerObject, List) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractDAOTestCase.setAllSetters(MatchMakerSession, MatchMakerObject, List) Called method new Long(long) Should call Long.valueOf(long) instead At AbstractDAOTestCase.java:[line 268] Another occurrence at AbstractDAOTestCase.java:[line 270]
|
|
Bx
|
Method ca.sqlpower.matchmaker.MatchMakerTestCase.getNewDifferentValue(MatchMakerObject, PropertyDescriptor, Object) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTestCase In method ca.sqlpower.matchmaker.MatchMakerTestCase.getNewDifferentValue(MatchMakerObject, PropertyDescriptor, Object) Called method new Integer(int) Should call Integer.valueOf(int) instead At MatchMakerTestCase.java:[line 408] Another occurrence at MatchMakerTestCase.java:[line 446] Another occurrence at MatchMakerTestCase.java:[line 448] Another occurrence at MatchMakerTestCase.java:[line 455] Another occurrence at MatchMakerTestCase.java:[line 457]
|
|
Bx
|
Method ca.sqlpower.matchmaker.MatchMakerTestCase.getNewDifferentValue(MatchMakerObject, PropertyDescriptor, Object) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTestCase In method ca.sqlpower.matchmaker.MatchMakerTestCase.getNewDifferentValue(MatchMakerObject, PropertyDescriptor, Object) Called method new Long(long) Should call Long.valueOf(long) instead At MatchMakerTestCase.java:[line 432] Another occurrence at MatchMakerTestCase.java:[line 434]
|
|
Bx
|
Method ca.sqlpower.matchmaker.MatchMakerTestCase.modifyObject(MatchMakerObject, PropertyDescriptor, Object) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTestCase In method ca.sqlpower.matchmaker.MatchMakerTestCase.modifyObject(MatchMakerObject, PropertyDescriptor, Object) Called method new Integer(int) Should call Integer.valueOf(int) instead At MatchMakerTestCase.java:[line 236] Another occurrence at MatchMakerTestCase.java:[line 240]
|
|
Bx
|
Method ca.sqlpower.matchmaker.MatchMakerTestCase.modifyObject(MatchMakerObject, PropertyDescriptor, Object) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTestCase In method ca.sqlpower.matchmaker.MatchMakerTestCase.modifyObject(MatchMakerObject, PropertyDescriptor, Object) Called method new Long(long) Should call Long.valueOf(long) instead At MatchMakerTestCase.java:[line 231]
|
|
Bx
|
Method ca.sqlpower.matchmaker.MatchPool.getJobSize() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.MatchPool In method ca.sqlpower.matchmaker.MatchPool.getJobSize() Called method new Integer(int) Should call Integer.valueOf(int) instead At MatchPool.java:[line 1538]
|
|
Bx
|
Method ca.sqlpower.matchmaker.MergeSettings.duplicate(MatchMakerObject, MatchMakerSession) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.MergeSettings In method ca.sqlpower.matchmaker.MergeSettings.duplicate(MatchMakerObject, MatchMakerSession) Called method new Integer(int) Should call Integer.valueOf(int) instead At MergeSettings.java:[line 103]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.ConcatMungeStepTest.testCallonInteger() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.ConcatMungeStepTest In method ca.sqlpower.matchmaker.munge.ConcatMungeStepTest.testCallonInteger() Called method new Integer(int) Should call Integer.valueOf(int) instead At ConcatMungeStepTest.java:[line 92]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.DateToStringMungeStepTest.testCallonInteger() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.DateToStringMungeStepTest In method ca.sqlpower.matchmaker.munge.DateToStringMungeStepTest.testCallonInteger() Called method new Integer(int) Should call Integer.valueOf(int) instead At DateToStringMungeStepTest.java:[line 111]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.DoubleMetaphoneMungeStepTest.testCallonInteger() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.DoubleMetaphoneMungeStepTest In method ca.sqlpower.matchmaker.munge.DoubleMetaphoneMungeStepTest.testCallonInteger() Called method new Integer(int) Should call Integer.valueOf(int) instead At DoubleMetaphoneMungeStepTest.java:[line 80]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.EmptyStringToNullTest.testCallOnInteger() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.EmptyStringToNullTest In method ca.sqlpower.matchmaker.munge.EmptyStringToNullTest.testCallOnInteger() Called method new Integer(int) Should call Integer.valueOf(int) instead At EmptyStringToNullTest.java:[line 98]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.LowerCaseMungeStepTest.testConnectIntegerInput() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.LowerCaseMungeStepTest In method ca.sqlpower.matchmaker.munge.LowerCaseMungeStepTest.testConnectIntegerInput() Called method new Integer(int) Should call Integer.valueOf(int) instead At LowerCaseMungeStepTest.java:[line 80]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.MetaphoneMungeStepTest.testCallonInteger() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.MetaphoneMungeStepTest In method ca.sqlpower.matchmaker.munge.MetaphoneMungeStepTest.testCallonInteger() Called method new Integer(int) Should call Integer.valueOf(int) instead At MetaphoneMungeStepTest.java:[line 67]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.MungeProcess.duplicate(MatchMakerObject, MatchMakerSession) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.MungeProcess In method ca.sqlpower.matchmaker.munge.MungeProcess.duplicate(MatchMakerObject, MatchMakerSession) Called method new Integer(int) Should call Integer.valueOf(int) instead At MungeProcess.java:[line 246]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.RefinedSoundexMungeStepTest.testCallonInteger() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.RefinedSoundexMungeStepTest In method ca.sqlpower.matchmaker.munge.RefinedSoundexMungeStepTest.testCallonInteger() Called method new Integer(int) Should call Integer.valueOf(int) instead At RefinedSoundexMungeStepTest.java:[line 67]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.RetainCharactersMungeStepTest.testCallonInteger() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.RetainCharactersMungeStepTest In method ca.sqlpower.matchmaker.munge.RetainCharactersMungeStepTest.testCallonInteger() Called method new Integer(int) Should call Integer.valueOf(int) instead At RetainCharactersMungeStepTest.java:[line 138]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.SoundexMungeStepTest.testCallonInteger() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.SoundexMungeStepTest In method ca.sqlpower.matchmaker.munge.SoundexMungeStepTest.testCallonInteger() Called method new Integer(int) Should call Integer.valueOf(int) instead At SoundexMungeStepTest.java:[line 67]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.SQLInputStepTest.setUp() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.SQLInputStepTest In method ca.sqlpower.matchmaker.munge.SQLInputStepTest.setUp() Called method new Integer(int) Should call Integer.valueOf(int) instead At SQLInputStepTest.java:[line 55] Another occurrence at SQLInputStepTest.java:[line 57]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.StringSubstitutionMungeStepTest.testCallonInteger() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.StringSubstitutionMungeStepTest In method ca.sqlpower.matchmaker.munge.StringSubstitutionMungeStepTest.testCallonInteger() Called method new Integer(int) Should call Integer.valueOf(int) instead At StringSubstitutionMungeStepTest.java:[line 177]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.SubstringByWordMungeStepTest.testCallonInteger() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.SubstringByWordMungeStepTest In method ca.sqlpower.matchmaker.munge.SubstringByWordMungeStepTest.testCallonInteger() Called method new Integer(int) Should call Integer.valueOf(int) instead At SubstringByWordMungeStepTest.java:[line 119]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.SubstringMungeStepTest.testCallonInteger() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.SubstringMungeStepTest In method ca.sqlpower.matchmaker.munge.SubstringMungeStepTest.testCallonInteger() Called method new Integer(int) Should call Integer.valueOf(int) instead At SubstringMungeStepTest.java:[line 111]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.TranslateWordMungeStepTest.testCallonInteger() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.TranslateWordMungeStepTest In method ca.sqlpower.matchmaker.munge.TranslateWordMungeStepTest.testCallonInteger() Called method new Integer(int) Should call Integer.valueOf(int) instead At TranslateWordMungeStepTest.java:[line 186]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.UpperCaseMungeStepTest.testCallonInteger() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.UpperCaseMungeStepTest In method ca.sqlpower.matchmaker.munge.UpperCaseMungeStepTest.testCallonInteger() Called method new Integer(int) Should call Integer.valueOf(int) instead At UpperCaseMungeStepTest.java:[line 80]
|
|
Bx
|
Method ca.sqlpower.matchmaker.munge.WordCountMungeStepTest.testCallonInteger() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.WordCountMungeStepTest In method ca.sqlpower.matchmaker.munge.WordCountMungeStepTest.testCallonInteger() Called method new Integer(int) Should call Integer.valueOf(int) instead At WordCountMungeStepTest.java:[line 127]
|
|
Bx
|
Method ca.sqlpower.matchmaker.MungeSettings.duplicate(MatchMakerObject, MatchMakerSession) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.MungeSettings In method ca.sqlpower.matchmaker.MungeSettings.duplicate(MatchMakerObject, MatchMakerSession) Called method new Integer(int) Should call Integer.valueOf(int) instead At MungeSettings.java:[line 316]
|
|
Bx
|
Method ca.sqlpower.matchmaker.MungeSettings.duplicate(MatchMakerObject, MatchMakerSession) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.MungeSettings In method ca.sqlpower.matchmaker.MungeSettings.duplicate(MatchMakerObject, MatchMakerSession) Called method new Long(long) Should call Long.valueOf(long) instead At MungeSettings.java:[line 312]
|
|
Bx
|
Method ca.sqlpower.matchmaker.MungeSettings.duplicate(MatchMakerObject, MatchMakerSession) invokes inefficient new Short(short) constructor; use Short.valueOf(short) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.MungeSettings In method ca.sqlpower.matchmaker.MungeSettings.duplicate(MatchMakerObject, MatchMakerSession) Called method new Short(short) Should call Short.valueOf(short) instead At MungeSettings.java:[line 309]
|
|
Bx
|
Method ca.sqlpower.matchmaker.swingui.AbstractMatchMakerTableModel$TableModelEventAdapter.mmChildrenInserted(MatchMakerEvent) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.AbstractMatchMakerTableModel$TableModelEventAdapter In method ca.sqlpower.matchmaker.swingui.AbstractMatchMakerTableModel$TableModelEventAdapter.mmChildrenInserted(MatchMakerEvent) Called method new Integer(int) Should call Integer.valueOf(int) instead At AbstractMatchMakerTableModel.java:[line 76]
|
|
Bx
|
Method ca.sqlpower.matchmaker.swingui.AbstractMatchMakerTableModel$TableModelEventAdapter.mmChildrenRemoved(MatchMakerEvent) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.AbstractMatchMakerTableModel$TableModelEventAdapter In method ca.sqlpower.matchmaker.swingui.AbstractMatchMakerTableModel$TableModelEventAdapter.mmChildrenRemoved(MatchMakerEvent) Called method new Integer(int) Should call Integer.valueOf(int) instead At AbstractMatchMakerTableModel.java:[line 98]
|
|
Bx
|
Method ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulationMonitor.getJobSize() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulationMonitor In method ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulationMonitor.getJobSize() Called method new Integer(int) Should call Integer.valueOf(int) instead At BuildExampleTableDialog.java:[line 937]
|
|
Bx
|
Method ca.sqlpower.matchmaker.swingui.ColumnChooserTableModel.setValueAt(Object, int, int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.ColumnChooserTableModel In method ca.sqlpower.matchmaker.swingui.ColumnChooserTableModel.setValueAt(Object, int, int) Called method new Integer(int) Should call Integer.valueOf(int) instead At ColumnChooserTableModel.java:[line 111]
|
|
Bx
|
Method new ca.sqlpower.matchmaker.swingui.DisplayedNodeValueChooser$OrderedColumnChooserTableModel(DisplayedNodeValueChooser, SQLTable, List) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.DisplayedNodeValueChooser$OrderedColumnChooserTableModel In method new ca.sqlpower.matchmaker.swingui.DisplayedNodeValueChooser$OrderedColumnChooserTableModel(DisplayedNodeValueChooser, SQLTable, List) Called method new Integer(int) Should call Integer.valueOf(int) instead At DisplayedNodeValueChooser.java:[line 147] Another occurrence at DisplayedNodeValueChooser.java:[line 147]
|
|
Bx
|
Method ca.sqlpower.matchmaker.swingui.DisplayedNodeValueChooser$OrderedColumnChooserTableModel.setValueAt(Object, int, int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.DisplayedNodeValueChooser$OrderedColumnChooserTableModel In method ca.sqlpower.matchmaker.swingui.DisplayedNodeValueChooser$OrderedColumnChooserTableModel.setValueAt(Object, int, int) Called method new Integer(int) Should call Integer.valueOf(int) instead At DisplayedNodeValueChooser.java:[line 215]
|
|
Bx
|
Method ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel.applyChanges() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel In method ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel.applyChanges() Called method new Integer(int) Should call Integer.valueOf(int) instead At EngineSettingsPanel.java:[line 762]
|
|
Bx
|
Method ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$7.itemStateChanged(ItemEvent) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$7 In method ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$7.itemStateChanged(ItemEvent) Called method new Integer(int) Should call Integer.valueOf(int) instead At EngineSettingsPanel.java:[line 477] Another occurrence at EngineSettingsPanel.java:[line 484]
|
|
Bx
|
Method new ca.sqlpower.matchmaker.swingui.JTableExporter(Component, JTable) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.JTableExporter In method new ca.sqlpower.matchmaker.swingui.JTableExporter(Component, JTable) Called method new Integer(int) Should call Integer.valueOf(int) instead At JTableExporter.java:[line 64]
|
|
Bx
|
Primitive value is boxed and then immediately unboxed in ca.sqlpower.matchmaker.swingui.munge.MungePen.<static initializer>() |
|
Bug type BX_BOXING_IMMEDIATELY_UNBOXED (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.MungePen In method ca.sqlpower.matchmaker.swingui.munge.MungePen.<static initializer>() At MungePen.java:[line 211]
|
|
Bx
|
Method ca.sqlpower.matchmaker.swingui.munge.MungePen.<static initializer>() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.MungePen In method ca.sqlpower.matchmaker.swingui.munge.MungePen.<static initializer>() Called method new Integer(int) Should call Integer.valueOf(int) instead At MungePen.java:[line 211]
|
|
Bx
|
Method new ca.sqlpower.matchmaker.swingui.munge.MungePen(MungeProcess, FormValidationHandler, Project) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.MungePen In method new ca.sqlpower.matchmaker.swingui.munge.MungePen(MungeProcess, FormValidationHandler, Project) Called method new Integer(int) Should call Integer.valueOf(int) instead At MungePen.java:[line 289]
|
|
Bx
|
Method ca.sqlpower.matchmaker.swingui.TranslateWordsEditor$4.actionPerformed(ActionEvent) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.TranslateWordsEditor$4 In method ca.sqlpower.matchmaker.swingui.TranslateWordsEditor$4.actionPerformed(ActionEvent) Called method new Integer(int) Should call Integer.valueOf(int) instead At TranslateWordsEditor.java:[line 266]
|
|
Bx
|
Method ca.sqlpower.matchmaker.TranslateGroupParentTest.testIsUseInBusinessModelTGFound() invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class ca.sqlpower.matchmaker.TranslateGroupParentTest In method ca.sqlpower.matchmaker.TranslateGroupParentTest.testIsUseInBusinessModelTGFound() Called method new Long(long) Should call Long.valueOf(long) instead At TranslateGroupParentTest.java:[line 55]
|
|
Bx
|
Method org.json.JSONArray.put(double) invokes inefficient Double.valueOf(double) constructor; use JSONArray.java:[line 577] instead |
|
Bug type DM_FP_NUMBER_CTOR (click for details)
In class org.json.JSONArray In method org.json.JSONArray.put(double) Called method new Double(double) Should call Double.valueOf(double) instead At JSONArray.java:[line 577]
|
|
Bx
|
Method org.json.JSONArray.put(int, double) invokes inefficient Double.valueOf(double) constructor; use JSONArray.java:[line 674] instead |
|
Bug type DM_FP_NUMBER_CTOR (click for details)
In class org.json.JSONArray In method org.json.JSONArray.put(int, double) Called method new Double(double) Should call Double.valueOf(double) instead At JSONArray.java:[line 674]
|
|
Bx
|
Method org.json.JSONArray.put(int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class org.json.JSONArray In method org.json.JSONArray.put(int) Called method new Integer(int) Should call Integer.valueOf(int) instead At JSONArray.java:[line 591]
|
|
Bx
|
Method org.json.JSONArray.put(int, int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class org.json.JSONArray In method org.json.JSONArray.put(int, int) Called method new Integer(int) Should call Integer.valueOf(int) instead At JSONArray.java:[line 689]
|
|
Bx
|
Method org.json.JSONArray.put(int, long) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class org.json.JSONArray In method org.json.JSONArray.put(int, long) Called method new Long(long) Should call Long.valueOf(long) instead At JSONArray.java:[line 704]
|
|
Bx
|
Method org.json.JSONArray.put(long) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class org.json.JSONArray In method org.json.JSONArray.put(long) Called method new Long(long) Should call Long.valueOf(long) instead At JSONArray.java:[line 603]
|
|
Bx
|
Method org.json.JSONObject.put(String, double) invokes inefficient Double.valueOf(double) constructor; use JSONObject.java:[line 916] instead |
|
Bug type DM_FP_NUMBER_CTOR (click for details)
In class org.json.JSONObject In method org.json.JSONObject.put(String, double) Called method new Double(double) Should call Double.valueOf(double) instead At JSONObject.java:[line 916]
|
|
Bx
|
Method org.json.JSONObject.put(String, int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class org.json.JSONObject In method org.json.JSONObject.put(String, int) Called method new Integer(int) Should call Integer.valueOf(int) instead At JSONObject.java:[line 930]
|
|
Bx
|
Method org.json.JSONObject.put(String, long) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class org.json.JSONObject In method org.json.JSONObject.put(String, long) Called method new Long(long) Should call Long.valueOf(long) instead At JSONObject.java:[line 944]
|
|
Bx
|
Method org.json.JSONTokener.nextValue() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class org.json.JSONTokener In method org.json.JSONTokener.nextValue() Called method new Integer(int) Should call Integer.valueOf(int) instead At JSONTokener.java:[line 373] Another occurrence at JSONTokener.java:[line 380]
|
|
Bx
|
Method org.json.JSONWriter.value(double) invokes inefficient Double.valueOf(double) constructor; use JSONWriter.java:[line 293] instead |
|
Bug type DM_FP_NUMBER_CTOR (click for details)
In class org.json.JSONWriter In method org.json.JSONWriter.value(double) Called method new Double(double) Should call Double.valueOf(double) instead At JSONWriter.java:[line 293]
|
|
Bx
|
Method org.json.XML.<static initializer>() invokes inefficient new Character(char) constructor; use Character.valueOf(char) instead |
|
Bug type DM_NUMBER_CTOR (click for details)
In class org.json.XML In method org.json.XML.<static initializer>() Called method new Character(char) Should call Character.valueOf(char) instead At XML.java:[line 39] Another occurrence at XML.java:[line 42] Another occurrence at XML.java:[line 45] Another occurrence at XML.java:[line 48] Another occurrence at XML.java:[line 51] Another occurrence at XML.java:[line 54] Another occurrence at XML.java:[line 57] Another occurrence at XML.java:[line 60] Another occurrence at XML.java:[line 63]
|
|
Dm
|
ca.sqlpower.matchmaker.dao.AbstractDAOTestCase.setAllSetters(MatchMakerSession, MatchMakerObject, List) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead |
|
Bug type DM_BOOLEAN_CTOR (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractDAOTestCase.setAllSetters(MatchMakerSession, MatchMakerObject, List) At AbstractDAOTestCase.java:[line 262]
|
|
Dm
|
ca.sqlpower.matchmaker.MatchMakerTestCase.getNewDifferentValue(MatchMakerObject, PropertyDescriptor, Object) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead |
|
Bug type DM_BOOLEAN_CTOR (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTestCase In method ca.sqlpower.matchmaker.MatchMakerTestCase.getNewDifferentValue(MatchMakerObject, PropertyDescriptor, Object) At MatchMakerTestCase.java:[line 426]
|
|
Dm
|
ca.sqlpower.matchmaker.MatchMakerTestCase.modifyObject(MatchMakerObject, PropertyDescriptor, Object) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead |
|
Bug type DM_BOOLEAN_CTOR (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTestCase In method ca.sqlpower.matchmaker.MatchMakerTestCase.modifyObject(MatchMakerObject, PropertyDescriptor, Object) At MatchMakerTestCase.java:[line 229]
|
|
Dm
|
ca.sqlpower.matchmaker.MergeSettings.duplicate(MatchMakerObject, MatchMakerSession) invokes inefficient new String(String) constructor |
|
Bug type DM_STRING_CTOR (click for details)
In class ca.sqlpower.matchmaker.MergeSettings In method ca.sqlpower.matchmaker.MergeSettings.duplicate(MatchMakerObject, MatchMakerSession) At MergeSettings.java:[line 99]
|
|
Dm
|
ca.sqlpower.matchmaker.munge.MungeProcess.duplicate(MatchMakerObject, MatchMakerSession) invokes inefficient new String(String) constructor |
|
Bug type DM_STRING_CTOR (click for details)
In class ca.sqlpower.matchmaker.munge.MungeProcess In method ca.sqlpower.matchmaker.munge.MungeProcess.duplicate(MatchMakerObject, MatchMakerSession) At MungeProcess.java:[line 243]
|
|
Dm
|
ca.sqlpower.matchmaker.MungeSettings.duplicate(MatchMakerObject, MatchMakerSession) invokes inefficient new String(String) constructor |
|
Bug type DM_STRING_CTOR (click for details)
In class ca.sqlpower.matchmaker.MungeSettings In method ca.sqlpower.matchmaker.MungeSettings.duplicate(MatchMakerObject, MatchMakerSession) At MungeSettings.java:[line 311]
|
|
Dm
|
ca.sqlpower.matchmaker.SourceTableRecordTest.testEqualsWhenFalse() invokes inefficient new String(String) constructor |
|
Bug type DM_STRING_CTOR (click for details)
In class ca.sqlpower.matchmaker.SourceTableRecordTest In method ca.sqlpower.matchmaker.SourceTableRecordTest.testEqualsWhenFalse() At SourceTableRecordTest.java:[line 75]
|
|
Dm
|
ca.sqlpower.matchmaker.SourceTableRecordTest.testEqualsWhenFalseAndKeysHaveDifferentLength() invokes inefficient new String(String) constructor |
|
Bug type DM_STRING_CTOR (click for details)
In class ca.sqlpower.matchmaker.SourceTableRecordTest In method ca.sqlpower.matchmaker.SourceTableRecordTest.testEqualsWhenFalseAndKeysHaveDifferentLength() At SourceTableRecordTest.java:[line 94]
|
|
Dm
|
ca.sqlpower.matchmaker.SourceTableRecordTest.testEqualsWhenTrue() invokes inefficient new String(String) constructor |
|
Bug type DM_STRING_CTOR (click for details)
In class ca.sqlpower.matchmaker.SourceTableRecordTest In method ca.sqlpower.matchmaker.SourceTableRecordTest.testEqualsWhenTrue() At SourceTableRecordTest.java:[line 54]
|
|
Dm
|
ca.sqlpower.matchmaker.util.CustomBooleanType.deepCopy(Object) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead |
|
Bug type DM_BOOLEAN_CTOR (click for details)
In class ca.sqlpower.matchmaker.util.CustomBooleanType In method ca.sqlpower.matchmaker.util.CustomBooleanType.deepCopy(Object) At CustomBooleanType.java:[line 112]
|
|
Dm
|
ca.sqlpower.matchmaker.util.ViewSpec.duplicate() invokes inefficient new String(String) constructor |
|
Bug type DM_STRING_CTOR (click for details)
In class ca.sqlpower.matchmaker.util.ViewSpec In method ca.sqlpower.matchmaker.util.ViewSpec.duplicate() At ViewSpec.java:[line 93]
|
|
ITA
|
Method ca.sqlpower.matchmaker.swingui.munge.DateToStringMungeComponent.buildUI() uses Collection.toArray() with zero-length array argument |
|
Bug type ITA_INEFFICIENT_TO_ARRAY (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.DateToStringMungeComponent In method ca.sqlpower.matchmaker.swingui.munge.DateToStringMungeComponent.buildUI() At DateToStringMungeComponent.java:[line 70]
|
|
ITA
|
Method ca.sqlpower.matchmaker.swingui.munge.DateToStringMungeComponent.buildUI() uses Collection.toArray() with zero-length array argument |
|
Bug type ITA_INEFFICIENT_TO_ARRAY (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.DateToStringMungeComponent In method ca.sqlpower.matchmaker.swingui.munge.DateToStringMungeComponent.buildUI() At DateToStringMungeComponent.java:[line 71]
|
|
ITA
|
Method ca.sqlpower.matchmaker.swingui.munge.MungePen.buildPopup(Map) uses Collection.toArray() with zero-length array argument |
|
Bug type ITA_INEFFICIENT_TO_ARRAY (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.MungePen In method ca.sqlpower.matchmaker.swingui.munge.MungePen.buildPopup(Map) At MungePen.java:[line 369]
|
|
ITA
|
Method new ca.sqlpower.matchmaker.swingui.munge.MungeStepLibrary(MungePen, Map) uses Collection.toArray() with zero-length array argument |
|
Bug type ITA_INEFFICIENT_TO_ARRAY (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.MungeStepLibrary In method new ca.sqlpower.matchmaker.swingui.munge.MungeStepLibrary(MungePen, Map) At MungeStepLibrary.java:[line 71]
|
|
ITA
|
Method ca.sqlpower.matchmaker.swingui.munge.StringToDateMungeComponent.buildUI() uses Collection.toArray() with zero-length array argument |
|
Bug type ITA_INEFFICIENT_TO_ARRAY (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.StringToDateMungeComponent In method ca.sqlpower.matchmaker.swingui.munge.StringToDateMungeComponent.buildUI() At StringToDateMungeComponent.java:[line 85]
|
|
ITA
|
Method ca.sqlpower.matchmaker.swingui.munge.StringToDateMungeComponent.buildUI() uses Collection.toArray() with zero-length array argument |
|
Bug type ITA_INEFFICIENT_TO_ARRAY (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.StringToDateMungeComponent In method ca.sqlpower.matchmaker.swingui.munge.StringToDateMungeComponent.buildUI() At StringToDateMungeComponent.java:[line 86]
|
|
ITA
|
Method ca.sqlpower.matchmaker.swingui.munge.StringToDateMungeComponent.buildUI() uses Collection.toArray() with zero-length array argument |
|
Bug type ITA_INEFFICIENT_TO_ARRAY (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.StringToDateMungeComponent In method ca.sqlpower.matchmaker.swingui.munge.StringToDateMungeComponent.buildUI() At StringToDateMungeComponent.java:[line 87]
|
|
ITA
|
Method ca.sqlpower.matchmaker.swingui.munge.TranslateWordMungeComponent.buildUI() uses Collection.toArray() with zero-length array argument |
|
Bug type ITA_INEFFICIENT_TO_ARRAY (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.TranslateWordMungeComponent In method ca.sqlpower.matchmaker.swingui.munge.TranslateWordMungeComponent.buildUI() At TranslateWordMungeComponent.java:[line 82]
|
|
SBSC
|
Method ca.sqlpower.matchmaker.munge.AbstractMungeStep.printInputs() concatenates strings using + in a loop |
|
Bug type SBSC_USE_STRINGBUFFER_CONCATENATION (click for details)
In class ca.sqlpower.matchmaker.munge.AbstractMungeStep In method ca.sqlpower.matchmaker.munge.AbstractMungeStep.printInputs() At AbstractMungeStep.java:[line 595]
|
|
SBSC
|
Method ca.sqlpower.matchmaker.munge.AbstractMungeStep.printOutputs() concatenates strings using + in a loop |
|
Bug type SBSC_USE_STRINGBUFFER_CONCATENATION (click for details)
In class ca.sqlpower.matchmaker.munge.AbstractMungeStep In method ca.sqlpower.matchmaker.munge.AbstractMungeStep.printOutputs() At AbstractMungeStep.java:[line 617]
|
|
SBSC
|
Method ca.sqlpower.matchmaker.munge.StringToBooleanMungeStep.getPattern(boolean, boolean, String) concatenates strings using + in a loop |
|
Bug type SBSC_USE_STRINGBUFFER_CONCATENATION (click for details)
In class ca.sqlpower.matchmaker.munge.StringToBooleanMungeStep In method ca.sqlpower.matchmaker.munge.StringToBooleanMungeStep.getPattern(boolean, boolean, String) At StringToBooleanMungeStep.java:[line 166]
|
|
SBSC
|
Method ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog.getEmail(Random) concatenates strings using + in a loop |
|
Bug type SBSC_USE_STRINGBUFFER_CONCATENATION (click for details)
In class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog In method ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog.getEmail(Random) At BuildExampleTableDialog.java:[line 738]
|
|
SIC
|
The class ca.sqlpower.matchmaker.AbstractCleanseEngineImplTest$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.AbstractCleanseEngineImplTest$1 At AbstractCleanseEngineImplTest.java:[lines 68-76]
|
|
SIC
|
The class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest$1 At AbstractMatchMakerObjectTest.java:[line 34]
|
|
SIC
|
The class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest$2 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest$2 At AbstractMatchMakerObjectTest.java:[line 40]
|
|
SIC
|
The class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest$3 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest$3 At AbstractMatchMakerObjectTest.java:[line 41]
|
|
SIC
|
The class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest$4 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest$4 At AbstractMatchMakerObjectTest.java:[line 55]
|
|
SIC
|
The class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest$5 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest$5 At AbstractMatchMakerObjectTest.java:[line 58]
|
|
SIC
|
The class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest$6 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest$6 At AbstractMatchMakerObjectTest.java:[line 64]
|
|
SIC
|
The class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest$7 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest$7 At AbstractMatchMakerObjectTest.java:[line 65]
|
|
SIC
|
The class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest$1 At AbstractMergeProcessorOnBetterDataModelTest.java:[lines 119-127]
|
|
SIC
|
The class ca.sqlpower.matchmaker.AbstractMergeProcessorTest$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest$1 At AbstractMergeProcessorTest.java:[lines 115-123]
|
|
SIC
|
The class ca.sqlpower.matchmaker.AbstractRefreshTest$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.AbstractRefreshTest$1 At AbstractRefreshTest.java:[lines 95-99]
|
|
SIC
|
Should ca.sqlpower.matchmaker.address.parse.AddressLexer$DFA9 be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressLexer$DFA9 At AddressLexer.java:[lines 657-669]
|
|
SIC
|
The class ca.sqlpower.matchmaker.ColumnMergeRules$ColumnMergeRulesCachableColumn could be refactored into a _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS (click for details)
In class ca.sqlpower.matchmaker.ColumnMergeRules$ColumnMergeRulesCachableColumn At ColumnMergeRules.java:[lines 122-130]
|
|
SIC
|
The class ca.sqlpower.matchmaker.ColumnMergeRules$ColumnMergeRulesImportedCachableColumn could be refactored into a _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS (click for details)
In class ca.sqlpower.matchmaker.ColumnMergeRules$ColumnMergeRulesImportedCachableColumn At ColumnMergeRules.java:[lines 136-147]
|
|
SIC
|
The class ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest$1 At MatchMakerEventSupportTest.java:[line 38]
|
|
SIC
|
The class ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest$3 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest$3 At MatchMakerEventSupportTest.java:[line 102]
|
|
SIC
|
The class ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest$4 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest$4 At MatchMakerEventSupportTest.java:[line 127]
|
|
SIC
|
The class ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest$5 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest$5 At MatchMakerEventSupportTest.java:[line 209]
|
|
SIC
|
The class ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest$6 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest$6 At MatchMakerEventSupportTest.java:[line 220]
|
|
SIC
|
The class ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest$7 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest$7 At MatchMakerEventSupportTest.java:[line 240]
|
|
SIC
|
The class ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest$8 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest$8 At MatchMakerEventSupportTest.java:[line 253]
|
|
SIC
|
The class ca.sqlpower.matchmaker.MatchEngineImplTest$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.MatchEngineImplTest$1 At MatchEngineImplTest.java:[lines 85-89]
|
|
SIC
|
The class ca.sqlpower.matchmaker.MatchMakerSettingsTest$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.MatchMakerSettingsTest$1 At MatchMakerSettingsTest.java:[lines 33-34]
|
|
SIC
|
The class ca.sqlpower.matchmaker.MatchMakerUtilsTest$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.MatchMakerUtilsTest$1 At MatchMakerUtilsTest.java:[lines 42-45]
|
|
SIC
|
The class ca.sqlpower.matchmaker.MatchMakerUtilsTest$2 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.MatchMakerUtilsTest$2 At MatchMakerUtilsTest.java:[lines 69-72]
|
|
SIC
|
The class ca.sqlpower.matchmaker.munge.GoogleAddressLookupTest$1ErrorCounter could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.munge.GoogleAddressLookupTest$1ErrorCounter At GoogleAddressLookupTest.java:[lines 73-93]
|
|
SIC
|
Should ca.sqlpower.matchmaker.munge.MungePreviewer$PreviewEvent be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.munge.MungePreviewer$PreviewEvent At MungePreviewer.java:[lines 51-59]
|
|
SIC
|
The class ca.sqlpower.matchmaker.playground.StupidDialogTest$3 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.playground.StupidDialogTest$3 At StupidDialogTest.java:[lines 73-75]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.action.CreateRepositoryAction$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.action.CreateRepositoryAction$1 At CreateRepositoryAction.java:[lines 152-166]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.action.CreateRepositoryAction$2 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.action.CreateRepositoryAction$2 At CreateRepositoryAction.java:[lines 169-178]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.action.CreateRepositoryAction$3 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.action.CreateRepositoryAction$3 At CreateRepositoryAction.java:[lines 181-276]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.action.CreateRepositoryAction$4 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.action.CreateRepositoryAction$4 At CreateRepositoryAction.java:[lines 279-281]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.action.DeriveRelatedRulesAction$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.action.DeriveRelatedRulesAction$1 At DeriveRelatedRulesAction.java:[lines 66-68]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction$2 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction$2 At DuplicateProjectAction.java:[lines 130-131]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction$DuplicatePanel could be refactored into a _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS (click for details)
In class ca.sqlpower.matchmaker.swingui.action.DuplicateProjectAction$DuplicatePanel At DuplicateProjectAction.java:[lines 74-89]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.action.ProgressAction$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.action.ProgressAction$1 At ProgressAction.java:[lines 87-90]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$4 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$4 At BuildExampleTableDialog.java:[lines 353-363]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$6 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$6 At BuildExampleTableDialog.java:[lines 460-462]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$CatalogSchemaValidator be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$CatalogSchemaValidator At BuildExampleTableDialog.java:[lines 983-993]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$TableNameValidator be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$TableNameValidator At BuildExampleTableDialog.java:[lines 1002-1020]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.ColumnChooserTableModel$CustomTableColumn be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.ColumnChooserTableModel$CustomTableColumn At ColumnChooserTableModel.java:[lines 163-212]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.DeriveRelatedRulesPanel$PrimaryKeySelectionValidator be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.DeriveRelatedRulesPanel$PrimaryKeySelectionValidator At DeriveRelatedRulesPanel.java:[lines 506-516]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.DisplayedNodeValueChooser$CustomTableColumn be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.DisplayedNodeValueChooser$CustomTableColumn At DisplayedNodeValueChooser.java:[lines 53-116]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$10 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$10 At EngineSettingsPanel.java:[lines 575-581]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$11 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$11 At EngineSettingsPanel.java:[lines 606-621]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$12 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$12 At EngineSettingsPanel.java:[lines 651-668]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$14 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$14 At EngineSettingsPanel.java:[lines 692-693]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$15 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$15 At EngineSettingsPanel.java:[lines 699-701]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$8 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.EngineSettingsPanel$8 At EngineSettingsPanel.java:[lines 515-520]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.engine.ShowCommandAction$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.ShowCommandAction$1 At ShowCommandAction.java:[lines 117-120]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.engine.ShowCommandAction$2 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.ShowCommandAction$2 At ShowCommandAction.java:[lines 128-133]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.engine.ShowCommandAction$3 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.ShowCommandAction$3 At ShowCommandAction.java:[lines 140-142]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.LabelPane$16 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.LabelPane$16 At LabelPane.java:[lines 563-570]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.MatchMakerSplashScreen$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerSplashScreen$1 At MatchMakerSplashScreen.java:[lines 99-105]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession$ColorTracker be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession$ColorTracker At MatchMakerSwingSession.java:[lines 1154-1163]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession$DummyAction could be refactored into a _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession$DummyAction At MatchMakerSwingSession.java:[lines 998-1012]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.MatchMakerTreeModel$ProjectActionNode be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerTreeModel$ProjectActionNode At MatchMakerTreeModel.java:[lines 158-201]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.MatchMakerTreeMouseAndSelectionListener$7 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerTreeMouseAndSelectionListener$7 At MatchMakerTreeMouseAndSelectionListener.java:[lines 323-335]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.MatchMakerTreeMouseAndSelectionListener$8 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerTreeMouseAndSelectionListener$8 At MatchMakerTreeMouseAndSelectionListener.java:[lines 338-352]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$6 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$6 At MatchResultVisualizer.java:[lines 746-752]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$8 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$8 At MatchResultVisualizer.java:[lines 794-799]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$9 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$9 At MatchResultVisualizer.java:[lines 822-827]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$SourceTableRecordsComparator be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$SourceTableRecordsComparator At MatchResultVisualizer.java:[lines 1104-1164]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$SourceTableRecordsComparator$MatchTypeComparator be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$SourceTableRecordsComparator$MatchTypeComparator At MatchResultVisualizer.java:[lines 1171-1184]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel$MatchStatisticTable be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel$MatchStatisticTable At MatchStatisticsPanel.java:[lines 240-271]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel$MungeProcessStatisticTableModel be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchStatisticsPanel$MungeProcessStatisticTableModel At MatchStatisticsPanel.java:[lines 279-313]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.MatchTranslateTableModelTest$TableModelEventCounter be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchTranslateTableModelTest$TableModelEventCounter At MatchTranslateTableModelTest.java:[lines 33-56]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.MatchValidationStatus$MatchStatsTableModel be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchValidationStatus$MatchStatsTableModel At MatchValidationStatus.java:[lines 133-159]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.MergeColumnRuleEditor$SourceColumnMergeRulesTable be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.MergeColumnRuleEditor$SourceColumnMergeRulesTable At MergeColumnRuleEditor.java:[lines 286-303]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.MergeTableRuleEditor$RelatedTableMergeRulesTable be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.MergeTableRuleEditor$RelatedTableMergeRulesTable At MergeTableRuleEditor.java:[lines 96-107]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent$CoolJLabel could be refactored into a _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent$CoolJLabel At AbstractMungeComponent.java:[lines 451-495]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.munge.CSVWriterMungeComponent$CharacterValidator be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.CSVWriterMungeComponent$CharacterValidator At CSVWriterMungeComponent.java:[lines 204-214]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.munge.MungePreviewPanel$3 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.MungePreviewPanel$3 At MungePreviewPanel.java:[lines 237-240]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.munge.MungePreviewPanel$4 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.MungePreviewPanel$4 At MungePreviewPanel.java:[lines 248-251]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.munge.MungePreviewPanel$MSOTableModel be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.MungePreviewPanel$MSOTableModel At MungePreviewPanel.java:[lines 86-128]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.munge.MungeStepLibrary$TransferableStepDescriptor be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.MungeStepLibrary$TransferableStepDescriptor At MungeStepLibrary.java:[lines 202-220]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.munge.StringToDateMungeComponent$5 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.StringToDateMungeComponent$5 At StringToDateMungeComponent.java:[lines 148-150]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.MungeProcessGroupEditor$ColorRenderer be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.MungeProcessGroupEditor$ColorRenderer At MungeProcessGroupEditor.java:[lines 304-341]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.MungeProcessGroupEditor$MungeProcessTableModel be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.MungeProcessGroupEditor$MungeProcessTableModel At MungeProcessGroupEditor.java:[lines 253-295]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.ProjectEditor$ProjectResultCatalogSchemaValidator be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.ProjectEditor$ProjectResultCatalogSchemaValidator At ProjectEditor.java:[lines 748-757]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.ProjectEditor$ProjectSourceTableIndexValidator be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.ProjectEditor$ProjectSourceTableIndexValidator At ProjectEditor.java:[lines 733-741]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.SourceTableRecordViewer$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.SourceTableRecordViewer$1 At SourceTableRecordViewer.java:[lines 168-174]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.SwingSessionContextImpl$2 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.SwingSessionContextImpl$2 At SwingSessionContextImpl.java:[lines 151-158]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.SwingSessionContextTest$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.SwingSessionContextTest$1 At SwingSessionContextTest.java:[lines 65-167]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.SwingSessionContextTest$2 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.SwingSessionContextTest$2 At SwingSessionContextTest.java:[lines 174-241]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.TranslateGroupsEditor$TranslateGroupsTableModel be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.TranslateGroupsEditor$TranslateGroupsTableModel At TranslateGroupsEditor.java:[lines 218-269]
|
|
SIC
|
Should ca.sqlpower.matchmaker.swingui.TranslationComboBoxModelTest$ListDataEventCounter be a _static_ inner class? |
|
Bug type SIC_INNER_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.TranslationComboBoxModelTest$ListDataEventCounter At TranslationComboBoxModelTest.java:[lines 33-91]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.ViewBuilderDialog$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.ViewBuilderDialog$1 At ViewBuilderDialog.java:[lines 205-207]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.ViewBuilderDialog$2 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.ViewBuilderDialog$2 At ViewBuilderDialog.java:[lines 213-215]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.ViewBuilderDialog$3 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.ViewBuilderDialog$3 At ViewBuilderDialog.java:[lines 220-222]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.ViewBuilderDialog$5 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.ViewBuilderDialog$5 At ViewBuilderDialog.java:[lines 233-235]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.ViewBuilderDialog$6 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.ViewBuilderDialog$6 At ViewBuilderDialog.java:[lines 240-242]
|
|
SIC
|
The class ca.sqlpower.matchmaker.swingui.ViewBuilderDialog$8 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.swingui.ViewBuilderDialog$8 At ViewBuilderDialog.java:[lines 256-258]
|
|
SIC
|
The class ca.sqlpower.matchmaker.util.EditableJTable$1 could be refactored into a named _static_ inner class |
|
Bug type SIC_INNER_SHOULD_BE_STATIC_ANON (click for details)
In class ca.sqlpower.matchmaker.util.EditableJTable$1 At EditableJTable.java:[lines 134-171]
|
|
SS
|
Unread field: ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest.appUserName; should this field be static? |
|
Bug type SS_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest Field ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest.appUserName At AbstractMatchMakerObjectTest.java:[line 29]
|
|
SS
|
Unread field: ca.sqlpower.matchmaker.MatchMakerFolderTest.appUserName; should this field be static? |
|
Bug type SS_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.MatchMakerFolderTest Field ca.sqlpower.matchmaker.MatchMakerFolderTest.appUserName At MatchMakerFolderTest.java:[line 28]
|
|
SS
|
Unread field: ca.sqlpower.matchmaker.MatchMakerTranslateGroupTest.appUserName; should this field be static? |
|
Bug type SS_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTranslateGroupTest Field ca.sqlpower.matchmaker.MatchMakerTranslateGroupTest.appUserName At MatchMakerTranslateGroupTest.java:[line 27]
|
|
SS
|
Unread field: ca.sqlpower.matchmaker.MatchMakerTranslateWordTest.appUserName; should this field be static? |
|
Bug type SS_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTranslateWordTest Field ca.sqlpower.matchmaker.MatchMakerTranslateWordTest.appUserName At MatchMakerTranslateWordTest.java:[line 26]
|
|
SS
|
Unread field: ca.sqlpower.matchmaker.MungeProcessTest.appUserName; should this field be static? |
|
Bug type SS_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.MungeProcessTest Field ca.sqlpower.matchmaker.MungeProcessTest.appUserName At MungeProcessTest.java:[line 32]
|
|
SS
|
Unread field: ca.sqlpower.matchmaker.PlFolderTest.appUserName; should this field be static? |
|
Bug type SS_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.PlFolderTest Field ca.sqlpower.matchmaker.PlFolderTest.appUserName At PlFolderTest.java:[line 27]
|
|
SS
|
Unread field: ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession.DQGURU_SUPPORT_URL; should this field be static? |
|
Bug type SS_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession Field ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession.DQGURU_SUPPORT_URL At MatchMakerSwingSession.java:[line 408]
|
|
SS
|
Unread field: ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$AutoMatchAction.warningMessage; should this field be static? |
|
Bug type SS_SHOULD_BE_STATIC (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$AutoMatchAction Field ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$AutoMatchAction.warningMessage At MatchResultVisualizer.java:[line 527]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.address.AddressValidator.checkIfFirstPostalCodeStreetRangeInsideSecond(PostalCode, PostalCode) is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.address.AddressValidator In method ca.sqlpower.matchmaker.address.AddressValidator.checkIfFirstPostalCodeStreetRangeInsideSecond(PostalCode, PostalCode) At AddressValidator.java:[lines 467-469]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.address.AddressValidator.checkIfStreetErrorMatchesBothPostalCodes(Address, PostalCode, PostalCode) is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.address.AddressValidator In method ca.sqlpower.matchmaker.address.AddressValidator.checkIfStreetErrorMatchesBothPostalCodes(Address, PostalCode, PostalCode) At AddressValidator.java:[lines 438-446]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.address.AddressValidator.postalCodeStreetRangesCoverAddress(Address, PostalCode, PostalCode) is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.address.AddressValidator In method ca.sqlpower.matchmaker.address.AddressValidator.postalCodeStreetRangesCoverAddress(Address, PostalCode, PostalCode) At AddressValidator.java:[lines 455-458]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.address.parse.AddressParser.couldBeGD() is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser In method ca.sqlpower.matchmaker.address.parse.AddressParser.couldBeGD() At AddressParser.java:[lines 123-128]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.address.parse.AddressParser.couldBeLockBox() is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser In method ca.sqlpower.matchmaker.address.parse.AddressParser.couldBeLockBox() At AddressParser.java:[lines 114-119]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.address.parse.AddressParser.couldBeRural() is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser In method ca.sqlpower.matchmaker.address.parse.AddressParser.couldBeRural() At AddressParser.java:[lines 105-110]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.address.parse.AddressParser.couldBeUrban() is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser In method ca.sqlpower.matchmaker.address.parse.AddressParser.couldBeUrban() At AddressParser.java:[lines 96-101]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.MatchMakerTranslateWordTest.checkAppUserName() is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTranslateWordTest In method ca.sqlpower.matchmaker.MatchMakerTranslateWordTest.checkAppUserName() At MatchMakerTranslateWordTest.java:[lines 52-55]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.MatchMakerTranslateWordTest.checkNull() is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTranslateWordTest In method ca.sqlpower.matchmaker.MatchMakerTranslateWordTest.checkNull() At MatchMakerTranslateWordTest.java:[lines 47-49]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.munge.AbstractMungeStep$Input.getParentStep() is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.munge.AbstractMungeStep$Input In method ca.sqlpower.matchmaker.munge.AbstractMungeStep$Input.getParentStep() At AbstractMungeStep.java:[line 422]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.munge.AbstractMungeStep$Input.setName(String) is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.munge.AbstractMungeStep$Input In method ca.sqlpower.matchmaker.munge.AbstractMungeStep$Input.setName(String) At AbstractMungeStep.java:[lines 473-474]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.munge.AbstractMungeStep$Input.setParentStep(AbstractMungeStep) is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.munge.AbstractMungeStep$Input In method ca.sqlpower.matchmaker.munge.AbstractMungeStep$Input.setParentStep(AbstractMungeStep) At AbstractMungeStep.java:[lines 430-431]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.munge.AbstractMungeStep$Input.setType(Class) is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.munge.AbstractMungeStep$Input In method ca.sqlpower.matchmaker.munge.AbstractMungeStep$Input.setType(Class) At AbstractMungeStep.java:[lines 481-482]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.swingui.MergeColumnRuleEditor.getParentTableUniqueKeyColumns() is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.swingui.MergeColumnRuleEditor In method ca.sqlpower.matchmaker.swingui.MergeColumnRuleEditor.getParentTableUniqueKeyColumns() At MergeColumnRuleEditor.java:[lines 513-518]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent.getCoolJLabel(String, Class) is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent In method ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent.getCoolJLabel(String, Class) At AbstractMungeComponent.java:[lines 499-503]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent.getDifferencePoint() is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent In method ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent.getDifferencePoint() At AbstractMungeComponent.java:[line 1375]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.swingui.ProjectEditor.getParentFrame() is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.swingui.ProjectEditor In method ca.sqlpower.matchmaker.swingui.ProjectEditor.getParentFrame() At ProjectEditor.java:[lines 264-266]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.util.ViewSpec.create() is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.util.ViewSpec In method ca.sqlpower.matchmaker.util.ViewSpec.create() At ViewSpec.java:[line 48]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.util.ViewSpec.drop() is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.util.ViewSpec In method ca.sqlpower.matchmaker.util.ViewSpec.drop() At ViewSpec.java:[line 52]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.util.ViewSpec.replace() is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.util.ViewSpec In method ca.sqlpower.matchmaker.util.ViewSpec.replace() At ViewSpec.java:[line 56]
|
|
UPM
|
Private method ca.sqlpower.matchmaker.util.ViewSpec.verifyQuery() is never called |
|
Bug type UPM_UNCALLED_PRIVATE_METHOD (click for details)
In class ca.sqlpower.matchmaker.util.ViewSpec In method ca.sqlpower.matchmaker.util.ViewSpec.verifyQuery() At ViewSpec.java:[line 60]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOOracleTest.translateGroup |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOOracleTest Field ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOOracleTest.translateGroup At MatchMakerTranslateGroupDAOOracleTest.java:[line 36]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.translateGroup |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest Field ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.translateGroup At MatchMakerTranslateGroupDAOSQLServerTest.java:[line 43]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.dao.hibernate.MungeProcessDAOOracleTest.mungeProcess |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MungeProcessDAOOracleTest Field ca.sqlpower.matchmaker.dao.hibernate.MungeProcessDAOOracleTest.mungeProcess At MungeProcessDAOOracleTest.java:[line 36]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.dao.hibernate.MungeProcessDAOSQLServerTest.mungeProcess |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MungeProcessDAOSQLServerTest Field ca.sqlpower.matchmaker.dao.hibernate.MungeProcessDAOSQLServerTest.mungeProcess At MungeProcessDAOSQLServerTest.java:[line 36]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.dao.hibernate.ProjectDAOSQLServerTest.project |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.ProjectDAOSQLServerTest Field ca.sqlpower.matchmaker.dao.hibernate.ProjectDAOSQLServerTest.project At ProjectDAOSQLServerTest.java:[line 63]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.graph.MatchPoolDotExport.mungeProcessesNames |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.graph.MatchPoolDotExport Field ca.sqlpower.matchmaker.graph.MatchPoolDotExport.mungeProcessesNames At MatchPoolDotExport.java:[line 57]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.MatchMakerFolder.childClass |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.MatchMakerFolder Field ca.sqlpower.matchmaker.MatchMakerFolder.childClass At MatchMakerFolder.java:[line 47]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.MatchProcessorTest.nullDup |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.MatchProcessorTest Field ca.sqlpower.matchmaker.MatchProcessorTest.nullDup At MatchProcessorTest.java:[line 154]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.data.CommonWordsFinderPanel.finder |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.data.CommonWordsFinderPanel Field ca.sqlpower.matchmaker.swingui.data.CommonWordsFinderPanel.finder At CommonWordsFinderPanel.java:[line 55]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.data.CommonWordsFinderPanel.okAction |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.data.CommonWordsFinderPanel Field ca.sqlpower.matchmaker.swingui.data.CommonWordsFinderPanel.okAction At CommonWordsFinderPanel.java:[line 59]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.data.CommonWordsFinderPanel.panel |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.data.CommonWordsFinderPanel Field ca.sqlpower.matchmaker.swingui.data.CommonWordsFinderPanel.panel At CommonWordsFinderPanel.java:[line 101]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.data.CommonWordsFinderPanel.session |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.data.CommonWordsFinderPanel Field ca.sqlpower.matchmaker.swingui.data.CommonWordsFinderPanel.session At CommonWordsFinderPanel.java:[line 68]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.engine.EngineOutputPanel.logger |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.EngineOutputPanel Field ca.sqlpower.matchmaker.swingui.engine.EngineOutputPanel.logger At EngineOutputPanel.java:[line 45]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.engine.EngineWorker.action |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.EngineWorker Field ca.sqlpower.matchmaker.swingui.engine.EngineWorker.action At EngineWorker.java:[line 107]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.engine.EngineWorker.session |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.EngineWorker Field ca.sqlpower.matchmaker.swingui.engine.EngineWorker.session At EngineWorker.java:[line 102]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.MatchMakerIndexBuilder.table |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerIndexBuilder Field ca.sqlpower.matchmaker.swingui.MatchMakerIndexBuilder.table At MatchMakerIndexBuilder.java:[line 78]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession.showMatchStatisticInfoAction |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession Field ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession.showMatchStatisticInfoAction At MatchMakerSwingSession.java:[line 325]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.MatchMakerSwingSessionTest.logger |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerSwingSessionTest Field ca.sqlpower.matchmaker.swingui.MatchMakerSwingSessionTest.logger At MatchMakerSwingSessionTest.java:[line 42]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.MatchMakerTreeModel.backup |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerTreeModel Field ca.sqlpower.matchmaker.swingui.MatchMakerTreeModel.backup At MatchMakerTreeModel.java:[line 260]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.MatchMakerTreeModel.translate |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerTreeModel Field ca.sqlpower.matchmaker.swingui.MatchMakerTreeModel.translate At MatchMakerTreeModel.java:[line 263]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.MatchMakerTreeModel.session |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerTreeModel Field ca.sqlpower.matchmaker.swingui.MatchMakerTreeModel.session At MatchMakerTreeModel.java:[line 254]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.MatchResultVisualizer.exportDotFileAction |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchResultVisualizer Field ca.sqlpower.matchmaker.swingui.MatchResultVisualizer.exportDotFileAction At MatchResultVisualizer.java:[line 120]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.MatchResultVisualizerTest.logger |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchResultVisualizerTest Field ca.sqlpower.matchmaker.swingui.MatchResultVisualizerTest.logger At MatchResultVisualizerTest.java:[line 60]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.MatchValidationStatus.swingSession |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchValidationStatus Field ca.sqlpower.matchmaker.swingui.MatchValidationStatus.swingSession At MatchValidationStatus.java:[line 78]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.MMODuplicateValidatorDemo.items |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.MMODuplicateValidatorDemo Field ca.sqlpower.matchmaker.swingui.MMODuplicateValidatorDemo.items At MMODuplicateValidatorDemo.java:[line 96]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent$CoolJLabel$1.val$this$0 |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent$CoolJLabel$1 Field ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent$CoolJLabel$1.val$this$0 At AbstractMungeComponent.java:[line 468]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent$MungeComponentMouseListener.startPoint |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent$MungeComponentMouseListener Field ca.sqlpower.matchmaker.swingui.munge.AbstractMungeComponent$MungeComponentMouseListener.startPoint At AbstractMungeComponent.java:[line 1011]
|
|
UrF
|
Unread field: ca.sqlpower.matchmaker.util.MMTestUtils.logger |
|
Bug type URF_UNREAD_FIELD (click for details)
In class ca.sqlpower.matchmaker.util.MMTestUtils Field ca.sqlpower.matchmaker.util.MMTestUtils.logger At MMTestUtils.java:[line 43]
|
|
UuF
|
Unused field: ca.sqlpower.matchmaker.ColumnMergeRules.oid |
|
Bug type UUF_UNUSED_FIELD (click for details)
In class ca.sqlpower.matchmaker.ColumnMergeRules Field ca.sqlpower.matchmaker.ColumnMergeRules.oid In ColumnMergeRules.java
|
|
UuF
|
Unused field: ca.sqlpower.matchmaker.ColumnMergeRuleTest.rule |
|
Bug type UUF_UNUSED_FIELD (click for details)
In class ca.sqlpower.matchmaker.ColumnMergeRuleTest Field ca.sqlpower.matchmaker.ColumnMergeRuleTest.rule In ColumnMergeRuleTest.java
|
|
UuF
|
Unused field: ca.sqlpower.matchmaker.MatchMakerTestCase.target |
|
Bug type UUF_UNUSED_FIELD (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTestCase Field ca.sqlpower.matchmaker.MatchMakerTestCase.target In MatchMakerTestCase.java
|
|
UuF
|
Unused field: ca.sqlpower.matchmaker.munge.AbstractMungeStep.oid |
|
Bug type UUF_UNUSED_FIELD (click for details)
In class ca.sqlpower.matchmaker.munge.AbstractMungeStep Field ca.sqlpower.matchmaker.munge.AbstractMungeStep.oid In AbstractMungeStep.java
|
|
UuF
|
Unused field: ca.sqlpower.matchmaker.munge.AbstractMungeStep$Input.oid |
|
Bug type UUF_UNUSED_FIELD (click for details)
In class ca.sqlpower.matchmaker.munge.AbstractMungeStep$Input Field ca.sqlpower.matchmaker.munge.AbstractMungeStep$Input.oid In AbstractMungeStep.java
|
|
UuF
|
Unused field: ca.sqlpower.matchmaker.munge.MungeStepOutput.oid |
|
Bug type UUF_UNUSED_FIELD (click for details)
In class ca.sqlpower.matchmaker.munge.MungeStepOutput Field ca.sqlpower.matchmaker.munge.MungeStepOutput.oid In MungeStepOutput.java
|
|
UuF
|
Unused field: ca.sqlpower.matchmaker.swingui.MatchResultVisualizerTest.session |
|
Bug type UUF_UNUSED_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchResultVisualizerTest Field ca.sqlpower.matchmaker.swingui.MatchResultVisualizerTest.session In MatchResultVisualizerTest.java
|
|
UuF
|
Unused field: ca.sqlpower.matchmaker.swingui.MMODuplicateValidatorDemo.children |
|
Bug type UUF_UNUSED_FIELD (click for details)
In class ca.sqlpower.matchmaker.swingui.MMODuplicateValidatorDemo Field ca.sqlpower.matchmaker.swingui.MMODuplicateValidatorDemo.children In MMODuplicateValidatorDemo.java
|
|
UuF
|
Unused field: ca.sqlpower.matchmaker.TableMergeRuleTest.tableMergeRules |
|
Bug type UUF_UNUSED_FIELD (click for details)
In class ca.sqlpower.matchmaker.TableMergeRuleTest Field ca.sqlpower.matchmaker.TableMergeRuleTest.tableMergeRules In TableMergeRuleTest.java
|
|
WMI
|
Method ca.sqlpower.matchmaker.MatchMakerTestCase.testGettersAndSettersSideEffects() makes inefficient use of keySet iterator instead of entrySet iterator |
|
Bug type WMI_WRONG_MAP_ITERATOR (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTestCase In method ca.sqlpower.matchmaker.MatchMakerTestCase.testGettersAndSettersSideEffects() At MatchMakerTestCase.java:[line 609]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractCleanseEngineImplTest.execSQL(Connection, String) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractCleanseEngineImplTest In method ca.sqlpower.matchmaker.AbstractCleanseEngineImplTest.execSQL(Connection, String) At AbstractCleanseEngineImplTest.java:[line 169]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractCleanseEngineImplTest.testSimpleCall() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractCleanseEngineImplTest In method ca.sqlpower.matchmaker.AbstractCleanseEngineImplTest.testSimpleCall() At AbstractCleanseEngineImplTest.java:[line 144]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractEngine.getNumRowsToProcess() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractEngine In method ca.sqlpower.matchmaker.AbstractEngine.getNumRowsToProcess() At AbstractEngine.java:[line 364]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.execSQL(Connection, String) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.execSQL(Connection, String) At AbstractMergeProcessorOnBetterDataModelTest.java:[line 881]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testAugment() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testAugment() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 450]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testAugment() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testAugment() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 459]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testConcat() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testConcat() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 501]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testConcat() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testConcat() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 510]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDup() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDup() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 408]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDup() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDup() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 414]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDupChild() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDupChild() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 649]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDupChild() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDupChild() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 658]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDupChild() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDupChild() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 668]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDupChild() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testDeleteDupChild() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 677]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testMax() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testMax() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 563]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testMax() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testMax() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 572]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testMin() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testMin() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 532]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testMin() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testMin() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 541]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testSum() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testSum() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 614]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testSum() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testSum() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 623]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUnmatch() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUnmatch() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 387]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateDeleteOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateDeleteOnConflict() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 803]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateDeleteOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateDeleteOnConflict() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 815]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateDeleteOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateDeleteOnConflict() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 824]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateDeleteOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateDeleteOnConflict() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 834]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateDeleteOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateDeleteOnConflict() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 843]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 721]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 727]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 748]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 755]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 769]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.testUpdateFailOnConflictOnChildTableWithNoPK() At AbstractMergeProcessorOnBetterDataModelTest.java:[line 778]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.execSQL(Connection, String) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.execSQL(Connection, String) At AbstractMergeProcessorTest.java:[line 1014]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testAugment() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testAugment() At AbstractMergeProcessorTest.java:[line 500]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testAugment() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testAugment() At AbstractMergeProcessorTest.java:[line 509]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testConcat() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testConcat() At AbstractMergeProcessorTest.java:[line 551]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testConcat() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testConcat() At AbstractMergeProcessorTest.java:[line 560]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testDeleteDup() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testDeleteDup() At AbstractMergeProcessorTest.java:[line 458]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testDeleteDup() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testDeleteDup() At AbstractMergeProcessorTest.java:[line 464]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testDeleteDupChild() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testDeleteDupChild() At AbstractMergeProcessorTest.java:[line 699]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testDeleteDupChild() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testDeleteDupChild() At AbstractMergeProcessorTest.java:[line 707]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testDeleteDupChild() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testDeleteDupChild() At AbstractMergeProcessorTest.java:[line 719]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMax() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMax() At AbstractMergeProcessorTest.java:[line 613]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMax() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMax() At AbstractMergeProcessorTest.java:[line 622]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMergeOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMergeOnConflict() At AbstractMergeProcessorTest.java:[line 976]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMergeOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMergeOnConflict() At AbstractMergeProcessorTest.java:[line 984]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMergeOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMergeOnConflict() At AbstractMergeProcessorTest.java:[line 995]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMergeOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMergeOnConflict() At AbstractMergeProcessorTest.java:[line 1007]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMin() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMin() At AbstractMergeProcessorTest.java:[line 582]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMin() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testMin() At AbstractMergeProcessorTest.java:[line 591]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testSum() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testSum() At AbstractMergeProcessorTest.java:[line 664]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testSum() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testSum() At AbstractMergeProcessorTest.java:[line 673]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUnmatch() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUnmatch() At AbstractMergeProcessorTest.java:[line 437]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateDeleteOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateDeleteOnConflict() At AbstractMergeProcessorTest.java:[line 857]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateDeleteOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateDeleteOnConflict() At AbstractMergeProcessorTest.java:[line 865]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateDeleteOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateDeleteOnConflict() At AbstractMergeProcessorTest.java:[line 876]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateDeleteOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateDeleteOnConflict() At AbstractMergeProcessorTest.java:[line 888]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflict() At AbstractMergeProcessorTest.java:[line 754]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflict() At AbstractMergeProcessorTest.java:[line 762]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflict() At AbstractMergeProcessorTest.java:[line 773]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflict() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflict() At AbstractMergeProcessorTest.java:[line 785]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflictOnChildTableWithNoPK() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflictOnChildTableWithNoPK() At AbstractMergeProcessorTest.java:[line 798]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflictOnChildTableWithNoPK() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflictOnChildTableWithNoPK() At AbstractMergeProcessorTest.java:[line 804]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflictOnChildTableWithNoPK() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflictOnChildTableWithNoPK() At AbstractMergeProcessorTest.java:[line 825]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflictOnChildTableWithNoPK() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateFailOnConflictOnChildTableWithNoPK() At AbstractMergeProcessorTest.java:[line 831]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateUsingSQL() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateUsingSQL() At AbstractMergeProcessorTest.java:[line 914]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateUsingSQL() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateUsingSQL() At AbstractMergeProcessorTest.java:[line 922]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateUsingSQL() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateUsingSQL() At AbstractMergeProcessorTest.java:[line 933]
|
|
SQL
|
Method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateUsingSQL() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.testUpdateUsingSQL() At AbstractMergeProcessorTest.java:[line 945]
|
|
SQL
|
Method ca.sqlpower.matchmaker.address.AddressPool.clear() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.address.AddressPool In method ca.sqlpower.matchmaker.address.AddressPool.clear() At AddressPool.java:[line 223]
|
|
SQL
|
Method ca.sqlpower.matchmaker.address.AddressPool.getNumRowsToProcess() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.address.AddressPool In method ca.sqlpower.matchmaker.address.AddressPool.getNumRowsToProcess() At AddressPool.java:[line 862]
|
|
SQL
|
Method ca.sqlpower.matchmaker.address.AddressPool.load(Logger) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.address.AddressPool In method ca.sqlpower.matchmaker.address.AddressPool.load(Logger) At AddressPool.java:[line 261]
|
|
SQL
|
Method ca.sqlpower.matchmaker.CleanseEngineImpl.call() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.CleanseEngineImpl In method ca.sqlpower.matchmaker.CleanseEngineImpl.call() At CleanseEngineImpl.java:[line 184]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.AbstractMatchMakerTranslateGroupDAOTestCase.testIfChildrenLoadWorks() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractMatchMakerTranslateGroupDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractMatchMakerTranslateGroupDAOTestCase.testIfChildrenLoadWorks() At AbstractMatchMakerTranslateGroupDAOTestCase.java:[line 71]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.AbstractMatchMakerTranslateGroupDAOTestCase.testIfChildrenLoadWorks() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractMatchMakerTranslateGroupDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractMatchMakerTranslateGroupDAOTestCase.testIfChildrenLoadWorks() At AbstractMatchMakerTranslateGroupDAOTestCase.java:[line 75]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.AbstractMatchMakerTranslateGroupDAOTestCase.testIfNullChildrenLoadWorks() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractMatchMakerTranslateGroupDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractMatchMakerTranslateGroupDAOTestCase.testIfNullChildrenLoadWorks() At AbstractMatchMakerTranslateGroupDAOTestCase.java:[line 290]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.AbstractMatchMakerTranslateGroupDAOTestCase.testIfNullChildrenLoadWorks() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractMatchMakerTranslateGroupDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractMatchMakerTranslateGroupDAOTestCase.testIfNullChildrenLoadWorks() At AbstractMatchMakerTranslateGroupDAOTestCase.java:[line 294]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.AbstractProjectDAOTestCase.testResultTableColumnsExistAfterSave() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractProjectDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractProjectDAOTestCase.testResultTableColumnsExistAfterSave() At AbstractProjectDAOTestCase.java:[line 266]
|
|
SQL
|
Method new ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl(MatchMakerSessionContext, JDBCDataSource) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl In method new ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl(MatchMakerSessionContext, JDBCDataSource) At MatchMakerHibernateSessionImpl.java:[line 185]
|
|
SQL
|
Method new ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl(MatchMakerSessionContext, JDBCDataSource) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl In method new ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl(MatchMakerSessionContext, JDBCDataSource) At MatchMakerHibernateSessionImpl.java:[line 195]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl.canSelectTable(SQLTable) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl.canSelectTable(SQLTable) At MatchMakerHibernateSessionImpl.java:[line 593]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testFindByNameWithBadSequence() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testFindByNameWithBadSequence() At MatchMakerTranslateGroupDAOSQLServerTest.java:[line 149]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testFindByNameWithBadSequence() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testFindByNameWithBadSequence() At MatchMakerTranslateGroupDAOSQLServerTest.java:[line 153]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testFindByNameWithBadSequence() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testFindByNameWithBadSequence() At MatchMakerTranslateGroupDAOSQLServerTest.java:[line 163]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfChildrenLoadWorks() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfChildrenLoadWorks() At MatchMakerTranslateGroupDAOSQLServerTest.java:[line 70]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfChildrenLoadWorks() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfChildrenLoadWorks() At MatchMakerTranslateGroupDAOSQLServerTest.java:[line 74]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfChildrenLoadWorks() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfChildrenLoadWorks() At MatchMakerTranslateGroupDAOSQLServerTest.java:[line 84]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfNullChildrenLoadWorks() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfNullChildrenLoadWorks() At MatchMakerTranslateGroupDAOSQLServerTest.java:[line 109]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfNullChildrenLoadWorks() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfNullChildrenLoadWorks() At MatchMakerTranslateGroupDAOSQLServerTest.java:[line 113]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfNullChildrenLoadWorks() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfNullChildrenLoadWorks() At MatchMakerTranslateGroupDAOSQLServerTest.java:[line 123]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil.createRepositorySchema(JDBCDataSource) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil In method ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil.createRepositorySchema(JDBCDataSource) At RepositoryUtil.java:[line 302]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil.invalidateSchemaVersion(JDBCDataSource) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil In method ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil.invalidateSchemaVersion(JDBCDataSource) At RepositoryUtil.java:[line 452]
|
|
SQL
|
Method ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil.upgradeSchema(JDBCDataSource, Version, Version) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil In method ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil.upgradeSchema(JDBCDataSource, Version, Version) At RepositoryUtil.java:[line 378]
|
|
SQL
|
A prepared statement is generated from a nonconstant String at ca.sqlpower.matchmaker.dao.hibernate.TestingConnection.prepareStatement(String) |
|
Bug type SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.TestingConnection In method ca.sqlpower.matchmaker.dao.hibernate.TestingConnection.prepareStatement(String) At TestingConnection.java:[line 212]
|
|
SQL
|
A prepared statement is generated from a nonconstant String at ca.sqlpower.matchmaker.dao.hibernate.TestingConnection.prepareStatement(String, int) |
|
Bug type SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.TestingConnection In method ca.sqlpower.matchmaker.dao.hibernate.TestingConnection.prepareStatement(String, int) At TestingConnection.java:[line 197]
|
|
SQL
|
A prepared statement is generated from a nonconstant String at ca.sqlpower.matchmaker.dao.hibernate.TestingConnection.prepareStatement(String, int, int) |
|
Bug type SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.TestingConnection In method ca.sqlpower.matchmaker.dao.hibernate.TestingConnection.prepareStatement(String, int, int) At TestingConnection.java:[line 192]
|
|
SQL
|
A prepared statement is generated from a nonconstant String at ca.sqlpower.matchmaker.dao.hibernate.TestingConnection.prepareStatement(String, int, int, int) |
|
Bug type SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.TestingConnection In method ca.sqlpower.matchmaker.dao.hibernate.TestingConnection.prepareStatement(String, int, int, int) At TestingConnection.java:[line 187]
|
|
SQL
|
A prepared statement is generated from a nonconstant String at ca.sqlpower.matchmaker.dao.hibernate.TestingConnection.prepareStatement(String, int[]) |
|
Bug type SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.TestingConnection In method ca.sqlpower.matchmaker.dao.hibernate.TestingConnection.prepareStatement(String, int[]) At TestingConnection.java:[line 202]
|
|
SQL
|
A prepared statement is generated from a nonconstant String at ca.sqlpower.matchmaker.dao.hibernate.TestingConnection.prepareStatement(String, String[]) |
|
Bug type SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.TestingConnection In method ca.sqlpower.matchmaker.dao.hibernate.TestingConnection.prepareStatement(String, String[]) At TestingConnection.java:[line 207]
|
|
SQL
|
Method ca.sqlpower.matchmaker.data.CommonWordsFinder.countWords(SQLColumn) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.data.CommonWordsFinder In method ca.sqlpower.matchmaker.data.CommonWordsFinder.countWords(SQLColumn) At CommonWordsFinder.java:[line 65]
|
|
SQL
|
Method ca.sqlpower.matchmaker.graph.MatchPoolDotExport.exportDotFile() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.graph.MatchPoolDotExport In method ca.sqlpower.matchmaker.graph.MatchPoolDotExport.exportDotFile() At MatchPoolDotExport.java:[line 140]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MatchEngineImplTest.setUp() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MatchEngineImplTest In method ca.sqlpower.matchmaker.MatchEngineImplTest.setUp() At MatchEngineImplTest.java:[line 72]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MatchEngineImplTest.setUp() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MatchEngineImplTest In method ca.sqlpower.matchmaker.MatchEngineImplTest.setUp() At MatchEngineImplTest.java:[line 74]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MatchEngineImplTest.setUp() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MatchEngineImplTest In method ca.sqlpower.matchmaker.MatchEngineImplTest.setUp() At MatchEngineImplTest.java:[line 76]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MatchEngineImplTest.setUp() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MatchEngineImplTest In method ca.sqlpower.matchmaker.MatchEngineImplTest.setUp() At MatchEngineImplTest.java:[line 78]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MatchPool.findAll(List) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MatchPool In method ca.sqlpower.matchmaker.MatchPool.findAll(List) At MatchPool.java:[line 251]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MatchPool.clear(Aborter) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MatchPool In method ca.sqlpower.matchmaker.MatchPool.clear(Aborter) At MatchPool.java:[line 1469]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MatchPoolTest.insertSourceTableRecord(Connection, String) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest In method ca.sqlpower.matchmaker.MatchPoolTest.insertSourceTableRecord(Connection, String) At MatchPoolTest.java:[line 154]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MatchPoolTest.testStoreDropsRemovedRecords() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest In method ca.sqlpower.matchmaker.MatchPoolTest.testStoreDropsRemovedRecords() At MatchPoolTest.java:[line 3816]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MatchPoolTest.testStoreDropsRemovedRecords() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest In method ca.sqlpower.matchmaker.MatchPoolTest.testStoreDropsRemovedRecords() At MatchPoolTest.java:[line 3821]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MatchPoolTest.testStoreNewRecordMatched() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest In method ca.sqlpower.matchmaker.MatchPoolTest.testStoreNewRecordMatched() At MatchPoolTest.java:[line 3842]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MatchPoolTest.testStoreUpdatesOnMatch() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest In method ca.sqlpower.matchmaker.MatchPoolTest.testStoreUpdatesOnMatch() At MatchPoolTest.java:[line 3725]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MatchPoolTest.testStoreUpdatesOnNoMatch() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest In method ca.sqlpower.matchmaker.MatchPoolTest.testStoreUpdatesOnNoMatch() At MatchPoolTest.java:[line 3752]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MatchPoolTest.testStoreUpdatesOnUnmatch() passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest In method ca.sqlpower.matchmaker.MatchPoolTest.testStoreUpdatesOnUnmatch() At MatchPoolTest.java:[line 3775]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MergeProcessor.findChildRowsByParentRow(MergeProcessor$ResultRow, TableMergeRules) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MergeProcessor In method ca.sqlpower.matchmaker.MergeProcessor.findChildRowsByParentRow(MergeProcessor$ResultRow, TableMergeRules) At MergeProcessor.java:[line 1104]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MergeProcessor.findRowByWhereStatement(TableMergeRules, String) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MergeProcessor In method ca.sqlpower.matchmaker.MergeProcessor.findRowByWhereStatement(TableMergeRules, String) At MergeProcessor.java:[line 867]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MergeProcessor.insertRow(SQLTable, MergeProcessor$ResultRow) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MergeProcessor In method ca.sqlpower.matchmaker.MergeProcessor.insertRow(SQLTable, MergeProcessor$ResultRow) At MergeProcessor.java:[line 1141]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MergeProcessor.mergeRows(MergeProcessor$ResultRow, MergeProcessor$ResultRow, TableMergeRules) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MergeProcessor In method ca.sqlpower.matchmaker.MergeProcessor.mergeRows(MergeProcessor$ResultRow, MergeProcessor$ResultRow, TableMergeRules) At MergeProcessor.java:[line 1201]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MergeProcessor.updateRow(SQLTable, MergeProcessor$ResultRow) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MergeProcessor In method ca.sqlpower.matchmaker.MergeProcessor.updateRow(SQLTable, MergeProcessor$ResultRow) At MergeProcessor.java:[line 732]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MergeProcessor.deleteRowByUniqueKey(SQLTable, MergeProcessor$ResultRow) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MergeProcessor In method ca.sqlpower.matchmaker.MergeProcessor.deleteRowByUniqueKey(SQLTable, MergeProcessor$ResultRow) At MergeProcessor.java:[line 759]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MergeProcessor.findUpdateValueByUniqueKey(SQLTable, String, MergeProcessor$ResultRow) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MergeProcessor In method ca.sqlpower.matchmaker.MergeProcessor.findUpdateValueByUniqueKey(SQLTable, String, MergeProcessor$ResultRow) At MergeProcessor.java:[line 772]
|
|
SQL
|
Method ca.sqlpower.matchmaker.MergeProcessor.isRowUnique(SQLTable, MergeProcessor$ResultRow) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.MergeProcessor In method ca.sqlpower.matchmaker.MergeProcessor.isRowUnique(SQLTable, MergeProcessor$ResultRow) At MergeProcessor.java:[line 826]
|
|
SQL
|
A prepared statement is generated from a nonconstant String at ca.sqlpower.matchmaker.munge.CleanseResultStep.getUpdateStatment(List) |
|
Bug type SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING (click for details)
In class ca.sqlpower.matchmaker.munge.CleanseResultStep In method ca.sqlpower.matchmaker.munge.CleanseResultStep.getUpdateStatment(List) At CleanseResultStep.java:[line 350]
|
|
SQL
|
Method ca.sqlpower.matchmaker.munge.SQLInputStep.refreshAndSetup(Logger, boolean) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.munge.SQLInputStep In method ca.sqlpower.matchmaker.munge.SQLInputStep.refreshAndSetup(Logger, boolean) At SQLInputStep.java:[line 202]
|
|
SQL
|
Method ca.sqlpower.matchmaker.ProjectTest.execSQL(Connection, String) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.ProjectTest In method ca.sqlpower.matchmaker.ProjectTest.execSQL(Connection, String) At ProjectTest.java:[line 616]
|
|
SQL
|
Method ca.sqlpower.matchmaker.SourceTableRecord.fetchValues(List) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.SourceTableRecord In method ca.sqlpower.matchmaker.SourceTableRecord.fetchValues(List) At SourceTableRecord.java:[line 218]
|
|
SQL
|
Method ca.sqlpower.matchmaker.swingui.action.CreateRepositoryAction$3.actionPerformed(ActionEvent) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.swingui.action.CreateRepositoryAction$3 In method ca.sqlpower.matchmaker.swingui.action.CreateRepositoryAction$3.actionPerformed(ActionEvent) At CreateRepositoryAction.java:[line 222]
|
|
SQL
|
Method ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$5.actionPerformed(ActionEvent) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$5 In method ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$5.actionPerformed(ActionEvent) At BuildExampleTableDialog.java:[line 406]
|
|
SQL
|
Method ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker.populateTable(SQLTable) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker In method ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker.populateTable(SQLTable) At BuildExampleTableDialog.java:[line 609]
|
|
SQL
|
A prepared statement is generated from a nonconstant String at ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker.populateTable(SQLTable) |
|
Bug type SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING (click for details)
In class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker In method ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker.populateTable(SQLTable) At BuildExampleTableDialog.java:[line 562]
|
|
SQL
|
A prepared statement is generated from a nonconstant String at ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker.populateTable(SQLTable) |
|
Bug type SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING (click for details)
In class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker In method ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker.populateTable(SQLTable) At BuildExampleTableDialog.java:[line 610]
|
|
SQL
|
Method ca.sqlpower.matchmaker.swingui.FilterMakerDialog$6.actionPerformed(ActionEvent) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.swingui.FilterMakerDialog$6 In method ca.sqlpower.matchmaker.swingui.FilterMakerDialog$6.actionPerformed(ActionEvent) At FilterMakerDialog.java:[line 348]
|
|
SQL
|
A prepared statement is generated from a nonconstant String at ca.sqlpower.matchmaker.swingui.MatchValidationStatus.getMatchStats() |
|
Bug type SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchValidationStatus In method ca.sqlpower.matchmaker.swingui.MatchValidationStatus.getMatchStats() At MatchValidationStatus.java:[line 108]
|
|
SQL
|
Method ca.sqlpower.matchmaker.swingui.MMSUtils$5.actionPerformed(ActionEvent) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.swingui.MMSUtils$5 In method ca.sqlpower.matchmaker.swingui.MMSUtils$5.actionPerformed(ActionEvent) At MMSUtils.java:[line 305]
|
|
SQL
|
Method ca.sqlpower.matchmaker.TestingMatchMakerSession.canSelectTable(SQLTable) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.matchmaker.TestingMatchMakerSession In method ca.sqlpower.matchmaker.TestingMatchMakerSession.canSelectTable(SQLTable) At TestingMatchMakerSession.java:[line 292]
|
|
SQL
|
Method ca.sqlpower.persistance.CatNap.insert(Connection, Object, String) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.persistance.CatNap In method ca.sqlpower.persistance.CatNap.insert(Connection, Object, String) At CatNap.java:[line 123]
|
|
SQL
|
Method ca.sqlpower.persistance.CatNap.update(Connection, Object, String, String) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.persistance.CatNap In method ca.sqlpower.persistance.CatNap.update(Connection, Object, String, String) At CatNap.java:[line 193]
|
|
SQL
|
Method ca.sqlpower.persistance.CatNap.delete(Connection, String, String) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.persistance.CatNap In method ca.sqlpower.persistance.CatNap.delete(Connection, String, String) At CatNap.java:[line 146]
|
|
SQL
|
Method ca.sqlpower.persistance.CatNap.load(Connection, String, Object, String) passes a nonconstant String to an execute method on an SQL statement |
|
Bug type SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE (click for details)
In class ca.sqlpower.persistance.CatNap In method ca.sqlpower.persistance.CatNap.load(Connection, String, Object, String) At CatNap.java:[line 53]
|
|
BC
|
Unchecked/unconfirmed cast from java.awt.Graphics to java.awt.Graphics2D in ca.sqlpower.matchmaker.swingui.graphViewer.GraphViewer.paintComponent(Graphics) |
|
Bug type BC_UNCONFIRMED_CAST (click for details)
In class ca.sqlpower.matchmaker.swingui.graphViewer.GraphViewer In method ca.sqlpower.matchmaker.swingui.graphViewer.GraphViewer.paintComponent(Graphics) Actual type java.awt.Graphics Expected java.awt.Graphics2D Local variable named g At GraphViewer.java:[line 126]
|
|
BC
|
Unchecked/unconfirmed cast from java.awt.Graphics to java.awt.Graphics2D in ca.sqlpower.matchmaker.swingui.munge.MungePen.paint(Graphics) |
|
Bug type BC_UNCONFIRMED_CAST (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.MungePen In method ca.sqlpower.matchmaker.swingui.munge.MungePen.paint(Graphics) Actual type java.awt.Graphics Expected java.awt.Graphics2D Local variable named g At MungePen.java:[line 505]
|
|
DB
|
Method ca.sqlpower.matchmaker.address.parse.AddressParser.diTypeAndName() uses the same code for two switch clauses |
|
Bug type DB_DUPLICATE_SWITCH_CLAUSES (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser In method ca.sqlpower.matchmaker.address.parse.AddressParser.diTypeAndName() At AddressParser.java:[lines 1616-1618] At AddressParser.java:[lines 1621-1623] At AddressParser.java:[lines 1626-1628] At AddressParser.java:[lines 1631-1633] At AddressParser.java:[line 1636]
|
|
DB
|
Method ca.sqlpower.matchmaker.address.parse.AddressParser.diTypeAndName() uses the same code for two switch clauses |
|
Bug type DB_DUPLICATE_SWITCH_CLAUSES (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser In method ca.sqlpower.matchmaker.address.parse.AddressParser.diTypeAndName() At AddressParser.java:[lines 1681-1683] At AddressParser.java:[lines 1686-1688] At AddressParser.java:[lines 1691-1693] At AddressParser.java:[lines 1696-1698] At AddressParser.java:[line 1701]
|
|
DB
|
Method ca.sqlpower.matchmaker.address.parse.AddressParser.diTypeAndName() uses the same code for two switch clauses |
|
Bug type DB_DUPLICATE_SWITCH_CLAUSES (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser In method ca.sqlpower.matchmaker.address.parse.AddressParser.diTypeAndName() At AddressParser.java:[lines 1747-1749] At AddressParser.java:[lines 1752-1754] At AddressParser.java:[lines 1757-1759] At AddressParser.java:[lines 1762-1764] At AddressParser.java:[line 1767]
|
|
DB
|
Method ca.sqlpower.matchmaker.address.parse.AddressParser.diTypeAndName() uses the same code for two switch clauses |
|
Bug type DB_DUPLICATE_SWITCH_CLAUSES (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser In method ca.sqlpower.matchmaker.address.parse.AddressParser.diTypeAndName() At AddressParser.java:[lines 1807-1809] At AddressParser.java:[lines 1812-1814] At AddressParser.java:[lines 1817-1819] At AddressParser.java:[lines 1822-1824] At AddressParser.java:[line 1827]
|
|
DB
|
Method ca.sqlpower.matchmaker.address.parse.AddressParser.street() uses the same code for two switch clauses |
|
Bug type DB_DUPLICATE_SWITCH_CLAUSES (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser In method ca.sqlpower.matchmaker.address.parse.AddressParser.street() At AddressParser.java:[lines 522-524] At AddressParser.java:[lines 527-529] At AddressParser.java:[lines 532-534] At AddressParser.java:[lines 537-539] At AddressParser.java:[line 542]
|
|
DB
|
Method ca.sqlpower.matchmaker.address.parse.AddressParser.street() uses the same code for two switch clauses |
|
Bug type DB_DUPLICATE_SWITCH_CLAUSES (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser In method ca.sqlpower.matchmaker.address.parse.AddressParser.street() At AddressParser.java:[lines 590-592] At AddressParser.java:[lines 595-597] At AddressParser.java:[lines 600-602] At AddressParser.java:[lines 605-607] At AddressParser.java:[line 610]
|
|
DB
|
Method ca.sqlpower.matchmaker.address.parse.AddressParser.street() uses the same code for two switch clauses |
|
Bug type DB_DUPLICATE_SWITCH_CLAUSES (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser In method ca.sqlpower.matchmaker.address.parse.AddressParser.street() At AddressParser.java:[lines 658-660] At AddressParser.java:[lines 663-665] At AddressParser.java:[lines 668-670] At AddressParser.java:[lines 673-675] At AddressParser.java:[line 678]
|
|
DB
|
Method ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession.close() uses the same code for two switch clauses |
|
Bug type DB_DUPLICATE_SWITCH_CLAUSES (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession In method ca.sqlpower.matchmaker.swingui.MatchMakerSwingSession.close() At MatchMakerSwingSession.java:[lines 1228-1230] At MatchMakerSwingSession.java:[lines 1240-1242]
|
|
DB
|
Method ca.sqlpower.matchmaker.swingui.MungeProcessGroupEditor$MungeProcessTableModel.getColumnClass(int) uses the same code for two switch clauses |
|
Bug type DB_DUPLICATE_SWITCH_CLAUSES (click for details)
In class ca.sqlpower.matchmaker.swingui.MungeProcessGroupEditor$MungeProcessTableModel In method ca.sqlpower.matchmaker.swingui.MungeProcessGroupEditor$MungeProcessTableModel.getColumnClass(int) At MungeProcessGroupEditor.java:[line 280] At MungeProcessGroupEditor.java:[line 281]
|
|
DB
|
Method ca.sqlpower.matchmaker.swingui.ViewBuilderWizard$1.actionPerformed(ActionEvent) uses the same code for two switch clauses |
|
Bug type DB_DUPLICATE_SWITCH_CLAUSES (click for details)
In class ca.sqlpower.matchmaker.swingui.ViewBuilderWizard$1 In method ca.sqlpower.matchmaker.swingui.ViewBuilderWizard$1.actionPerformed(ActionEvent) At ViewBuilderWizard.java:[line 60] At ViewBuilderWizard.java:[line 62] At ViewBuilderWizard.java:[line 64] At ViewBuilderWizard.java:[line 66] At ViewBuilderWizard.java:[line 68]
|
|
DB
|
Method ca.sqlpower.matchmaker.swingui.ViewBuilderWizard$2.actionPerformed(ActionEvent) uses the same code for two switch clauses |
|
Bug type DB_DUPLICATE_SWITCH_CLAUSES (click for details)
In class ca.sqlpower.matchmaker.swingui.ViewBuilderWizard$2 In method ca.sqlpower.matchmaker.swingui.ViewBuilderWizard$2.actionPerformed(ActionEvent) At ViewBuilderWizard.java:[line 82] At ViewBuilderWizard.java:[line 84] At ViewBuilderWizard.java:[line 86] At ViewBuilderWizard.java:[line 88] At ViewBuilderWizard.java:[line 90]
|
|
DLS
|
Dead store to bestSuggestion in ca.sqlpower.matchmaker.address.AddressValidator.generateSuggestions(Address, Municipality, List) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.AddressValidator In method ca.sqlpower.matchmaker.address.AddressValidator.generateSuggestions(Address, Municipality, List) Local variable named bestSuggestion At AddressValidator.java:[line 396]
|
|
DLS
|
Dead store to smallestErrorPostalCode in ca.sqlpower.matchmaker.address.AddressValidator.generateSuggestions(Address, Municipality, List) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.AddressValidator In method ca.sqlpower.matchmaker.address.AddressValidator.generateSuggestions(Address, Municipality, List) Local variable named smallestErrorPostalCode At AddressValidator.java:[line 392]
|
|
DLS
|
Dead store to LA22_5 in ca.sqlpower.matchmaker.address.parse.AddressParser.diTypeAndName() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser In method ca.sqlpower.matchmaker.address.parse.AddressParser.diTypeAndName() Local variable named LA22_5 At AddressParser.java:[line 1554]
|
|
DLS
|
Dead store to LA17_7 in ca.sqlpower.matchmaker.address.parse.AddressParser.generalDeliveryAddress() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser In method ca.sqlpower.matchmaker.address.parse.AddressParser.generalDeliveryAddress() Local variable named LA17_7 At AddressParser.java:[line 1409]
|
|
DLS
|
Dead store to LA13_1 in ca.sqlpower.matchmaker.address.parse.AddressParser.ruralRouteSuffix() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser In method ca.sqlpower.matchmaker.address.parse.AddressParser.ruralRouteSuffix() Local variable named LA13_1 At AddressParser.java:[line 1154]
|
|
DLS
|
Dead store to LA13_3 in ca.sqlpower.matchmaker.address.parse.AddressParser.ruralRouteSuffix() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser In method ca.sqlpower.matchmaker.address.parse.AddressParser.ruralRouteSuffix() Local variable named LA13_3 At AddressParser.java:[line 1173]
|
|
DLS
|
Dead store to LA1_10 in ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1 In method ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) Local variable named LA1_10 At AddressParser.java:[line 2142]
|
|
DLS
|
Dead store to LA1_11 in ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1 In method ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) Local variable named LA1_11 At AddressParser.java:[line 2076]
|
|
DLS
|
Dead store to LA1_12 in ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1 In method ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) Local variable named LA1_12 At AddressParser.java:[line 2112]
|
|
DLS
|
Dead store to LA1_13 in ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1 In method ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) Local variable named LA1_13 At AddressParser.java:[line 2031]
|
|
DLS
|
Dead store to LA1_15 in ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1 In method ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) Local variable named LA1_15 At AddressParser.java:[line 2061]
|
|
DLS
|
Dead store to LA1_6 in ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1 In method ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) Local variable named LA1_6 At AddressParser.java:[line 2016]
|
|
DLS
|
Dead store to LA1_7 in ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1 In method ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) Local variable named LA1_7 At AddressParser.java:[line 2046]
|
|
DLS
|
Dead store to LA1_8 in ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1 In method ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) Local variable named LA1_8 At AddressParser.java:[line 2127]
|
|
DLS
|
Dead store to LA1_9 in ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1 In method ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) Local variable named LA1_9 At AddressParser.java:[line 2001]
|
|
DLS
|
Dead store to LA1_14 in ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1 In method ca.sqlpower.matchmaker.address.parse.AddressParser$DFA1.specialStateTransition(int, IntStream) Local variable named LA1_14 At AddressParser.java:[line 1986]
|
|
DLS
|
Dead store to LA8_3 in ca.sqlpower.matchmaker.address.parse.AddressParser$DFA8.specialStateTransition(int, IntStream) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser$DFA8 In method ca.sqlpower.matchmaker.address.parse.AddressParser$DFA8.specialStateTransition(int, IntStream) Local variable named LA8_3 At AddressParser.java:[line 2246]
|
|
DLS
|
Dead store to LA8_4 in ca.sqlpower.matchmaker.address.parse.AddressParser$DFA8.specialStateTransition(int, IntStream) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser$DFA8 In method ca.sqlpower.matchmaker.address.parse.AddressParser$DFA8.specialStateTransition(int, IntStream) Local variable named LA8_4 At AddressParser.java:[line 2261]
|
|
DLS
|
Dead store to LA8_2 in ca.sqlpower.matchmaker.address.parse.AddressParser$DFA8.specialStateTransition(int, IntStream) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.parse.AddressParser$DFA8 In method ca.sqlpower.matchmaker.address.parse.AddressParser$DFA8.specialStateTransition(int, IntStream) Local variable named LA8_2 At AddressParser.java:[line 2227]
|
|
DLS
|
Dead store to typeShortForm in ca.sqlpower.matchmaker.address.steps.ValidateStepUtil.isStreetTypePrefix(AddressDatabase, Address, PostalCode) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.address.steps.ValidateStepUtil In method ca.sqlpower.matchmaker.address.steps.ValidateStepUtil.isStreetTypePrefix(AddressDatabase, Address, PostalCode) Local variable named typeShortForm At ValidateStepUtil.java:[line 52]
|
|
DLS
|
Dead store to oldVal in ca.sqlpower.matchmaker.CachableColumn.getColumn() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.CachableColumn In method ca.sqlpower.matchmaker.CachableColumn.getColumn() Local variable named oldVal At CachableColumn.java:[line 93]
|
|
DLS
|
Dead store to dao in ca.sqlpower.matchmaker.dao.AbstractDAOTestCase.testSave() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractDAOTestCase.testSave() Local variable named dao At AbstractDAOTestCase.java:[line 151]
|
|
DLS
|
Dead store to $L2 in ca.sqlpower.matchmaker.dao.AbstractMatchMakerTranslateGroupDAOTestCase.createNewObjectUnderTest() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractMatchMakerTranslateGroupDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractMatchMakerTranslateGroupDAOTestCase.createNewObjectUnderTest() Local variable stored in JVM register 2 At AbstractMatchMakerTranslateGroupDAOTestCase.java:[line 39]
|
|
DLS
|
Dead store to saveMSO2 in ca.sqlpower.matchmaker.dao.AbstractMungeProcessDAOTestCase.testSaveAndLoadInTwoSessionsWithEmptyInput() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractMungeProcessDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractMungeProcessDAOTestCase.testSaveAndLoadInTwoSessionsWithEmptyInput() Local variable named saveMSO2 At AbstractMungeProcessDAOTestCase.java:[line 191]
|
|
DLS
|
Dead store to $L2 in ca.sqlpower.matchmaker.dao.AbstractMungeProcessDAOTestCase.createNewObjectUnderTest() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractMungeProcessDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractMungeProcessDAOTestCase.createNewObjectUnderTest() Local variable stored in JVM register 2 At AbstractMungeProcessDAOTestCase.java:[line 76]
|
|
DLS
|
Dead store to resultTable in ca.sqlpower.matchmaker.dao.AbstractProjectDAOTestCase.testResultTableColumnsExistAfterSave() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractProjectDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractProjectDAOTestCase.testResultTableColumnsExistAfterSave() Local variable named resultTable At AbstractProjectDAOTestCase.java:[line 282]
|
|
DLS
|
Dead store to $L2 in ca.sqlpower.matchmaker.dao.AbstractProjectDAOTestCase.createNewObjectUnderTest() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractProjectDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractProjectDAOTestCase.createNewObjectUnderTest() Local variable stored in JVM register 2 At AbstractProjectDAOTestCase.java:[line 56]
|
|
DLS
|
Dead store to $L3 in ca.sqlpower.matchmaker.dao.AbstractTableMergeRulesDAOTestCase.createColumnMergeRules(TableMergeRules) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractTableMergeRulesDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractTableMergeRulesDAOTestCase.createColumnMergeRules(TableMergeRules) Local variable stored in JVM register 3 At AbstractTableMergeRulesDAOTestCase.java:[line 86]
|
|
DLS
|
Dead store to cmr2 in ca.sqlpower.matchmaker.dao.AbstractTableMergeRulesDAOTestCase.testSaveAndLoadInTwoSessionsWithChildren() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractTableMergeRulesDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractTableMergeRulesDAOTestCase.testSaveAndLoadInTwoSessionsWithChildren() Local variable named cmr2 At AbstractTableMergeRulesDAOTestCase.java:[line 168]
|
|
DLS
|
Dead store to $L2 in ca.sqlpower.matchmaker.dao.AbstractTableMergeRulesDAOTestCase.createNewObjectUnderTest() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.dao.AbstractTableMergeRulesDAOTestCase In method ca.sqlpower.matchmaker.dao.AbstractTableMergeRulesDAOTestCase.createNewObjectUnderTest() Local variable stored in JVM register 2 At AbstractTableMergeRulesDAOTestCase.java:[line 69]
|
|
DLS
|
Dead store to defaultRepository in ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionContext.ensureDefaultRepositoryDefined() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionContext In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionContext.ensureDefaultRepositoryDefined() Local variable named defaultRepository At MatchMakerHibernateSessionContext.java:[line 272]
|
|
DLS
|
Dead store of null to keysRS in ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testFindByNameWithBadSequence() |
|
Bug type DLS_DEAD_LOCAL_STORE_OF_NULL (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testFindByNameWithBadSequence() Local variable named keysRS At MatchMakerTranslateGroupDAOSQLServerTest.java:[line 161]
|
|
DLS
|
Dead store of null to keysRS in ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfChildrenLoadWorks() |
|
Bug type DLS_DEAD_LOCAL_STORE_OF_NULL (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfChildrenLoadWorks() Local variable named keysRS At MatchMakerTranslateGroupDAOSQLServerTest.java:[line 82]
|
|
DLS
|
Dead store of null to keysRS in ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfNullChildrenLoadWorks() |
|
Bug type DLS_DEAD_LOCAL_STORE_OF_NULL (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOSQLServerTest.testIfNullChildrenLoadWorks() Local variable named keysRS At MatchMakerTranslateGroupDAOSQLServerTest.java:[line 121]
|
|
DLS
|
Dead store to oldValue in ca.sqlpower.matchmaker.munge.AddressCorrectionMungeStep.setAddressDB(AddressDatabase) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.munge.AddressCorrectionMungeStep In method ca.sqlpower.matchmaker.munge.AddressCorrectionMungeStep.setAddressDB(AddressDatabase) Local variable named oldValue At AddressCorrectionMungeStep.java:[line 482]
|
|
DLS
|
Dead store to colName in ca.sqlpower.matchmaker.munge.CleanseResultStep.refreshInputs() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.munge.CleanseResultStep In method ca.sqlpower.matchmaker.munge.CleanseResultStep.refreshInputs() Local variable named colName At CleanseResultStep.java:[line 75]
|
|
DLS
|
Dead store to i in ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest.testCallOnAbsolutePath() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest In method ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest.testCallOnAbsolutePath() Local variable named i At CSVWriterMungeStepTest.java:[line 75]
|
|
DLS
|
Dead store to i in ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest.testCallOnAppend() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest In method ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest.testCallOnAppend() Local variable named i At CSVWriterMungeStepTest.java:[line 97]
|
|
DLS
|
Dead store to i in ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest.testCallOnRollback() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest In method ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest.testCallOnRollback() Local variable named i At CSVWriterMungeStepTest.java:[line 130]
|
|
DLS
|
Dead store to i in ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest.testCallOnSeparator() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest In method ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest.testCallOnSeparator() Local variable named i At CSVWriterMungeStepTest.java:[line 151]
|
|
DLS
|
Dead store to i in ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest.testCallOnStringAndNull() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest In method ca.sqlpower.matchmaker.munge.CSVWriterMungeStepTest.testCallOnStringAndNull() Local variable named i At CSVWriterMungeStepTest.java:[line 56]
|
|
DLS
|
Dead store to x in ca.sqlpower.matchmaker.swingui.address.AddressLabel.paintComponent(Graphics) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.swingui.address.AddressLabel In method ca.sqlpower.matchmaker.swingui.address.AddressLabel.paintComponent(Graphics) Local variable named x At AddressLabel.java:[line 362]
|
|
DLS
|
Dead store to col in ca.sqlpower.matchmaker.swingui.data.CommonWordsFinderPanel.performSearch() |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.swingui.data.CommonWordsFinderPanel In method ca.sqlpower.matchmaker.swingui.data.CommonWordsFinderPanel.performSearch() Local variable named col At CommonWordsFinderPanel.java:[line 113]
|
|
DLS
|
Dead store to $L3 in ca.sqlpower.matchmaker.swingui.munge.RegexValidator.validate(Object) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.RegexValidator In method ca.sqlpower.matchmaker.swingui.munge.RegexValidator.validate(Object) Local variable stored in JVM register 3 At RegexValidator.java:[line 47]
|
|
DLS
|
Dead store to s in org.json.XML.toString(Object, String) |
|
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class org.json.XML In method org.json.XML.toString(Object, String) Local variable named s At XML.java:[line 336]
|
|
IM
|
Check for oddness that won't work for negative numbers in ca.sqlpower.matchmaker.address.PostalCode.contains(Address) |
|
Bug type IM_BAD_CHECK_FOR_ODD (click for details)
In class ca.sqlpower.matchmaker.address.PostalCode In method ca.sqlpower.matchmaker.address.PostalCode.contains(Address) At PostalCode.java:[line 614]
|
|
IM
|
Check for oddness that won't work for negative numbers in ca.sqlpower.matchmaker.address.steps.StreetNumberSequenceCodeStep.validate(PostalCode, Address, Address, ValidateState) |
|
Bug type IM_BAD_CHECK_FOR_ODD (click for details)
In class ca.sqlpower.matchmaker.address.steps.StreetNumberSequenceCodeStep In method ca.sqlpower.matchmaker.address.steps.StreetNumberSequenceCodeStep.validate(PostalCode, Address, Address, ValidateState) At StreetNumberSequenceCodeStep.java:[line 37]
|
|
NP
|
Load of known null value in ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOHibernate.findAll() |
|
Bug type NP_LOAD_OF_KNOWN_NULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOHibernate In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOHibernate.findAll() At MatchMakerTranslateGroupDAOHibernate.java:[line 100]
|
|
NP
|
Load of known null value in ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOHibernate.findByOID(long) |
|
Bug type NP_LOAD_OF_KNOWN_NULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOHibernate In method ca.sqlpower.matchmaker.dao.hibernate.MatchMakerTranslateGroupDAOHibernate.findByOID(long) At MatchMakerTranslateGroupDAOHibernate.java:[line 83]
|
|
NP
|
Load of known null value in ca.sqlpower.matchmaker.MatchMakerTestCase.testAllSettersGenerateEvents() |
|
Bug type NP_LOAD_OF_KNOWN_NULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTestCase In method ca.sqlpower.matchmaker.MatchMakerTestCase.testAllSettersGenerateEvents() At MatchMakerTestCase.java:[line 361]
|
|
NP
|
Possible null pointer dereference of x on path that might be infeasible in ca.sqlpower.matchmaker.util.StringsToViewSpec.equals(Object, Object) |
|
Bug type NP_NULL_ON_SOME_PATH_MIGHT_BE_INFEASIBLE (click for details)
In class ca.sqlpower.matchmaker.util.StringsToViewSpec In method ca.sqlpower.matchmaker.util.StringsToViewSpec.equals(Object, Object) Local variable named x Dereferenced at StringsToViewSpec.java:[line 63] Known null at StringsToViewSpec.java:[line 60]
|
|
PZLA
|
Should org.json.JSONObject.getNames(Object) return a zero length array rather than null? |
|
Bug type PZLA_PREFER_ZERO_LENGTH_ARRAYS (click for details)
In class org.json.JSONObject In method org.json.JSONObject.getNames(Object) At JSONObject.java:[line 569] At JSONObject.java:[line 575]
|
|
PZLA
|
Should org.json.JSONObject.getNames(JSONObject) return a zero length array rather than null? |
|
Bug type PZLA_PREFER_ZERO_LENGTH_ARRAYS (click for details)
In class org.json.JSONObject In method org.json.JSONObject.getNames(JSONObject) At JSONObject.java:[line 549]
|
|
RCN
|
Redundant nullcheck of ?, which is known to be non-null in ca.sqlpower.matchmaker.MatchMakerTranslateWord.equals(Object) |
|
Bug type RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTranslateWord In method ca.sqlpower.matchmaker.MatchMakerTranslateWord.equals(Object) Local variable stored in JVM register ? Redundant null check at MatchMakerTranslateWord.java:[line 107]
|
|
RCN
|
Redundant nullcheck of ?, which is known to be non-null in ca.sqlpower.matchmaker.MatchMakerTranslateWord.equals(Object) |
|
Bug type RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTranslateWord In method ca.sqlpower.matchmaker.MatchMakerTranslateWord.equals(Object) Local variable stored in JVM register ? Redundant null check at MatchMakerTranslateWord.java:[line 117]
|
|
RCN
|
Redundant nullcheck of ?, which is known to be non-null in ca.sqlpower.matchmaker.MatchMakerTranslateWord.hashCode() |
|
Bug type RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTranslateWord In method ca.sqlpower.matchmaker.MatchMakerTranslateWord.hashCode() Local variable stored in JVM register ? Redundant null check at MatchMakerTranslateWord.java:[line 94]
|
|
RCN
|
Redundant nullcheck of ?, which is known to be non-null in ca.sqlpower.matchmaker.MatchMakerTranslateWord.hashCode() |
|
Bug type RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTranslateWord In method ca.sqlpower.matchmaker.MatchMakerTranslateWord.hashCode() Local variable stored in JVM register ? Redundant null check at MatchMakerTranslateWord.java:[line 96]
|
|
RCN
|
Redundant nullcheck of pmrH2ToH3, which is known to be non-null in ca.sqlpower.matchmaker.MatchPoolTest.testMasterOfAllTakesNewDuplicateDuplicates() |
|
Bug type RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest In method ca.sqlpower.matchmaker.MatchPoolTest.testMasterOfAllTakesNewDuplicateDuplicates() Local variable named pmrH2ToH3 Redundant null check at MatchPoolTest.java:[line 3595]
|
|
RCN
|
Redundant nullcheck of pmrN1ToN4, which is known to be non-null in ca.sqlpower.matchmaker.MatchPoolTest.testNoMatchToOtherDuplicate() |
|
Bug type RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest In method ca.sqlpower.matchmaker.MatchPoolTest.testNoMatchToOtherDuplicate() Local variable named pmrN1ToN4 Redundant null check at MatchPoolTest.java:[line 2555]
|
|
RCN
|
Redundant nullcheck of in, which is known to be non-null in ca.sqlpower.matchmaker.munge.ConcatMungeStep.doCall() |
|
Bug type RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.munge.ConcatMungeStep In method ca.sqlpower.matchmaker.munge.ConcatMungeStep.doCall() Local variable named in Redundant null check at ConcatMungeStep.java:[line 82]
|
|
RCN
|
Redundant nullcheck of thisData, which is known to be non-null in ca.sqlpower.matchmaker.munge.MungeResult.compareTo(MungeResult) |
|
Bug type RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.munge.MungeResult In method ca.sqlpower.matchmaker.munge.MungeResult.compareTo(MungeResult) Local variable named thisData Redundant null check at MungeResult.java:[line 104]
|
|
RCN
|
Redundant nullcheck of p, which is known to be non-null in ca.sqlpower.matchmaker.swingui.action.ShowMatchStatisticInfoAction.actionPerformed(ActionEvent) |
|
Bug type RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.swingui.action.ShowMatchStatisticInfoAction In method ca.sqlpower.matchmaker.swingui.action.ShowMatchStatisticInfoAction.actionPerformed(ActionEvent) Local variable named p Redundant null check at ShowMatchStatisticInfoAction.java:[line 78]
|
|
RCN
|
Redundant nullcheck of stmt which is known to be null in ca.sqlpower.matchmaker.swingui.MatchValidationStatus.getMatchStats() |
|
Bug type RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchValidationStatus In method ca.sqlpower.matchmaker.swingui.MatchValidationStatus.getMatchStats() Local variable named stmt Redundant null check at MatchValidationStatus.java:[line 117]
|
|
RCN
|
Redundant nullcheck of obj, which is known to be non-null in ca.sqlpower.matchmaker.TableMergeRules.equals(Object) |
|
Bug type RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.TableMergeRules In method ca.sqlpower.matchmaker.TableMergeRules.equals(Object) Local variable named obj Redundant null check at TableMergeRules.java:[line 168]
|
|
RCN
|
Redundant nullcheck of obj, which is known to be non-null in ca.sqlpower.matchmaker.TableMergeRules.equals(Object) |
|
Bug type RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.TableMergeRules In method ca.sqlpower.matchmaker.TableMergeRules.equals(Object) Local variable named obj Redundant null check at TableMergeRules.java:[line 181]
|
|
RCN
|
Redundant nullcheck of obj, which is known to be non-null in ca.sqlpower.matchmaker.TableMergeRules.equals(Object) |
|
Bug type RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE (click for details)
In class ca.sqlpower.matchmaker.TableMergeRules In method ca.sqlpower.matchmaker.TableMergeRules.equals(Object) Local variable named obj Redundant null check at TableMergeRules.java:[line 199]
|
|
REC
|
Exception is caught when Exception is not thrown in ca.sqlpower.matchmaker.address.AddressPool.store(Logger, boolean, boolean) |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class ca.sqlpower.matchmaker.address.AddressPool In method ca.sqlpower.matchmaker.address.AddressPool.store(Logger, boolean, boolean) At AddressPool.java:[line 807]
|
|
REC
|
Exception is caught when Exception is not thrown in ca.sqlpower.matchmaker.dao.xml.ProjectDAOXML.findAll() |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class ca.sqlpower.matchmaker.dao.xml.ProjectDAOXML In method ca.sqlpower.matchmaker.dao.xml.ProjectDAOXML.findAll() At ProjectDAOXML.java:[line 204]
|
|
REC
|
Exception is caught when Exception is not thrown in ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler.startElement(String, String, String, Attributes) |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler In method ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler.startElement(String, String, String, Attributes) At ProjectSAXHandler.java:[line 642]
|
|
REC
|
Exception is caught when Exception is not thrown in ca.sqlpower.matchmaker.munge.AbstractMungeStep.duplicate(MatchMakerObject, MatchMakerSession) |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class ca.sqlpower.matchmaker.munge.AbstractMungeStep In method ca.sqlpower.matchmaker.munge.AbstractMungeStep.duplicate(MatchMakerObject, MatchMakerSession) At AbstractMungeStep.java:[line 338]
|
|
REC
|
Exception is caught when Exception is not thrown in ca.sqlpower.matchmaker.munge.MungePreviewer.refreshPreview() |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class ca.sqlpower.matchmaker.munge.MungePreviewer In method ca.sqlpower.matchmaker.munge.MungePreviewer.refreshPreview() At MungePreviewer.java:[line 217]
|
|
REC
|
Exception is caught when Exception is not thrown in ca.sqlpower.matchmaker.munge.MungePreviewer.setRefreshEnabled(boolean) |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class ca.sqlpower.matchmaker.munge.MungePreviewer In method ca.sqlpower.matchmaker.munge.MungePreviewer.setRefreshEnabled(boolean) At MungePreviewer.java:[line 301]
|
|
REC
|
Exception is caught when Exception is not thrown in ca.sqlpower.matchmaker.swingui.action.CreateRepositoryAction.actionPerformed(ActionEvent) |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class ca.sqlpower.matchmaker.swingui.action.CreateRepositoryAction In method ca.sqlpower.matchmaker.swingui.action.CreateRepositoryAction.actionPerformed(ActionEvent) At CreateRepositoryAction.java:[line 116]
|
|
REC
|
Exception is caught when Exception is not thrown in ca.sqlpower.matchmaker.swingui.action.ScriptAction.actionPerformed(ActionEvent) |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class ca.sqlpower.matchmaker.swingui.action.ScriptAction In method ca.sqlpower.matchmaker.swingui.action.ScriptAction.actionPerformed(ActionEvent) At ScriptAction.java:[line 57]
|
|
REC
|
Exception is caught when Exception is not thrown in ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker.populateTable(SQLTable) |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker In method ca.sqlpower.matchmaker.swingui.BuildExampleTableDialog$PopulateTableWorker.populateTable(SQLTable) At BuildExampleTableDialog.java:[line 675]
|
|
REC
|
Exception is caught when Exception is not thrown in ca.sqlpower.matchmaker.swingui.DeriveRelatedRulesPanel$DeriveAction.doStuff() |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class ca.sqlpower.matchmaker.swingui.DeriveRelatedRulesPanel$DeriveAction In method ca.sqlpower.matchmaker.swingui.DeriveRelatedRulesPanel$DeriveAction.doStuff() At DeriveRelatedRulesPanel.java:[line 184]
|
|
REC
|
Exception is caught when Exception is not thrown in ca.sqlpower.matchmaker.swingui.engine.RunEngineAction.actionPerformed(ActionEvent) |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class ca.sqlpower.matchmaker.swingui.engine.RunEngineAction In method ca.sqlpower.matchmaker.swingui.engine.RunEngineAction.actionPerformed(ActionEvent) At RunEngineAction.java:[line 124]
|
|
REC
|
Exception is caught when Exception is not thrown in ca.sqlpower.matchmaker.swingui.MatchResultVisualizer.updateMatchTable() |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchResultVisualizer In method ca.sqlpower.matchmaker.swingui.MatchResultVisualizer.updateMatchTable() At MatchResultVisualizer.java:[line 1092]
|
|
REC
|
Exception is caught when Exception is not thrown in ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$1.actionPerformed(ActionEvent) |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$1 In method ca.sqlpower.matchmaker.swingui.MatchResultVisualizer$1.actionPerformed(ActionEvent) At MatchResultVisualizer.java:[line 132]
|
|
REC
|
Exception is caught when Exception is not thrown in ca.sqlpower.matchmaker.swingui.ProjectEditor.applyChanges() |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class ca.sqlpower.matchmaker.swingui.ProjectEditor In method ca.sqlpower.matchmaker.swingui.ProjectEditor.applyChanges() At ProjectEditor.java:[line 613]
|
|
REC
|
Exception is caught when Exception is not thrown in ca.sqlpower.matchmaker.swingui.SwingSessionContextImpl.handleRepositoryVersionException(JDBCDataSource, RepositoryVersionException) |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class ca.sqlpower.matchmaker.swingui.SwingSessionContextImpl In method ca.sqlpower.matchmaker.swingui.SwingSessionContextImpl.handleRepositoryVersionException(JDBCDataSource, RepositoryVersionException) At SwingSessionContextImpl.java:[line 446]
|
|
REC
|
Exception is caught when Exception is not thrown in new org.json.JSONObject(Object) |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class org.json.JSONObject In method new org.json.JSONObject(Object) At JSONObject.java:[line 284]
|
|
REC
|
Exception is caught when Exception is not thrown in new org.json.JSONObject(Object, String[]) |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class org.json.JSONObject In method new org.json.JSONObject(Object, String[]) At JSONObject.java:[line 310]
|
|
REC
|
Exception is caught when Exception is not thrown in org.json.JSONObject.optDouble(String, double) |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class org.json.JSONObject In method org.json.JSONObject.optDouble(String, double) At JSONObject.java:[line 766]
|
|
REC
|
Exception is caught when Exception is not thrown in org.json.JSONObject.toString() |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class org.json.JSONObject In method org.json.JSONObject.toString() At JSONObject.java:[line 1151]
|
|
REC
|
Exception is caught when Exception is not thrown in org.json.Test.main(String[]) |
|
Bug type REC_CATCH_EXCEPTION (click for details)
In class org.json.Test In method org.json.Test.main(String[]) At Test.java:[line 475]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.ds from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.ds At AbstractMergeProcessorOnBetterDataModelTest.java:[line 112]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.project from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.project At AbstractMergeProcessorOnBetterDataModelTest.java:[line 110]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cccmr_date from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cccmr_date At AbstractMergeProcessorOnBetterDataModelTest.java:[line 185]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cccmr_gparent_id from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cccmr_gparent_id At AbstractMergeProcessorOnBetterDataModelTest.java:[line 182]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cccmr_id from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cccmr_id At AbstractMergeProcessorOnBetterDataModelTest.java:[line 183]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cccmr_number from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cccmr_number At AbstractMergeProcessorOnBetterDataModelTest.java:[line 186]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cccmr_string from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cccmr_string At AbstractMergeProcessorOnBetterDataModelTest.java:[line 184]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.ccmr_date from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.ccmr_date At AbstractMergeProcessorOnBetterDataModelTest.java:[line 178]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.ccmr_id from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.ccmr_id At AbstractMergeProcessorOnBetterDataModelTest.java:[line 176]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.ccmr_number from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.ccmr_number At AbstractMergeProcessorOnBetterDataModelTest.java:[line 179]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.ccmr_parent_id from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.ccmr_parent_id At AbstractMergeProcessorOnBetterDataModelTest.java:[line 175]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.ccmr_string from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.ccmr_string At AbstractMergeProcessorOnBetterDataModelTest.java:[line 177]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cctmr from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cctmr At AbstractMergeProcessorOnBetterDataModelTest.java:[line 181]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cmr_date from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cmr_date At AbstractMergeProcessorOnBetterDataModelTest.java:[line 171]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cmr_id from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cmr_id At AbstractMergeProcessorOnBetterDataModelTest.java:[line 169]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cmr_number from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cmr_number At AbstractMergeProcessorOnBetterDataModelTest.java:[line 172]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cmr_string from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.cmr_string At AbstractMergeProcessorOnBetterDataModelTest.java:[line 170]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.con from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.con At AbstractMergeProcessorOnBetterDataModelTest.java:[line 134]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.ctmr from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.ctmr At AbstractMergeProcessorOnBetterDataModelTest.java:[line 174]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.db from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.db At AbstractMergeProcessorOnBetterDataModelTest.java:[line 113]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.rCon from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.rCon At AbstractMergeProcessorOnBetterDataModelTest.java:[line 144]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.sCon from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.sCon At AbstractMergeProcessorOnBetterDataModelTest.java:[line 145]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.session from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.session At AbstractMergeProcessorOnBetterDataModelTest.java:[line 114]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.tmr from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.tmr At AbstractMergeProcessorOnBetterDataModelTest.java:[line 168]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.ds from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.ds At AbstractMergeProcessorTest.java:[line 108]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.project from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.project At AbstractMergeProcessorTest.java:[line 106]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cccmr_date from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cccmr_date At AbstractMergeProcessorTest.java:[line 182]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cccmr_gparent_id from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cccmr_gparent_id At AbstractMergeProcessorTest.java:[line 178]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cccmr_id from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cccmr_id At AbstractMergeProcessorTest.java:[line 180]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cccmr_number from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cccmr_number At AbstractMergeProcessorTest.java:[line 183]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cccmr_parent_id from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cccmr_parent_id At AbstractMergeProcessorTest.java:[line 179]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cccmr_string from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cccmr_string At AbstractMergeProcessorTest.java:[line 181]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.ccmr_date from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.ccmr_date At AbstractMergeProcessorTest.java:[line 174]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.ccmr_id from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.ccmr_id At AbstractMergeProcessorTest.java:[line 172]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.ccmr_number from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.ccmr_number At AbstractMergeProcessorTest.java:[line 175]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.ccmr_parent_id from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.ccmr_parent_id At AbstractMergeProcessorTest.java:[line 171]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.ccmr_string from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.ccmr_string At AbstractMergeProcessorTest.java:[line 173]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cctmr from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cctmr At AbstractMergeProcessorTest.java:[line 177]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cmr_date from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cmr_date At AbstractMergeProcessorTest.java:[line 167]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cmr_id from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cmr_id At AbstractMergeProcessorTest.java:[line 165]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cmr_number from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cmr_number At AbstractMergeProcessorTest.java:[line 168]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cmr_string from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.cmr_string At AbstractMergeProcessorTest.java:[line 166]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.con from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.con At AbstractMergeProcessorTest.java:[line 130]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.ctmr from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.ctmr At AbstractMergeProcessorTest.java:[line 170]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.db from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.db At AbstractMergeProcessorTest.java:[line 109]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.rCon from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.rCon At AbstractMergeProcessorTest.java:[line 140]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.sCon from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.sCon At AbstractMergeProcessorTest.java:[line 141]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.session from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.session At AbstractMergeProcessorTest.java:[line 110]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.tmr from instance method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.AbstractMergeProcessorTest In method ca.sqlpower.matchmaker.AbstractMergeProcessorTest.setUp() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.tmr At AbstractMergeProcessorTest.java:[line 164]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.childTable from instance method ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelOracleTest.createTables() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelOracleTest In method ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelOracleTest.createTables() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.childTable At MergeProcessorOnBetterDataModelOracleTest.java:[line 103]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.grandChildTable from instance method ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelOracleTest.createTables() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelOracleTest In method ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelOracleTest.createTables() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.grandChildTable At MergeProcessorOnBetterDataModelOracleTest.java:[line 104]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.sourceTable from instance method ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelOracleTest.createTables() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelOracleTest In method ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelOracleTest.createTables() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.sourceTable At MergeProcessorOnBetterDataModelOracleTest.java:[line 102]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.childTable from instance method ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelSQLServerTest.createTables() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelSQLServerTest In method ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelSQLServerTest.createTables() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.childTable At MergeProcessorOnBetterDataModelSQLServerTest.java:[line 101]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.grandChildTable from instance method ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelSQLServerTest.createTables() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelSQLServerTest In method ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelSQLServerTest.createTables() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.grandChildTable At MergeProcessorOnBetterDataModelSQLServerTest.java:[line 102]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.sourceTable from instance method ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelSQLServerTest.createTables() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelSQLServerTest In method ca.sqlpower.matchmaker.MergeProcessorOnBetterDataModelSQLServerTest.createTables() Field ca.sqlpower.matchmaker.AbstractMergeProcessorOnBetterDataModelTest.sourceTable At MergeProcessorOnBetterDataModelSQLServerTest.java:[line 100]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.childTable from instance method ca.sqlpower.matchmaker.MergeProcessorOracleTest.createTables() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.MergeProcessorOracleTest In method ca.sqlpower.matchmaker.MergeProcessorOracleTest.createTables() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.childTable At MergeProcessorOracleTest.java:[line 112]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.grandChildTable from instance method ca.sqlpower.matchmaker.MergeProcessorOracleTest.createTables() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.MergeProcessorOracleTest In method ca.sqlpower.matchmaker.MergeProcessorOracleTest.createTables() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.grandChildTable At MergeProcessorOracleTest.java:[line 113]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.sourceTable from instance method ca.sqlpower.matchmaker.MergeProcessorOracleTest.createTables() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.MergeProcessorOracleTest In method ca.sqlpower.matchmaker.MergeProcessorOracleTest.createTables() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.sourceTable At MergeProcessorOracleTest.java:[line 111]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.childTable from instance method ca.sqlpower.matchmaker.MergeProcessorSQLServerTest.createTables() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.MergeProcessorSQLServerTest In method ca.sqlpower.matchmaker.MergeProcessorSQLServerTest.createTables() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.childTable At MergeProcessorSQLServerTest.java:[line 108]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.grandChildTable from instance method ca.sqlpower.matchmaker.MergeProcessorSQLServerTest.createTables() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.MergeProcessorSQLServerTest In method ca.sqlpower.matchmaker.MergeProcessorSQLServerTest.createTables() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.grandChildTable At MergeProcessorSQLServerTest.java:[line 109]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.sourceTable from instance method ca.sqlpower.matchmaker.MergeProcessorSQLServerTest.createTables() |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.MergeProcessorSQLServerTest In method ca.sqlpower.matchmaker.MergeProcessorSQLServerTest.createTables() Field ca.sqlpower.matchmaker.AbstractMergeProcessorTest.sourceTable At MergeProcessorSQLServerTest.java:[line 107]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.munge.AddressCorrectionMungeStep.logger from instance method ca.sqlpower.matchmaker.munge.AddressCorrectionMungeStep.doOpen(MatchMakerEngine$EngineMode, Logger) |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.munge.AddressCorrectionMungeStep In method ca.sqlpower.matchmaker.munge.AddressCorrectionMungeStep.doOpen(MatchMakerEngine$EngineMode, Logger) Field ca.sqlpower.matchmaker.munge.AddressCorrectionMungeStep.logger At AddressCorrectionMungeStep.java:[line 125]
|
|
ST
|
Write to static field ca.sqlpower.matchmaker.undo.MMOChangeUndoWatcher.undoCount from instance method new ca.sqlpower.matchmaker.undo.MMOChangeUndoWatcher(MatchMakerObject, AbstractUndoableEditorPane, MatchMakerSwingSession) |
|
Bug type ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD (click for details)
In class ca.sqlpower.matchmaker.undo.MMOChangeUndoWatcher In method new ca.sqlpower.matchmaker.undo.MMOChangeUndoWatcher(MatchMakerObject, AbstractUndoableEditorPane, MatchMakerSwingSession) Field ca.sqlpower.matchmaker.undo.MMOChangeUndoWatcher.undoCount At MMOChangeUndoWatcher.java:[line 79]
|
|
UwF
|
AbstractEngine.project not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.AbstractEngine Field ca.sqlpower.matchmaker.AbstractEngine.project In AbstractEngine.java
|
|
UwF
|
AbstractEngine.session not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.AbstractEngine Field ca.sqlpower.matchmaker.AbstractEngine.session In AbstractEngine.java
|
|
UwF
|
AbstractMatchMakerObjectTest.test not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest Field ca.sqlpower.matchmaker.AbstractMatchMakerObjectTest.test In AbstractMatchMakerObjectTest.java
|
|
UwF
|
MatchMakerHibernateSessionConnectionProvider.session not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionConnectionProvider Field ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionConnectionProvider.session In MatchMakerHibernateSessionConnectionProvider.java
|
|
UwF
|
ProjectDAOOracleTest.project not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.ProjectDAOOracleTest Field ca.sqlpower.matchmaker.dao.hibernate.ProjectDAOOracleTest.project In ProjectDAOOracleTest.java
|
|
UwF
|
RepositoryUtil$1.currentText not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil$1 Field ca.sqlpower.matchmaker.dao.hibernate.RepositoryUtil$1.currentText In RepositoryUtil.java
|
|
UwF
|
ProjectSAXHandler.columnMergeRules not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler Field ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler.columnMergeRules In ProjectSAXHandler.java
|
|
UwF
|
ProjectSAXHandler.locator not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler Field ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler.locator In ProjectSAXHandler.java
|
|
UwF
|
ProjectSAXHandler.process not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler Field ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler.process In ProjectSAXHandler.java
|
|
UwF
|
ProjectSAXHandler.project not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler Field ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler.project In ProjectSAXHandler.java
|
|
UwF
|
ProjectSAXHandler.step not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler Field ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler.step In ProjectSAXHandler.java
|
|
UwF
|
ProjectSAXHandler.steps not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler Field ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler.steps In ProjectSAXHandler.java
|
|
UwF
|
ProjectSAXHandler.tableMergeRules not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler Field ca.sqlpower.matchmaker.dao.xml.ProjectSAXHandler.tableMergeRules In ProjectSAXHandler.java
|
|
UwF
|
ProjectXMLDAOTest.daoOut not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.dao.xml.ProjectXMLDAOTest Field ca.sqlpower.matchmaker.dao.xml.ProjectXMLDAOTest.daoOut In ProjectXMLDAOTest.java
|
|
UwF
|
ProjectXMLDAOTest.db not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.dao.xml.ProjectXMLDAOTest Field ca.sqlpower.matchmaker.dao.xml.ProjectXMLDAOTest.db In ProjectXMLDAOTest.java
|
|
UwF
|
ProjectXMLDAOTest.out not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.dao.xml.ProjectXMLDAOTest Field ca.sqlpower.matchmaker.dao.xml.ProjectXMLDAOTest.out In ProjectXMLDAOTest.java
|
|
UwF
|
MatchMakerEventSupportTest.support not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest Field ca.sqlpower.matchmaker.event.MatchMakerEventSupportTest.support In MatchMakerEventSupportTest.java
|
|
UwF
|
MatchMakerEngineImplTest.context not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.MatchMakerEngineImplTest Field ca.sqlpower.matchmaker.MatchMakerEngineImplTest.context In MatchMakerEngineImplTest.java
|
|
UwF
|
MatchMakerEngineImplTest.matchMakerEngine not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.MatchMakerEngineImplTest Field ca.sqlpower.matchmaker.MatchMakerEngineImplTest.matchMakerEngine In MatchMakerEngineImplTest.java
|
|
UwF
|
MatchMakerTranslateWordTest.target not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.MatchMakerTranslateWordTest Field ca.sqlpower.matchmaker.MatchMakerTranslateWordTest.target In MatchMakerTranslateWordTest.java
|
|
UwF
|
MatchPoolTest.con not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest Field ca.sqlpower.matchmaker.MatchPoolTest.con In MatchPoolTest.java
|
|
UwF
|
MatchPoolTest.mungeProcessOne not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest Field ca.sqlpower.matchmaker.MatchPoolTest.mungeProcessOne In MatchPoolTest.java
|
|
UwF
|
MatchPoolTest.mungeProcessTwo not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest Field ca.sqlpower.matchmaker.MatchPoolTest.mungeProcessTwo In MatchPoolTest.java
|
|
UwF
|
MatchPoolTest.pool not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest Field ca.sqlpower.matchmaker.MatchPoolTest.pool In MatchPoolTest.java
|
|
UwF
|
MatchPoolTest.project not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.MatchPoolTest Field ca.sqlpower.matchmaker.MatchPoolTest.project In MatchPoolTest.java
|
|
UwF
|
MatchProcessorTest.con not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.MatchProcessorTest Field ca.sqlpower.matchmaker.MatchProcessorTest.con In MatchProcessorTest.java
|
|
UwF
|
MatchProcessorTest.matcher not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.MatchProcessorTest Field ca.sqlpower.matchmaker.MatchProcessorTest.matcher In MatchProcessorTest.java
|
|
UwF
|
MatchProcessorTest.pool not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.MatchProcessorTest Field ca.sqlpower.matchmaker.MatchProcessorTest.pool In MatchProcessorTest.java
|
|
UwF
|
MergeProcessor.stmt not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.MergeProcessor Field ca.sqlpower.matchmaker.MergeProcessor.stmt In MergeProcessor.java
|
|
UwF
|
AbstractMungeStepTest.mungeStep not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.AbstractMungeStepTest Field ca.sqlpower.matchmaker.munge.AbstractMungeStepTest.mungeStep In AbstractMungeStepTest.java
|
|
UwF
|
BooleanConstantMungeStepTest.step not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.BooleanConstantMungeStepTest Field ca.sqlpower.matchmaker.munge.BooleanConstantMungeStepTest.step In BooleanConstantMungeStepTest.java
|
|
UwF
|
CleanseResultStep.inputStep not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.CleanseResultStep Field ca.sqlpower.matchmaker.munge.CleanseResultStep.inputStep In CleanseResultStep.java
|
|
UwF
|
CleanseResultStep.table not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.CleanseResultStep Field ca.sqlpower.matchmaker.munge.CleanseResultStep.table In CleanseResultStep.java
|
|
UwF
|
CleanseResultStepRefreshTest.resultStep not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.CleanseResultStepRefreshTest Field ca.sqlpower.matchmaker.munge.CleanseResultStepRefreshTest.resultStep In CleanseResultStepRefreshTest.java
|
|
UwF
|
DateConstantMungeStepTest.step not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.DateConstantMungeStepTest Field ca.sqlpower.matchmaker.munge.DateConstantMungeStepTest.step In DateConstantMungeStepTest.java
|
|
UwF
|
DeDupeResultStep.indexValues not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.DeDupeResultStep Field ca.sqlpower.matchmaker.munge.DeDupeResultStep.indexValues In DeDupeResultStep.java
|
|
UwF
|
DeDupeResultStep.inputStep not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.DeDupeResultStep Field ca.sqlpower.matchmaker.munge.DeDupeResultStep.inputStep In DeDupeResultStep.java
|
|
UwF
|
EmptyStringToNullTest.step not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.EmptyStringToNullTest Field ca.sqlpower.matchmaker.munge.EmptyStringToNullTest.step In EmptyStringToNullTest.java
|
|
UwF
|
MungeProcessGraphModelTest.a not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.MungeProcessGraphModelTest Field ca.sqlpower.matchmaker.munge.MungeProcessGraphModelTest.a In MungeProcessGraphModelTest.java
|
|
UwF
|
MungeProcessGraphModelTest.b not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.MungeProcessGraphModelTest Field ca.sqlpower.matchmaker.munge.MungeProcessGraphModelTest.b In MungeProcessGraphModelTest.java
|
|
UwF
|
MungeProcessGraphModelTest.c not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.MungeProcessGraphModelTest Field ca.sqlpower.matchmaker.munge.MungeProcessGraphModelTest.c In MungeProcessGraphModelTest.java
|
|
UwF
|
MungeProcessGraphModelTest.gm not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.MungeProcessGraphModelTest Field ca.sqlpower.matchmaker.munge.MungeProcessGraphModelTest.gm In MungeProcessGraphModelTest.java
|
|
UwF
|
MungeProcessor.processOrder not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.MungeProcessor Field ca.sqlpower.matchmaker.munge.MungeProcessor.processOrder In MungeProcessor.java
|
|
UwF
|
MungeResult.mungedData not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.MungeResult Field ca.sqlpower.matchmaker.munge.MungeResult.mungedData In MungeResult.java
|
|
UwF
|
MungeResult.sourceTableRecord not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.MungeResult Field ca.sqlpower.matchmaker.munge.MungeResult.sourceTableRecord In MungeResult.java
|
|
UwF
|
MungeResultTest.mungedData1 not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.MungeResultTest Field ca.sqlpower.matchmaker.munge.MungeResultTest.mungedData1 In MungeResultTest.java
|
|
UwF
|
MungeResultTest.mungedData2 not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.MungeResultTest Field ca.sqlpower.matchmaker.munge.MungeResultTest.mungedData2 In MungeResultTest.java
|
|
UwF
|
MungeResultTest.r1 not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.MungeResultTest Field ca.sqlpower.matchmaker.munge.MungeResultTest.r1 In MungeResultTest.java
|
|
UwF
|
MungeResultTest.r2 not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.MungeResultTest Field ca.sqlpower.matchmaker.munge.MungeResultTest.r2 In MungeResultTest.java
|
|
UwF
|
NumberToStringMungeStepTest.step not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.NumberToStringMungeStepTest Field ca.sqlpower.matchmaker.munge.NumberToStringMungeStepTest.step In NumberToStringMungeStepTest.java
|
|
UwF
|
StringConstantMungeStepTest.step not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.StringConstantMungeStepTest Field ca.sqlpower.matchmaker.munge.StringConstantMungeStepTest.step In StringConstantMungeStepTest.java
|
|
UwF
|
StringToNumberMungeStepTest.step not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.StringToNumberMungeStepTest Field ca.sqlpower.matchmaker.munge.StringToNumberMungeStepTest.step In StringToNumberMungeStepTest.java
|
|
UwF
|
TrimSpacesMungeStepTest.step not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.munge.TrimSpacesMungeStepTest Field ca.sqlpower.matchmaker.munge.TrimSpacesMungeStepTest.step In TrimSpacesMungeStepTest.java
|
|
UwF
|
MungeSettingsTest.ms not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.MungeSettingsTest Field ca.sqlpower.matchmaker.MungeSettingsTest.ms In MungeSettingsTest.java
|
|
UwF
|
PotentialMatchRecordTest.pmr not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.PotentialMatchRecordTest Field ca.sqlpower.matchmaker.PotentialMatchRecordTest.pmr In PotentialMatchRecordTest.java
|
|
UwF
|
ProjectSQLTableHelperTest.project not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.ProjectSQLTableHelperTest Field ca.sqlpower.matchmaker.ProjectSQLTableHelperTest.project In ProjectSQLTableHelperTest.java
|
|
UwF
|
ProjectSQLTableHelperTest.session not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.ProjectSQLTableHelperTest Field ca.sqlpower.matchmaker.ProjectSQLTableHelperTest.session In ProjectSQLTableHelperTest.java
|
|
UwF
|
ProjectTest.project not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.ProjectTest Field ca.sqlpower.matchmaker.ProjectTest.project In ProjectTest.java
|
|
UwF
|
ProjectTest.session not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.ProjectTest Field ca.sqlpower.matchmaker.ProjectTest.session In ProjectTest.java
|
|
UwF
|
DeleteFolderDialog.dialog not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.DeleteFolderDialog Field ca.sqlpower.matchmaker.swingui.DeleteFolderDialog.dialog In DeleteFolderDialog.java
|
|
UwF
|
MatchMakerTreeModelTest.counter not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerTreeModelTest Field ca.sqlpower.matchmaker.swingui.MatchMakerTreeModelTest.counter In MatchMakerTreeModelTest.java
|
|
UwF
|
MatchMakerTreeModelTest.currentFoldersNode not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerTreeModelTest Field ca.sqlpower.matchmaker.swingui.MatchMakerTreeModelTest.currentFoldersNode In MatchMakerTreeModelTest.java
|
|
UwF
|
MatchMakerTreeModelTest.treeModel not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchMakerTreeModelTest Field ca.sqlpower.matchmaker.swingui.MatchMakerTreeModelTest.treeModel In MatchMakerTreeModelTest.java
|
|
UwF
|
MatchTranslateTableModelTest.ec not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchTranslateTableModelTest Field ca.sqlpower.matchmaker.swingui.MatchTranslateTableModelTest.ec In MatchTranslateTableModelTest.java
|
|
UwF
|
MatchTranslateTableModelTest.translateGroup not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.MatchTranslateTableModelTest Field ca.sqlpower.matchmaker.swingui.MatchTranslateTableModelTest.translateGroup In MatchTranslateTableModelTest.java
|
|
UwF
|
AddressCorrectionMungeComponent.addressDataRequired not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent Field ca.sqlpower.matchmaker.swingui.munge.AddressCorrectionMungeComponent.addressDataRequired In AddressCorrectionMungeComponent.java
|
|
UwF
|
DateConstantMungeComponent.date not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.DateConstantMungeComponent Field ca.sqlpower.matchmaker.swingui.munge.DateConstantMungeComponent.date In DateConstantMungeComponent.java
|
|
UwF
|
DateConstantMungeComponent.dc not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.DateConstantMungeComponent Field ca.sqlpower.matchmaker.swingui.munge.DateConstantMungeComponent.dc In DateConstantMungeComponent.java
|
|
UwF
|
DateConstantMungeComponent.opts not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.DateConstantMungeComponent Field ca.sqlpower.matchmaker.swingui.munge.DateConstantMungeComponent.opts In DateConstantMungeComponent.java
|
|
UwF
|
DateConstantMungeComponent.retNull not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.DateConstantMungeComponent Field ca.sqlpower.matchmaker.swingui.munge.DateConstantMungeComponent.retNull In DateConstantMungeComponent.java
|
|
UwF
|
DateConstantMungeComponent.useCurrent not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.munge.DateConstantMungeComponent Field ca.sqlpower.matchmaker.swingui.munge.DateConstantMungeComponent.useCurrent In DateConstantMungeComponent.java
|
|
UwF
|
SwingSessionContextTest.context not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.SwingSessionContextTest Field ca.sqlpower.matchmaker.swingui.SwingSessionContextTest.context In SwingSessionContextTest.java
|
|
UwF
|
TranslationComboBoxModelTest.counter not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.TranslationComboBoxModelTest Field ca.sqlpower.matchmaker.swingui.TranslationComboBoxModelTest.counter In TranslationComboBoxModelTest.java
|
|
UwF
|
TranslationComboBoxModelTest.tcbm not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.TranslationComboBoxModelTest Field ca.sqlpower.matchmaker.swingui.TranslationComboBoxModelTest.tcbm In TranslationComboBoxModelTest.java
|
|
UwF
|
TranslationComboBoxModelTest.tgp not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.swingui.TranslationComboBoxModelTest Field ca.sqlpower.matchmaker.swingui.TranslationComboBoxModelTest.tgp In TranslationComboBoxModelTest.java
|
|
UwF
|
TranslateGroupParentTest.cg not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.TranslateGroupParentTest Field ca.sqlpower.matchmaker.TranslateGroupParentTest.cg In TranslateGroupParentTest.java
|
|
UwF
|
TranslateGroupParentTest.tgp not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.TranslateGroupParentTest Field ca.sqlpower.matchmaker.TranslateGroupParentTest.tgp In TranslateGroupParentTest.java
|
|
UwF
|
FileNameToLogTest.allLogs not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.util.FileNameToLogTest Field ca.sqlpower.matchmaker.util.FileNameToLogTest.allLogs In FileNameToLogTest.java
|
|
UwF
|
FileNameToLogTest.data not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.util.FileNameToLogTest Field ca.sqlpower.matchmaker.util.FileNameToLogTest.data In FileNameToLogTest.java
|
|
UwF
|
FileNameToLogTest.rs not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.util.FileNameToLogTest Field ca.sqlpower.matchmaker.util.FileNameToLogTest.rs In FileNameToLogTest.java
|
|
UwF
|
FileNameToLogTest.userType not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.util.FileNameToLogTest Field ca.sqlpower.matchmaker.util.FileNameToLogTest.userType In FileNameToLogTest.java
|
|
UwF
|
ListToSQLIndexTest.index not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.util.ListToSQLIndexTest Field ca.sqlpower.matchmaker.util.ListToSQLIndexTest.index In ListToSQLIndexTest.java
|
|
UwF
|
ListToSQLIndexTest.index2 not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.util.ListToSQLIndexTest Field ca.sqlpower.matchmaker.util.ListToSQLIndexTest.index2 In ListToSQLIndexTest.java
|
|
UwF
|
ListToSQLIndexTest.rs not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.util.ListToSQLIndexTest Field ca.sqlpower.matchmaker.util.ListToSQLIndexTest.rs In ListToSQLIndexTest.java
|
|
UwF
|
ListToSQLIndexTest.userType not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.util.ListToSQLIndexTest Field ca.sqlpower.matchmaker.util.ListToSQLIndexTest.userType In ListToSQLIndexTest.java
|
|
UwF
|
StringsToViewSpecTest.data not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.util.StringsToViewSpecTest Field ca.sqlpower.matchmaker.util.StringsToViewSpecTest.data In StringsToViewSpecTest.java
|
|
UwF
|
StringsToViewSpecTest.rs not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.util.StringsToViewSpecTest Field ca.sqlpower.matchmaker.util.StringsToViewSpecTest.rs In StringsToViewSpecTest.java
|
|
UwF
|
StringsToViewSpecTest.testViewSpecs not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.util.StringsToViewSpecTest Field ca.sqlpower.matchmaker.util.StringsToViewSpecTest.testViewSpecs In StringsToViewSpecTest.java
|
|
UwF
|
StringsToViewSpecTest.userType not initialized in constructor |
|
Bug type UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR (click for details)
In class ca.sqlpower.matchmaker.util.StringsToViewSpecTest Field ca.sqlpower.matchmaker.util.StringsToViewSpecTest.userType In StringsToViewSpecTest.java
|
This instanceof test will always return false. Although this is safe, make sure it isn't
an indication of some misunderstanding or some other logic error.
This cast is unchecked, and not all instances of the type casted from can be cast to
the type it is being cast to. Ensure that your program logic ensures that this
cast will not fail.
Unless the class must be compatible with JVMs predating Java 1.5,
use either autoboxing or the valueOf() method when creating instances of Double and Float.
Values between -128 and 127 are guaranteed to have corresponding cached instances
and using valueOf is approximately 3.5 times faster than using constructor.
For values outside the constant range the performance of both styles is the same.
Unless the class must be compatible with JVMs predating Java 1.5,
use either autoboxing or the valueOf() method when creating instances of
Long, Integer, Short, Character, and Byte.
A primitive is boxed, and then immediately unboxed. This probably is due to a manual
boxing in a place where an unboxed value is required, thus forcing the compiler
to immediately undue the work of the boxing.
This method uses the same code to implement two clauses of a switch statement.
This could be a case of duplicate code, but it might also indicate
a coding mistake.
This method might ignore an exception. In general, exceptions
should be handled or reported in some way, or they should be thrown
out of the method.
The code stores null into a local variable, and stored value is not
read. This store may have been introduced in assist the garbage collector, but
as of Java SE 6.0, this is no longer needed or useful.
This instruction assigns a value to a local variable,
but the value is not read by any subsequent instruction.
Often, this indicates an error, because the value computed
is never used.
Note that Sun's javac compiler often generates dead stores for
final local variables. Because FindBugs is a bytecode-based tool,
there is no easy way to eliminate these false positives.
A String is being converted to upper or lowercase, using the platform's default encoding. This may
result in improper conversions when used with international characters. Use the
versions instead.
Invoking System.exit shuts down the entire Java virtual machine. This
should only been done when it is appropriate. Such calls make it
hard or impossible for your code to be invoked by other code.
Consider throwing a RuntimeException instead.
The code invokes toString on an array, which will generate a fairly useless result
such as [C@16f0472. Consider using Arrays.toString to convert the array into a readable
String that gives the contents of the array. See Programming Puzzlers, chapter 3, puzzle 12.
This code invokes a method that requires a security permission check.
If this code will be granted security permissions, but might be invoked by code that does not
have security permissions, then the invocation needs to occur inside a doPrivileged block.
Returning a reference to a mutable object value stored in one of the object's fields
exposes the internal representation of the object.
If instances
are accessed by untrusted code, and unchecked changes to
the mutable object would compromise security or other
important properties, you will need to do something different.
Returning a new copy of the object is better approach in many situations.
This code stores a reference to an externally mutable object into the
internal representation of the object.
If instances
are accessed by untrusted code, and unchecked changes to
the mutable object would compromise security or other
important properties, you will need to do something different.
Storing a copy of the object is better approach in many situations.
If you don't think instances of this class will ever be inserted into a HashMap/HashTable,
the recommended hashCode implementation to use is:
The code uses x % 2 == 1 to check to see if a value is odd, but this won't work
for negative numbers (e.g., (-5) % 2 == -1). If this code is intending to check
for oddness, consider using x & 1 == 1, or x % 2 != 0.
This method uses the toArray() method of a collection derived class, and passes
in a zero-length prototype array argument. It is more efficient to use
myCollection.toArray(new Foo[myCollection.size()])
If the array passed in is big enough to store all of the
elements of the collection, then it is populated and returned
directly. This avoids the need to create a second array
(by reflection) to return as the result.
This method defines a local variable with the same name as a field
in this class or a superclass. This may cause the method to
read an uninitialized value from the field, leave the field uninitialized,
or both.
A mutable static field could be changed by malicious code or
by accident from another package.
The field could be made final to avoid
this vulnerability.
A mutable static field could be changed by malicious code or
by accident.
The field could be made package protected to avoid
this vulnerability.
The referenced methods have names that differ only by capitalization.
Names of fields that are not final should be in mixed case with a lowercase first letter and the first letters of subsequent words capitalized.
The variable referenced at this point is known to be null due to an earlier
check against null. Although this is valid, it might be a mistake (perhaps you
intended to refer to a different variable, or perhaps the earlier check to see if the
variable is null should have been a check to see if it was nonnull.
This method call passes a null value to a method which might
dereference it unconditionally.
A method that returns either Boolean.TRUE, Boolean.FALSE or null is an accident waiting to happen.
This method can be invoked as though it returned a value of type boolean, and
the compiler will insert automatic unboxing of the Boolean value. If a null value is returned,
this will result in a NullPointerException.
The method creates a database resource (such as a database connection
or row set), does not assign it to any
fields, pass it to other methods, or return it, and does not appear to close
the object on all paths out of the method. Failure to
close database resources on all paths out of a method may
result in poor performance, and could cause the application to
have problems communicating with the database.
The method creates a database resource (such as a database connection
or row set), does not assign it to any
fields, pass it to other methods, or return it, and does not appear to close
the object on all exception paths out of the method. Failure to
close database resources on all paths out of a method may
result in poor performance, and could cause the application to
have problems communicating with the database.
The method creates an IO stream object, does not assign it to any
fields, pass it to other methods that might close it,
or return it, and does not appear to close
the stream on all paths out of the method. This may result in
a file descriptor leak. It is generally a good
idea to use a finally block to ensure that streams are
closed.
The method creates an IO stream object, does not assign it to any
fields, pass it to other methods, or return it, and does not appear to close
it on all possible exception paths out of the method.
This may result in a file descriptor leak. It is generally a good
idea to use a finally block to ensure that streams are
closed.
It is often a better design to
return a length zero array rather than a null reference to indicate that there
are no results (i.e., an empty list of results).
This way, no explicit check for null is needed by clients of the method.
On the other hand, using null to indicate
"there is no answer to this question", then it is probably appropriate.
For example, File.listFiles() returns an empty list
if given a directory containing no files, and returns null if the file
is not a directory.
This method compares two reference values using the == or != operator,
where the correct way to compare instances of this type is generally
with the equals() method. Examples of classes which should generally
not be compared by reference are java.lang.Integer, java.lang.Float, etc.
A value is checked here to see whether it is null, but this value can't
be null because it was previously dereferenced and if it were null a null pointer
exception would have occurred at the earlier dereference.
Essentially, this code and the previous dereference
disagree as to whether this value is allowed to be null. Either the check is redundant
or the previous dereference is erroneous.
This method contains a redundant check of a known non-null value against
the constant null.
This method contains a redundant check of a known null value against
the constant null.
This method uses a try-catch block that catches Exception objects, but Exception is not
thrown within the try block, and RuntimeException is not explicitly caught. It is a common bug pattern to
say try { ... } catch (Exception e) { something } as a shorthand for catching a number of types of exception
each of whose catch blocks is identical, but this construct also accidentally catches RuntimeException as well,
masking potential bugs.
This method returns a value that is not checked. The return value should be checked
since it can indication an unusual or unexpected function execution. For
example, the File.delete() method returns false
if the file could not be successfully deleted (rather than
throwing an Exception).
If you don't check the result, you won't notice if the method invocation
signals unexpected behavior by returning an atypical return value.
The return value of this method should be checked. One common
cause of this warning is to invoke a method on an immutable object,
thinking that it updates the object. For example, in the following code
fragment,
the programmer seems to be thinking that the trim() method will update
the String referenced by dateString. But since Strings are immutable, the trim()
function returns a new String value, which is being ignored here. The code
should be corrected to:
The method seems to be building a String using concatenation in a loop.
In each iteration, the String is converted to a StringBuffer/StringBuilder,
appended to, and converted back to a String.
This can lead to a cost quadratic in the number of iterations,
as the growing string is recopied in each iteration.
Better performance can be obtained by using
a StringBuffer (or StringBuilder in Java 1.5) explicitly.
A non-serializable value is stored into a non-transient field
of a serializable class.
This Serializable class defines a non-primitive instance field which is neither transient,
Serializable, or java.lang.Object, and does not appear to implement
the Externalizable interface or the
readObject() and writeObject() methods.
Objects of this class will not be deserialized correctly if a non-Serializable
object is stored in this field.
This class is an inner class, but does not use its embedded reference
to the object which created it. This reference makes the instances
of the class larger, and may keep the reference to the creator object
alive longer than necessary. If possible, the class should be
made into a static inner class. Since anonymous inner
classes cannot be marked as static, doing this will requiring refactoring
the inner class so that it is a named inner class.
This class is an inner class, but does not use its embedded reference
to the object which created it except during construction of the
inner object. This reference makes the instances
of the class larger, and may keep the reference to the creator object
alive longer than necessary. If possible, the class should be
made into a static inner class. Since the reference to the
outer object is required during construction of the inner instance,
the inner class will need to be refactored so as to
pass a reference to the outer instance to the constructor
for the inner class.
This class is an inner class, but does not use its embedded reference
to the object which created it. This reference makes the instances
of the class larger, and may keep the reference to the creator object
alive longer than necessary. If possible, the class should be
made static.
The code creates an SQL prepared statement from a nonconstant String.
If unchecked, tainted data from a user is used in building this String, SQL injection could
be used to make the prepared statement do something unexpected and undesirable.
A call to getXXX or updateXXX methods of a result set was made where the
field index is 0. As ResultSet fields start at index 1, this is always a mistake.
The method invokes the execute method on an SQL statement with a String that seems
to be dynamically generated. Consider using
a prepared statement instead. It is more efficient and less vulnerable to
SQL injection attacks.
This class contains an instance final field that
is initialized to a compile-time static value.
Consider making the field static.
This instance method writes to a static field. This is tricky to get
correct if multiple instances are being manipulated,
and generally bad practice.
This private method is never called. Although it is
possible that the method will be invoked through reflection,
it is more likely that the method is never used, and should be
removed.
This constructor reads a field which has not yet been assigned a value.
This is often caused when the programmer mistakenly uses the field instead
of one of the constructor's parameters.
This field is never read. Consider removing it from the class.
This field is never used. Consider removing it from the class.
This field is never initialized within any constructor, and is therefore could be null after
the object is constructed.
This could be a either an error or a questionable design, since
it means a null pointer exception will be generated if that field is dereferenced
before being initialized.
This field is never written. All reads of it will return the default
value. Check for errors (should it have been initialized?), or remove it if it is useless.
This method accesses the value of a Map entry, using a key that was retrieved from
a keySet iterator. It is more efficient to use an iterator on the entrySet of the map, to avoid the
Map.get(key) lookup.