• Home
  • Raw
  • Download

Lines Matching refs:goto

32 if "%JAVA_HOME%"=="" goto nojavahome
33 if not exist "%JAVA_HOME%\bin\javaw.exe" goto nojavahome
37 goto loop
54 if "%firstArg%"=="" goto launch
57 if not "%firstArg%"=="-addMessages" goto notAddMessages
59 goto shift1
63 if not "%firstArg%"=="-computeBugHistory" goto notUpdate
65 goto shift1
69 if not "%firstArg%"=="-xmltotext" goto notXmlToText
71 goto shift1
75 if not "%firstArg%"=="-copyBS" goto notCopyBS
77 goto shift1
81 if not "%firstArg%"=="-defectDensity" goto notDefectDensity
83 goto shift1
87 if not "%firstArg%"=="-filterBugs" goto notFilterBugs
89 goto shift1
93 if not "%firstArg%"=="-listBugDatabaseInfo" goto notListBugDatabaseInfo
95 goto shift1
99 if not "%firstArg%"=="-mineBugHistory" goto notMineBugHistory
101 goto shift1
105 if not "%firstArg%"=="-printAppVersion" goto notPrintAppVersion
107 goto shift1
111 if not "%firstArg%"=="-printClass" goto notPrintClass
113 goto shift1
117 if not "%firstArg%"=="-rejar" goto notRejar
119 goto shift1
123 if not "%firstArg%"=="-setInfo" goto notSetBugDatabaseInfo
125 goto shift1
129 if not "%firstArg%"=="-unionBugs" goto notUnionBugs
131 goto shift1
135 if not "%firstArg%"=="-xpathFind" goto notXPathFind
137 goto shift1
140 if not "%firstArg%"=="-gui" goto notGui
143 goto shift1
146 if not "%firstArg%"=="-gui1" goto notGui1
150 goto shift1
153 if not "%firstArg%"=="-textui" goto notTextui
157 goto shift1
160 if not "%firstArg%"=="-debug" goto notDebug
164 goto shift1
167 if not "%firstArg%"=="-help" goto notHelp
171 goto shift1
174 if not "%firstArg%"=="-version" goto notVersion
178 goto shift1
182 if "%firstArg%"=="-home" goto shift2
185 if "%firstArg%"=="-jvmArgs" goto shift2
188 if "%firstArg%"=="-maxHeap" goto shift2
191 if "%firstArg%"=="-conserveSpace" goto shift1
194 if "%firstArg%"=="-workHard" goto shift1
197 if "%firstArg%"=="-javahome" goto shift2
200 if "%firstArg%"=="-property" goto shift2
202 if "%firstArg%"=="" goto launch
205 goto shift1
216 if not "%FINDBUGS_HOME%"=="" goto checkHomeValid
220 if not exist "%FINDBUGS_HOME%\lib\%appjar%" goto homeNotSet
224 if "%fb_mainclass%"=="" goto runJar
226 goto end
229 goto end
238 goto end