Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #13121
| Date | 2012-03-22 03:13 -0700 |
|---|---|
| From | Patricia Shanahan <pats@acm.org> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Eclipse - NoSuchMethodError: main |
| References | <jkcntd$sf1$1@theodyn.ncf.ca> <jkdsop$hsm$1@dont-email.me> <4f6a79a0$0$282$14726298@news.sunsite.dk> <jkebm2$r9t$1@news.albasani.net> |
| Message-ID | <DfWdnUazsO7YZvfSnZ2dnUVZ_qadnZ2d@earthlink.com> (permalink) |
BGB wrote:
> On 3/21/2012 6:00 PM, Arne Vajhøj wrote:
>> On 3/21/2012 8:46 PM, Eric Sosman wrote:
>>> Only the type of the formal parameter matters; the actual name
>>> is irrelevant. When the arguments aren't used, my own personal
>>> practice is to write
>>>
>>> public static void main(String[] unused) { ... }
>>>
>>> The only drawback is that code-policing tools sometimes insist
>>> that I write Javadoc comments for the "unused" parameter ;-)
>>
>> That could be considered a good opportunity to put in some
>> funny comments!
>>
>
> yep, and maybe go into some long rant about something almost entirely
> irrelevant (hmm... sadly not too far from the truth sometimes...).
How about "This comment is intentionally left empty."?
Patricia
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Eclipse - NoSuchMethodError: main William Colls <william.colls@rogers.com> - 2012-03-21 10:17 -0400
Re: Eclipse - NoSuchMethodError: main Jussi Piitulainen <jpiitula@ling.helsinki.fi> - 2012-03-21 16:41 +0200
Re: Eclipse - NoSuchMethodError: main markspace <-@.> - 2012-03-21 08:18 -0700
Re: Eclipse - NoSuchMethodError: main Lew <lewbloch@gmail.com> - 2012-03-21 13:41 -0700
Re: Eclipse - NoSuchMethodError: main Eric Sosman <esosman@ieee-dot-org.invalid> - 2012-03-21 20:46 -0400
Re: Eclipse - NoSuchMethodError: main Arne Vajhøj <arne@vajhoej.dk> - 2012-03-21 21:00 -0400
Re: Eclipse - NoSuchMethodError: main BGB <cr88192@hotmail.com> - 2012-03-21 21:59 -0700
Re: Eclipse - NoSuchMethodError: main Patricia Shanahan <pats@acm.org> - 2012-03-22 03:13 -0700
Re: Eclipse - NoSuchMethodError: main Arne Vajhøj <arne@vajhoej.dk> - 2012-03-22 21:46 -0400
Re: Eclipse - NoSuchMethodError: main Lew <lewbloch@gmail.com> - 2012-03-22 18:49 -0700
Re: Eclipse - NoSuchMethodError: main Gene Wirchenko <genew@ocis.net> - 2012-03-22 22:17 -0700
Re: Eclipse - NoSuchMethodError: main William Colls <william.colls@rogers.com> - 2012-03-23 09:36 -0400
Re: Eclipse - NoSuchMethodError: main Lew <noone@lewscanon.com> - 2012-03-23 07:51 -0700
Re: Eclipse - NoSuchMethodError: main Patricia Shanahan <pats@acm.org> - 2012-03-23 08:49 -0700
Re: Eclipse - NoSuchMethodError: main Jan Burse <janburse@fastmail.fm> - 2012-03-23 18:05 +0100
csiph-web