-
v0.11.24
The following line in a controller method is adding an additional "schema" to the `200` object inside `responses`. When I remove the redirect line, the `{ "type": "string" }` is removed f…
-
> PHPUnit 8.5.13 by Sebastian Bergmann and contributors.
> PHP Warning: Private methods cannot be final as they are never overridden by other classes in .../vendor/hoa/stream/Stream.php on line 19…
-
[Job](https://mihubot.xyz/runtime-utils/EhLRNZBA) completed in 19 minutes 49 seconds.
https://github.com/dotnet/runtime/pull/109482
### Diffs
```
Found 264 files with textual diffs.
Summary of Code…
-
```
*Description*
When using interceptor on private method such as:
@Transactional
private dosomething(){}
the interception is not performed.
This is understandable as the method inside interceptio…
-
int getHeaderViewsCount()
int getFooterViewsCount()
missing implementation of the
mList.addHeaderView(top);
mList.addFooterView(bottom);
-
### What happened?
I'm trying to install and configure the Cloudflare WordPress plugin on my website (https://test.peacefulexperiences.com/wp-admin/admin-ajax.php?action=cloudflare_proxy) and I'm enc…
-
From JMockit 1.47 it is not possible to mock private methods, such attempt leads to "Unsupported fake for private method" exception,
We find private method mocking useful in a situation when we cal…
-
### Apache NetBeans version
Apache NetBeans 23
### What happened
When the "methodToBeInlined()" method is selected for the Inline method refactoring, it causes a refactoring bug, because the inline…
-
## Feature Request
#### Is your feature request related to a problem? Please describe.
Running a public CKB node requires several RPC methods to be restricted. This introduces extra work for the…
-
Anonymous classes are suffixed `AnonymousClass`.
In Java, [anonymous classes](https://docs.oracle.com/javase/tutorial/java/javaOO/anonymousclasses.html) are declared inline, so there is no other co…