Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

当 import static com.jeesite.common.config.Global.TRUE; 导致编译失败 #492

Open
zhuyeqing5828 opened this issue Jun 6, 2019 · 0 comments

Comments

@zhuyeqing5828
Copy link

zhuyeqing5828 commented Jun 6, 2019

当包含 如下文件时编译报错(jeesite4.1.3)
Error:java: com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.jeesite.common.config.Global$1 not found

package com.jeesite.modules.fsp.query;

import static com.jeesite.common.config.Global.TRUE;

public class MatchCreditOrderQueryParam {

    final String productType = TRUE;
  }
  
tip : 已确定 是import static com.jeesite.common.config.Global.TRUE; 的问题,但不知道原因
@zhuyeqing5828 zhuyeqing5828 changed the title 当包含package com.jeesite.modules.fsp.query; 编译失败 当 import static com.jeesite.common.config.Global.TRUE; 导致编译失败 Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant