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 53693 - Access modifier of generated field in webservice
Summary: Access modifier of generated field in webservice
Status: CLOSED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-19 15:31 UTC by Lukas Jungmann
Modified: 2006-03-24 13:01 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 2005-01-19 15:31:15 UTC
[build: 200501181900]

- create new webservice from existing sources -
from some class or interface

   Generated implementation of this webservice
contains package protected field of type of the
class from which it has been generated. IMO, it
would be better to set this field private, not
package protected.
Comment 1 Lukas Jungmann 2005-09-16 09:57:46 UTC
fixed with issue #64219
Comment 2 Lukas Jungmann 2005-09-16 09:59:16 UTC
v. in 200509151800