Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #8534
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: @see scope |
| Date | 2011-10-04 10:28 -0700 |
| Organization | Canadian Mind Products |
| Message-ID | <qcgm87h3sctbas9j51cu1gkl3o7h6c3152@4ax.com> (permalink) |
| References | <97kl87pgsfv7f3klmucsso1bikkcicj3hj@4ax.com> |
On Tue, 04 Oct 2011 02:26:36 -0700, Roedy Green <see_website@mindprod.com.invalid> wrote, quoted or indirectly quoted someone who said : >Are you supposed to be able to put a @see SomeClass#someMethod > >to another class's private method? This @see note is intended for someone maintaining the code, to warn them there is something similar that you might have confused with this method, or that if you change this, you will probably want to adjust that too. It is not for consumers of just the public methods. Logically it should just appear is JavaDoc that has private methods too. However, sometimes I get complaints about it. JavaDoc seems to have scope rules just like java. You can't @see a method you can't call. -- Roedy Green Canadian Mind Products http://mindprod.com It should not be considered an error when the user starts something already started or stops something already stopped. This applies to browsers, services, editors... It is inexcusable to punish the user by requiring some elaborate sequence to atone, e.g. open the task editor, find and kill some processes.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
@see scope Roedy Green <see_website@mindprod.com.invalid> - 2011-10-04 02:26 -0700
Re: @see scope Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2011-10-04 11:20 +0000
Re: @see scope Patricia Shanahan <pats@acm.org> - 2011-10-04 06:57 -0700
Re: @see scope Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2011-10-04 16:36 +0000
Re: @see scope Roedy Green <see_website@mindprod.com.invalid> - 2011-10-04 10:28 -0700
Re: @see scope Lew <lewbloch@gmail.com> - 2011-10-04 12:15 -0700
Re: @see scope Paul Cager <paul.cager@googlemail.com> - 2011-10-05 03:20 -0700
Re: @see scope Patricia Shanahan <pats@acm.org> - 2011-10-05 05:45 -0700
Re: @see scope Jan Burse <janburse@fastmail.fm> - 2011-10-05 15:05 +0200
csiph-web