Re: How to set up a fast correct java build?
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
---910079544-113319078-1263075976=:22299
Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8BIT
On Fri, 8 Jan 2010, Joshua Maurice wrote:
On Jan 8, 7:28?am, Alessio Stalla <alessiosta...@gmail.com> wrote:
I don't get why you believe that Java class files do not contain
enough dependency information. At least the class hierarchy and
classes referred to by fields and methods (signature and code) should
be found there. Reflection can be problematic, but it would be with a
Java parser too. However, since I'm not an expert in the matter, I may
be missing something.
I believe my simple example is
// source foo.java
public class foo { foo() { bar x = null; } }
// source bar.java
public class bar { bar() {} }
Ooh, i hadn't thought of that one. Good catch!
I just double checked with javap, (though I didn't run my own hand-
written class file parser),
Since the class file format doesn't compress any strings, 'grep' would do.
tom
--
With a face like this I won't break any hearts and thinking like that
I won't make any friends
---910079544-113319078-1263075976=:22299--