Keyboard Shortcuts

File
u :up to issue
m :publish + mail comments
M :edit review message
j / k :jump to file after / before current file
J / K :jump to next file with a comment after / before current file
Side-by-side diff
i :toggle intra-line diffs
e :expand all comments
c :collapse all comments
s :toggle showing all comments
n / p :next / previous diff chunk or comment
N / P :next / previous comment
<Up> / <Down> :next / previous line
<Enter> :respond to / edit current comment
d :mark current comment as done
Issue
u :up to list of issues
m :publish + mail comments
j / k :jump to patch after / before current patch
o / <Enter> :open current patch in side-by-side view
i :open current patch in unified diff view
Issue List
j / k :jump to issue after / before current issue
o / <Enter> :open current issue
# : close issue
Comment/message editing
<Ctrl> + s or <Ctrl> + Enter :save comment
<Esc> :cancel edit
Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(692)
Issues Repositories Search
Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments

Issue 2742: Experimental debugging support.

Can't Edit
Can't Publish+Mail
Start Review
Created:
17 years, 5 months ago by ngd
Modified:
2 years, 2 months ago
Reviewers:
Base URL:
http://hamcrest.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : "Experimental debugger support" #

Created: 17 years, 5 months ago
Download [raw] [tar.bz2]
Unified diffs Side-by-side diffs Delta from patch set Stats (+638 lines, -181 lines) Patch
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/BaseDescription.java View 1 6 chunks +24 lines, -14 lines 0 comments Download
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/BaseMatcher.java View 1 1 chunk +10 lines, -0 lines 0 comments Download
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/Debugger.java View 1 1 chunk +109 lines, -0 lines 0 comments Download
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/Description.java View 1 3 chunks +64 lines, -7 lines 0 comments Download
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/IndentedDescription.java View 1 1 chunk +32 lines, -0 lines 0 comments Download
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/Matcher.java View 1 chunk +4 lines, -2 lines 0 comments Download
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/StringDebugger.java View 1 1 chunk +104 lines, -0 lines 0 comments Download
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/core/AllOf.java View 2 chunks +3 lines, -2 lines 0 comments Download
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/core/AnyOf.java View 3 chunks +4 lines, -3 lines 0 comments Download
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/core/DescribedAs.java View 1 3 chunks +10 lines, -8 lines 0 comments Download
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/core/Is.java View 1 2 chunks +9 lines, -6 lines 0 comments Download
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/core/IsEqual.java View 1 2 chunks +35 lines, -14 lines 0 comments Download
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/core/IsInstanceOf.java View 1 2 chunks +12 lines, -2 lines 0 comments Download
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/core/IsSame.java View 1 2 chunks +3 lines, -2 lines 0 comments Download
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/core/ShortcutCombination.java View 1 2 chunks +9 lines, -7 lines 0 comments Download
hamcrest-java/hamcrest-core/src/main/java/org/hamcrest/internal/SelfDescribingValueIterator.java View 1 chunk +3 lines, -3 lines 0 comments Download
hamcrest-java/hamcrest-integration/src/main/java/org/hamcrest/MatcherAssert.java View 1 1 chunk +6 lines, -12 lines 0 comments Download
hamcrest-java/hamcrest-library/src/main/java/org/hamcrest/TypeSafeMatcher.java View 1 3 chunks +32 lines, -14 lines 0 comments Download
hamcrest-java/hamcrest-library/src/main/java/org/hamcrest/beans/HasProperty.java View 1 2 chunks +13 lines, -5 lines 0 comments Download
hamcrest-java/hamcrest-library/src/main/java/org/hamcrest/beans/HasPropertyWithValue.java View 1 2 chunks +23 lines, -14 lines 0 comments Download
hamcrest-java/hamcrest-library/src/main/java/org/hamcrest/collection/IsArrayContainingInAnyOrder.java View 2 chunks +3 lines, -2 lines 0 comments Download
hamcrest-java/hamcrest-library/src/main/java/org/hamcrest/collection/IsArrayContainingInOrder.java View 2 chunks +3 lines, -2 lines 0 comments Download
hamcrest-java/hamcrest-library/src/main/java/org/hamcrest/collection/IsArrayContainingSingleItem.java View 3 chunks +8 lines, -7 lines 0 comments Download
hamcrest-java/hamcrest-library/src/main/java/org/hamcrest/collection/IsIterableContainingInAnyOrder.java View 1 3 chunks +16 lines, -9 lines 0 comments Download
hamcrest-java/hamcrest-library/src/main/java/org/hamcrest/collection/IsIterableContainingInOrder.java View 1 2 chunks +19 lines, -3 lines 0 comments Download
hamcrest-java/hamcrest-library/src/main/java/org/hamcrest/collection/IsIterableContainingSingleItem.java View 1 2 chunks +17 lines, -9 lines 0 comments Download
hamcrest-java/hamcrest-library/src/main/java/org/hamcrest/collection/IsIterableWithSize.java View 2 chunks +3 lines, -2 lines 0 comments Download
hamcrest-java/hamcrest-library/src/main/java/org/hamcrest/collection/IsMapContaining.java View 1 2 chunks +11 lines, -7 lines 0 comments Download
hamcrest-java/hamcrest-library/src/main/java/org/hamcrest/collection/IsMapContainingKey.java View 2 chunks +10 lines, -7 lines 0 comments Download
hamcrest-java/hamcrest-library/src/main/java/org/hamcrest/collection/IsMapContainingValue.java View 3 chunks +12 lines, -8 lines 0 comments Download
hamcrest-java/hamcrest-unit-test/src/main/java/org/hamcrest/MatcherAssertTest.java View 1 3 chunks +27 lines, -10 lines 0 comments Download
Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b

AltStyle によって変換されたページ (->オリジナル) /