Bumped to upstream 3.0
This commit is contained in:
parent
fda3b3d5e6
commit
0fbc5d1d5c
10 changed files with 35 additions and 96 deletions
|
|
@ -18,8 +18,8 @@ index 26a416e..e6e2425 100644
|
|||
<artifactId>byteman-install</artifactId>
|
||||
diff --git a/runtime-decompiler/src/main/java/org/jrd/frontend/BytecodeDecompilerView.java b/runtime-decompiler/src/main/java/org/jrd/frontend/BytecodeDecompilerView.java
|
||||
index 9c19e2c..8d17775 100644
|
||||
--- a/runtime-decompiler/src/main/java/org/jrd/frontend/BytecodeDecompilerView.java
|
||||
+++ b/runtime-decompiler/src/main/java/org/jrd/frontend/BytecodeDecompilerView.java
|
||||
--- a/runtime-decompiler/src/main/java/org/jrd/frontend/MainFrame/BytecodeDecompilerView.java
|
||||
+++ b/runtime-decompiler/src/main/java/org/jrd/frontend/MainFrame/BytecodeDecompilerView.java
|
||||
@@ -2,9 +2,9 @@ package org.jrd.frontend.MainFrame;
|
||||
|
||||
import org.jrd.backend.core.OutputController;
|
||||
|
|
@ -43,10 +43,10 @@ index 9c19e2c..8d17775 100644
|
|||
+ private JTextArea bytecodeSyntaxTextArea;
|
||||
private ActionListener bytesActionListener;
|
||||
private ActionListener classesActionListener;
|
||||
private String[] classes;
|
||||
@@ -120,10 +120,10 @@ public class BytecodeDecompilerView {
|
||||
|
||||
topComboBox = new JComboBox<DecompilerWrapperInformation>();
|
||||
private ActionListener rewriteActionListener;
|
||||
@@ -147,10 +147,10 @@ public class BytecodeDecompilerView {
|
||||
}
|
||||
});
|
||||
|
||||
- bytecodeSyntaxTextArea = new RSyntaxTextArea();
|
||||
- bytecodeSyntaxTextArea.setSyntaxEditingStyle(SyntaxConstants.SYNTAX_STYLE_JAVA);
|
||||
|
|
@ -59,3 +59,4 @@ index 9c19e2c..8d17775 100644
|
|||
|
||||
leftMainPanel = new JPanel();
|
||||
leftMainPanel.setLayout(new BorderLayout());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue