Timeline for Warn about 3rd party methods that are forbidden
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 22, 2012 at 13:17 | comment | added | Stephen C | That won't work I think. For compiled code, the last time that visibility rules get checked is at load time, when bytecodes are verified. Subsequent changes using the reflective APIs will only affect other reflective calls. | |
| Jun 14, 2012 at 15:11 | comment | added | Apoorv | Thanks. I am going to try MattDavey's solution first because it allows me to do static analysis. That said, if all static approaches fail, I will try your solution. | |
| Jun 14, 2012 at 14:42 | history | answered | XGouchet | CC BY-SA 3.0 |