jigsaw
205
Anomaly identified by the detector. Please review whether this anomaly corresponds to a misuse.
finding-2
org/w3c/www/protocol/http/cache/CacheFilter.java
addWarning(Request, HttpWarning)
class CacheFilter { protected void addWarning(Request request, HttpWarning warning) { Vector vw = (Vector) request.getState(STATE_WARNINGS); if ( vw == null ) { vw = new Vector(4); request.setState(STATE_WARNINGS, vw); } vw.addElement(warning); } }
2
0.97
31.77
31
Not required.