Michael Kay
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 9
-
-
Michael Kay 创建了一个帖子, 已回答Shelving a set of breakpoints
It would be nice to be able to save the current set of breakpoints somewhere, clearing them all, but in such a way that they can later be reinstated. I'm thinking of the situation where you're doin... -
Michael Kay 创建了一个帖子, File corruption - application settings
IntelliJ 10.5.2 on Mac.I'm getting this when I do "Edit Configurations":Caused by: java.io.IOException: Corrupted records: storageLength=6,452,924 recordsLength=6,452,916 recordSize=20 at com.intel... -
-
-
Michael Kay 创建了一个帖子, Problems loading an existing GWT application
I'm trying to load an existing working GWT application into IntelliJ. (In fact, it was originally developed under IntelliJ, then moved to Eclipse, and now I want to move it back).I've created the p... -
Michael Kay 创建了一个帖子, Structural Search/Replace on Mac
I'm running IntelliJ Ultimate 10.5.2 on Mac OS/X. The Structural Search/Replace menu items aren't listed in the Search menu. They are present on a colleague's installation of the same version on Ub... -
Michael Kay 创建了一个帖子, Define a @NotNull getter for a @Nullable field
I commonly have a field that may be null, and a getter method that tests whether the field is null, and if so, initializes it. For example@Nullable private PrintStream outputDestination = null;@Not... -
-
Michael Kay 创建了一个帖子, Control stable interfaces
It wouldn't surprise me if there's already something in IntelliJ for this: if so, I'd like to know about it; if not, I'd like to suggest it as an idea for a future release.Some of the interfaces in...