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 - typo in UriResolver.template causes test failure
Summary: typo in UriResolver.template causes test failure
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Liu
URL:
Keywords: REGRESSION, TEST
Depends on:
Blocks:
 
Reported: 2008-03-22 02:01 UTC by Lukas Jungmann
Modified: 2008-03-25 00:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.