Commit bc32109
committed
Fix SpotBugs AT_STALE_THREAD_WRITE_OF_PRIMITIVE in BoundedInputStream
- Note that BoundedInputStream.setPropagateClose(boolean) is deprecated
- [ERROR] Medium: Shared primitive variable "propagateClose" in one
thread may not yield the value of the most recent write from another
thread [org.apache.commons.io.input.BoundedInputStream] At
BoundedInputStream.java:[line 555] AT_STALE_THREAD_WRITE_OF_PRIMITIVE1 parent ec1e822 commit bc32109
File tree
2 files changed
+2
-1
lines changed- src
- changes
- main/java/org/apache/commons/io/input
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
| 554 | + | |
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| |||
0 commit comments