Search the web
Sign In
New User? Sign Up
jdepend
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
No constants in class files   Message List  
Reply | Forward Message #71 of 72 |
Hi again,

Consider following situation. There is a class A that uses a constant
from another class B like: B.MY_CONSTANT. The type of MY_CONSTANT is
int and the value is 4. I include B.MY_CONSTANT in A. The compilation
of A.java ends up in a file A.class. After decompiling A.class I
realize that the expression B.MY_CONSTANT was substituted by 4. Thus,
I don't have any dependency between A and B within the class files.
But I want to model latter.
Does anyone know whether a solution exists for that kind of problem or
not?

Cheers,
Yusuf





Tue Jul 31, 2007 3:16 pm

yusuf.coekel...
Offline Offline
Send Email Send Email

Forward
Message #71 of 72 |
Expand Messages Author Sort by Date

Hi again, Consider following situation. There is a class A that uses a constant from another class B like: B.MY_CONSTANT. The type of MY_CONSTANT is int and...
yusuf.coekelekoglu
yusuf.coekel...
Offline Send Email
Jul 31, 2007
3:18 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help