From: Jeff H. <Je...@Je...> - 2023-04-01 14:58:10
|
<html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> <p>When doing a mass recompile, this warning appeared<br> </p> <div style="display:inline-block;white-space:pre;background-color:#012456;font-family:'Cascadia Code',monospace;font-size:10pt;padding:4px;"><span style="color:#D3D7CF;background-color:#012456;">[buildnrc] ---------- [buildnrc] 1. WARNING in \var.java (at line 28) [buildnrc] public class var extends org.netrexx.njpipes.pipes.stage{ [buildnrc] ^^^ [buildnrc] 'var' should not be used as an type name, since it is a reserved wor d from source level 10 on [buildnrc] ----------</span></div> <p></p> <p>I suspect we need to add "var" to the list in compiler.nrx, around line 220, and rename this class and file.</p> <p>I am not competent enough to do this on my own say so.<br> </p> <p>Jeff<br> </p> <p><br> </p> </body> </html> |