[seam-issues] [JBoss JIRA] Closed: (JBSEAM-4813) Data not displayed in log trace message when creating cell

Marek Novotny (JIRA) jira-events at lists.jboss.org
Mon Sep 5 08:38:26 EDT 2011


     [ https://issues.jboss.org/browse/JBSEAM-4813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Novotny closed JBSEAM-4813.
---------------------------------

      Assignee: Marek Novotny
    Resolution: Done


fixed

> Data not displayed in log trace message when creating cell
> ----------------------------------------------------------
>
>                 Key: JBSEAM-4813
>                 URL: https://issues.jboss.org/browse/JBSEAM-4813
>             Project: Seam 2
>          Issue Type: Bug
>          Components: Excel
>    Affects Versions: 2.2.2.Final
>            Reporter: Derek MacDonald
>            Assignee: Marek Novotny
>            Priority: Minor
>              Labels: Excel, cell, debug, logging
>             Fix For: 2.3.0.ALPHA
>
>   Original Estimate: 15 minutes
>  Remaining Estimate: 15 minutes
>
> #2 is included twice in a log.debug() invocation's String parameter when #3 should be used to display data placed in the created cell.
> org/jboss/seam/excel/jxl/JXLHelper.java Line 681:
> 677	public static WritableCell createCell(int column, int row, CellType type, Object data, WritableCellFormat cellFormat)
> 678	{
> 679		if (log.isTraceEnabled())
> 680		{
> 681			log.trace("Creating cell at (#0,#1) of type #2 with data #2", column, row, type, data);
> 682		}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list