Java中遇到Case cannot be resolved to a variable问题

Posted hzauxx

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java中遇到Case cannot be resolved to a variable问题相关的知识,希望对你有一定的参考价值。

Java中遇到Case cannot be resolved to a variable问题

记录一下这两天项目中遇到的一个小问题。

在项目中遇到一个问题,一直显示   Case cannot be resolved to a variable,

 

技术图片

 

 

可以看到同一包中有Case类,并不是无法引用的问题。

 

 

后面才想到是关键字的问题, case 是 Java 的关键字,这里是不能将 Case 类对象的引用命名为 case,修改一下字段名即可。

        Case case1=new Case();

 

这里简单修改一下名字即可。

 

 

吾生也有涯,而知也无涯。

 

以上是关于Java中遇到Case cannot be resolved to a variable问题的主要内容,如果未能解决你的问题,请参考以下文章

解决java.lang.String cannot be cast to java.lang.Integer异常

Android开发 R cannot be resolved to a variable问题的分析

Android Studio greendao Pb(324) The type java.lang.Object cannot be resolved.

Maven工程中遇到The import *** cannot be resolved问题

cannot be resolved to a type解决方法!!!

java.math.BigDecimal cannot be cast to java.lang.String   ----解决方案