Skip to content

Commit ba759d8

Browse files
committed
Bug: warning "The value of the local variable isViewFast is not used" in J2SApplicationRunnable.java
1 parent 03103b1 commit ba759d8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sources/net.sf.j2s.ui/src/net/sf/j2s/ui/launching/J2SApplicationRunnable.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public J2SApplicationRunnable(ILaunchConfiguration configuration, String url) {
3030

3131
public void run() {
3232
boolean isToViewInConsole = true;
33-
boolean isViewFast = false;
3433
boolean isViewMaximize = false;
3534
try {
3635
IPreferenceStore store = Java2ScriptUIPlugin.getDefault().getPreferenceStore();
@@ -41,8 +40,6 @@ public void run() {
4140
IJ2SLauchingConfiguration.VIEW_IN_INNER_J2S_CONSOLE, preferred);
4241
isViewMaximize = configuration.getAttribute(
4342
IJ2SLauchingConfiguration.MAXIMIZE_J2S_CONSOLE, false);
44-
isViewFast = configuration.getAttribute(
45-
IJ2SLauchingConfiguration.FAST_VIEW_J2S_CONSOLE, false);
4643
} catch (CoreException e1) {
4744
e1.printStackTrace();
4845
}

0 commit comments

Comments
 (0)