This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Unreachable bytecode warnings
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: <java at gcc dot gnu dot org>
- Date: Tue, 1 Jul 2003 09:07:05 +0200
- Subject: Unreachable bytecode warnings
I get the warnings below when I compile my app with GCJ.
I read up in the mailing list that these warnings where for
my own good :-), but really, aren't these warnings for the
GCJ compiler gurus and not for end-users?
Surely they serve no useful purpose when shown for code not generated
by GCJ from .java files, e.g. when GCJ compiles .jar files
generated by e.g. Eclipse or Jikes.
There was a patch to add an option, but it was rejected. Perhaps
a patch to remove the warning entirely or change it to an assert
for the debug build of GCC(if GCC are using such a thing) would
be better received?
Øyvind
[...from ant build session...]
[apply] org/eclipse/swt/graphics/Image.java: In class
`org.eclipse.swt.graphics.Image':
[apply] org/eclipse/swt/graphics/Image.java: In constructor
`(org.eclipse.swt.graphics.Device,org.eclipse.swt.graphics.ImageData,org
.eclipse.swt.graphics.ImageData)':
[apply] org/eclipse/swt/graphics/Image.java:653: warning:
unreachable bytecode from 523 to before 526
[apply] org/eclipse/swt/graphics/ImageData.java: In class
`org.eclipse.swt.graphics.ImageData':
[apply] org/eclipse/swt/graphics/ImageData.java: In method
`org.eclipse.swt.graphics.ImageData.blit(int,byte[],int,int,int,int,int,
int,int,byte[],byte[],byte[],int,byte[],int,int,int,byte[],int,int,int,i
nt,int,int,int,byte[],byte[],byte[],boolean,boolean)':
[apply] org/eclipse/swt/graphics/ImageData.java:2384: warning:
unreachable bytecode from 2061 to before 2064
[apply] org/eclipse/swt/graphics/ImageData.java:2389: warning:
unreachable bytecode from 2099 to before 2102
[apply] org/eclipse/swt/graphics/ImageData.java:2396: warning:
unreachable bytecode from 2144 to before 2147
[apply] org/eclipse/swt/graphics/ImageData.java:2505: warning:
unreachable bytecode from 3040 to before 3043
[apply] org/eclipse/swt/graphics/ImageData.java: In method
`org.eclipse.swt.graphics.ImageData.blit(int,byte[],int,int,int,int,int,
int,int,byte[],byte[],byte[],int,byte[],int,int,int,byte[],int,int,int,i
nt,int,int,int,int,int,int,boolean,boolean)':
[apply] org/eclipse/swt/graphics/ImageData.java:2840: warning:
unreachable bytecode from 1084 to before 1087
[apply] org/eclipse/swt/internal/image/FileFormat.java: In class
`org.eclipse.swt.internal.image.FileFormat':
[apply] org/eclipse/swt/internal/image/FileFormat.java: In method
`org.eclipse.swt.internal.image.FileFormat.load(java.io.InputStream,org.
eclipse.swt.graphics.ImageLoader)':
[apply] org/eclipse/swt/internal/image/FileFormat.java:65:
warning: unreachable bytecode from 83 to before 86
[apply] org/eclipse/swt/internal/image/JPEGFileFormat.java: In
class `org.eclipse.swt.internal.image.JPEGFileFormat':
[apply] org/eclipse/swt/internal/image/JPEGFileFormat.java: In
method
`org.eclipse.swt.internal.image.JPEGFileFormat.decodeACCoefficients(int[
],int)':
[apply] org/eclipse/swt/internal/image/JPEGFileFormat.java:485:
warning: unreachable bytecode from 70 to before 76
[apply] org/eclipse/swt/internal/image/JPEGFileFormat.java: In
method
`org.eclipse.swt.internal.image.JPEGFileFormat.decodeACFirstCoefficients
(int[],int,int,int,int)':
[apply] org/eclipse/swt/internal/image/JPEGFileFormat.java:512:
warning: unreachable bytecode from 110 to before 113
[apply] org/eclipse/swt/internal/image/JPEGFileFormat.java: In
method
`org.eclipse.swt.internal.image.JPEGFileFormat.encodeACCoefficients(int[
],int)':
[apply] org/eclipse/swt/internal/image/JPEGFileFormat.java:820:
warning: unreachable bytecode from 95 to before 98
[apply] org/eclipse/swt/internal/image/LZWCodec.java: In class
`org.eclipse.swt.internal.image.LZWCodec':
[apply] org/eclipse/swt/internal/image/LZWCodec.java: In method
`org.eclipse.swt.internal.image.LZWCodec.encodeLoop()':
[apply] org/eclipse/swt/internal/image/LZWCodec.java:161:
warning: unreachable bytecode from 30 to before 33
[apply] org/eclipse/swt/internal/image/WinBMPFileFormat.java: In
class `org.eclipse.swt.internal.image.WinBMPFileFormat':
[apply] org/eclipse/swt/internal/image/WinBMPFileFormat.java: In
method
`org.eclipse.swt.internal.image.WinBMPFileFormat.decompressRLE4Data(byte
[],int,int,byte[],int)':
[apply] org/eclipse/swt/internal/image/WinBMPFileFormat.java:215:
warning: unreachable bytecode from 101 to before 104
[apply] org/eclipse/swt/internal/image/WinBMPFileFormat.java:226:
warning: unreachable bytecode from 158 to before 161
[apply] org/eclipse/swt/internal/image/WinBMPFileFormat.java: In
method
`org.eclipse.swt.internal.image.WinBMPFileFormat.decompressRLE8Data(byte
[],int,int,byte[],int)':
[apply] org/eclipse/swt/internal/image/WinBMPFileFormat.java:281:
warning: unreachable bytecode from 101 to before 104
[apply] org/eclipse/swt/internal/image/WinBMPFileFormat.java:292:
warning: unreachable bytecode from 156 to before 159
[apply] org/eclipse/swt/widgets/Combo.java: In class
`org.eclipse.swt.widgets.Combo':
[apply] org/eclipse/swt/widgets/Combo.java: In method
`org.eclipse.swt.widgets.Combo.translateAccelerator(org.eclipse.swt.inte
rnal.win32.MSG)':
[apply] org/eclipse/swt/widgets/Combo.java:1241: warning:
unreachable bytecode from 106 to before 109
[apply] org/eclipse/swt/widgets/Composite.java: In class
`org.eclipse.swt.widgets.Composite':
[apply] org/eclipse/swt/widgets/Composite.java: In method
`org.eclipse.swt.widgets.Composite._getChildren()':
[apply] org/eclipse/swt/widgets/Composite.java:91: warning:
unreachable bytecode from 20 to before 23
[apply] org/eclipse/swt/widgets/Composite.java: In method
`org.eclipse.swt.widgets.Composite.resizeChildren(boolean,org.eclipse.sw
t.internal.win32.WINDOWPOS[])':
[apply] org/eclipse/swt/widgets/Composite.java:356: warning:
unreachable bytecode from 87 to before 90
[apply] org/eclipse/swt/widgets/Control.java: In class
`org.eclipse.swt.widgets.Control':
[apply] org/eclipse/swt/widgets/Control.java: In method
`org.eclipse.swt.widgets.Control.WM_KEYDOWN(int,int)':
[apply] org/eclipse/swt/widgets/Control.java:3196: warning:
unreachable bytecode from 157 to before 160
[apply] org/eclipse/swt/widgets/Control.java: In method
`org.eclipse.swt.widgets.Control.WM_KEYUP(int,int)':
[apply] org/eclipse/swt/widgets/Control.java:3377: warning:
unreachable bytecode from 174 to before 177
[apply] org/eclipse/swt/widgets/Control.java: In method
`org.eclipse.swt.widgets.Control.WM_SYSCOMMAND(int,int)':
[apply] org/eclipse/swt/widgets/Control.java:4046: warning:
unreachable bytecode from 135 to before 138
[apply] org/eclipse/swt/widgets/Control.java:4083: warning:
unreachable bytecode from 310 to before 313
[apply] org/eclipse/swt/widgets/Decorations.java: In class
`org.eclipse.swt.widgets.Decorations':
[apply] org/eclipse/swt/widgets/Decorations.java: In method
`org.eclipse.swt.widgets.Decorations.setDefaultButton(org.eclipse.swt.wi
dgets.Button,boolean)':
[apply] org/eclipse/swt/widgets/Decorations.java:701: warning:
unreachable bytecode from 25 to before 28
[apply] org/eclipse/swt/widgets/Decorations.java: In method
`org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(int,int)':
[apply] org/eclipse/swt/widgets/Decorations.java:1253: warning:
unreachable bytecode from 70 to before 73
[apply] org/eclipse/swt/widgets/Display.java: In class
`org.eclipse.swt.widgets.Display':
[apply] org/eclipse/swt/widgets/Display.java: In method
`org.eclipse.swt.widgets.Display.asciiKey(int)':
[apply] org/eclipse/swt/widgets/Display.java:304: warning:
unreachable bytecode from 74 to before 77
[apply] org/eclipse/swt/widgets/Display.java: In method
`org.eclipse.swt.widgets.Display.messageProc(int,int,int,int)':
[apply] org/eclipse/swt/widgets/Display.java:1449: warning:
unreachable bytecode from 129 to before 132
[apply] org/eclipse/swt/widgets/Display.java: In method
`org.eclipse.swt.widgets.Display.shiftedKey(int)':
[apply] org/eclipse/swt/widgets/Display.java:2105: warning:
unreachable bytecode from 76 to before 79
[apply] org/eclipse/swt/widgets/Display.java: In method
`org.eclipse.swt.widgets.Display.timerExec(int,java.lang.Runnable)':
[apply] org/eclipse/swt/widgets/Display.java:2203: warning:
unreachable bytecode from 121 to before 124
[apply] org/eclipse/swt/widgets/Table.java: In class
`org.eclipse.swt.widgets.Table':
[apply] org/eclipse/swt/widgets/Table.java: In method
`org.eclipse.swt.widgets.Table.WM_NOTIFY(int,int)':
[apply] org/eclipse/swt/widgets/Table.java:2295: warning:
unreachable bytecode from 163 to before 166
[apply] Tracker.java: In class
`org.eclipse.swt.widgets.Tracker$1':
[apply] Tracker.java: In method
`org.eclipse.swt.widgets.Tracker$1.windowProc(int,int,int,int)':
[apply] Tracker.java:447: warning: unreachable bytecode from 40
to before 43
[apply] org/eclipse/swt/widgets/Tree.java: In class
`org.eclipse.swt.widgets.Tree':
[apply] org/eclipse/swt/widgets/Tree.java: In method
`org.eclipse.swt.widgets.Tree.showSelection()':
[apply] org/eclipse/swt/widgets/Tree.java:1176: warning:
unreachable bytecode from 76 to before 79
[apply] org/eclipse/swt/widgets/Tree.java: In method
`org.eclipse.swt.widgets.Tree.WM_KEYDOWN(int,int)':
[apply] org/eclipse/swt/widgets/Tree.java:1309: warning:
unreachable bytecode from 394 to before 397
[apply] org/eclipse/swt/widgets/Tree.java: In method
`org.eclipse.swt.widgets.Tree.wmNotifyChild(int,int)':
[apply] org/eclipse/swt/widgets/Tree.java:1858: warning:
unreachable bytecode from 659 to before 662
[apply] org/eclipse/swt/widgets/Tree.java:1902: warning:
unreachable bytecode from 833 to before 836
[apply] org/eclipse/swt/accessibility/Accessible.java: In class
`org.eclipse.swt.accessibility.Accessible':
[apply] org/eclipse/swt/accessibility/Accessible.java: In method
`org.eclipse.swt.accessibility.Accessible.Next(int,int,int)':
[apply] org/eclipse/swt/accessibility/Accessible.java:999:
warning: unreachable bytecode from 489 to before 492
[apply] org/eclipse/swt/dnd/OleEnumFORMATETC.java: In class
`org.eclipse.swt.dnd.OleEnumFORMATETC':
[apply] org/eclipse/swt/dnd/OleEnumFORMATETC.java: In method
`org.eclipse.swt.dnd.OleEnumFORMATETC.Next(int,int,int)':
[apply] org/eclipse/swt/dnd/OleEnumFORMATETC.java:100: warning:
unreachable bytecode from 92 to before 95
[apply] org/eclipse/swt/dnd/RTFTransfer.java: In class
`org.eclipse.swt.dnd.RTFTransfer':
[apply] org/eclipse/swt/dnd/RTFTransfer.java: In method
`org.eclipse.swt.dnd.RTFTransfer.nativeToJava(org.eclipse.swt.dnd.Transf
erData)':
[apply] org/eclipse/swt/dnd/RTFTransfer.java:121: warning:
unreachable bytecode from 162 to before 165
[apply] org/eclipse/swt/custom/CLabel.java: In class
`org.eclipse.swt.custom.CLabel':
[apply] org/eclipse/swt/custom/CLabel.java: In method
`org.eclipse.swt.custom.CLabel.setBackground(org.eclipse.swt.graphics.Co
lor[],int[])':
[apply] org/eclipse/swt/custom/CLabel.java:507: warning:
unreachable bytecode from 282 to before 285
[apply] org/eclipse/swt/custom/CTabFolder.java: In class
`org.eclipse.swt.custom.CTabFolder':
[apply] org/eclipse/swt/custom/CTabFolder.java: In method
`org.eclipse.swt.custom.CTabFolder.setSelectionBackground(org.eclipse.sw
t.graphics.Color[],int[])':
[apply] org/eclipse/swt/custom/CTabFolder.java:1424: warning:
unreachable bytecode from 255 to before 258
[apply] org/eclipse/swt/custom/DefaultContent.java: In class
`org.eclipse.swt.custom.DefaultContent':
[apply] org/eclipse/swt/custom/DefaultContent.java: In method
`org.eclipse.swt.custom.DefaultContent.adjustGap(int,int,int)':
[apply] org/eclipse/swt/custom/DefaultContent.java:119: warning:
unreachable bytecode from 40 to before 43
[apply] org/eclipse/swt/custom/DefaultContent.java: In method
`org.eclipse.swt.custom.DefaultContent.isValidReplace(int,int,java.lang.
String)':
[apply] org/eclipse/swt/custom/DefaultContent.java:186: warning:
unreachable bytecode from 62 to before 65
[apply] org/eclipse/swt/custom/DefaultLineStyler.java: In class
`org.eclipse.swt.custom.DefaultLineStyler':
[apply] org/eclipse/swt/custom/DefaultLineStyler.java: In method
`org.eclipse.swt.custom.DefaultLineStyler.clearStyle(org.eclipse.swt.cus
tom.StyleRange)':
[apply] org/eclipse/swt/custom/DefaultLineStyler.java:180:
warning: unreachable bytecode from 170 to before 173
[apply] org/eclipse/swt/custom/DefaultLineStyler.java: In method
`org.eclipse.swt.custom.DefaultLineStyler.setStyleRange(org.eclipse.swt.
custom.StyleRange)':
[apply] org/eclipse/swt/custom/DefaultLineStyler.java:411:
warning: unreachable bytecode from 314 to before 317
[apply] org/eclipse/swt/custom/DefaultLineStyler.java: In method
`org.eclipse.swt.custom.DefaultLineStyler.textChanging(int,int)':
[apply] org/eclipse/swt/custom/DefaultLineStyler.java:584:
warning: unreachable bytecode from 214 to before 217
[apply] org/eclipse/swt/custom/StyleRange.java: In class
`org.eclipse.swt.custom.StyleRange':
[apply] org/eclipse/swt/custom/StyleRange.java: In method
`org.eclipse.swt.custom.StyleRange.equals(java.lang.Object)':
[apply] org/eclipse/swt/custom/StyleRange.java:77: warning:
unreachable bytecode from 73 to before 76
[apply] org/eclipse/swt/custom/StyleRange.java:80: warning:
unreachable bytecode from 108 to before 111
[apply] org/eclipse/swt/custom/StyleRange.java: In method
`org.eclipse.swt.custom.StyleRange.similarTo(org.eclipse.swt.custom.Styl
eRange)':
[apply] org/eclipse/swt/custom/StyleRange.java:125: warning:
unreachable bytecode from 23 to before 26
[apply] org/eclipse/swt/custom/StyleRange.java:128: warning:
unreachable bytecode from 58 to before 61
[apply] org/eclipse/swt/custom/StyledText.java: In class
`org.eclipse.swt.custom.StyledText':
[apply] org/eclipse/swt/custom/StyledText.java: In method
`org.eclipse.swt.custom.StyledText.isRedrawFirstLine(org.eclipse.swt.cus
tom.StyleRange[],int,int)':
[apply] org/eclipse/swt/custom/StyledText.java:5688: warning:
unreachable bytecode from 75 to before 78
[apply] org/eclipse/swt/custom/StyledText.java: In method
`org.eclipse.swt.custom.StyledText.isRedrawLastLine(org.eclipse.swt.cust
om.StyleRange[],int,int)':
[apply] org/eclipse/swt/custom/StyledText.java:5711: warning:
unreachable bytecode from 56 to before 62
[apply] org/eclipse/swt/custom/StyledTextBidi.java: In class
`org.eclipse.swt.custom.StyledTextBidi':
[apply] org/eclipse/swt/custom/StyledTextBidi.java: In method
`org.eclipse.swt.custom.StyledTextBidi.fillBackground(int,int,int,int,in
t)':
[apply] org/eclipse/swt/custom/StyledTextBidi.java:355: warning:
unreachable bytecode from 26 to before 29
[apply] org/eclipse/swt/custom/StyledTextBidi.java: In method
`org.eclipse.swt.custom.StyledTextBidi.getLigatureEndOffset(int)':
[apply] org/eclipse/swt/custom/StyledTextBidi.java:519: warning:
unreachable bytecode from 29 to before 32
[apply] org/eclipse/swt/custom/StyledTextBidi.java: In method
`org.eclipse.swt.custom.StyledTextBidi.getLigatureStartOffset(int)':
[apply] org/eclipse/swt/custom/StyledTextBidi.java:544: warning:
unreachable bytecode from 29 to before 32
[apply] org/eclipse/swt/custom/WrappedContent.java: In class
`org.eclipse.swt.custom.WrappedContent':
[apply] org/eclipse/swt/custom/WrappedContent.java: In method
`org.eclipse.swt.custom.WrappedContent.getLineAtOffset(int)':
[apply] org/eclipse/swt/custom/WrappedContent.java:155: warning:
unreachable bytecode from 138 to before 141
[apply] com/cyviz/blender/Session.java: In class
`com.cyviz.blender.Session':
[apply] com/cyviz/blender/Session.java: In method
`com.cyviz.blender.Session.MainLoopCore()':
[apply] com/cyviz/blender/Session.java:337: warning: unreachable
bytecode from 247 to before 250
[apply] com/cyviz/blender/Session.java: In method
`com.cyviz.blender.Session.MainLoop()':
[apply] com/cyviz/blender/Session.java:420: warning: unreachable
bytecode from 177 to before 180
[apply] com/cyviz/blender/XPOBlender.java: In class
`com.cyviz.blender.XPOBlender':
[apply] com/cyviz/blender/XPOBlender.java: In method
`com.cyviz.blender.XPOBlender.checkFirmware()':
[apply] com/cyviz/blender/XPOBlender.java:69: warning:
unreachable bytecode from 174 to before 177
[apply] com/cyviz/blender/XPOBlender.java:36: warning:
unreachable bytecode from 207 to before 210
[apply] com/cyviz/blender/XPOBlender.java: In method
`com.cyviz.blender.XPOBlender.updateFirmware(java.lang.String)':
[apply] com/cyviz/blender/XPOBlender.java:118: warning:
unreachable bytecode from 131 to before 134
[apply] com/cyviz/blender/XPOSession.java: In class
`com.cyviz.blender.XPOSession':
[apply] com/cyviz/blender/XPOSession.java: In method
`com.cyviz.blender.XPOSession.loadBoxListOrderFromPrefs(java.util.List)'
:
[apply] com/cyviz/blender/XPOSession.java:189: warning:
unreachable bytecode from 106 to before 109
[apply] com/cyviz/f1/F1.java: In class `com.cyviz.f1.F1':
[apply] com/cyviz/f1/F1.java: In method
`com.cyviz.f1.F1.main(java.lang.String[])':
[apply] com/cyviz/f1/F1.java:74: warning: unreachable bytecode
from 214 to before 217
[apply] com/cyviz/f1/F1.java: In method
`com.cyviz.f1.F1.runCmd(com.cyviz.f1.F1$Cmd)':
[apply] com/cyviz/f1/F1.java:143: warning: unreachable bytecode
from 78 to before 81
[apply] com/cyviz/f1/F1.java:164: warning: unreachable bytecode
from 132 to before 135
[apply] com/cyviz/f1/F1.java: In method
`com.cyviz.f1.F1.cmdLoop()':
[apply] com/cyviz/f1/F1.java:722: warning: unreachable bytecode
from 119 to before 122
[apply] com/cyviz/serial/Serial.java: In class
`com.cyviz.serial.Serial':
[apply] com/cyviz/serial/Serial.java: In method
`com.cyviz.serial.Serial.waitForMore(int)':
[apply] com/cyviz/serial/Serial.java:84: warning: unreachable
bytecode from 67 to before 70
[apply] com/cyviz/xpo/Connection.java: In class
`com.cyviz.xpo.Connection':
[apply] com/cyviz/xpo/Connection.java: In method
`com.cyviz.xpo.Connection.connectWithoutVerify(java.lang.Class,com.cyviz
.gui.Progress,java.lang.String)':
[apply] com/cyviz/xpo/Connection.java:179: warning: unreachable
bytecode from 121 to before 124
[apply] com/cyviz/xpo/Connection.java: In method
`com.cyviz.xpo.Connection.attemptPort(java.lang.Class,javax.comm.CommPor
tIdentifier,com.cyviz.gui.Progress)':
[apply] com/cyviz/xpo/Connection.java:222: warning: unreachable
bytecode from 64 to before 67
[apply] com/cyviz/xpo/Connection.java: In method
`com.cyviz.xpo.Connection.waitForMore(int)':
[apply] com/cyviz/xpo/Connection.java:330: warning: unreachable
bytecode from 68 to before 71
[apply] com/cyviz/xpo/Connection.java: In method
`com.cyviz.xpo.Connection.immediateSend(java.lang.String,boolean)':
[apply] com/cyviz/xpo/Connection.java:626: warning: unreachable
bytecode from 88 to before 91
[apply] com/cyviz/xpo/XPOBox.java: In class
`com.cyviz.xpo.XPOBox':
[apply] com/cyviz/xpo/XPOBox.java: In method
`com.cyviz.xpo.XPOBox.readLocationSignal()':
[apply] com/cyviz/xpo/XPOBox.java:337: warning: unreachable
bytecode from 160 to before 166
[apply] com/cyviz/xpo/XPOBox.java: In method
`com.cyviz.xpo.XPOBox.setBlendMode(int)':
[apply] com/cyviz/xpo/XPOBox.java:457: warning: unreachable
bytecode from 83 to before 86
[apply] com/cyviz/xpo/XPOBox.java: In method
`com.cyviz.xpo.XPOBox.saveBlend()':
[apply] com/cyviz/xpo/XPOBox.java:583: warning: unreachable
bytecode from 228 to before 231
[apply] com/cyviz/xpo/XPOBox.java:596: warning: unreachable
bytecode from 277 to before 280
[apply] com/cyviz/xpo/XPOConnection.java: In class
`com.cyviz.xpo.XPOConnection':
[apply] com/cyviz/xpo/XPOConnection.java: In method
`com.cyviz.xpo.XPOConnection.upgradeFirmware(java.lang.String)':
[apply] com/cyviz/xpo/XPOConnection.java:123: warning:
unreachable bytecode from 192 to before 195
[apply] com/cyviz/xpo/XPOConnection.java:118: warning:
unreachable bytecode from 280 to before 283
[apply] com/cyviz/xpo/XPOConnection.java: In method
`com.cyviz.xpo.XPOConnection.waitForZmodem()':
[apply] com/cyviz/xpo/XPOConnection.java:222: warning:
unreachable bytecode from 120 to before 123
[apply] com/cyviz/xpo/XPOConnection.java: In method
`com.cyviz.xpo.XPOConnection.sendScan(int,java.lang.String)':
[apply] com/cyviz/xpo/XPOConnection.java:502: warning:
unreachable bytecode from 130 to before 133
[apply] com/cyviz/xpo/XPOConnection.java: In method
`com.cyviz.xpo.XPOConnection.busScanCore(int,java.lang.String)':
[apply] com/cyviz/xpo/XPOConnection.java:555: warning:
unreachable bytecode from 102 to before 105
[apply] com/cyviz/xpo/XPOConnection.java: In method
`com.cyviz.xpo.XPOConnection.attention(java.lang.String)':
[apply] com/cyviz/xpo/XPOConnection.java:697: warning:
unreachable bytecode from 103 to before 106
[apply] Upload.java: In class `com.cyviz.xyzmodem.Upload$3':
[apply] Upload.java: In method
`com.cyviz.xyzmodem.Upload$3.run()':
[apply] Upload.java:264: warning: unreachable bytecode from 89 to
before 92
[apply] Upload.java: In class `com.cyviz.xyzmodem.Upload$4':
[apply] Upload.java: In method
`com.cyviz.xyzmodem.Upload$4.run()':
[apply] Upload.java:323: warning: unreachable bytecode from 22 to
before 25
[apply] Upload.java:314: warning: unreachable bytecode from 75 to
before 78
[apply] com/cyviz/xyzmodem/Upload.java: In class
`com.cyviz.xyzmodem.Upload':
[apply] com/cyviz/xyzmodem/Upload.java: In method
`com.cyviz.xyzmodem.Upload.createTempFromStream(java.io.File,java.lang.S
tring)':
[apply] com/cyviz/xyzmodem/Upload.java:62: warning: unreachable
bytecode from 124 to before 127
[apply] com/cyviz/xyzmodem/Upload.java: In method
`com.cyviz.xyzmodem.Upload.send(java.lang.String,java.io.InputStream,jav
a.io.OutputStream)':
[apply] com/cyviz/xyzmodem/Upload.java:108: warning: unreachable
bytecode from 158 to before 161
[apply] com/cyviz/xyzmodem/Upload.java:101: warning: unreachable
bytecode from 185 to before 188
[apply] com/cyviz/xyzmodem/Upload.java: In method
`com.cyviz.xyzmodem.Upload.sendCore(java.lang.String,java.io.InputStream
,java.io.OutputStream,java.lang.String)':
[apply] com/cyviz/xyzmodem/Upload.java:164: warning: unreachable
bytecode from 221 to before 224