Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » inheritance
inheritance [message #147990] Tue, 09 March 2004 19:57 Go to next message
Eclipse UserFriend
Originally posted by: s_webe.informatik.uni-kl.de

possible not the right place to post such a question...
I'm working on a metric plugin. I have to collect all methods and
attributes that are inherited by a class' ancestors. I'm not sure if all
methods/attributes of a super-class are inherited (default, public,
private, protected) and the sub-class can than only access
default/public/protected methods or attributes. Can you tell me what java
is exactly doing
Re: inheritance [message #148066 is a reply to message #147990] Wed, 10 March 2004 16:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-user.jibeinc.com

Sebastian wrote:

> possible not the right place to post such a question...
> I'm working on a metric plugin.

I'm not answering your question, but I'd like to ask one: There are
already several metrics plugins available. Why don't you start by
investigating how you might contribute to and/or extend them instead of
writing your own from scratch?

Eric
--
Eric Rizzo
Software Architect
Jibe, Inc.
http://www.jibeinc.com
Re: inheritance [message #148078 is a reply to message #148066] Wed, 10 March 2004 18:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: s_webe.informatik.uni-kl.de

Eric Rizzo wrote:

> Sebastian wrote:

> > possible not the right place to post such a question...
> > I'm working on a metric plugin.

> I'm not answering your question, but I'd like to ask one: There are
> already several metrics plugins available. Why don't you start by
> investigating how you might contribute to and/or extend them instead of
> writing your own from scratch?

> Eric
because I'm a student and this is my duty to program a few metrics. It
would be nice when you now answer my question...
Re: inheritance [message #148104 is a reply to message #148078] Thu, 11 March 2004 03:00 Go to previous message
Eclipse UserFriend
Originally posted by: smesh.openrules.com

> because I'm a student and this is my duty to program a few metrics. It
> would be nice when you now answer my question...

As a good student you should've read "The Java Language Specification"
first.

PS. Just in case if you'll have a question "Where I can find it?":
http://java.sun.com/docs/books/jls/

--
Sam Mesh - http://openrules.com
Previous Topic:java.library.path question???
Next Topic:instance method references
Goto Forum:
  


Current Time: Sat Jul 27 18:20:55 GMT 2024

Powered by FUDForum. Page generated in 0.03919 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top