[seam-issues] [JBoss JIRA] Created: (JBSEAM-4813) Data not displayed in log trace message when creating cell
Derek MacDonald (JIRA)
jira-events at lists.jboss.org
Wed Jun 1 13:22:00 EDT 2011
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
Priority: Minor
Fix For: 2.3.0.ALPHA
#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