RandomSec/src/main/java/com/metaweb/gridworks/commands/edit
Stefano Mazzocchi 2efbf0031f - removed the 'thirdparty' directory (now the 'gridworks' script will download and install needed tools if they are not present in the system already)
- added 'findbugs' command that uses the findbugs static analyzer to look for problems in the code
- fixed a bunch of issues that findbugs found (a few methods would go a little faster, and a few NPE will be avoided... nothing major but good to have)


git-svn-id: http://google-refine.googlecode.com/svn/trunk@382 7d457c2a-affb-35e4-300a-418c747d4874
2010-04-05 07:15:16 +00:00
..
AddColumnCommand.java Major refactoring: 2010-03-06 07:43:45 +00:00
AnnotateOneRowCommand.java - removed the 'thirdparty' directory (now the 'gridworks' script will download and install needed tools if they are not present in the system already) 2010-04-05 07:15:16 +00:00
AnnotateRowsCommand.java Implemented global and per-project expression histories and hooked them up to the expression preview dialog. 2010-03-03 21:21:38 +00:00
ApplyOperationsCommand.java Fixed minor bug introduced recently into the Export Project menu command. 2010-03-21 20:26:35 +00:00
CreateProjectCommand.java - removed the 'thirdparty' directory (now the 'gridworks' script will download and install needed tools if they are not present in the system already) 2010-04-05 07:15:16 +00:00
DeleteProjectCommand.java Major refactoring: everything is now saved to disk using our own formats, mostly json-based, some inside zip files. 2010-03-07 22:37:26 +00:00
EditOneCellCommand.java - removed the 'thirdparty' directory (now the 'gridworks' script will download and install needed tools if they are not present in the system already) 2010-04-05 07:15:16 +00:00
ExportProjectCommand.java Implemented project import and export commands (from/to .tar files). 2010-03-08 02:34:25 +00:00
ExtendDataCommand.java Fixed minor bug introduced recently into the Export Project menu command. 2010-03-21 20:26:35 +00:00
ImportProjectCommand.java Fixed minor bug introduced recently into the Export Project menu command. 2010-03-21 20:26:35 +00:00
JoinMultiValueCellsCommand.java Support quick undo of the last operation (Ctrl-Z). 2010-03-23 00:26:28 +00:00
MassEditCommand.java Renamed "facet-based edit" operation and command to "mass edit", because it's not just facet-based. 2010-03-07 00:25:00 +00:00
RemoveColumnCommand.java Support quick undo of the last operation (Ctrl-Z). 2010-03-23 00:26:28 +00:00
SaveProtographCommand.java Support quick undo of the last operation (Ctrl-Z). 2010-03-23 00:26:28 +00:00
SplitMultiValueCellsCommand.java Support quick undo of the last operation (Ctrl-Z). 2010-03-23 00:26:28 +00:00
TextTransformCommand.java Renamed "facet-based edit" operation and command to "mass edit", because it's not just facet-based. 2010-03-07 00:25:00 +00:00
UndoRedoCommand.java Support quick undo of the last operation (Ctrl-Z). 2010-03-23 00:26:28 +00:00