microsoftgraph / microsoftgraph/msgraph-sdk-java
GetRequestConfiguration.queryParameters is wrongly annotated as Nullable
未关闭
还没有人认领这个 Issue。
status:waiting-for-triage
type:bug
- 主要语言
- Java
- 星标
- 444
- 派生
- 154
- 平均合并
- 18 小时 28 分钟
- 30 天内合并 PR
- 4
描述
Describe the bug
com.microsoft.graph.users.UsersRequestBuilder.GetRequestConfiguration#queryParameters is annotated as @Nullable, giving an IDE warning. However, it is always initialized to a non-null value.
_graphClient.users().get(config -> {
config.queryParameters.select = new String[] { ... };
// ^^^^^^^^^^^^^^^^^^^ Warning here, because it might be null
});
Expected behavior
No IDE warning.
How to reproduce
Install SDK in IntelliJ and past the above code.
SDK Version
6.26.0
Latest version known to work for scenario above?
No response
Known Workarounds
Silence IDE warning for that line.
Debug output
No response
Configuration
No response
Other information
No response
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 com.microsoft.graph.users.UsersRequestBuilder.GetRequestConfiguration 开始,检查 queryParameters 上的注解。使用复现代码片段验证生成的 SDK 行为和 IntelliJ 警告;当 queryParameters 被表示为非 null 且 IDE 没有警告时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- api
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100