API compatibility report for the openrefine library between 2.8 and 3.0 versions


Binary
Compatibility
Source
Compatibility

Test Info


Library Nameopenrefine
Version #12.8
Version #23.0
SubjectBinary Compatibility

Test Results


Total Java Modules1
Total Methods / Classes2482 / 541
Compatibility 87.1%

Problem Summary


SeverityCount
Added Methods-299
Removed MethodsHigh86
Problems with
Data Types
High9
Medium4
Low2
Problems with
Methods
High9
Medium0
Low0
Other Changes
in Data Types
-6

Added Methods  299 


openrefine-3.0.jar, AbstractMetadata.class
package com.google.refine.model.metadata
AbstractMetadata.AbstractMetadata ( )
AbstractMetadata.getFormatName ( )  :  MetadataFormat
AbstractMetadata.getModified ( )  :  LocalDateTime
AbstractMetadata.isDirty ( )  :  boolean
AbstractMetadata.loadFromFile ( File p1 ) [abstract]  :  void
AbstractMetadata.loadFromJSON ( JSONObject p1 ) [abstract]  :  void
AbstractMetadata.propertyExists ( Object bean, String property ) [static]  :  boolean
AbstractMetadata.setFormatName ( MetadataFormat formatName )  :  void
AbstractMetadata.updateModified ( )  :  void
AbstractMetadata.write ( JSONWriter jsonWriter, boolean onlyIfDirty )  :  void
AbstractMetadata.writeToFile ( File p1 ) [abstract]  :  void

openrefine-3.0.jar, AbstractValidator.class
package com.google.refine.model.metadata.validator.checks
AbstractValidator.AbstractValidator ( Project project, int cellIndex, JSONObject options )
AbstractValidator.addError ( JSONObject result )  :  void
AbstractValidator.checkCell ( Cell cell )  :  boolean
AbstractValidator.customizedFormat ( )  :  void
AbstractValidator.filter ( Cell cell )  :  boolean
AbstractValidator.formatErrorMessage ( Cell cell, int rowIndex )  :  JSONObject
AbstractValidator.validate ( )  :  JSONArray

openrefine-3.0.jar, BlankHeader.class
package com.google.refine.model.metadata.validator.checks
BlankHeader.BlankHeader ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, BlankRow.class
package com.google.refine.model.metadata.validator.checks
BlankRow.BlankRow ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, CalendarParser.class
package com.google.refine.expr.util
CalendarParser.parseAsOffsetDateTime ( String dateStr ) [static]  :  OffsetDateTime
CalendarParser.parseAsOffsetDateTime ( String dateStr, int order ) [static]  :  OffsetDateTime
CalendarParser.parseAsOffsetDateTime ( String dateStr, int order, boolean ignoreChanges ) [static]  :  OffsetDateTime

openrefine-3.0.jar, Coalesce.class
package com.google.refine.expr.functions
Coalesce.call ( Properties bindings, Object[ ] args )  :  Object
Coalesce.Coalesce ( )
Coalesce.write ( JSONWriter writer, Properties options )  :  void

openrefine-3.0.jar, Column.class
package com.google.refine.model
Column.castValue ( String value )  :  Any
Column.getConstraints ( )  :  Map<String,Object>
Column.getDescription ( )  :  String
Column.getFormat ( )  :  String
Column.getTitle ( )  :  String
Column.getType ( )  :  String
Column.setConstraints ( Map<String,Object> constraints )  :  void
Column.setDescription ( String description )  :  void
Column.setFormat ( String format )  :  void
Column.setTitle ( String title )  :  void
Column.setType ( String type )  :  void

openrefine-3.0.jar, ColumnAdditionByFetchingURLsOperation.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsOperation ( JSONObject engineConfig, String baseColumnName, String urlExpression, OnError onError, String newColumnName, int columnInsertIndex, int delay, boolean cacheResponses, JSONArray httpHeadersJson )

openrefine-3.0.jar, ColumnAdditionByFetchingURLsProcess.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess.ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess ( ColumnAdditionByFetchingURLsOperation project, Project engine, Engine eval, Evaluable description, String cacheResponses, boolean httpHeadersJson, JSONArray p7 )

openrefine-3.0.jar, ColumnAdditionChange.class
package com.google.refine.model.changes
ColumnAdditionChange.getColumnIndex ( )  :  int
ColumnAdditionChange.getColumnName ( )  :  String
ColumnAdditionChange.getNewCellIndex ( )  :  int

openrefine-3.0.jar, ColumnMoveChange.class
package com.google.refine.model.changes
ColumnMoveChange.getColumnName ( )  :  String
ColumnMoveChange.getNewColumnIndex ( )  :  int
ColumnMoveChange.getOldColumnIndex ( )  :  int

openrefine-3.0.jar, ColumnRemovalChange.class
package com.google.refine.model.changes
ColumnRemovalChange.getOldColumnIndex ( )  :  int

openrefine-3.0.jar, ColumnReorderChange.class
package com.google.refine.model.changes
ColumnReorderChange.getColumnNames ( )  :  List<String>

openrefine-3.0.jar, ColumnSplitChange.class
package com.google.refine.model.changes
ColumnSplitChange.getColumnIndex ( )  :  int
ColumnSplitChange.getColumnNames ( )  :  List<String>
ColumnSplitChange.isRemoveOriginalColumn ( )  :  boolean

openrefine-3.0.jar, Command.class
package com.google.refine.commands
Command.getMetadata ( HttpServletRequest request )  :  ProjectMetadata
Command.respondJSONObject ( HttpServletResponse response, JSONObject o ) [static]  :  void

openrefine-3.0.jar, DataPackageMetadata.class
package com.google.refine.model.metadata
DataPackageMetadata.DataPackageMetadata ( )
DataPackageMetadata.getJSON ( )  :  JSONObject
DataPackageMetadata.getPackage ( )  :  Package
DataPackageMetadata.getResourcePaths ( )  :  List<String>
DataPackageMetadata.loadFromFile ( File metadataFile )  :  void
DataPackageMetadata.loadFromJSON ( JSONObject obj )  :  void
DataPackageMetadata.loadFromStream ( InputStream inputStream )  :  void
DataPackageMetadata.validate ( )  :  List<Exception>
DataPackageMetadata.write ( JSONWriter jsonWriter, Properties options )  :  void
DataPackageMetadata.writeToFile ( File metadataFile )  :  void

openrefine-3.0.jar, DataPackageUrlRewriter.class
package com.google.refine.model.metadata
DataPackageUrlRewriter.DataPackageUrlRewriter ( )
DataPackageUrlRewriter.filter ( String url )  :  boolean
DataPackageUrlRewriter.rewrite ( String url )  :  List<UrlRewriter.Result>

openrefine-3.0.jar, DuplicateHeader.class
package com.google.refine.model.metadata.validator.checks
DuplicateHeader.DuplicateHeader ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, DuplicateRow.class
package com.google.refine.model.metadata.validator.checks
DuplicateRow.DuplicateRow ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, EnumerableConstraint.class
package com.google.refine.model.metadata.validator.checks
EnumerableConstraint.checkCell ( Cell cell )  :  boolean
EnumerableConstraint.EnumerableConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, ExcelImporter.class
package com.google.refine.importers
ExcelImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, ExtraHeader.class
package com.google.refine.model.metadata.validator.checks
ExtraHeader.ExtraHeader ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, ExtraValue.class
package com.google.refine.model.metadata.validator.checks
ExtraValue.ExtraValue ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, FileProjectManager.class
package com.google.refine.io
FileProjectManager.gzipTarToOutputStream ( Project project, OutputStream os ) [static]  :  void
FileProjectManager.saveMetadata ( IMetadata metadata, long projectId )  :  void

openrefine-3.0.jar, Find.class
package com.google.refine.expr.functions.strings
Find.call ( Properties bindings, Object[ ] args )  :  Object
Find.Find ( )
Find.write ( JSONWriter writer, Properties options )  :  void

openrefine-3.0.jar, FixedWidthImporter.class
package com.google.refine.importers
FixedWidthImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, GetAllProjectTagsCommand.class
package com.google.refine.commands.workspace
GetAllProjectTagsCommand.doGet ( HttpServletRequest request, HttpServletResponse response )  :  void
GetAllProjectTagsCommand.GetAllProjectTagsCommand ( )

openrefine-3.0.jar, GetMetadataCommand.class
package com.google.refine.commands.project
GetMetadataCommand.doGet ( HttpServletRequest request, HttpServletResponse response )  :  void
GetMetadataCommand.GetMetadataCommand ( )

openrefine-3.0.jar, HistoryEntry.class
package com.google.refine.history
HistoryEntry.HistoryEntry ( long id, long projectID, String description, AbstractOperation operation, OffsetDateTime time )

openrefine-3.0.jar, HttpHeadersSupport.class
package com.google.refine.commands
HttpHeadersSupport.getHttpHeaderInfo ( String header ) [static]  :  HttpHeadersSupport.HttpHeaderInfo
HttpHeadersSupport.getHttpHeaderLabels ( ) [static]  :  Set<String>
HttpHeadersSupport.HttpHeadersSupport ( )
HttpHeadersSupport.registerHttpHeader ( String header, String defaultValue ) [static]  :  void

openrefine-3.0.jar, IMetadata.class
package com.google.refine.model.metadata
IMetadata.getFormatName ( ) [abstract]  :  MetadataFormat
IMetadata.getJSON ( ) [abstract]  :  JSONObject
IMetadata.getModified ( ) [abstract]  :  LocalDateTime
IMetadata.isDirty ( ) [abstract]  :  boolean
IMetadata.loadFromFile ( File p1 ) [abstract]  :  void
IMetadata.loadFromJSON ( JSONObject p1 ) [abstract]  :  void
IMetadata.loadFromStream ( InputStream p1 ) [abstract]  :  void
IMetadata.setFormatName ( MetadataFormat p1 ) [abstract]  :  void
IMetadata.updateModified ( ) [abstract]  :  void
IMetadata.validate ( ) [abstract]  :  List<Exception>
IMetadata.write ( JSONWriter p1, boolean p2 ) [abstract]  :  void
IMetadata.writeToFile ( File p1 ) [abstract]  :  void

openrefine-3.0.jar, ImportingJob.class
package com.google.refine.importing
ImportingJob.isMetadataFileRecord ( JSONObject fileRecordObject )  :  boolean

openrefine-3.0.jar, ImportingParser.class
package com.google.refine.importing
ImportingParser.parse ( Project p1, ProjectMetadata p2, ImportingJob p3, List<JSONObject> p4, String p5, int p6, JSONObject p7, List<Exception> p8 ) [abstract]  :  void

openrefine-3.0.jar, ImportingParserBase.class
package com.google.refine.importers
ImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<JSONObject> fileRecords, String format, int limit, JSONObject options, List<Exception> exceptions )  :  void
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress )  :  void
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions )  :  void
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, ImportingUtilities.class
package com.google.refine.importing
ImportingUtilities.createProjectMetadata ( JSONObject optionObj ) [static]  :  ProjectMetadata
ImportingUtilities.inferColumnType ( Project project ) [static]  :  void

openrefine-3.0.jar, IsEmptyString.class
package com.google.refine.grel.controls
IsEmptyString.call ( Properties p1, Evaluable[ ] p2 )  :  Object
IsEmptyString.checkArguments ( Evaluable[ ] p1 )  :  String
IsEmptyString.getDescription ( )  :  String
IsEmptyString.IsEmptyString ( )
IsEmptyString.test ( Object o )  :  boolean
IsEmptyString.write ( JSONWriter p1, Properties p2 )  :  void

openrefine-3.0.jar, JsonImporter.class
package com.google.refine.importers
JsonImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream is, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, JSONUtilities.class
package com.google.refine.util
JSONUtilities.arrayToJSONArray ( String[ ] array ) [static]  :  JSONArray
JSONUtilities.concatArray ( JSONArray destArray, JSONArray srcArray ) [static]  :  void
JSONUtilities.getDate ( JSONObject obj, String key, OffsetDateTime def ) [static]  :  OffsetDateTime
JSONUtilities.getLocalDate ( JSONObject obj, String key, LocalDateTime def ) [static]  :  LocalDateTime
JSONUtilities.safeInc ( JSONObject obj, String key ) [static]  :  void
JSONUtilities.serialize ( Jsonizable obj ) [static]  :  String
JSONUtilities.serialize ( Jsonizable obj, Properties options ) [static]  :  String

openrefine-3.0.jar, LineBasedImporter.class
package com.google.refine.importers
LineBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, MaximumConstraint.class
package com.google.refine.model.metadata.validator.checks
MaximumConstraint.checkCell ( Cell cell )  :  boolean
MaximumConstraint.MaximumConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, MaximumLengthConstraint.class
package com.google.refine.model.metadata.validator.checks
MaximumLengthConstraint.checkCell ( Cell cell )  :  boolean
MaximumLengthConstraint.MaximumLengthConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, MetadataFactory.class
package com.google.refine.model.metadata
MetadataFactory.buildDataPackageMetadata ( ) [static]  :  DataPackageMetadata
MetadataFactory.buildDataPackageMetadata ( Project project ) [static]  :  DataPackageMetadata
MetadataFactory.buildMetadata ( MetadataFormat format ) [static]  :  IMetadata
MetadataFactory.MetadataFactory ( )

openrefine-3.0.jar, MetadataFormat.class
package com.google.refine.model.metadata
MetadataFormat.toString ( )  :  String
MetadataFormat.valueOf ( String name ) [static]  :  MetadataFormat
MetadataFormat.values ( ) [static]  :  MetadataFormat[ ]

openrefine-3.0.jar, MinimumConstraint.class
package com.google.refine.model.metadata.validator.checks
MinimumConstraint.checkCell ( Cell cell )  :  boolean
MinimumConstraint.MinimumConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, MinimumLengthConstraint.class
package com.google.refine.model.metadata.validator.checks
MinimumLengthConstraint.checkCell ( Cell cell )  :  boolean
MinimumLengthConstraint.filter ( Cell cell )  :  boolean
MinimumLengthConstraint.MinimumLengthConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, MissingHeader.class
package com.google.refine.model.metadata.validator.checks
MissingHeader.MissingHeader ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, MissingValue.class
package com.google.refine.model.metadata.validator.checks
MissingValue.MissingValue ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, NonMatchingHeader.class
package com.google.refine.model.metadata.validator.checks
NonMatchingHeader.NonMatchingHeader ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, OdsImporter.class
package com.google.refine.importers
OdsImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, PackageExtension.class
package com.google.refine.model.metadata
PackageExtension.buildPackageFromTemplate ( ) [static]  :  Package
PackageExtension.PackageExtension ( )
PackageExtension.saveZip ( Package pkg, ByteArrayOutputStream dataByteArrayOutputStream, OutputStream destOs ) [static]  :  void

openrefine-3.0.jar, PackageProjectCommand.class
package com.google.refine.commands.project
PackageProjectCommand.doPost ( HttpServletRequest request, HttpServletResponse response )  :  void
PackageProjectCommand.gzipTarToOutputStream ( Project project, OutputStream os )  :  void
PackageProjectCommand.PackageProjectCommand ( )
PackageProjectCommand.tarToOutputStream ( Project project, OutputStream os )  :  void

openrefine-3.0.jar, ParsingUtilities.class
package com.google.refine.util
ParsingUtilities.calendarToOffsetDateTime ( Calendar calendar ) [static]  :  OffsetDateTime
ParsingUtilities.dateToString ( OffsetDateTime d ) [static]  :  String
ParsingUtilities.instantToLocalDateTimeString ( Instant instant ) [static]  :  String
ParsingUtilities.instantToString ( Instant instant ) [static]  :  String
ParsingUtilities.localDateToString ( LocalDateTime d ) [static]  :  String
ParsingUtilities.offsetDateTimeToCalendar ( OffsetDateTime offsetDateTime ) [static]  :  Calendar
ParsingUtilities.stringToDate ( String s ) [static]  :  OffsetDateTime
ParsingUtilities.stringToLocalDate ( String s ) [static]  :  LocalDateTime

openrefine-3.0.jar, PatternConstraint.class
package com.google.refine.model.metadata.validator.checks
PatternConstraint.checkCell ( Cell cell )  :  boolean
PatternConstraint.PatternConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, PatternSyntaxExceptionParser.class
package com.google.refine.util
PatternSyntaxExceptionParser.getUserMessage ( )  :  String
PatternSyntaxExceptionParser.PatternSyntaxExceptionParser ( PatternSyntaxException e )

openrefine-3.0.jar, Project.class
package com.google.refine.model
Project.getLastSave ( )  :  LocalDateTime
Project.getMetadata ( )  :  ProjectMetadata

openrefine-3.0.jar, ProjectManager.class
package com.google.refine
ProjectManager.getAllProjectTags ( )  :  Map<String,Integer>
ProjectManager.getProjectMetadata ( long id )  :  ProjectMetadata
ProjectManager.getProjectMetadata ( String name )  :  ProjectMetadata
ProjectManager.mergeEmptyUserMetadata ( ProjectMetadata metadata )  :  void
ProjectManager.registerProject ( Project project, ProjectMetadata projectMetadata )  :  void
ProjectManager.saveMetadata ( IMetadata p1, long p2 ) [abstract]  :  void

openrefine-3.0.jar, ProjectMetadata.class
package com.google.refine.model.metadata
ProjectMetadata.appendImportOptionMetadata ( JSONObject obj )  :  void
ProjectMetadata.appendTags ( String[ ] tags )  :  void
ProjectMetadata.getContributors ( )  :  String
ProjectMetadata.getCreated ( )  :  LocalDateTime
ProjectMetadata.getCreator ( )  :  String
ProjectMetadata.getCustomMetadata ( String key )  :  Serializable
ProjectMetadata.getDescription ( )  :  String
ProjectMetadata.getEncoding ( )  :  String
ProjectMetadata.getEncodingConfidence ( )  :  int
ProjectMetadata.getHomepage ( )  :  String
ProjectMetadata.getImage ( )  :  String
ProjectMetadata.getImportOptionMetadata ( )  :  JSONArray
ProjectMetadata.getJSON ( )  :  JSONObject
ProjectMetadata.getLicense ( )  :  String
ProjectMetadata.getModified ( )  :  LocalDateTime
ProjectMetadata.getName ( )  :  String
ProjectMetadata.getPassword ( )  :  String
ProjectMetadata.getPreferenceStore ( )  :  PreferenceStore
ProjectMetadata.getSubject ( )  :  String
ProjectMetadata.getTags ( )  :  String[ ]
ProjectMetadata.getTitle ( )  :  String
ProjectMetadata.getUserMetadata ( )  :  JSONArray
ProjectMetadata.getVersion ( )  :  String
ProjectMetadata.loadFromFile ( File metadataFile )  :  void
ProjectMetadata.loadFromJSON ( JSONObject obj )  :  void
ProjectMetadata.loadFromStream ( InputStream inputStream )  :  void
ProjectMetadata.preparePreferenceStore ( PreferenceStore ps ) [static]  :  void
ProjectMetadata.ProjectMetadata ( )
ProjectMetadata.ProjectMetadata ( LocalDateTime created, LocalDateTime modified, String name )
ProjectMetadata.ProjectMetadata ( LocalDateTime date )
ProjectMetadata.setAnyStringField ( String metaName, String valueString )  :  void
ProjectMetadata.setContributors ( String contributors )  :  void
ProjectMetadata.setCreator ( String creator )  :  void
ProjectMetadata.setCustomMetadata ( String key, Serializable value )  :  void
ProjectMetadata.setDescription ( String description )  :  void
ProjectMetadata.setEncoding ( String encoding )  :  void
ProjectMetadata.setEncodingConfidence ( int confidence )  :  void
ProjectMetadata.setEncodingConfidence ( String confidence )  :  void
ProjectMetadata.setHomepage ( String homepage )  :  void
ProjectMetadata.setImage ( String image )  :  void
ProjectMetadata.setImportOptionMetadata ( JSONArray jsonArray )  :  void
ProjectMetadata.setLicense ( String license )  :  void
ProjectMetadata.setName ( String name )  :  void
ProjectMetadata.setPassword ( String password )  :  void
ProjectMetadata.setRowCount ( int rowCount )  :  void
ProjectMetadata.setSubject ( String subject )  :  void
ProjectMetadata.setTags ( String[ ] tags )  :  void
ProjectMetadata.setTitle ( String title )  :  void
ProjectMetadata.setUserMetadata ( JSONArray userMetadata )  :  void
ProjectMetadata.setVersion ( String version )  :  void
ProjectMetadata.updateModified ( )  :  void
ProjectMetadata.validate ( )  :  List<Exception>
ProjectMetadata.write ( JSONWriter jsonWriter )  :  void
ProjectMetadata.write ( JSONWriter writer, Properties options )  :  void
ProjectMetadata.writeToFile ( File metadataFile )  :  void
ProjectMetadata.writeWithoutOption ( JSONWriter writer )  :  void

openrefine-3.0.jar, ProjectMetadataUtilities.class
package com.google.refine.io
ProjectMetadataUtilities.load ( File projectDir ) [static]  :  ProjectMetadata
ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static]  :  ProjectMetadata
ProjectMetadataUtilities.recover ( File projectDir, long id ) [static]  :  ProjectMetadata
ProjectMetadataUtilities.save ( IMetadata projectMeta, File projectDir ) [static]  :  void
ProjectMetadataUtilities.saveToFile ( IMetadata projectMeta, File metadataFile ) [static]  :  void

openrefine-3.0.jar, ProjectUtilities.class
package com.google.refine.io
ProjectUtilities.loadDataFile ( File dir, String dataFile, long id ) [static]  :  Project
ProjectUtilities.retriveMetadata ( File dir ) [static]  :  Map<MetadataFormat,IMetadata>

openrefine-3.0.jar, Range.class
package com.google.refine.expr.functions.strings
Range.call ( Properties bindings, Object[ ] args )  :  Object
Range.Range ( )
Range.write ( JSONWriter writer, Properties options )  :  void

openrefine-3.0.jar, RdfTripleImporter.class
package com.google.refine.importers
RdfTripleImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream input, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, Recon.class
package com.google.refine.model
Recon.makeWikidataRecon ( long judgmentHistoryEntry ) [static]  :  Recon

openrefine-3.0.jar, RequiredConstraint.class
package com.google.refine.model.metadata.validator.checks
RequiredConstraint.checkCell ( Cell cell )  :  boolean
RequiredConstraint.filter ( Cell cell )  :  boolean
RequiredConstraint.RequiredConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, Result.class
package com.google.refine.importing
UrlRewriter.Result.UrlRewriter.Result ( String rewrittenUrl, String format, boolean download )
UrlRewriter.Result.UrlRewriter.Result ( String rewrittenUrl, String format, boolean download, String metaDataFormat )

openrefine-3.0.jar, SchemaExtension.class
package com.google.refine.model.metadata
SchemaExtension.createResource ( String resourceName, ColumnModel columnModel ) [static]  :  Resource
SchemaExtension.insertField ( Schema schema, Field field, int position ) [static]  :  void
SchemaExtension.removeField ( Schema schema, int index ) [static]  :  Field
SchemaExtension.SchemaExtension ( )

openrefine-3.0.jar, SeparatorBasedImporter.class
package com.google.refine.importers
SeparatorBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, SetProjectTagsCommand.class
package com.google.refine.commands.project
SetProjectTagsCommand.doPost ( HttpServletRequest request, HttpServletResponse response )  :  void
SetProjectTagsCommand.SetProjectTagsCommand ( )

openrefine-3.0.jar, SqlCreateBuilder.class
package com.google.refine.exporters.sql
SqlCreateBuilder.getCreateSQL ( )  :  String
SqlCreateBuilder.SqlCreateBuilder ( String table, List<String> columns, JSONObject options )

openrefine-3.0.jar, SqlData.class
package com.google.refine.exporters.sql
SqlData.getColumnName ( )  :  String
SqlData.getText ( )  :  String
SqlData.getValue ( )  :  Object
SqlData.SqlData ( String columnName, Object value, String text )
SqlData.toString ( )  :  String

openrefine-3.0.jar, SqlExporter.class
package com.google.refine.exporters.sql
SqlExporter.export ( Project project, Properties params, Engine engine, Writer writer )  :  void
SqlExporter.getContentType ( )  :  String
SqlExporter.SqlExporter ( )

openrefine-3.0.jar, SqlExporterException.class
package com.google.refine.exporters.sql
SqlExporterException.SqlExporterException ( String message )

openrefine-3.0.jar, SqlInsertBuilder.class
package com.google.refine.exporters.sql
SqlInsertBuilder.getInsertSQL ( )  :  String
SqlInsertBuilder.handleNullField ( boolean allowNullChkBox, String defaultValue, boolean nullValueNull, String col, StringBuilder rowValue, boolean quote )  :  void
SqlInsertBuilder.SqlInsertBuilder ( String table, List<String> columns, List<ArrayList<SqlData>> rows, JSONObject options )

openrefine-3.0.jar, TabularImportingParserBase.class
package com.google.refine.importers
TabularImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader dataReader, int limit, JSONObject options, List<Exception> exceptions )  :  void
TabularImportingParserBase.readTable ( Project project, ProjectMetadata metadata, ImportingJob job, TabularImportingParserBase.TableDataReader reader, String fileSource, int limit, JSONObject options, List<Exception> exceptions ) [static]  :  void

openrefine-3.0.jar, TreeImportingParserBase.class
package com.google.refine.importers.tree
TreeImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<JSONObject> fileRecords, String format, int limit, JSONObject options, List<Exception> exceptions )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, TreeReader treeParser, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, TypeorFormatError.class
package com.google.refine.model.metadata.validator.checks
TypeorFormatError.checkCell ( Cell cell )  :  boolean
TypeorFormatError.customizedFormat ( )  :  void
TypeorFormatError.TypeorFormatError ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, UniqueConstraint.class
package com.google.refine.model.metadata.validator.checks
UniqueConstraint.UniqueConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, UrlRewriter.class
package com.google.refine.importing
UrlRewriter.filter ( String p1 ) [abstract]  :  boolean
UrlRewriter.rewrite ( String p1 ) [abstract]  :  List<UrlRewriter.Result>

openrefine-3.0.jar, ValidateOperation.class
package com.google.refine.model.metadata.validator
ValidateOperation.startProcess ( )  :  JSONObject
ValidateOperation.ValidateOperation ( Project project, JSONObject options )
ValidateOperation.write ( JSONWriter writer, Properties options )  :  void

openrefine-3.0.jar, ValidateSchemaCommand.class
package com.google.refine.commands.project
ValidateSchemaCommand.doPost ( HttpServletRequest request, HttpServletResponse response )  :  void
ValidateSchemaCommand.ValidateSchemaCommand ( )

openrefine-3.0.jar, Validator.class
package com.google.refine.model.metadata.validator.checks
Validator.addError ( JSONObject p1 ) [abstract]  :  void
Validator.checkCell ( Cell p1 ) [abstract]  :  boolean
Validator.customizedFormat ( ) [abstract]  :  void
Validator.filter ( Cell p1 ) [abstract]  :  boolean
Validator.formatErrorMessage ( Cell p1, int p2 ) [abstract]  :  JSONObject
Validator.validate ( ) [abstract]  :  JSONArray

openrefine-3.0.jar, ValidatorConfig.class
package com.google.refine.model.metadata.validator
ValidatorConfig.ValidatorConfig ( )

openrefine-3.0.jar, ValidatorExceptions.class
package com.google.refine.model.metadata.validator
ValidatorExceptions.ValidatorExceptions ( )

openrefine-3.0.jar, ValidatorInspector.class
package com.google.refine.model.metadata.validator
ValidatorInspector.inspect ( Project project, JSONObject options ) [static]  :  JSONObject
ValidatorInspector.ValidatorInspector ( )

openrefine-3.0.jar, ValidatorRegistry.class
package com.google.refine.model.metadata.validator
ValidatorRegistry.getConstraintHandlersMap ( )  :  Map<String,Class>
ValidatorRegistry.getInstance ( ) [static]  :  ValidatorRegistry

openrefine-3.0.jar, ValidatorSpec.class
package com.google.refine.model.metadata.validator
ValidatorSpec.getInstance ( ) [static]  :  ValidatorSpec
ValidatorSpec.getMessage ( String code )  :  String

openrefine-3.0.jar, WikitextImporter.class
package com.google.refine.importers
WikitextImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, WikitextTableVisitor.class
package com.google.refine.importers
WikitextImporter.WikitextTableVisitor.addCell ( WtNode e )  :  void
WikitextImporter.WikitextTableVisitor.visit ( WtImageLink e )  :  void

openrefine-3.0.jar, XmlImporter.class
package com.google.refine.importers
XmlImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void

to the top

Removed Methods  86 


openrefine-2.8.jar, ColumnAdditionByFetchingURLsOperation.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsOperation ( JSONObject engineConfig, String baseColumnName, String urlExpression, OnError onError, String newColumnName, int columnInsertIndex, int delay, boolean cacheResponses )

openrefine-2.8.jar, ColumnAdditionByFetchingURLsProcess.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess.ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess ( ColumnAdditionByFetchingURLsOperation project, Project engine, Engine eval, Evaluable description, String cacheResponses, boolean p6 )

openrefine-2.8.jar, Command.class
package com.google.refine.commands
Command.getProjectMetadata ( HttpServletRequest request )  :  ProjectMetadata

openrefine-2.8.jar, ExcelImporter.class
package com.google.refine.importers
ExcelImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, ExportProjectCommand.class
package com.google.refine.commands.project
ExportProjectCommand.gzipTarToOutputStream ( Project project, OutputStream os )  :  void
ExportProjectCommand.tarToOutputStream ( Project project, OutputStream os )  :  void

openrefine-2.8.jar, FileProjectManager.class
package com.google.refine.io
FileProjectManager.saveMetadata ( ProjectMetadata metadata, long projectId )  :  void

openrefine-2.8.jar, FixedWidthImporter.class
package com.google.refine.importers
FixedWidthImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, HistoryEntry.class
package com.google.refine.history
HistoryEntry.HistoryEntry ( long id, long projectID, String description, AbstractOperation operation, Date time )

openrefine-2.8.jar, ImportingParser.class
package com.google.refine.importing
ImportingParser.parse ( Project p1, ProjectMetadata p2, ImportingJob p3, List<JSONObject> p4, String p5, int p6, JSONObject p7, List<Exception> p8 ) [abstract]  :  void

openrefine-2.8.jar, ImportingParserBase.class
package com.google.refine.importers
ImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<JSONObject> fileRecords, String format, int limit, JSONObject options, List<Exception> exceptions )  :  void
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress )  :  void
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions )  :  void
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, JsonImporter.class
package com.google.refine.importers
JsonImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream is, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, JSONUtilities.class
package com.google.refine.util
JSONUtilities.getDate ( JSONObject obj, String key, Date def ) [static]  :  Date

openrefine-2.8.jar, LineBasedImporter.class
package com.google.refine.importers
LineBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, OdsImporter.class
package com.google.refine.importers
OdsImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, ParsingUtilities.class
package com.google.refine.util
ParsingUtilities.dateToString ( Date d ) [static]  :  String
ParsingUtilities.stringToDate ( String s ) [static]  :  Date

openrefine-2.8.jar, Project.class
package com.google.refine.model
Project.getLastSave ( )  :  Date
Project.getMetadata ( )  :  ProjectMetadata

openrefine-2.8.jar, ProjectManager.class
package com.google.refine
ProjectManager.getProjectMetadata ( long id )  :  ProjectMetadata
ProjectManager.getProjectMetadata ( String name )  :  ProjectMetadata
ProjectManager.mergeEmptyUserMetadata ( ProjectMetadata metadata )  :  void
ProjectManager.registerProject ( Project project, ProjectMetadata projectMetadata )  :  void
ProjectManager.saveMetadata ( ProjectMetadata p1, long p2 ) [abstract]  :  void

openrefine-2.8.jar, ProjectMetadata.class
package com.google.refine
ProjectMetadata.appendImportOptionMetadata ( JSONObject obj )  :  void
ProjectMetadata.getContributors ( )  :  String
ProjectMetadata.getCreated ( )  :  Date
ProjectMetadata.getCreator ( )  :  String
ProjectMetadata.getCustomMetadata ( String key )  :  Serializable
ProjectMetadata.getDescription ( )  :  String
ProjectMetadata.getEncoding ( )  :  String
ProjectMetadata.getEncodingConfidence ( )  :  int
ProjectMetadata.getImportOptionMetadata ( )  :  JSONArray
ProjectMetadata.getModified ( )  :  Date
ProjectMetadata.getName ( )  :  String
ProjectMetadata.getPassword ( )  :  String
ProjectMetadata.getPreferenceStore ( )  :  PreferenceStore
ProjectMetadata.getRowCount ( )  :  int
ProjectMetadata.getSubject ( )  :  String
ProjectMetadata.getUserMetadata ( )  :  JSONArray
ProjectMetadata.isDirty ( )  :  boolean
ProjectMetadata.loadFromJSON ( JSONObject obj ) [static]  :  ProjectMetadata
ProjectMetadata.preparePreferenceStore ( PreferenceStore ps ) [static]  :  void
ProjectMetadata.ProjectMetadata ( )
ProjectMetadata.ProjectMetadata ( Date created, Date modified, String name )
ProjectMetadata.ProjectMetadata ( Date date )
ProjectMetadata.setAnyField ( String metaName, String valueString )  :  void
ProjectMetadata.setContributors ( String contributors )  :  void
ProjectMetadata.setCreator ( String creator )  :  void
ProjectMetadata.setCustomMetadata ( String key, Serializable value )  :  void
ProjectMetadata.setDescription ( String description )  :  void
ProjectMetadata.setEncoding ( String encoding )  :  void
ProjectMetadata.setEncodingConfidence ( int confidence )  :  void
ProjectMetadata.setEncodingConfidence ( String confidence )  :  void
ProjectMetadata.setImportOptionMetadata ( JSONArray jsonArray )  :  void
ProjectMetadata.setName ( String name )  :  void
ProjectMetadata.setPassword ( String password )  :  void
ProjectMetadata.setRowCount ( int rowCount )  :  void
ProjectMetadata.setSubject ( String subject )  :  void
ProjectMetadata.setUserMetadata ( JSONArray userMetadata )  :  void
ProjectMetadata.updateModified ( )  :  void
ProjectMetadata.write ( JSONWriter jsonWriter )  :  void
ProjectMetadata.write ( JSONWriter jsonWriter, boolean onlyIfDirty )  :  void
ProjectMetadata.write ( JSONWriter writer, Properties options )  :  void
ProjectMetadata.writeWithoutOption ( JSONWriter writer )  :  void

openrefine-2.8.jar, ProjectMetadataUtilities.class
package com.google.refine.io
ProjectMetadataUtilities.load ( File projectDir ) [static]  :  ProjectMetadata
ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static]  :  ProjectMetadata
ProjectMetadataUtilities.recover ( File projectDir, long id ) [static]  :  ProjectMetadata
ProjectMetadataUtilities.save ( ProjectMetadata projectMeta, File projectDir ) [static]  :  void
ProjectMetadataUtilities.saveToFile ( ProjectMetadata projectMeta, File metadataFile ) [static]  :  void

openrefine-2.8.jar, RdfTripleImporter.class
package com.google.refine.importers
RdfTripleImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream input, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, Result.class
package com.google.refine.importing
UrlRewriter.Result.UrlRewriter.Result ( )

openrefine-2.8.jar, SeparatorBasedImporter.class
package com.google.refine.importers
SeparatorBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, TabularImportingParserBase.class
package com.google.refine.importers
TabularImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader dataReader, int limit, JSONObject options, List<Exception> exceptions )  :  void
TabularImportingParserBase.readTable ( Project project, ProjectMetadata metadata, ImportingJob job, TabularImportingParserBase.TableDataReader reader, String fileSource, int limit, JSONObject options, List<Exception> exceptions ) [static]  :  void

openrefine-2.8.jar, TreeImportingParserBase.class
package com.google.refine.importers.tree
TreeImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<JSONObject> fileRecords, String format, int limit, JSONObject options, List<Exception> exceptions )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, TreeReader treeParser, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, UrlRewriter.class
package com.google.refine.importing
UrlRewriter.rewrite ( String p1 ) [abstract]  :  UrlRewriter.Result

openrefine-2.8.jar, WikitextImporter.class
package com.google.refine.importers
WikitextImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, XmlImporter.class
package com.google.refine.importers
XmlImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void

to the top

Problems with Data Types, High Severity  9 


openrefine-2.8.jar
package com.google.refine
[+] class ProjectManager  2 
[+] class ProjectMetadata  1 

openrefine-2.8.jar
package com.google.refine.history
[+] class HistoryEntry  1 

openrefine-2.8.jar
package com.google.refine.importers
[+] class WikitextImporter.WikitextTableVisitor  1 

openrefine-2.8.jar
package com.google.refine.importing
[+] class ImportingJob  1 
[+] interface ImportingParser  1 
[+] interface UrlRewriter  1 

openrefine-2.8.jar
package com.google.refine.model.changes
[+] class ColumnSplitChange  1 

to the top

Problems with Methods, High Severity  9 


openrefine-2.8.jar, ParsingUtilities.class
package com.google.refine.util
[+] ParsingUtilities.stringToDate ( String s ) [static]  :  Date  1 

openrefine-2.8.jar, Project.class
package com.google.refine.model
[+] Project.getLastSave ( )  :  Date  1 
[+] Project.getMetadata ( )  :  ProjectMetadata  1 

openrefine-2.8.jar, ProjectManager.class
package com.google.refine
[+] ProjectManager.getProjectMetadata ( long id )  :  ProjectMetadata  1 
[+] ProjectManager.getProjectMetadata ( String name )  :  ProjectMetadata  1 

openrefine-2.8.jar, ProjectMetadataUtilities.class
package com.google.refine.io
[+] ProjectMetadataUtilities.load ( File projectDir ) [static]  :  ProjectMetadata  1 
[+] ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static]  :  ProjectMetadata  1 
[+] ProjectMetadataUtilities.recover ( File projectDir, long id ) [static]  :  ProjectMetadata  1 

openrefine-2.8.jar, UrlRewriter.class
package com.google.refine.importing
[+] UrlRewriter.rewrite ( String p1 ) [abstract]  :  UrlRewriter.Result  1 

to the top

Problems with Data Types, Medium Severity  4 


openrefine-2.8.jar
package com.google.refine
[+] class ProjectManager  1 

openrefine-2.8.jar
package com.google.refine.importing
[+] interface ImportingParser  1 
[+] interface UrlRewriter  1 

openrefine-2.8.jar
package com.google.refine.model
[+] class Recon  1 

to the top

Problems with Data Types, Low Severity  2 


openrefine-2.8.jar
package com.google.refine.model
[+] class Recon  1 

openrefine-2.8.jar
package com.google.refine.model.changes
[+] class ColumnSplitChange  1 

to the top

Other Changes in Data Types  6 


openrefine-2.8.jar
package com.google.refine
[+] class ProjectManager  1 

openrefine-2.8.jar
package com.google.refine.importers
[+] class RdfTripleImporter.Mode  1 

openrefine-2.8.jar
package com.google.refine.importing
[+] interface UrlRewriter  1 

openrefine-2.8.jar
package com.google.refine.operations.column
[+] class ColumnAdditionByFetchingURLsOperation  1 

openrefine-2.8.jar
package com.google.refine.preference
[+] class PreferenceStore  1 

openrefine-2.8.jar
package com.google.refine.util
[+] class ParsingUtilities  1 

to the top

Java Archives  1 


openrefine-2.8.jar

to the top



Test Info


Library Nameopenrefine
Version #12.8
Version #23.0
SubjectSource Compatibility

Test Results


Total Java Modules1
Total Methods / Classes2482 / 541
Compatibility 85.8%

Problem Summary


SeverityCount
Added Methods-299
Removed MethodsHigh86
Problems with
Data Types
High14
Medium0
Low1
Problems with
Methods
High0
Medium9
Low0
Other Changes
in Data Types
-5

Added Methods  299 


openrefine-3.0.jar, AbstractMetadata.class
package com.google.refine.model.metadata
AbstractMetadata.AbstractMetadata ( )
AbstractMetadata.getFormatName ( )  :  MetadataFormat
AbstractMetadata.getModified ( )  :  LocalDateTime
AbstractMetadata.isDirty ( )  :  boolean
AbstractMetadata.loadFromFile ( File p1 ) [abstract]  :  void
AbstractMetadata.loadFromJSON ( JSONObject p1 ) [abstract]  :  void
AbstractMetadata.propertyExists ( Object bean, String property ) [static]  :  boolean
AbstractMetadata.setFormatName ( MetadataFormat formatName )  :  void
AbstractMetadata.updateModified ( )  :  void
AbstractMetadata.write ( JSONWriter jsonWriter, boolean onlyIfDirty )  :  void
AbstractMetadata.writeToFile ( File p1 ) [abstract]  :  void

openrefine-3.0.jar, AbstractValidator.class
package com.google.refine.model.metadata.validator.checks
AbstractValidator.AbstractValidator ( Project project, int cellIndex, JSONObject options )
AbstractValidator.addError ( JSONObject result )  :  void
AbstractValidator.checkCell ( Cell cell )  :  boolean
AbstractValidator.customizedFormat ( )  :  void
AbstractValidator.filter ( Cell cell )  :  boolean
AbstractValidator.formatErrorMessage ( Cell cell, int rowIndex )  :  JSONObject
AbstractValidator.validate ( )  :  JSONArray

openrefine-3.0.jar, BlankHeader.class
package com.google.refine.model.metadata.validator.checks
BlankHeader.BlankHeader ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, BlankRow.class
package com.google.refine.model.metadata.validator.checks
BlankRow.BlankRow ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, CalendarParser.class
package com.google.refine.expr.util
CalendarParser.parseAsOffsetDateTime ( String dateStr ) [static]  :  OffsetDateTime
CalendarParser.parseAsOffsetDateTime ( String dateStr, int order ) [static]  :  OffsetDateTime
CalendarParser.parseAsOffsetDateTime ( String dateStr, int order, boolean ignoreChanges ) [static]  :  OffsetDateTime

openrefine-3.0.jar, Coalesce.class
package com.google.refine.expr.functions
Coalesce.call ( Properties bindings, Object[ ] args )  :  Object
Coalesce.Coalesce ( )
Coalesce.write ( JSONWriter writer, Properties options )  :  void

openrefine-3.0.jar, Column.class
package com.google.refine.model
Column.castValue ( String value )  :  Any
Column.getConstraints ( )  :  Map<String,Object>
Column.getDescription ( )  :  String
Column.getFormat ( )  :  String
Column.getTitle ( )  :  String
Column.getType ( )  :  String
Column.setConstraints ( Map<String,Object> constraints )  :  void
Column.setDescription ( String description )  :  void
Column.setFormat ( String format )  :  void
Column.setTitle ( String title )  :  void
Column.setType ( String type )  :  void

openrefine-3.0.jar, ColumnAdditionByFetchingURLsOperation.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsOperation ( JSONObject engineConfig, String baseColumnName, String urlExpression, OnError onError, String newColumnName, int columnInsertIndex, int delay, boolean cacheResponses, JSONArray httpHeadersJson )

openrefine-3.0.jar, ColumnAdditionByFetchingURLsProcess.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess.ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess ( ColumnAdditionByFetchingURLsOperation project, Project engine, Engine eval, Evaluable description, String cacheResponses, boolean httpHeadersJson, JSONArray p7 )

openrefine-3.0.jar, ColumnAdditionChange.class
package com.google.refine.model.changes
ColumnAdditionChange.getColumnIndex ( )  :  int
ColumnAdditionChange.getColumnName ( )  :  String
ColumnAdditionChange.getNewCellIndex ( )  :  int

openrefine-3.0.jar, ColumnMoveChange.class
package com.google.refine.model.changes
ColumnMoveChange.getColumnName ( )  :  String
ColumnMoveChange.getNewColumnIndex ( )  :  int
ColumnMoveChange.getOldColumnIndex ( )  :  int

openrefine-3.0.jar, ColumnRemovalChange.class
package com.google.refine.model.changes
ColumnRemovalChange.getOldColumnIndex ( )  :  int

openrefine-3.0.jar, ColumnReorderChange.class
package com.google.refine.model.changes
ColumnReorderChange.getColumnNames ( )  :  List<String>

openrefine-3.0.jar, ColumnSplitChange.class
package com.google.refine.model.changes
ColumnSplitChange.getColumnIndex ( )  :  int
ColumnSplitChange.getColumnNames ( )  :  List<String>
ColumnSplitChange.isRemoveOriginalColumn ( )  :  boolean

openrefine-3.0.jar, Command.class
package com.google.refine.commands
Command.getMetadata ( HttpServletRequest request )  :  ProjectMetadata
Command.respondJSONObject ( HttpServletResponse response, JSONObject o ) [static]  :  void

openrefine-3.0.jar, DataPackageMetadata.class
package com.google.refine.model.metadata
DataPackageMetadata.DataPackageMetadata ( )
DataPackageMetadata.getJSON ( )  :  JSONObject
DataPackageMetadata.getPackage ( )  :  Package
DataPackageMetadata.getResourcePaths ( )  :  List<String>
DataPackageMetadata.loadFromFile ( File metadataFile )  :  void
DataPackageMetadata.loadFromJSON ( JSONObject obj )  :  void
DataPackageMetadata.loadFromStream ( InputStream inputStream )  :  void
DataPackageMetadata.validate ( )  :  List<Exception>
DataPackageMetadata.write ( JSONWriter jsonWriter, Properties options )  :  void
DataPackageMetadata.writeToFile ( File metadataFile )  :  void

openrefine-3.0.jar, DataPackageUrlRewriter.class
package com.google.refine.model.metadata
DataPackageUrlRewriter.DataPackageUrlRewriter ( )
DataPackageUrlRewriter.filter ( String url )  :  boolean
DataPackageUrlRewriter.rewrite ( String url )  :  List<UrlRewriter.Result>

openrefine-3.0.jar, DuplicateHeader.class
package com.google.refine.model.metadata.validator.checks
DuplicateHeader.DuplicateHeader ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, DuplicateRow.class
package com.google.refine.model.metadata.validator.checks
DuplicateRow.DuplicateRow ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, EnumerableConstraint.class
package com.google.refine.model.metadata.validator.checks
EnumerableConstraint.checkCell ( Cell cell )  :  boolean
EnumerableConstraint.EnumerableConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, ExcelImporter.class
package com.google.refine.importers
ExcelImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, ExtraHeader.class
package com.google.refine.model.metadata.validator.checks
ExtraHeader.ExtraHeader ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, ExtraValue.class
package com.google.refine.model.metadata.validator.checks
ExtraValue.ExtraValue ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, FileProjectManager.class
package com.google.refine.io
FileProjectManager.gzipTarToOutputStream ( Project project, OutputStream os ) [static]  :  void
FileProjectManager.saveMetadata ( IMetadata metadata, long projectId )  :  void

openrefine-3.0.jar, Find.class
package com.google.refine.expr.functions.strings
Find.call ( Properties bindings, Object[ ] args )  :  Object
Find.Find ( )
Find.write ( JSONWriter writer, Properties options )  :  void

openrefine-3.0.jar, FixedWidthImporter.class
package com.google.refine.importers
FixedWidthImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, GetAllProjectTagsCommand.class
package com.google.refine.commands.workspace
GetAllProjectTagsCommand.doGet ( HttpServletRequest request, HttpServletResponse response )  :  void
GetAllProjectTagsCommand.GetAllProjectTagsCommand ( )

openrefine-3.0.jar, GetMetadataCommand.class
package com.google.refine.commands.project
GetMetadataCommand.doGet ( HttpServletRequest request, HttpServletResponse response )  :  void
GetMetadataCommand.GetMetadataCommand ( )

openrefine-3.0.jar, HistoryEntry.class
package com.google.refine.history
HistoryEntry.HistoryEntry ( long id, long projectID, String description, AbstractOperation operation, OffsetDateTime time )

openrefine-3.0.jar, HttpHeadersSupport.class
package com.google.refine.commands
HttpHeadersSupport.getHttpHeaderInfo ( String header ) [static]  :  HttpHeadersSupport.HttpHeaderInfo
HttpHeadersSupport.getHttpHeaderLabels ( ) [static]  :  Set<String>
HttpHeadersSupport.HttpHeadersSupport ( )
HttpHeadersSupport.registerHttpHeader ( String header, String defaultValue ) [static]  :  void

openrefine-3.0.jar, IMetadata.class
package com.google.refine.model.metadata
IMetadata.getFormatName ( ) [abstract]  :  MetadataFormat
IMetadata.getJSON ( ) [abstract]  :  JSONObject
IMetadata.getModified ( ) [abstract]  :  LocalDateTime
IMetadata.isDirty ( ) [abstract]  :  boolean
IMetadata.loadFromFile ( File p1 ) [abstract]  :  void
IMetadata.loadFromJSON ( JSONObject p1 ) [abstract]  :  void
IMetadata.loadFromStream ( InputStream p1 ) [abstract]  :  void
IMetadata.setFormatName ( MetadataFormat p1 ) [abstract]  :  void
IMetadata.updateModified ( ) [abstract]  :  void
IMetadata.validate ( ) [abstract]  :  List<Exception>
IMetadata.write ( JSONWriter p1, boolean p2 ) [abstract]  :  void
IMetadata.writeToFile ( File p1 ) [abstract]  :  void

openrefine-3.0.jar, ImportingJob.class
package com.google.refine.importing
ImportingJob.isMetadataFileRecord ( JSONObject fileRecordObject )  :  boolean

openrefine-3.0.jar, ImportingParser.class
package com.google.refine.importing
ImportingParser.parse ( Project p1, ProjectMetadata p2, ImportingJob p3, List<JSONObject> p4, String p5, int p6, JSONObject p7, List<Exception> p8 ) [abstract]  :  void

openrefine-3.0.jar, ImportingParserBase.class
package com.google.refine.importers
ImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<JSONObject> fileRecords, String format, int limit, JSONObject options, List<Exception> exceptions )  :  void
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress )  :  void
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions )  :  void
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, ImportingUtilities.class
package com.google.refine.importing
ImportingUtilities.createProjectMetadata ( JSONObject optionObj ) [static]  :  ProjectMetadata
ImportingUtilities.inferColumnType ( Project project ) [static]  :  void

openrefine-3.0.jar, IsEmptyString.class
package com.google.refine.grel.controls
IsEmptyString.call ( Properties p1, Evaluable[ ] p2 )  :  Object
IsEmptyString.checkArguments ( Evaluable[ ] p1 )  :  String
IsEmptyString.getDescription ( )  :  String
IsEmptyString.IsEmptyString ( )
IsEmptyString.test ( Object o )  :  boolean
IsEmptyString.write ( JSONWriter p1, Properties p2 )  :  void

openrefine-3.0.jar, JsonImporter.class
package com.google.refine.importers
JsonImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream is, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, JSONUtilities.class
package com.google.refine.util
JSONUtilities.arrayToJSONArray ( String[ ] array ) [static]  :  JSONArray
JSONUtilities.concatArray ( JSONArray destArray, JSONArray srcArray ) [static]  :  void
JSONUtilities.getDate ( JSONObject obj, String key, OffsetDateTime def ) [static]  :  OffsetDateTime
JSONUtilities.getLocalDate ( JSONObject obj, String key, LocalDateTime def ) [static]  :  LocalDateTime
JSONUtilities.safeInc ( JSONObject obj, String key ) [static]  :  void
JSONUtilities.serialize ( Jsonizable obj ) [static]  :  String
JSONUtilities.serialize ( Jsonizable obj, Properties options ) [static]  :  String

openrefine-3.0.jar, LineBasedImporter.class
package com.google.refine.importers
LineBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, MaximumConstraint.class
package com.google.refine.model.metadata.validator.checks
MaximumConstraint.checkCell ( Cell cell )  :  boolean
MaximumConstraint.MaximumConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, MaximumLengthConstraint.class
package com.google.refine.model.metadata.validator.checks
MaximumLengthConstraint.checkCell ( Cell cell )  :  boolean
MaximumLengthConstraint.MaximumLengthConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, MetadataFactory.class
package com.google.refine.model.metadata
MetadataFactory.buildDataPackageMetadata ( ) [static]  :  DataPackageMetadata
MetadataFactory.buildDataPackageMetadata ( Project project ) [static]  :  DataPackageMetadata
MetadataFactory.buildMetadata ( MetadataFormat format ) [static]  :  IMetadata
MetadataFactory.MetadataFactory ( )

openrefine-3.0.jar, MetadataFormat.class
package com.google.refine.model.metadata
MetadataFormat.toString ( )  :  String
MetadataFormat.valueOf ( String name ) [static]  :  MetadataFormat
MetadataFormat.values ( ) [static]  :  MetadataFormat[ ]

openrefine-3.0.jar, MinimumConstraint.class
package com.google.refine.model.metadata.validator.checks
MinimumConstraint.checkCell ( Cell cell )  :  boolean
MinimumConstraint.MinimumConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, MinimumLengthConstraint.class
package com.google.refine.model.metadata.validator.checks
MinimumLengthConstraint.checkCell ( Cell cell )  :  boolean
MinimumLengthConstraint.filter ( Cell cell )  :  boolean
MinimumLengthConstraint.MinimumLengthConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, MissingHeader.class
package com.google.refine.model.metadata.validator.checks
MissingHeader.MissingHeader ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, MissingValue.class
package com.google.refine.model.metadata.validator.checks
MissingValue.MissingValue ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, NonMatchingHeader.class
package com.google.refine.model.metadata.validator.checks
NonMatchingHeader.NonMatchingHeader ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, OdsImporter.class
package com.google.refine.importers
OdsImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, PackageExtension.class
package com.google.refine.model.metadata
PackageExtension.buildPackageFromTemplate ( ) [static]  :  Package
PackageExtension.PackageExtension ( )
PackageExtension.saveZip ( Package pkg, ByteArrayOutputStream dataByteArrayOutputStream, OutputStream destOs ) [static]  :  void

openrefine-3.0.jar, PackageProjectCommand.class
package com.google.refine.commands.project
PackageProjectCommand.doPost ( HttpServletRequest request, HttpServletResponse response )  :  void
PackageProjectCommand.gzipTarToOutputStream ( Project project, OutputStream os )  :  void
PackageProjectCommand.PackageProjectCommand ( )
PackageProjectCommand.tarToOutputStream ( Project project, OutputStream os )  :  void

openrefine-3.0.jar, ParsingUtilities.class
package com.google.refine.util
ParsingUtilities.calendarToOffsetDateTime ( Calendar calendar ) [static]  :  OffsetDateTime
ParsingUtilities.dateToString ( OffsetDateTime d ) [static]  :  String
ParsingUtilities.instantToLocalDateTimeString ( Instant instant ) [static]  :  String
ParsingUtilities.instantToString ( Instant instant ) [static]  :  String
ParsingUtilities.localDateToString ( LocalDateTime d ) [static]  :  String
ParsingUtilities.offsetDateTimeToCalendar ( OffsetDateTime offsetDateTime ) [static]  :  Calendar
ParsingUtilities.stringToDate ( String s ) [static]  :  OffsetDateTime
ParsingUtilities.stringToLocalDate ( String s ) [static]  :  LocalDateTime

openrefine-3.0.jar, PatternConstraint.class
package com.google.refine.model.metadata.validator.checks
PatternConstraint.checkCell ( Cell cell )  :  boolean
PatternConstraint.PatternConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, PatternSyntaxExceptionParser.class
package com.google.refine.util
PatternSyntaxExceptionParser.getUserMessage ( )  :  String
PatternSyntaxExceptionParser.PatternSyntaxExceptionParser ( PatternSyntaxException e )

openrefine-3.0.jar, Project.class
package com.google.refine.model
Project.getLastSave ( )  :  LocalDateTime
Project.getMetadata ( )  :  ProjectMetadata

openrefine-3.0.jar, ProjectManager.class
package com.google.refine
ProjectManager.getAllProjectTags ( )  :  Map<String,Integer>
ProjectManager.getProjectMetadata ( long id )  :  ProjectMetadata
ProjectManager.getProjectMetadata ( String name )  :  ProjectMetadata
ProjectManager.mergeEmptyUserMetadata ( ProjectMetadata metadata )  :  void
ProjectManager.registerProject ( Project project, ProjectMetadata projectMetadata )  :  void
ProjectManager.saveMetadata ( IMetadata p1, long p2 ) [abstract]  :  void

openrefine-3.0.jar, ProjectMetadata.class
package com.google.refine.model.metadata
ProjectMetadata.appendImportOptionMetadata ( JSONObject obj )  :  void
ProjectMetadata.appendTags ( String[ ] tags )  :  void
ProjectMetadata.getContributors ( )  :  String
ProjectMetadata.getCreated ( )  :  LocalDateTime
ProjectMetadata.getCreator ( )  :  String
ProjectMetadata.getCustomMetadata ( String key )  :  Serializable
ProjectMetadata.getDescription ( )  :  String
ProjectMetadata.getEncoding ( )  :  String
ProjectMetadata.getEncodingConfidence ( )  :  int
ProjectMetadata.getHomepage ( )  :  String
ProjectMetadata.getImage ( )  :  String
ProjectMetadata.getImportOptionMetadata ( )  :  JSONArray
ProjectMetadata.getJSON ( )  :  JSONObject
ProjectMetadata.getLicense ( )  :  String
ProjectMetadata.getModified ( )  :  LocalDateTime
ProjectMetadata.getName ( )  :  String
ProjectMetadata.getPassword ( )  :  String
ProjectMetadata.getPreferenceStore ( )  :  PreferenceStore
ProjectMetadata.getSubject ( )  :  String
ProjectMetadata.getTags ( )  :  String[ ]
ProjectMetadata.getTitle ( )  :  String
ProjectMetadata.getUserMetadata ( )  :  JSONArray
ProjectMetadata.getVersion ( )  :  String
ProjectMetadata.loadFromFile ( File metadataFile )  :  void
ProjectMetadata.loadFromJSON ( JSONObject obj )  :  void
ProjectMetadata.loadFromStream ( InputStream inputStream )  :  void
ProjectMetadata.preparePreferenceStore ( PreferenceStore ps ) [static]  :  void
ProjectMetadata.ProjectMetadata ( )
ProjectMetadata.ProjectMetadata ( LocalDateTime created, LocalDateTime modified, String name )
ProjectMetadata.ProjectMetadata ( LocalDateTime date )
ProjectMetadata.setAnyStringField ( String metaName, String valueString )  :  void
ProjectMetadata.setContributors ( String contributors )  :  void
ProjectMetadata.setCreator ( String creator )  :  void
ProjectMetadata.setCustomMetadata ( String key, Serializable value )  :  void
ProjectMetadata.setDescription ( String description )  :  void
ProjectMetadata.setEncoding ( String encoding )  :  void
ProjectMetadata.setEncodingConfidence ( int confidence )  :  void
ProjectMetadata.setEncodingConfidence ( String confidence )  :  void
ProjectMetadata.setHomepage ( String homepage )  :  void
ProjectMetadata.setImage ( String image )  :  void
ProjectMetadata.setImportOptionMetadata ( JSONArray jsonArray )  :  void
ProjectMetadata.setLicense ( String license )  :  void
ProjectMetadata.setName ( String name )  :  void
ProjectMetadata.setPassword ( String password )  :  void
ProjectMetadata.setRowCount ( int rowCount )  :  void
ProjectMetadata.setSubject ( String subject )  :  void
ProjectMetadata.setTags ( String[ ] tags )  :  void
ProjectMetadata.setTitle ( String title )  :  void
ProjectMetadata.setUserMetadata ( JSONArray userMetadata )  :  void
ProjectMetadata.setVersion ( String version )  :  void
ProjectMetadata.updateModified ( )  :  void
ProjectMetadata.validate ( )  :  List<Exception>
ProjectMetadata.write ( JSONWriter jsonWriter )  :  void
ProjectMetadata.write ( JSONWriter writer, Properties options )  :  void
ProjectMetadata.writeToFile ( File metadataFile )  :  void
ProjectMetadata.writeWithoutOption ( JSONWriter writer )  :  void

openrefine-3.0.jar, ProjectMetadataUtilities.class
package com.google.refine.io
ProjectMetadataUtilities.load ( File projectDir ) [static]  :  ProjectMetadata
ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static]  :  ProjectMetadata
ProjectMetadataUtilities.recover ( File projectDir, long id ) [static]  :  ProjectMetadata
ProjectMetadataUtilities.save ( IMetadata projectMeta, File projectDir ) [static]  :  void
ProjectMetadataUtilities.saveToFile ( IMetadata projectMeta, File metadataFile ) [static]  :  void

openrefine-3.0.jar, ProjectUtilities.class
package com.google.refine.io
ProjectUtilities.loadDataFile ( File dir, String dataFile, long id ) [static]  :  Project
ProjectUtilities.retriveMetadata ( File dir ) [static]  :  Map<MetadataFormat,IMetadata>

openrefine-3.0.jar, Range.class
package com.google.refine.expr.functions.strings
Range.call ( Properties bindings, Object[ ] args )  :  Object
Range.Range ( )
Range.write ( JSONWriter writer, Properties options )  :  void

openrefine-3.0.jar, RdfTripleImporter.class
package com.google.refine.importers
RdfTripleImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream input, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, Recon.class
package com.google.refine.model
Recon.makeWikidataRecon ( long judgmentHistoryEntry ) [static]  :  Recon

openrefine-3.0.jar, RequiredConstraint.class
package com.google.refine.model.metadata.validator.checks
RequiredConstraint.checkCell ( Cell cell )  :  boolean
RequiredConstraint.filter ( Cell cell )  :  boolean
RequiredConstraint.RequiredConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, Result.class
package com.google.refine.importing
UrlRewriter.Result.UrlRewriter.Result ( String rewrittenUrl, String format, boolean download )
UrlRewriter.Result.UrlRewriter.Result ( String rewrittenUrl, String format, boolean download, String metaDataFormat )

openrefine-3.0.jar, SchemaExtension.class
package com.google.refine.model.metadata
SchemaExtension.createResource ( String resourceName, ColumnModel columnModel ) [static]  :  Resource
SchemaExtension.insertField ( Schema schema, Field field, int position ) [static]  :  void
SchemaExtension.removeField ( Schema schema, int index ) [static]  :  Field
SchemaExtension.SchemaExtension ( )

openrefine-3.0.jar, SeparatorBasedImporter.class
package com.google.refine.importers
SeparatorBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, SetProjectTagsCommand.class
package com.google.refine.commands.project
SetProjectTagsCommand.doPost ( HttpServletRequest request, HttpServletResponse response )  :  void
SetProjectTagsCommand.SetProjectTagsCommand ( )

openrefine-3.0.jar, SqlCreateBuilder.class
package com.google.refine.exporters.sql
SqlCreateBuilder.getCreateSQL ( )  :  String
SqlCreateBuilder.SqlCreateBuilder ( String table, List<String> columns, JSONObject options )

openrefine-3.0.jar, SqlData.class
package com.google.refine.exporters.sql
SqlData.getColumnName ( )  :  String
SqlData.getText ( )  :  String
SqlData.getValue ( )  :  Object
SqlData.SqlData ( String columnName, Object value, String text )
SqlData.toString ( )  :  String

openrefine-3.0.jar, SqlExporter.class
package com.google.refine.exporters.sql
SqlExporter.export ( Project project, Properties params, Engine engine, Writer writer )  :  void
SqlExporter.getContentType ( )  :  String
SqlExporter.SqlExporter ( )

openrefine-3.0.jar, SqlExporterException.class
package com.google.refine.exporters.sql
SqlExporterException.SqlExporterException ( String message )

openrefine-3.0.jar, SqlInsertBuilder.class
package com.google.refine.exporters.sql
SqlInsertBuilder.getInsertSQL ( )  :  String
SqlInsertBuilder.handleNullField ( boolean allowNullChkBox, String defaultValue, boolean nullValueNull, String col, StringBuilder rowValue, boolean quote )  :  void
SqlInsertBuilder.SqlInsertBuilder ( String table, List<String> columns, List<ArrayList<SqlData>> rows, JSONObject options )

openrefine-3.0.jar, TabularImportingParserBase.class
package com.google.refine.importers
TabularImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader dataReader, int limit, JSONObject options, List<Exception> exceptions )  :  void
TabularImportingParserBase.readTable ( Project project, ProjectMetadata metadata, ImportingJob job, TabularImportingParserBase.TableDataReader reader, String fileSource, int limit, JSONObject options, List<Exception> exceptions ) [static]  :  void

openrefine-3.0.jar, TreeImportingParserBase.class
package com.google.refine.importers.tree
TreeImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<JSONObject> fileRecords, String format, int limit, JSONObject options, List<Exception> exceptions )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, TreeReader treeParser, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, TypeorFormatError.class
package com.google.refine.model.metadata.validator.checks
TypeorFormatError.checkCell ( Cell cell )  :  boolean
TypeorFormatError.customizedFormat ( )  :  void
TypeorFormatError.TypeorFormatError ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, UniqueConstraint.class
package com.google.refine.model.metadata.validator.checks
UniqueConstraint.UniqueConstraint ( Project project, int cellIndex, JSONObject options )

openrefine-3.0.jar, UrlRewriter.class
package com.google.refine.importing
UrlRewriter.filter ( String p1 ) [abstract]  :  boolean
UrlRewriter.rewrite ( String p1 ) [abstract]  :  List<UrlRewriter.Result>

openrefine-3.0.jar, ValidateOperation.class
package com.google.refine.model.metadata.validator
ValidateOperation.startProcess ( )  :  JSONObject
ValidateOperation.ValidateOperation ( Project project, JSONObject options )
ValidateOperation.write ( JSONWriter writer, Properties options )  :  void

openrefine-3.0.jar, ValidateSchemaCommand.class
package com.google.refine.commands.project
ValidateSchemaCommand.doPost ( HttpServletRequest request, HttpServletResponse response )  :  void
ValidateSchemaCommand.ValidateSchemaCommand ( )

openrefine-3.0.jar, Validator.class
package com.google.refine.model.metadata.validator.checks
Validator.addError ( JSONObject p1 ) [abstract]  :  void
Validator.checkCell ( Cell p1 ) [abstract]  :  boolean
Validator.customizedFormat ( ) [abstract]  :  void
Validator.filter ( Cell p1 ) [abstract]  :  boolean
Validator.formatErrorMessage ( Cell p1, int p2 ) [abstract]  :  JSONObject
Validator.validate ( ) [abstract]  :  JSONArray

openrefine-3.0.jar, ValidatorConfig.class
package com.google.refine.model.metadata.validator
ValidatorConfig.ValidatorConfig ( )

openrefine-3.0.jar, ValidatorExceptions.class
package com.google.refine.model.metadata.validator
ValidatorExceptions.ValidatorExceptions ( )

openrefine-3.0.jar, ValidatorInspector.class
package com.google.refine.model.metadata.validator
ValidatorInspector.inspect ( Project project, JSONObject options ) [static]  :  JSONObject
ValidatorInspector.ValidatorInspector ( )

openrefine-3.0.jar, ValidatorRegistry.class
package com.google.refine.model.metadata.validator
ValidatorRegistry.getConstraintHandlersMap ( )  :  Map<String,Class>
ValidatorRegistry.getInstance ( ) [static]  :  ValidatorRegistry

openrefine-3.0.jar, ValidatorSpec.class
package com.google.refine.model.metadata.validator
ValidatorSpec.getInstance ( ) [static]  :  ValidatorSpec
ValidatorSpec.getMessage ( String code )  :  String

openrefine-3.0.jar, WikitextImporter.class
package com.google.refine.importers
WikitextImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-3.0.jar, WikitextTableVisitor.class
package com.google.refine.importers
WikitextImporter.WikitextTableVisitor.addCell ( WtNode e )  :  void
WikitextImporter.WikitextTableVisitor.visit ( WtImageLink e )  :  void

openrefine-3.0.jar, XmlImporter.class
package com.google.refine.importers
XmlImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void

to the top

Removed Methods  86 


openrefine-2.8.jar, ColumnAdditionByFetchingURLsOperation.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsOperation ( JSONObject engineConfig, String baseColumnName, String urlExpression, OnError onError, String newColumnName, int columnInsertIndex, int delay, boolean cacheResponses )

openrefine-2.8.jar, ColumnAdditionByFetchingURLsProcess.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess.ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess ( ColumnAdditionByFetchingURLsOperation project, Project engine, Engine eval, Evaluable description, String cacheResponses, boolean p6 )

openrefine-2.8.jar, Command.class
package com.google.refine.commands
Command.getProjectMetadata ( HttpServletRequest request )  :  ProjectMetadata

openrefine-2.8.jar, ExcelImporter.class
package com.google.refine.importers
ExcelImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, ExportProjectCommand.class
package com.google.refine.commands.project
ExportProjectCommand.gzipTarToOutputStream ( Project project, OutputStream os )  :  void
ExportProjectCommand.tarToOutputStream ( Project project, OutputStream os )  :  void

openrefine-2.8.jar, FileProjectManager.class
package com.google.refine.io
FileProjectManager.saveMetadata ( ProjectMetadata metadata, long projectId )  :  void

openrefine-2.8.jar, FixedWidthImporter.class
package com.google.refine.importers
FixedWidthImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, HistoryEntry.class
package com.google.refine.history
HistoryEntry.HistoryEntry ( long id, long projectID, String description, AbstractOperation operation, Date time )

openrefine-2.8.jar, ImportingParser.class
package com.google.refine.importing
ImportingParser.parse ( Project p1, ProjectMetadata p2, ImportingJob p3, List<JSONObject> p4, String p5, int p6, JSONObject p7, List<Exception> p8 ) [abstract]  :  void

openrefine-2.8.jar, ImportingParserBase.class
package com.google.refine.importers
ImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<JSONObject> fileRecords, String format, int limit, JSONObject options, List<Exception> exceptions )  :  void
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress )  :  void
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions )  :  void
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, JsonImporter.class
package com.google.refine.importers
JsonImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream is, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, JSONUtilities.class
package com.google.refine.util
JSONUtilities.getDate ( JSONObject obj, String key, Date def ) [static]  :  Date

openrefine-2.8.jar, LineBasedImporter.class
package com.google.refine.importers
LineBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, OdsImporter.class
package com.google.refine.importers
OdsImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, ParsingUtilities.class
package com.google.refine.util
ParsingUtilities.dateToString ( Date d ) [static]  :  String
ParsingUtilities.stringToDate ( String s ) [static]  :  Date

openrefine-2.8.jar, Project.class
package com.google.refine.model
Project.getLastSave ( )  :  Date
Project.getMetadata ( )  :  ProjectMetadata

openrefine-2.8.jar, ProjectManager.class
package com.google.refine
ProjectManager.getProjectMetadata ( long id )  :  ProjectMetadata
ProjectManager.getProjectMetadata ( String name )  :  ProjectMetadata
ProjectManager.mergeEmptyUserMetadata ( ProjectMetadata metadata )  :  void
ProjectManager.registerProject ( Project project, ProjectMetadata projectMetadata )  :  void
ProjectManager.saveMetadata ( ProjectMetadata p1, long p2 ) [abstract]  :  void

openrefine-2.8.jar, ProjectMetadata.class
package com.google.refine
ProjectMetadata.appendImportOptionMetadata ( JSONObject obj )  :  void
ProjectMetadata.getContributors ( )  :  String
ProjectMetadata.getCreated ( )  :  Date
ProjectMetadata.getCreator ( )  :  String
ProjectMetadata.getCustomMetadata ( String key )  :  Serializable
ProjectMetadata.getDescription ( )  :  String
ProjectMetadata.getEncoding ( )  :  String
ProjectMetadata.getEncodingConfidence ( )  :  int
ProjectMetadata.getImportOptionMetadata ( )  :  JSONArray
ProjectMetadata.getModified ( )  :  Date
ProjectMetadata.getName ( )  :  String
ProjectMetadata.getPassword ( )  :  String
ProjectMetadata.getPreferenceStore ( )  :  PreferenceStore
ProjectMetadata.getRowCount ( )  :  int
ProjectMetadata.getSubject ( )  :  String
ProjectMetadata.getUserMetadata ( )  :  JSONArray
ProjectMetadata.isDirty ( )  :  boolean
ProjectMetadata.loadFromJSON ( JSONObject obj ) [static]  :  ProjectMetadata
ProjectMetadata.preparePreferenceStore ( PreferenceStore ps ) [static]  :  void
ProjectMetadata.ProjectMetadata ( )
ProjectMetadata.ProjectMetadata ( Date created, Date modified, String name )
ProjectMetadata.ProjectMetadata ( Date date )
ProjectMetadata.setAnyField ( String metaName, String valueString )  :  void
ProjectMetadata.setContributors ( String contributors )  :  void
ProjectMetadata.setCreator ( String creator )  :  void
ProjectMetadata.setCustomMetadata ( String key, Serializable value )  :  void
ProjectMetadata.setDescription ( String description )  :  void
ProjectMetadata.setEncoding ( String encoding )  :  void
ProjectMetadata.setEncodingConfidence ( int confidence )  :  void
ProjectMetadata.setEncodingConfidence ( String confidence )  :  void
ProjectMetadata.setImportOptionMetadata ( JSONArray jsonArray )  :  void
ProjectMetadata.setName ( String name )  :  void
ProjectMetadata.setPassword ( String password )  :  void
ProjectMetadata.setRowCount ( int rowCount )  :  void
ProjectMetadata.setSubject ( String subject )  :  void
ProjectMetadata.setUserMetadata ( JSONArray userMetadata )  :  void
ProjectMetadata.updateModified ( )  :  void
ProjectMetadata.write ( JSONWriter jsonWriter )  :  void
ProjectMetadata.write ( JSONWriter jsonWriter, boolean onlyIfDirty )  :  void
ProjectMetadata.write ( JSONWriter writer, Properties options )  :  void
ProjectMetadata.writeWithoutOption ( JSONWriter writer )  :  void

openrefine-2.8.jar, ProjectMetadataUtilities.class
package com.google.refine.io
ProjectMetadataUtilities.load ( File projectDir ) [static]  :  ProjectMetadata
ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static]  :  ProjectMetadata
ProjectMetadataUtilities.recover ( File projectDir, long id ) [static]  :  ProjectMetadata
ProjectMetadataUtilities.save ( ProjectMetadata projectMeta, File projectDir ) [static]  :  void
ProjectMetadataUtilities.saveToFile ( ProjectMetadata projectMeta, File metadataFile ) [static]  :  void

openrefine-2.8.jar, RdfTripleImporter.class
package com.google.refine.importers
RdfTripleImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream input, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, Result.class
package com.google.refine.importing
UrlRewriter.Result.UrlRewriter.Result ( )

openrefine-2.8.jar, SeparatorBasedImporter.class
package com.google.refine.importers
SeparatorBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, TabularImportingParserBase.class
package com.google.refine.importers
TabularImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader dataReader, int limit, JSONObject options, List<Exception> exceptions )  :  void
TabularImportingParserBase.readTable ( Project project, ProjectMetadata metadata, ImportingJob job, TabularImportingParserBase.TableDataReader reader, String fileSource, int limit, JSONObject options, List<Exception> exceptions ) [static]  :  void

openrefine-2.8.jar, TreeImportingParserBase.class
package com.google.refine.importers.tree
TreeImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<JSONObject> fileRecords, String format, int limit, JSONObject options, List<Exception> exceptions )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, TreeReader treeParser, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, UrlRewriter.class
package com.google.refine.importing
UrlRewriter.rewrite ( String p1 ) [abstract]  :  UrlRewriter.Result

openrefine-2.8.jar, WikitextImporter.class
package com.google.refine.importers
WikitextImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions )  :  void

openrefine-2.8.jar, XmlImporter.class
package com.google.refine.importers
XmlImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions )  :  void

to the top

Problems with Data Types, High Severity  14 


openrefine-2.8.jar
package com.google.refine
[+] class ProjectManager  3 
[+] class ProjectMetadata  1 

openrefine-2.8.jar
package com.google.refine.history
[+] class HistoryEntry  1 

openrefine-2.8.jar
package com.google.refine.importers
[+] class WikitextImporter.WikitextTableVisitor  1 

openrefine-2.8.jar
package com.google.refine.importing
[+] class ImportingJob  1 
[+] interface ImportingParser  2 
[+] interface UrlRewriter  3 

openrefine-2.8.jar
package com.google.refine.model
[+] class Recon  1 

openrefine-2.8.jar
package com.google.refine.model.changes
[+] class ColumnSplitChange  1 

to the top

Problems with Methods, Medium Severity  9 


openrefine-2.8.jar, ParsingUtilities.class
package com.google.refine.util
[+] ParsingUtilities.stringToDate ( String s ) [static]  :  Date  1 

openrefine-2.8.jar, Project.class
package com.google.refine.model
[+] Project.getLastSave ( )  :  Date  1 
[+] Project.getMetadata ( )  :  ProjectMetadata  1 

openrefine-2.8.jar, ProjectManager.class
package com.google.refine
[+] ProjectManager.getProjectMetadata ( long id )  :  ProjectMetadata  1 
[+] ProjectManager.getProjectMetadata ( String name )  :  ProjectMetadata  1 

openrefine-2.8.jar, ProjectMetadataUtilities.class
package com.google.refine.io
[+] ProjectMetadataUtilities.load ( File projectDir ) [static]  :  ProjectMetadata  1 
[+] ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static]  :  ProjectMetadata  1 
[+] ProjectMetadataUtilities.recover ( File projectDir, long id ) [static]  :  ProjectMetadata  1 

openrefine-2.8.jar, UrlRewriter.class
package com.google.refine.importing
[+] UrlRewriter.rewrite ( String p1 ) [abstract]  :  UrlRewriter.Result  1 

to the top

Problems with Data Types, Low Severity  1 


openrefine-2.8.jar
package com.google.refine.model.changes
[+] class ColumnSplitChange  1 

to the top

Other Changes in Data Types  5 


openrefine-2.8.jar
package com.google.refine
[+] class ProjectManager  1 

openrefine-2.8.jar
package com.google.refine.importers
[+] class RdfTripleImporter.Mode  1 

openrefine-2.8.jar
package com.google.refine.operations.column
[+] class ColumnAdditionByFetchingURLsOperation  1 

openrefine-2.8.jar
package com.google.refine.preference
[+] class PreferenceStore  1 

openrefine-2.8.jar
package com.google.refine.util
[+] class ParsingUtilities  1 

to the top

Java Archives  1 


openrefine-2.8.jar

to the top