Code Review for cookie

Prepared by:chegar on Wed Sep 16 15:51:29 BST 2009
Workspace:/export/Scratch/chris/repos/tl/cookie
Compare against: /export/Scratch/chris/repos/tl/master
Summary of changes: 789 lines changed: 393 ins; 394 del; 2 mod; 559 unchg
Patch of changes: cookie.patch
Bug id: Bug Database
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw make/sun/net/FILES_java.gmk

2 lines changed: 0 ins; 1 del; 1 mod; 132 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/classes/java/net/CookieManager.java

1 line changed: 0 ins; 0 del; 1 mod; 427 unchg

------ ------ ------ ------ ------ Old --- Patch --- src/share/classes/sun/net/www/protocol/http/InMemoryCookieStore.java

393 lines changed: 0 ins; 393 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New Patch Raw src/share/classes/java/net/InMemoryCookieStore.java

393 lines changed: 393 ins; 0 del; 0 mod; 0 unchg
Minor diffs in InMemoryCookieStore
diff src/share/classes/sun/net/www/protocol/http/InMemoryCookieStore.java src/share/classes/java/net/InMemoryCookieStore.java
26c26
< package sun.net.www.protocol.http;
---
> package java.net;
46c46
< public class InMemoryCookieStore implements CookieStore {
---
> class InMemoryCookieStore implements CookieStore {

This code review page was prepared using /java/jdk/bin/webrev (vers 23.17-hg).