Uwe Schindler

Results 419 comments of Uwe Schindler

> And yeah, Timestamp and its friends are weird. Timestamps in the actual database tend to be in local time, not millisecond values, but then Java implements Timestamp as only...

> Introduction of annotation is introduction of dependency(through imports) to custom class. forbidden-apis is just a tool and should not go inside of my project, but tool should to do...

So just to confirm: I will add a possibility to list exclusions in a separate file (same format like the signatures files). Like with signatures, the maven plugin will also...

OK, so I think we agree. I will look into adding support for exclusions in the same way like the general signatures file format. The message could also be reused...

Hi, `@SuppressWarnings` is Retention.SOURCE, so it is no longer visible in resulting class files. When we introduced forbidden apis for the first time, of course we investigated to use the...

Hi, I agree that's theoretically possible, but not yet implemented. I have to go through this issue to figure out what needs to be done. In Apache Lucene and Elasticsearch...

Lambdas are working fine since approx 2013! It just needs adaption to keep track of annotations to support the glob pattern parameter on the annotation. Currently it only keeps track...

Hi @thatsIch, I do not understand from your comment what you intend to do. This issue here is about adding @SuppressForbidden with some more fine granular exclusion. I plan to...

Hi, my intro to previous comment was more about #157. This issue is about config file instead of Suppressor bidden annotation. But from your question I think my answer should...

Technically this is easy to do. With forbiddenapis 3.3 it is also now easier to forbid all overloads of a method. You can also forbid the whole class, but this...