mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-0 Moved most graph tests into integration tests. Corrected failing
graph tests
This commit is contained in:
parent
70675fce99
commit
7c11bb5751
15 changed files with 132 additions and 392 deletions
|
@ -4,9 +4,9 @@
|
|||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
@ -31,9 +31,11 @@ import ghidra.util.task.TaskMonitor;
|
|||
*/
|
||||
public class DataReferenceGraph extends AttributedGraph {
|
||||
public static final String REF_SOURCE_ATTRIBUTE = "Source";
|
||||
// TODO: ref/flow type attribute should be consistent with other program graphs
|
||||
// so that they can be mixed (waiting for standardization)
|
||||
public static final String REF_TYPE_ATTRIBUTE = "Type";
|
||||
public static final String REF_SYMBOL_ATTRIBUTE = "Symbol";
|
||||
public static final String DATA_ATTRIBUTE = "Data Type";
|
||||
public static final String DATA_ATTRIBUTE = "DataType";
|
||||
public static final String ADDRESS_ATTRIBUTE = "Address";
|
||||
public static final String LABEL_ATTRIBUTE = "Label";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue