kevin.cianfarini
06/07/2024, 4:12 PMkevin.cianfarini
06/07/2024, 4:14 PMallWarningsAsErrors = true
and it kept successfully building when I had intentionally added an unused variable. I found this surprising.evanchooly
06/07/2024, 4:21 PM$dayJob
, generated bytecode added during class instrumentation. as such, it can be difficult to definitively flag something as truly unused.evanchooly
06/07/2024, 4:21 PMkevin.cianfarini
06/07/2024, 4:22 PMevanchooly
06/07/2024, 4:22 PMkevin.cianfarini
06/07/2024, 4:23 PMephemient
06/07/2024, 11:19 PMephemient
06/07/2024, 11:20 PM