Christian Schwarz
Christian Schwarz
How can we/the community help to make it happen?
Duplicates: #584 Relates to: #74, #201, #211, #439, #565, #567, #583 Solution: * varargs must not be expanded and treaten as plain array * to match elements of the vararg-array...
@paulduffin >Why do you say it cannot be solved in mockito 2 due top compatibility? This was related to the the proposal I described above. I see we had pretty...
> I can create a PR for this if wanted That would be a great improvment!
From the[ JavaDoc of @NoReference](http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Freference%2Fapi%2Forg%2Feclipse%2Fpde%2Fapi%2Ftools%2Fannotations%2Fpackage-summary.html&cp=4_3_10_0): > Classes, interfaces, annotations, enums, methods and fields tagged with this annotation are declaring they are not to be referenced at all by clients. For...
Does it make sense to add those Annotations (except `@NoReference`). If yes, should I open a PR?
`@NoExtend`: Your argument makes perfect sense for classes, but this annotation can be applied to interfaces too. `@NoOverride`: For test cases it is not always possible to make a method...
Thank you for the link! I was confused by the [https://spdx.org/tools](https://spdx.org/tools) pages which redirects to github releases page where the sources can be downloaded. Maybe it is a good idea...
@snitin315 commented [on Mar 1, 2021](https://github.com/facebook/jest/issues/11132#issuecomment-787561794) > I will take a look and send a PR for this in near future. Thumbs up! May the "near future" not be long...
> Would introduction of enum break existing client codes (programs that use tess4j)? Have you tried? If you change the signature of the existing methods then yes, it will break...