Kevin Galligan

Avatar
  • 活动总数 4
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 2
  • Kevin Galligan 创建了一个帖子,

    Git revision for a specific line in file

    Is there a way to get the commit hash for a specific line in a file?  I'm able to get the revision for the whole file with this:GitHistoryUtils.getLastRevision(currentProject, filePath);Was hoping ...
  • Kevin Galligan 创建了一个帖子,
    已回答

    Default "create field" initialization

    Whenever I do "create field" refactoring, 95% of the time I want it done in the current method, but intellij defaults to field declaration.  Perhaps a minor issue, but it gets frustrating because I...