Closed. This question does not meet Stac开发者_JAVA百科k Overflow guidelines. It is not currently accepting answers.
I have used AspectJ before for Java, and I recently have thought about checking which possibilities exist for the C++ language.
I\'m using AspectJ annotations instead of writing actual aspect files. I want to expose an annotation value to my advice.
Does anybody success in using AspectJ load-time weaving with signed jars? I got an exception and have no idea how to fix it (tested 开发者_StackOverflowwith AspectJ 1.6.8-16.10):
I\'m trying to hook the creation of objects in Javascript. This is easy for methods, but afaik not for constructors. I cannot change the way to create objects as this has to work for current libraries
Using AspectJ, how do you replace an existing annot开发者_开发百科ation? I have the following code
I just read that it is not possible to define a pointcut on a single array element (bug link). Considering I really need to detect an array element modification, I would like to know if there is any w
I have a need to encrypt the value of a specific set of fields when stored in the DB. I am using LINQ-to-SQL.
I\'m trying to dynamically alter all objects in Javascript so that its construction can be hooked. This is what I\'ve got now, which almost works properly:
I use declare error and declare warning to enforce some policies; but in some specific cases I would like to get rid of the warning.