Lyor Goldstein
Lyor Goldstein
Please note that I am talking about **core** functions (like _mysql_query()_) - all your examples refer to **user functions** in some application namespace - this is _not_ the case for...
@lisachenko Great - just wanted to make sure that you understood my meaning. I haven't tried it yet (turns out the application I was trying to instrument uses either _mysqli_...
@lisachenko Understood - I will follow this issue hoping that a solution can be found...
@lisachenko Does not seem to work for _mysql_query_ functions - the code is issuing queries but the aspect isn't being invoked. I have used [this sample application](http://zaldivar.orgfree.com/php/crud-example-for-php-beginner/) with the following...
@lisachenko My purpose is to use _Go!_ in order to instrument **any** application - in other words, I want to place some code in the _auto_prepend_ PHP script that will...
@lisachenko I will look into the AOP-PHP extension - I was aware of it, but I prefer a pure PHP approach (also like you said "project is not maintained for...
> client code would get the possibility to specify in the verify() call whether to cancel a future automatically on a time-out Let's keep backward compatibility as much as possible...
> The new default for the existing verify() would be to cancel to avoid this problem of having a "hidden" session established after the time-out that the user cannot really...
Happens also for me: ``` [java] JVM args ignored when same JVM is used. [java] The following errors occurred during analysis: [java] Exception analyzing com.cb4.service.impl.config.CommonMetadataConfig using detector edu.umd.cs.findbugs.detect.FindUnrelatedTypesInGenericContainer [java] java.lang.IndexOutOfBoundsException:...
Here is the class it is complaining about - strangely enough, the build continues despite the exception ```java public abstract class CommonMetadataConfig extends AbstractCachingEnvironmentAwareConfigBean implements MetadataConfigDescriptor { public static final...