You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug (Bug描述,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
In the JsonBuildHelper class at line 476, the code String gicName = genericMap.get(subTypeName) == null ? globGicName[0] : genericMap.get(subTypeName); is causing an ArrayIndexOutOfBoundsException because globGicName has a length of 0, and the typeName is com.fasterxml.jackson.databind.util.ArrayBuilders.BooleanBuilder. I don’t know how to obtain the remaining information.
@hl9565 Thanks for your issue! Please provide a minimal sample application that reproduces the problem for faster issue triage. We also warmly welcome pull requests (PR) for collaborative development.
Contact Details
No response
Version
3.0.8
Plugin
smart-doc-maven-plugin
Build tool version
maven 3.6.3
Jdk version
1.8
Describe the bug (Bug描述,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
In the JsonBuildHelper class at line 476, the code String gicName = genericMap.get(subTypeName) == null ? globGicName[0] : genericMap.get(subTypeName); is causing an ArrayIndexOutOfBoundsException because globGicName has a length of 0, and the typeName is com.fasterxml.jackson.databind.util.ArrayBuilders.BooleanBuilder. I don’t know how to obtain the remaining information.
Expected Behavior (您期望的结果,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
1
Current Behavior (当前结果,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
1
Steps to Reproduce (Bug产生步骤,请尽量提供用例代码。社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
In my project, it occurs consistently, but I don’t know the reason.
Possible Solution (Bug解决建议,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
No response
Context (Bug影响描述,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)
No response
Validations
The text was updated successfully, but these errors were encountered: