次の Beanshell コードを実行しようとしています --
assignee.toString()!=''
ここで「担当者」は Beanshell コンテキストの変数です。
しかし、次のエラーが表示されます--
Caused by: Sourced file: inline evaluation of: ``assignee.toString()!='';'' Token Parsing Error: Lexical error at line 1, column 23. Encountered: "\'" (39), after : "\'": <at unknown location>
at bsh.Interpreter.eval(Unknown Source)
at bsh.Interpreter.eval(Unknown Source)
at bsh.Interpreter.eval(Unknown Source)
at org.webharvest.runtime.scripting.BeanShellScriptEngine.eval(BeanShellScriptEngine.java:104)
ここで何が間違っていますか?変数 'assignee' に null 値があるかどうかを確認したい...これを達成する正しい方法は何ですか?