mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 10:50:48 +00:00
code path propagation
This commit is contained in:
@@ -81,6 +81,7 @@ public class ABCPanel extends JPanel implements ItemListener, ActionListener {
|
||||
public JPanel searchPanel;
|
||||
public JLabel searchPos;
|
||||
private List<ScriptPack> found = new ArrayList<>();
|
||||
private List<ClassPath> foundPath = new ArrayList<>();
|
||||
private int foundPos = 0;
|
||||
private JLabel searchForLabel;
|
||||
private String searchFor;
|
||||
@@ -112,6 +113,7 @@ public class ABCPanel extends JPanel implements ItemListener, ActionListener {
|
||||
decompiledTextArea.cacheScriptPack(item.value, list);
|
||||
if (pat.matcher(decompiledTextArea.getCachedText(item.value)).find()) {
|
||||
found.add(item.value);
|
||||
foundPath.add(item.key);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user