org.gitective.core.filter.commit
Class BugFilter

java.lang.Object
  extended by org.eclipse.jgit.revwalk.filter.RevFilter
      extended by org.gitective.core.filter.commit.CommitFilter
          extended by org.gitective.core.filter.commit.PatternFindCommitFilter
              extended by org.gitective.core.filter.commit.CommitMessageFindFilter
                  extended by org.gitective.core.filter.commit.BugFilter
All Implemented Interfaces:
Cloneable

public class BugFilter
extends CommitMessageFindFilter

Filter that matches bugs referenced in commit messages.


Field Summary
static String BUG_REGEX
          BUG_REGEX
 
Fields inherited from class org.gitective.core.filter.commit.PatternFindCommitFilter
flags, matcher, pattern
 
Fields inherited from class org.gitective.core.filter.commit.CommitFilter
repository
 
Fields inherited from class org.eclipse.jgit.revwalk.filter.RevFilter
ALL, MERGE_BASE, NO_MERGES, NONE
 
Constructor Summary
BugFilter()
          Create bug filter
 
Method Summary
 org.eclipse.jgit.revwalk.filter.RevFilter clone()
          Clones this filter.
 
Methods inherited from class org.gitective.core.filter.commit.CommitMessageFindFilter
getText
 
Methods inherited from class org.gitective.core.filter.commit.PatternFindCommitFilter
include
 
Methods inherited from class org.gitective.core.filter.commit.CommitFilter
include, reset, setRepository, setStop
 
Methods inherited from class org.eclipse.jgit.revwalk.filter.RevFilter
negate, requiresCommitBody, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BUG_REGEX

public static final String BUG_REGEX
BUG_REGEX

See Also:
Constant Field Values
Constructor Detail

BugFilter

public BugFilter()
Create bug filter

Method Detail

clone

public org.eclipse.jgit.revwalk.filter.RevFilter clone()
Description copied from class: CommitFilter
Clones this filter.

The default implementation throws a UnsupportedOperationException and sub-classes should override if filter cloning is supported.

Overrides:
clone in class CommitMessageFindFilter
See Also:
RevFilter.clone()


Copyright © 2011-2012. All Rights Reserved.