mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Moved ScalarToLongColumnTypeMapper to Base module
This commit is contained in:
parent
04f7366a62
commit
05f1d707f5
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package softwaremodeling.widgets.table.constraint.provider;
|
||||
package ghidra.base.widgets.table.constraint.provider;
|
||||
|
||||
import docking.widgets.table.constraint.ColumnTypeMapper;
|
||||
import ghidra.program.model.scalar.Scalar;
|
|
@ -30,6 +30,7 @@ import generic.test.category.NightlyCategory;
|
|||
import ghidra.app.cmd.data.CreateDataCmd;
|
||||
import ghidra.app.plugin.core.codebrowser.CodeBrowserPlugin;
|
||||
import ghidra.app.plugin.core.codebrowser.CodeViewerProvider;
|
||||
import ghidra.base.widgets.table.constraint.provider.ScalarToLongColumnTypeMapper;
|
||||
import ghidra.framework.cmd.Command;
|
||||
import ghidra.framework.plugintool.PluginTool;
|
||||
import ghidra.program.database.ProgramBuilder;
|
||||
|
@ -42,7 +43,6 @@ import ghidra.program.model.scalar.Scalar;
|
|||
import ghidra.test.AbstractGhidraHeadedIntegrationTest;
|
||||
import ghidra.test.TestEnv;
|
||||
import ghidra.util.exception.RollbackException;
|
||||
import softwaremodeling.widgets.table.constraint.provider.ScalarToLongColumnTypeMapper;
|
||||
|
||||
@Category(NightlyCategory.class)
|
||||
public class ScalarSearchTest extends AbstractGhidraHeadedIntegrationTest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue