Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(66)

Issue 107061: Fix @Overrides in the collections utility classes that break jdk1.5 build (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 7 months ago by MikeSamuel
Modified:
16 years, 6 months ago
Reviewers:
MarkM
CC:
google-caja-discuss_googlegroups.com
Base URL:
http://google-caja.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Removed @Override clauses on methods specified in interfaces. Also changed Multimaps to allow easy cloning. Submitted @3694

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -64 lines) Patch
M src/com/google/caja/util/Lists.java View 1 chunk +5 lines, -0 lines 0 comments Download
M src/com/google/caja/util/Multimap.java View 1 chunk +1 line, -0 lines 0 comments Download
M src/com/google/caja/util/Multimaps.java View 11 chunks +58 lines, -42 lines 0 comments Download
M tests/com/google/caja/util/CollectionsTest.java View 3 chunks +33 lines, -22 lines 0 comments Download

Messages

Total messages: 2
MikeSamuel
16 years, 7 months ago (2009-09-02 20:44:02 UTC) #1
MarkM
16 years, 7 months ago (2009-09-02 20:56:51 UTC) #2
It's a shame that the new functionality has such a high price in
understanability of the code, due to greater indirection and higher-order-ness.
But I don't see a better way.

LGTM.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b