Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #11827

Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news1.tnib.de!feed.news.tnib.de!news.tnib.de!news.belwue.de!newsfeed.ision.net!newsfeed2.easynews.net!ision!newsfeed3.dallas1.level3.net!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!m2g2000vbc.googlegroups.com!not-for-mail
From Paka Small <paka-en@tumia.org>
Newsgroups comp.lang.java.programmer
Subject Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia
Date Tue, 7 Feb 2012 12:38:42 -0800 (PST)
Organization http://groups.google.com
Lines 64
Message-ID <77ccbbfa-7861-40d6-8ac9-dddcda175d43@m2g2000vbc.googlegroups.com> (permalink)
References <9d6c9c81-3b61-4ee5-b1bb-b399e0f53dc1@s9g2000vbc.googlegroups.com> <WEYTq.6513$ep4.4896@newsfe16.iad> <572ba397-4369-4033-8fee-54b22fbd8677@k6g2000vbz.googlegroups.com> <32802338.1556.1328425716958.JavaMail.geo-discussion-forums@prhu31> <0e8b5554-d19e-4a0b-9840-409d893b6ac7@1g2000yqv.googlegroups.com> <8457013.1958.1328471129375.JavaMail.geo-discussion-forums@prmu37> <25138740-03d5-4668-a243-6994eb43dbd5@1g2000yqv.googlegroups.com> <7144029.385.1328521805784.JavaMail.geo-discussion-forums@prfs3> <a8d0ca47-4744-44d3-9f76-71ad2d53f484@y10g2000vbn.googlegroups.com> <9766239.3.1328577231113.JavaMail.geo-discussion-forums@pbcov1> <fbc0216d-93ba-4c43-b559-22f9a99535ac@b23g2000yqn.googlegroups.com> <4f311f7e$0$4179$426a34cc@news.free.fr> <14350609.148.1328640840957.JavaMail.geo-discussion-forums@pbcqj1>
NNTP-Posting-Host 178.117.42.244
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
X-Trace posting.google.com 1328647122 27025 127.0.0.1 (7 Feb 2012 20:38:42 GMT)
X-Complaints-To groups-abuse@google.com
NNTP-Posting-Date Tue, 7 Feb 2012 20:38:42 +0000 (UTC)
Complaints-To groups-abuse@google.com
Injection-Info m2g2000vbc.googlegroups.com; posting-host=178.117.42.244; posting-account=ODpnawoAAADj7WPfKrOQf0t47LNCiq2A
User-Agent G2/1.0
X-Google-Web-Client true
X-Google-Header-Order HUALESNKRC
X-HTTP-UserAgent Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.2.3) Gecko/20100403 Fedora/3.6.3-4.fc13 Firefox/3.6.3,gzip(gfe)
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11827

Show key headers only | View raw


On 7 feb, 19:54, Lew <lewbl...@gmail.com> wrote:
> Mayeul wrote:
> > Paka Small wrote:
> > > Lew wrote:
> >>> How exactly do you imagine that this proves a method is a class instance?
>
> >>> All your code proves is that there exists a class instance that can describe
> >>> and invoke a particular method. There is nothing in your code that shows, let
> >>> alone proves "beyond any doubt", that a method is an instance of a class. It
> >>> couldn't, because a Java method is not an instance of a class.
>
> >> Clearly the code shows that setMethod is an instance of the class
> >> java.lang.reflect.Method
>
> > Indeed, it certainly does.
>
> > > and that a method of a class is actually
> > > assigned to setMethod in this statement:
>
> Not even close, Paka. How do you continue to get this wrong?
>
> You have been shown the truth. You've been shown the documentation for the
> truth, about which you got very snarky indeed: "I'm too lazy to read the
> documentation but I'm going to argue for the wrong answer anyway."
>
> >> setMethod =
> >> baseObjectClass.getJavaClass().getMethod(this.getSetMethodName(), new
> >> Class[]{this.type});
>
> > No, it does not show anything of the sort.
>
> > setMethod is never assigned a method (and a method can never be assigned
> > to anything anyway.)
>
> As you have been told before, Paka. Repeatedly. Repeatedly.
>
> > Here you show setMethod is assigned an instance of the class
> > java.lang.reflect.Method. Instances of a class, whatever the class, are
> > never methods. And methods are never instances of any class, whatever
> > the class.
>
> As you have been told before, Paka. Repeatedly. Why don't you just break down
> and read the documentation?
>
> Summary: What your code proves is that a variable points to an instance of a
> class. It does not show that a method is an instance of a class. At no point
> does your code show any treatment of any method as a class instance.
>
> Get this right or get out of programming, Paka. "20 years of professional
> software development experience" is only worth something if you let your
> experience teach you something. Time to start learning, Paka.
>
> --
> Lew


Hi,

"java.lang.reflect.Method setMethod = null;" and "setMethod =
baseObjectClass.getJavaClass().getMethod(this.getSetMethodName(), new
Class[]{this.type});" from the example code proof a method is an
instance of the class java.lang.reflect.Method .

Kind regards, Paka

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-01-25 11:23 -0800
  Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Jeff Higgins <jeff@invalid.invalid> - 2012-01-25 15:07 -0500
  Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Paka Small <paka-en@tumia.org> - 2012-02-04 08:43 -0800
    Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Eric Sosman <esosman@ieee-dot-org.invalid> - 2012-02-07 08:22 -0500
  Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Paka Small <paka-en@tumia.org> - 2012-02-04 08:48 -0800
    Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Lew <lewbloch@gmail.com> - 2012-02-04 23:08 -0800
      Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Paka Small <paka-en@tumia.org> - 2012-02-05 03:13 -0800
        Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Lew <lewbloch@gmail.com> - 2012-02-05 11:45 -0800
          Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Paka Small <paka-en@tumia.org> - 2012-02-05 14:44 -0800
            Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Lew <lewbloch@gmail.com> - 2012-02-06 01:50 -0800
              Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Paka Small <paka-en@tumia.org> - 2012-02-06 12:00 -0800
                Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Lew <lewbloch@gmail.com> - 2012-02-06 17:13 -0800
                Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Paka Small <paka-en@tumia.org> - 2012-02-06 22:20 -0800
                Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Mayeul <mayeul.marguet@free.fr> - 2012-02-07 14:03 +0100
                Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Lew <lewbloch@gmail.com> - 2012-02-07 10:54 -0800
                Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Paka Small <paka-en@tumia.org> - 2012-02-07 12:38 -0800
                Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Lew <lewbloch@gmail.com> - 2012-02-07 16:42 -0800
                Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Patricia Shanahan <pats@acm.org> - 2012-02-07 12:53 -0800
                Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-02-07 13:32 -0800
        Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Lew <lewbloch@gmail.com> - 2012-02-05 11:51 -0800

csiph-web