This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 130832

Summary: typo in UriResolver.template causes test failure
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: RESTAssignee: Peter Liu <petertliu>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION, TEST
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Lukas Jungmann 2008-03-22 02:01:45 UTC
UriResolver.template contains:

/**
 * Utility class for resolving an uri into an entity.

 * @author __USER__
 */

but should contain:

/**
 * Utility class for resolving an uri into an entity.
 *
 * @author __USER__
 */
Comment 1 Lukas Jungmann 2008-03-22 02:04:07 UTC
sorry, I can't set this to P5 (as it should be according to the impact it has), since it's a regression (which should be
always treated as P1...)
Comment 2 Peter Liu 2008-03-24 22:08:25 UTC
Fixed in the trunk.
Comment 3 Lukas Jungmann 2008-03-25 00:09:48 UTC
v.