[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-204) Wrong/uncommon log name in class ...hql ast ErrorCounter

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


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

Steve Ebersole closed HHH-204.
------------------------------


Closing stale resolved issues

> Wrong/uncommon log name in class ...hql ast ErrorCounter
> --------------------------------------------------------
>
>                 Key: HHH-204
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-204
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.0 rc 1
>            Reporter: Christian Stein
>            Assignee: Joshua Davis
>            Priority: Trivial
>             Fix For: 3.1 beta 1
>
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> // $Id: ErrorCounter.java,v 1.5 2005/02/15 12:33:39 pgmjsd Exp $
> package org.hibernate.hql.ast;
> [...]
> public class ErrorCounter implements ParseErrorHandler {
> 	private Log log = LogFactory.getLog( "hql.parser" );
> [...]
> Shouldn't read:
> 	private Log log = LogFactory.getLog( ErrorCounter.class );
> ?

-- 
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