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 55966 - Util class should not be public
Summary: Util class should not be public
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks: 52155
  Show dependency tree
 
Reported: 2005-03-04 13:41 UTC by Jaroslav Tulach
Modified: 2005-03-04 18:47 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 Jaroslav Tulach 2005-03-04 13:41:32 UTC
T14 Does Utils class really need to be public? 
(Two simple static methods...)  
 
 
PB: no, should not be public
Comment 1 Petr Jiricka 2005-03-04 18:02:50 UTC
Which Utils class? Do you mean
org.netbeans.modules.j2ee.ejbjarproject.Utils? Please specify and
remove the INCOMPLETE keyword.

If status whiteboard=tca, I assume this comes from an API review. Any
link to the review document? A random reader has no way of knowing.

To your question: if I make it package private, the module does not
compile. So it must be public. Any alternative suggestions?
Comment 2 Pavel Buzek 2005-03-04 18:47:28 UTC
This is a missunderstanding, I generated javadoc for ejbjarproject
because multiple modules depend on it. But it does not have any public
API. There are other issues filed to make it public API.