Moved ScalarToLongColumnTypeMapper to Base module

This commit is contained in:
ghidra1 2019-10-08 13:21:17 -04:00
parent 04f7366a62
commit 05f1d707f5
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package softwaremodeling.widgets.table.constraint.provider; package ghidra.base.widgets.table.constraint.provider;
import docking.widgets.table.constraint.ColumnTypeMapper; import docking.widgets.table.constraint.ColumnTypeMapper;
import ghidra.program.model.scalar.Scalar; import ghidra.program.model.scalar.Scalar;

View file

@ -30,6 +30,7 @@ import generic.test.category.NightlyCategory;
import ghidra.app.cmd.data.CreateDataCmd; import ghidra.app.cmd.data.CreateDataCmd;
import ghidra.app.plugin.core.codebrowser.CodeBrowserPlugin; import ghidra.app.plugin.core.codebrowser.CodeBrowserPlugin;
import ghidra.app.plugin.core.codebrowser.CodeViewerProvider; import ghidra.app.plugin.core.codebrowser.CodeViewerProvider;
import ghidra.base.widgets.table.constraint.provider.ScalarToLongColumnTypeMapper;
import ghidra.framework.cmd.Command; import ghidra.framework.cmd.Command;
import ghidra.framework.plugintool.PluginTool; import ghidra.framework.plugintool.PluginTool;
import ghidra.program.database.ProgramBuilder; import ghidra.program.database.ProgramBuilder;
@ -42,7 +43,6 @@ import ghidra.program.model.scalar.Scalar;
import ghidra.test.AbstractGhidraHeadedIntegrationTest; import ghidra.test.AbstractGhidraHeadedIntegrationTest;
import ghidra.test.TestEnv; import ghidra.test.TestEnv;
import ghidra.util.exception.RollbackException; import ghidra.util.exception.RollbackException;
import softwaremodeling.widgets.table.constraint.provider.ScalarToLongColumnTypeMapper;
@Category(NightlyCategory.class) @Category(NightlyCategory.class)
public class ScalarSearchTest extends AbstractGhidraHeadedIntegrationTest { public class ScalarSearchTest extends AbstractGhidraHeadedIntegrationTest {