Tom Morris
Tom Morris
### To Reproduce Steps to reproduce the behavior: 1. Open a project with an operation history 2. Undo the last operation by clicking on the 2nd to last operation in...
Currently a successful test run with all tests green generates a lot of noisy console output which has the potential to mask real issues and also causes doubt newcomers. A...
There is a stale properties file at `main/webapp/WEB-INF/classes/com/google/refine/operations/OperationDescription.properties` which IntelliJ is using for runs from the IDE and none of the IntelliJ Maven incantations seem to update it, including "Reload...
Our current setup is to do code formatting in separate lint goal and then explicitly check that formatting as part of our CI builds, but we also have a default...
_Original author: iainsproat (June 23, 2010 15:58:35)_ For a long running process in mid-calculation, long running processes should serialize their intermediate results. Later recovery could be supported. As a further...
Not sure if these are two different problems or two messages about the same problem. These messages are emitted when running tests: > Mockito is currently self-attaching to enable the...
Fixes #6454 Changes proposed in this pull request: - Add error reporting to JSON preview parse.
Now that we're using Apache Commons Compress we are able to cheaply support additional compression and packaging formats like 7Zip and LZMA. Using Apache Tika instead would also give us...
_Original author: [email protected] (April 20, 2012 18:48:30)_ Is there any way to export facets? What steps will reproduce the problem? 1.Produce a project in Google Refine 2.Extract your Undo/Redo 3.Export...
I don't understand what changed, but it looks like what used to be Javadoc warnings are now being treated as errors, failing the build. The Maven javadoc plugin version is...