老是提示“The method getValueNames() from the type HttpSession is deprecated”這個(gè)錯(cuò)誤怎么辦
老是提示“The method getValueNames() from the type HttpSession is deprecated”這個(gè)錯(cuò)誤怎么辦
老是提示“The method getValueNames() from the type HttpSession is deprecated”這個(gè)錯(cuò)誤怎么辦
2014-12-03
舉報(bào)
2014-12-04
這個(gè)是警告不是錯(cuò)誤,提示這個(gè)方法在jdk的老版本中使用,在新版本中已不建議使用。有些不建議使用的方法有時(shí)也會(huì)用到,當(dāng)然一般會(huì)用新的替代它的方法。你可以看看eclipse的提示有沒(méi)有類似方法可以替代當(dāng)前方法。