RandomSec/main/src/com/google/refine/model
2012-03-08 14:45:53 +00:00
..
changes Make sure all conditionals and loops are in blocks (too bug-prone otherwise) 2011-08-02 22:21:47 +00:00
recon Add a TODO for recon failure retries on HTTP 500s - no functional changes 2012-03-08 14:45:53 +00:00
AbstractOperation.java Prepended license text to java source 2010-10-20 20:45:52 +00:00
Cell.java Issue 378 - JSONize NaNs as their string equivalent to keep JSONwriter from throwing an exception 2011-11-29 07:57:36 +00:00
Column.java @Override annotations. No functional changes. 2011-06-07 23:51:16 +00:00
ColumnGroup.java Add missing @Override annotations 2011-08-02 19:30:23 +00:00
ColumnModel.java Added initial implementation of Key/value Columnize operation and command. 2011-11-04 21:00:32 +00:00
ModelException.java Convert tabs to spaces. No functional changes. 2011-08-02 20:26:32 +00:00
OverlayModel.java Prepended license text to java source 2010-10-20 20:45:52 +00:00
Project.java Organize imports. com.google.refine last in a section of its own. Everything alphabetical in its section. 2011-08-02 21:10:22 +00:00
Recon.java Issue 534 - Attempt to recover recon links which have become corrupted 2012-03-08 00:37:29 +00:00
ReconCandidate.java Add missing @Override annotations 2011-08-02 19:30:23 +00:00
ReconStats.java Add missing @Override annotations 2011-08-02 19:30:23 +00:00
Record.java Convert tabs to spaces. No functional changes. 2011-08-02 20:26:32 +00:00
RecordModel.java Handle legacy projects which have an empty slot 0 for the column model (old off-by-one bug) 2011-10-23 19:29:44 +00:00
Row.java fixing a bunch of inconsistencies and potential bugs as indicated by findbugs, pmd and eclipse 2011-10-07 21:23:23 +00:00