[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-1119) HqlSqlWalker doesn't compile

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Mar 21 13:00:35 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-1119.
-------------------------------


Closing stale resolved issues

> HqlSqlWalker doesn't compile
> ----------------------------
>
>                 Key: HHH-1119
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1119
>             Project: Hibernate Core
>          Issue Type: Bug
>            Reporter: George Lindholm
>            Assignee: Joshua Davis
>
> Just checked out a copy of the source, and came up against this when I ran build.sh:
>     [javac] /usr/local/src/workspace/Hibernate/Hibernate3/src/org/hibernate/hql/ast/HqlSqlWalker.java:715: processConstant(antlr.collections.AST) in org.hibernate.hql.ast.util.LiteralProcessor cannot be applied to (antlr.collections.AST,boolean)
>     [javac]             literalProcessor.processConstant( constant, true);  // Use the delegate, resolve identifiers as FROM element aliases.
>     [javac]                                 ^
>     [javac] /usr/local/src/workspace/Hibernate/Hibernate3/src/org/hibernate/hql/ast/tree/IdentNode.java:117: processConstant(antlr.collections.AST) in org.hibernate.hql.ast.util.LiteralProcessor cannot be applied to (org.hibernate.hql.ast.tree.IdentNode,boolean)
>     [javac]                                     getWalker().getLiteralProcessor().processConstant(this, false);
>     [javac]                                                  ^
>     [javac] 2 errors

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list