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 144343 - checkOutTask declaration should be changed
Summary: checkOutTask declaration should be changed
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ chetansanth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-19 09:47 UTC by siddeshk123
Modified: 2009-11-07 10:01 UTC (History)
1 user (show)

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 siddeshk123 2008-08-19 09:47:31 UTC
Netbeans 6.5 beta + windows xp + saw support

1. Add a webapp with saw support
2. Open the java file and drag and drop the checkout task

It creates a code :
public com.sun.saw.vo.OutputVO checkOutTask(.....)
It should be 
public com.sun.saw.vo.OutputVO checkOutTasks(.....)

Since checkoutTask will work on multiple tasks at a time hence the declaration should be plural. All other declarations 
are plural.
Comment 1 Satyaranjan D 2008-12-24 07:44:56 UTC
Assigned to Chetan.
Change the signature of the method in the template file.
Comment 2 _ chetansanth 2009-01-07 09:55:00 UTC
Fixed. Changed the method declaration