DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30917>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30917

Classfinder returns duplicate classnames

           Summary: Classfinder returns duplicate classnames
           Product: JMeter
           Version: Nightly (Please specify date)
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


org.apache.jorphan.reflect.ClassFinder will return the same classname multiple 
times if that class is located in multiple places in the search path.  

To reproduce, make a copy of ApacheJMeter_core.jar in lib/ext, restart, and 
then add anything to the testplan.  Instead of a single item being added, two 
identical items will be added.

To fix this the list of found classes should be replaced with a Set.  This can 
be kept internal to the class and does not have to affect the public interface.

I verified this problem still exists in cvs as of 8/28.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to