Project

General

Profile

« Previous | Next » 

Revision 1548

Added by Jing Tao about 21 years ago

Add some debug message.

View differences:

NodeRecord.java
94 94
  public boolean contentEquals(NodeRecord record)
95 95
  {
96 96
    boolean flag = true;
97
   
97
    MetaCatUtil.debugMessage("First nodetype: "+this.nodetype, 40);
98
    MetaCatUtil.debugMessage("Second nodetype: "+record.getNodeType(), 40);
99
    MetaCatUtil.debugMessage("First nodename: "+this.nodename, 40);
100
    MetaCatUtil.debugMessage("Second nodename: "+record.getNodeName(), 40);
101
    MetaCatUtil.debugMessage("First nodeprefix: "+this.nodeprefix, 40);
102
    MetaCatUtil.debugMessage("Second nodeprefix: "+record.getNodePrefix(), 40);
103
    MetaCatUtil.debugMessage("First nodedata: "+this.nodedata, 40);
104
    MetaCatUtil.debugMessage("Second nodedata: "+record.getNodeData(), 40);
98 105
    if ((this.nodename == null && record.getNodeName() != null) ||
99 106
        (this.nodename != null && record.getNodeName() == null) ||
100 107
        (this.nodename != null && record.getNodeName() != null &&

Also available in: Unified diff