DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23286>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23286

[PATCH] suppression of useless import in testcase and some enhancements





------- Additional Comments From [EMAIL PROTECTED]  2003-09-22 08:07 -------
This patch exposes more info about classes than are needed
(a number of private to protected/public promotions).
This is not a good idea as ant has to be Backward Compatible in the
future and should expose as little as possible now.

Inner classes have access to private methods and fields of their
containing classes so the access does not need to be promoted.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to