File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151<tocroot >
5252 <!-- Uncomment and adjust fields to add help topic to help system's Table of Contents
5353 <tocref id="Ghidra Functionality">
54- <tocdef id="HelpAnchor " text="My Feature " target="help/topics/my_topic /help.html" />
54+ <tocdef id="CodeCut " text="CodeCut Plugin " target="help/topics/codecut /help.html" />
5555 </tocref>
5656 -->
5757</tocroot >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8888import ghidra .program .model .symbol .*;
8989import ghidra .program .util .ChangeManager ;
9090import ghidra .program .util .DefinedDataIterator ;
91- import ghidra .program .util .DefinedStringIterator ;
9291import ghidra .program .util .GhidraProgramUtilities ;
9392import ghidra .program .util .ProgramChangeRecord ;
9493import ghidra .program .util .ProgramLocation ;
Original file line number Diff line number Diff line change @@ -152,10 +152,11 @@ public int getReferenceCount() {
152152 throw new UnsupportedOperationException ();
153153 }
154154
155- @ Override
156- public boolean hasMultipleReferences () {
157- throw new UnsupportedOperationException ();
158- }
155+ //removed in Ghidra 12.0 - doubt we need this in 11.4?
156+ //@Override
157+ //public boolean hasMultipleReferences() {
158+ // throw new UnsupportedOperationException();
159+ //}
159160
160161 @ Override
161162 public boolean hasReferences () {
You can’t perform that action at this time.
0 commit comments