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

使用多个 @Filter 时会导致过滤匹配失效 #862

Merged
merged 1 commit into from
Jun 23, 2024
Merged

Conversation

ForliyScarlet
Copy link
Member

@ForliyScarlet ForliyScarlet commented Jun 23, 2024

在解析 @Filter 时,如果数量为多个时,多个 @Filter 的合并结果被意外丢弃,导致实质上监听函数最终没有 Filter, 也会间接导致 @FilterValue 失效。

fix #861

@ForliyScarlet ForliyScarlet added bug 这是个BUG 严重 严重、影响范围广 labels Jun 23, 2024
@ForliyScarlet
Copy link
Member Author

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@ForteScarlet ForteScarlet merged commit d66a008 into v4-dev Jun 23, 2024
6 checks passed
@ForteScarlet ForteScarlet deleted the fix-861 branch June 23, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 这是个BUG 严重 严重、影响范围广
Projects
None yet
Development

Successfully merging this pull request may close these issues.

多个@Filter不生效
2 participants