参数异常:Name for argument type [java.lang.Integer] not available

    新建的工作空间从svn当了最新的代码,访问页面的时候报错:Name for argument type [java.lang.Integer] not available, and parameter name information not found in class file either.

   代码没有问题,测试服、正式服都在用这套代码,究竟是什么原因导致的呢?

   查找资料后发现解决方案:右键项目→Properties,如图所示:将圈住的复选框选中参数异常:Name for argument type [java.lang.Integer] not available_第1张图片

大致意思是:将变量属性添加到生成的类文件(调试器使用)

你可能感兴趣的:(参数异常:Name for argument type [java.lang.Integer] not available)