Lukas Eder

Results 916 comments of Lukas Eder

Related (let me know if you wish for me to open a new bug for this). This works with the above version configuration, but I doubt it should work: ```java...

I'm the wrong guy to ask here

> AQ requires APIs to enqueue and dequeue messages from a remote queue. To the user, this is "just" (dreaded word, I know) a stored procedure call to some non-blocking...

> it would even be possible to add such features to the Oracle database itself This is going to be out of scope for R2DBC, but I don't know where...

> During each test class' execution, we need to gather coverage data. I'd prefer using a library for that but we could do it ourselves as well. Whichever way we...

> @lukaseder What I still don't get: Do you want to check if each method of a class is covered or if it some kind of code coverage, meaning branches...

I just had the inverse use-case! I would like to run a set of tests asserting that a method will *never* be covered by them, i.e. it shouldn't be called....

> That last one kind of sounds like could be solved with a spy from Mockito? Interesting idea. First caveat, this is modular code, and it's not public, so I...

So, @verhas, red was the impostor after all? 😁 Interesting idea, thanks! I already have the agent infrastructure setup where I can instrument and inject code before the `equals()` method...