Sebastian Stern
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 5
-
Sebastian Stern 创建了一个帖子, 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 ... -
Sebastian Stern 创建了一个帖子, 已回答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... -
-
Sebastian Stern 创建了一个帖子, 已回答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... -
Sebastian Stern 创建了一个帖子, 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 ... -
Sebastian Stern 创建了一个帖子, 已回答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...