Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] r1495 - trunk/perfsonar/src/org/perfsonar/commons/util

Subject: perfsonar development work

List archive

Re: [pS-dev] r1495 - trunk/perfsonar/src/org/perfsonar/commons/util


Chronological Thread 
  • From: Roman Lapacz <>
  • To: "Jeff W. Boote" <>
  • Cc:
  • Subject: Re: [pS-dev] r1495 - trunk/perfsonar/src/org/perfsonar/commons/util
  • Date: Fri, 28 Jul 2006 16:39:26 +0200

Jeff W. Boote wrote:

wrote:
Author: roman
Date: 2006-07-28 05:52:34 -0400 (Fri, 28 Jul 2006)
New Revision: 1495

Modified:
trunk/perfsonar/src/org/perfsonar/commons/util/XMLUtils.java
Log:
getElementFromXML method may find NMWG elements representing more than one tag name.

Roman - why are you making this change? Is this related to Ulisses problem?

No. Soon I will need a method which can give me nmwg objects from a string. So far we've had a method which returned objects representing only one tag name. I've added a method with the same name, but with different parameters, which can find objects of not only one tag name.

If you are using that older method then nothing has changed for you. The change will not generate any error.

I see what the change does, and understand the previous implementation was in error. But, I would like to know what prompted you to make the change so I can see what things this effects.

Such changes only improves already existing things. They do not introduce new features or big changes.

(This is what I meant by answering the 'why' question in SVN logs. The rest of us need to understand the changes you make in the context of why you are making those changes. What problem were you looking at that made you realize this method was in error?)

answer: just to improve what we already have and remove existing limitations.



Roman



Thanks,
jeff





Archive powered by MHonArc 2.6.16.

Top of Page