Skip to content

Operator overload error after upgrading idea2025.1 #690

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

Open
zcfire2017 opened this issue Apr 18, 2025 · 7 comments
Open

Operator overload error after upgrading idea2025.1 #690

zcfire2017 opened this issue Apr 18, 2025 · 7 comments

Comments

@zcfire2017
Copy link

Image

Image

Image

Image

@rsmckinney
Copy link
Member

I don't see that error locally. Can you provide the error message corresponding with the expression: log.getCreateTime() < logInfo.getLastTime()?

Can you try the following to see if it produces the same error for you?

    LocalDateTime ld = LocalDateTime.now();
    LocalDateTime ld2 = LocalDateTime.now();
    if( ld > ld2 ) {
      out.println();
    }

I am using the JetBrains' Chinese plugin, I assume you have the same setup?

Image

@zcfire2017
Copy link
Author

Image

@zcfire2017
Copy link
Author

Image

@rsmckinney
Copy link
Member

Thanks. IntelliJ tests are pretty thin here. This will be fixed soon.

@zcfire2017
Copy link
Author

Thanks. IntelliJ tests are pretty thin here. This will be fixed soon.

Thank you.

@qnxy-ck
Copy link

qnxy-ck commented May 20, 2025

Has this issue been fixed now?

@zcfire2017
Copy link
Author

Has this issue been fixed now?

no,Waiting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants