Antonio Petrelli
Antonio Petrelli
Hello I have a slightly different problem. I have a lot of false positives (I think) because I have many of these "ifs" (in pseudocode): ``` if (field != null)...
@maciejwalkowiak another name is perfect for me as long as it works :-)
Thinking about it, in fact what I wanted is something that uploads the InputStream without hitting the filesystem or putting everything in memory when the file is huge, so I...
@jbindel thanks for the advice, it works! However this configuration is a bit difficult to manage and its documentation is a bit lacking, especially in the Maven part. I had...
thanks @jbindel but the solution you provided seems a bit dangerous to me. I prefer to mark one by one the pieces that I think are ok, and thanks for...
@jbindel an annotation in a cast operation? seems impossible to me.
@jbindel wow never heard of it, thanks! however I cannot understand what can be done with SpotBugs+findsecbugs. AFAICT SpotBugs does not support these annotations. Or yes? Probably at this point...