On 08/12/15 13:15, Claude Warren wrote:
The warning is coming from the Query object (org.apache.jena.query.Query)
Yes - and it's right in indicating a problem. The problem is in
constructing the query object though. The warning is harmless (??!!) as
far as Query is concerned but indicates an unexpected condition.
I ignored it in the build as it's not new.
Andy
I'll check when I get home this evening and see if I can quiet it down or
figure out why that is an issue.
Claude
On Tue, Dec 8, 2015 at 12:45 PM, Andy Seaborne <[email protected]> wrote:
On 08/12/15 08:39, Andy Seaborne wrote:
I'll do a release today, or sometime in the next few days.
Claude,
The build of querybuilder has 36 lines of
[INFO] 2015-12-08 08:53:25 WARN Query:80 - setResultVars(): no query
pattern
...
This makes checking the build for unexpected problems just a little bit
more difficult.
Is this significant?
Can the tests be rewritten so as not to complain?
Or at least logging turned down?
Andy