SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
SI - Site Forums : Silicon Investor - Welcome New SI Members! -- Ignore unavailable to you. Want to Upgrade?


To: Tim Luke who wrote (10512)12/7/1999 8:31:00 PM
From: c.horn  Read Replies (1) | Respond to of 32968
 
How's this for an error message..

GSP Error:
Error compiling file produced from: /export/docs/newfinance/stocktalk/msgs.gsp
Generated .java file is: /export/newfinance/lib/gsp-classes/_stocktalk/___msgs.java

--------------------------------------------------------------------------------

Further information (from stdout):

Found 19 semantic errors compiling "/export/newfinance/lib/gsp-classes/_stocktalk/___msgs.java":

144. rr = Reply.fetchMultiReplies (user.userid,Integer.parseInt(idmsg),10,""); ///export/docs/newfinance/stocktalk/msgs.gsp:59
<----------------------------------------------------------------->
*** Error: No match was found for method "fetchMultiReplies(int, int, int, java.lang.String)"

239. "Bookmark this Subject" : ///export/docs/newfinance/stocktalk/msgs.gsp:251
<----->
*** Error: The name "fgColor" was not found

243. "Remove SubjectMark"; ///export/docs/newfinance/stocktalk/msgs.gsp:255
<----->
*** Error: The name "fgColor" was not found

255. for (int i = 0; rr.length; i++) { ///export/docs/newfinance/stocktalk/msgs.gsp:267
<------->
*** Error: The type of this expression, "int", is not boolean

265. postlink = "" + r.order + ""; ///export/docs/newfinance/stocktalk/msgs.gsp:277
<------>
*** Error: The name "postlink" was not found

319. pf.replace ("postlink", postlink); ///export/docs/newfinance/stocktalk/msgs.gsp:333
<------>
*** Error: The name "postlink" was not found

<--------------------------------------------------------------------------------------------------------------
341. if (finuser.status != null && finuser.status.length() > 2) { ///export/docs/newfinance/stocktalk/msgs.gsp:355
. . .
462. out.write(__byteArr[30]);
-------------------------------->
*** Error: These statements are unreachable

341. if (finuser.status != null && finuser.status.length() > 2) { ///export/docs/newfinance/stocktalk/msgs.gsp:355
<------------>
*** Error: "finuser/status" is either a misplaced package name or a non-existent entity. An expression name is expected in this context

341. if (finuser.status != null && finuser.status.length() > 2) { ///export/docs/newfinance/stocktalk/msgs.gsp:355
<------------>
*** Error: "finuser/status" is either a misplaced package name or a non-existent entity.

<-------------------------
344. out.write(__byteArr[19]);
. . .
358. out.write(__byteArr[26]);
-------------------------------->
*** Error: These statements are unreachable

345. out.print(bgColor); ///export/docs/newfinance/stocktalk/msgs.gsp:361
<----->
*** Error: The name "bgColor" was not found

349. out.print(bgColor); ///export/docs/newfinance/stocktalk/msgs.gsp:365
<----->
*** Error: The name "bgColor" was not found

351. out.print(fgColor); ///export/docs/newfinance/stocktalk/msgs.gsp:367
<----->
*** Error: The name "fgColor" was not found

353. out.print(ignorelink); ///export/docs/newfinance/stocktalk/msgs.gsp:367
<-------->
*** Error: The name "ignorelink" was not found

355. out.print(bgColor); ///export/docs/newfinance/stocktalk/msgs.gsp:369
<----->
*** Error: The name "bgColor" was not found

357. out.print("" + "View SubjectMarks");
<----->
*** Error: The name "fgColor" was not found

<--------------------------------------------------------------------------------------------------------------------
382. Pfile pfQuote; ///export/docs/newfinance/stocktalk/quote_incl.gsp:19(/export/docs/newfinance/stocktalk/msgs.gsp:391)
. . .
450. } ///export/docs/newfinance/stocktalk/quote_incl.gsp:87(/export/docs/newfinance/stocktalk/msgs.gsp:391)
--->
*** Error: These statements are unreachable

<-------------------------------------------------------------------------------------------------------------------------------------
398. NumFormat nf = new NumFormat(); ///export/docs/newfinance/stocktalk/quote_incl.gsp:35(/export/docs/newfinance/stocktalk/msgs.gsp:391)
. . .
448. out.println(pfQuote.write()); ///export/docs/newfinance/stocktalk/quote_incl.gsp:85(/export/docs/newfinance/stocktalk/msgs.gsp:391)
---------------------------------->
*** Error: These statements are unreachable

406. if (q.tick > 0) szTick = "Up"; ///export/docs/newfinance/stocktalk/quote_incl.gsp:43(/export/docs/newfinance/stocktalk/msgs.gsp:391)
<------------>
*** Error: This statement is unreachable