Sebastian Stern
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 5
-
创建于 Maven: Use custom extended dependency resolution
In our company we use have an extension to the current maven version (3.6.3) that enhances the the dependency resolution for our needs. The aim of this extension is to provide a runtime dependency ... -
创建于 Keep TreeSpeedSearch visible after enter key
已回答In my plugin I'm using a Tree and a TreeSpeedSearch for faster access to the elemts. The Tree has an InputMap, that triggers an action on typing enter. However, the TreeSpeedResult result is then c... -
创建于 Custom Inspection for missing annotation
已回答We have some classes that require a specific custom annotation, based on their class name. I wanted to add a custom inspections that triggers a warning, whenever this annotation is missing from suc... -
创建于 Unnecessary warning: int doesn't have expected attribute __getitem__
I get a warning for one of my functions, saying the type int doesn't have the expected attribute __getitem__. I know that this comes from this part: type(rule[0]) == list However, I don't know why ... -
创建于 Inspections settings page empty
已回答When I open the Inspections settings page in IntelliJ, all I see is a grey, empty page. I can't see any inspections to change. There's no error message or similiar, just a blank page. When I starte...