Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Obfuscating generated AspectJ code
Obfuscating generated AspectJ code [message #4761] Wed, 25 September 2002 01:36 Go to next message
Dan Cristian is currently offline Dan CristianFriend
Messages: 22
Registered: July 2009
Junior Member
Hi,

I'm wondering if the existing obfuscation tools generates valid class files
when processing AspectJ compiled files.

Dan
Re: Obfuscating generated AspectJ code [message #5033 is a reply to message #4761] Thu, 03 October 2002 16:11 Go to previous message
Eclipse UserFriend
Originally posted by: adrian_colyer.uk.ibm.com

Hi Dan,
The AspectJ compiler produces standard Java bytecodes so any obfuscator
should continue to work without being able to tell whether the class files
came from ajc or from javac.

Regards,
Adrian.

Dan wrote:

> Hi,

> I'm wondering if the existing obfuscation tools generates valid class files
> when processing AspectJ compiled files.

> Dan
Re: Obfuscating generated AspectJ code [message #561758 is a reply to message #4761] Thu, 03 October 2002 16:11 Go to previous message
Adrian Colyer is currently offline Adrian ColyerFriend
Messages: 61
Registered: July 2009
Member
Hi Dan,
The AspectJ compiler produces standard Java bytecodes so any obfuscator
should continue to work without being able to tell whether the class files
came from ajc or from javac.

Regards,
Adrian.

Dan wrote:

> Hi,

> I'm wondering if the existing obfuscation tools generates valid class files
> when processing AspectJ compiled files.

> Dan
Previous Topic:Timeframe for debugger linking to source?
Next Topic:Newbie Questions
Goto Forum:
  


Current Time: Wed Apr 24 18:44:21 GMT 2024

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

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

Back to the top