Test Info
Library Name | openrefine |
Version #1 | 2.8 |
Version #2 | 3.0 |
Subject | Binary Compatibility |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 2482 / 541 |
Compatibility |
87.1% |
Problem Summary
| Severity | Count |
Added Methods | - | 299 |
Removed Methods | High | 86 |
Problems with Data Types | High | 9 |
Medium | 4 |
Low | 2 |
Problems with Methods | High | 9 |
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 6 |
Added Methods 299
openrefine-3.0.jar,
AbstractMetadata.class
package com.google.refine.model.metadata
AbstractMetadata.AbstractMetadata ( )
com/google/refine/model/metadata/AbstractMetadata."<init>":()V
AbstractMetadata.getFormatName ( ) : MetadataFormat
com/google/refine/model/metadata/AbstractMetadata.getFormatName:()Lcom/google/refine/model/metadata/MetadataFormat;
AbstractMetadata.getModified ( ) : LocalDateTime
com/google/refine/model/metadata/AbstractMetadata.getModified:()Ljava/time/LocalDateTime;
AbstractMetadata.isDirty ( ) : boolean
com/google/refine/model/metadata/AbstractMetadata.isDirty:()Z
AbstractMetadata.loadFromFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/AbstractMetadata.loadFromFile:(Ljava/io/File;)V
AbstractMetadata.loadFromJSON ( JSONObject p1 ) [abstract] : void
com/google/refine/model/metadata/AbstractMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
AbstractMetadata.propertyExists ( Object bean, String property ) [static] : boolean
com/google/refine/model/metadata/AbstractMetadata.propertyExists:(Ljava/lang/Object;Ljava/lang/String;)Z
AbstractMetadata.setFormatName ( MetadataFormat formatName ) : void
com/google/refine/model/metadata/AbstractMetadata.setFormatName:(Lcom/google/refine/model/metadata/MetadataFormat;)V
AbstractMetadata.updateModified ( ) : void
com/google/refine/model/metadata/AbstractMetadata.updateModified:()V
AbstractMetadata.write ( JSONWriter jsonWriter, boolean onlyIfDirty ) : void
com/google/refine/model/metadata/AbstractMetadata.write:(Lorg/json/JSONWriter;Z)V
AbstractMetadata.writeToFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/AbstractMetadata.writeToFile:(Ljava/io/File;)V
openrefine-3.0.jar,
AbstractValidator.class
package com.google.refine.model.metadata.validator.checks
AbstractValidator.AbstractValidator ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/AbstractValidator."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
AbstractValidator.addError ( JSONObject result ) : void
com/google/refine/model/metadata/validator/checks/AbstractValidator.addError:(Lorg/json/JSONObject;)V
AbstractValidator.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/AbstractValidator.checkCell:(Lcom/google/refine/model/Cell;)Z
AbstractValidator.customizedFormat ( ) : void
com/google/refine/model/metadata/validator/checks/AbstractValidator.customizedFormat:()V
AbstractValidator.filter ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/AbstractValidator.filter:(Lcom/google/refine/model/Cell;)Z
AbstractValidator.formatErrorMessage ( Cell cell, int rowIndex ) : JSONObject
com/google/refine/model/metadata/validator/checks/AbstractValidator.formatErrorMessage:(Lcom/google/refine/model/Cell;I)Lorg/json/JSONObject;
AbstractValidator.validate ( ) : JSONArray
com/google/refine/model/metadata/validator/checks/AbstractValidator.validate:()Lorg/json/JSONArray;
openrefine-3.0.jar,
BlankHeader.class
package com.google.refine.model.metadata.validator.checks
BlankHeader.BlankHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/BlankHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
BlankRow.class
package com.google.refine.model.metadata.validator.checks
BlankRow.BlankRow ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/BlankRow."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
CalendarParser.class
package com.google.refine.expr.util
CalendarParser.parseAsOffsetDateTime ( String dateStr ) [static] : OffsetDateTime
com/google/refine/expr/util/CalendarParser.parseAsOffsetDateTime:(Ljava/lang/String;)Ljava/time/OffsetDateTime;
CalendarParser.parseAsOffsetDateTime ( String dateStr, int order ) [static] : OffsetDateTime
com/google/refine/expr/util/CalendarParser.parseAsOffsetDateTime:(Ljava/lang/String;I)Ljava/time/OffsetDateTime;
CalendarParser.parseAsOffsetDateTime ( String dateStr, int order, boolean ignoreChanges ) [static] : OffsetDateTime
com/google/refine/expr/util/CalendarParser.parseAsOffsetDateTime:(Ljava/lang/String;IZ)Ljava/time/OffsetDateTime;
openrefine-3.0.jar,
Coalesce.class
package com.google.refine.expr.functions
Coalesce.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/Coalesce.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
Coalesce.Coalesce ( )
com/google/refine/expr/functions/Coalesce."<init>":()V
Coalesce.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Coalesce.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.0.jar,
Column.class
package com.google.refine.model
Column.castValue ( String value ) : Any
com/google/refine/model/Column.castValue:(Ljava/lang/String;)Ljava/lang/Object;
Column.getConstraints ( ) : Map<String,Object>
com/google/refine/model/Column.getConstraints:()Ljava/util/Map;
Column.getDescription ( ) : String
com/google/refine/model/Column.getDescription:()Ljava/lang/String;
Column.getFormat ( ) : String
com/google/refine/model/Column.getFormat:()Ljava/lang/String;
Column.getTitle ( ) : String
com/google/refine/model/Column.getTitle:()Ljava/lang/String;
Column.getType ( ) : String
com/google/refine/model/Column.getType:()Ljava/lang/String;
Column.setConstraints ( Map<String,Object> constraints ) : void
com/google/refine/model/Column.setConstraints:(Ljava/util/Map;)V
Column.setDescription ( String description ) : void
com/google/refine/model/Column.setDescription:(Ljava/lang/String;)V
Column.setFormat ( String format ) : void
com/google/refine/model/Column.setFormat:(Ljava/lang/String;)V
Column.setTitle ( String title ) : void
com/google/refine/model/Column.setTitle:(Ljava/lang/String;)V
Column.setType ( String type ) : void
com/google/refine/model/Column.setType:(Ljava/lang/String;)V
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 )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;Ljava/lang/String;IIZLorg/json/JSONArray;)V
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 )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess."<init>":(Lcom/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/Engine;Lcom/google/refine/expr/Evaluable;Ljava/lang/String;ZLorg/json/JSONArray;)V
openrefine-3.0.jar,
ColumnAdditionChange.class
package com.google.refine.model.changes
ColumnAdditionChange.getColumnIndex ( ) : int
com/google/refine/model/changes/ColumnAdditionChange.getColumnIndex:()I
ColumnAdditionChange.getColumnName ( ) : String
com/google/refine/model/changes/ColumnAdditionChange.getColumnName:()Ljava/lang/String;
ColumnAdditionChange.getNewCellIndex ( ) : int
com/google/refine/model/changes/ColumnAdditionChange.getNewCellIndex:()I
openrefine-3.0.jar,
ColumnMoveChange.class
package com.google.refine.model.changes
ColumnMoveChange.getColumnName ( ) : String
com/google/refine/model/changes/ColumnMoveChange.getColumnName:()Ljava/lang/String;
ColumnMoveChange.getNewColumnIndex ( ) : int
com/google/refine/model/changes/ColumnMoveChange.getNewColumnIndex:()I
ColumnMoveChange.getOldColumnIndex ( ) : int
com/google/refine/model/changes/ColumnMoveChange.getOldColumnIndex:()I
openrefine-3.0.jar,
ColumnRemovalChange.class
package com.google.refine.model.changes
ColumnRemovalChange.getOldColumnIndex ( ) : int
com/google/refine/model/changes/ColumnRemovalChange.getOldColumnIndex:()I
openrefine-3.0.jar,
ColumnReorderChange.class
package com.google.refine.model.changes
ColumnReorderChange.getColumnNames ( ) : List<String>
com/google/refine/model/changes/ColumnReorderChange.getColumnNames:()Ljava/util/List;
openrefine-3.0.jar,
ColumnSplitChange.class
package com.google.refine.model.changes
ColumnSplitChange.getColumnIndex ( ) : int
com/google/refine/model/changes/ColumnSplitChange.getColumnIndex:()I
ColumnSplitChange.getColumnNames ( ) : List<String>
com/google/refine/model/changes/ColumnSplitChange.getColumnNames:()Ljava/util/List;
ColumnSplitChange.isRemoveOriginalColumn ( ) : boolean
com/google/refine/model/changes/ColumnSplitChange.isRemoveOriginalColumn:()Z
openrefine-3.0.jar,
Command.class
package com.google.refine.commands
Command.getMetadata ( HttpServletRequest request ) : ProjectMetadata
com/google/refine/commands/Command.getMetadata:(Ljavax/servlet/http/HttpServletRequest;)Lcom/google/refine/model/metadata/ProjectMetadata;
Command.respondJSONObject ( HttpServletResponse response, JSONObject o ) [static] : void
com/google/refine/commands/Command.respondJSONObject:(Ljavax/servlet/http/HttpServletResponse;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
DataPackageMetadata.class
package com.google.refine.model.metadata
DataPackageMetadata.DataPackageMetadata ( )
com/google/refine/model/metadata/DataPackageMetadata."<init>":()V
DataPackageMetadata.getJSON ( ) : JSONObject
com/google/refine/model/metadata/DataPackageMetadata.getJSON:()Lorg/json/JSONObject;
DataPackageMetadata.getPackage ( ) : Package
com/google/refine/model/metadata/DataPackageMetadata.getPackage:()Lio/frictionlessdata/datapackage/Package;
DataPackageMetadata.getResourcePaths ( ) : List<String>
com/google/refine/model/metadata/DataPackageMetadata.getResourcePaths:()Ljava/util/List;
DataPackageMetadata.loadFromFile ( File metadataFile ) : void
com/google/refine/model/metadata/DataPackageMetadata.loadFromFile:(Ljava/io/File;)V
DataPackageMetadata.loadFromJSON ( JSONObject obj ) : void
com/google/refine/model/metadata/DataPackageMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
DataPackageMetadata.loadFromStream ( InputStream inputStream ) : void
com/google/refine/model/metadata/DataPackageMetadata.loadFromStream:(Ljava/io/InputStream;)V
DataPackageMetadata.validate ( ) : List<Exception>
com/google/refine/model/metadata/DataPackageMetadata.validate:()Ljava/util/List;
DataPackageMetadata.write ( JSONWriter jsonWriter, Properties options ) : void
com/google/refine/model/metadata/DataPackageMetadata.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
DataPackageMetadata.writeToFile ( File metadataFile ) : void
com/google/refine/model/metadata/DataPackageMetadata.writeToFile:(Ljava/io/File;)V
openrefine-3.0.jar,
DataPackageUrlRewriter.class
package com.google.refine.model.metadata
DataPackageUrlRewriter.DataPackageUrlRewriter ( )
com/google/refine/model/metadata/DataPackageUrlRewriter."<init>":()V
DataPackageUrlRewriter.filter ( String url ) : boolean
com/google/refine/model/metadata/DataPackageUrlRewriter.filter:(Ljava/lang/String;)Z
DataPackageUrlRewriter.rewrite ( String url ) : List<UrlRewriter.Result>
com/google/refine/model/metadata/DataPackageUrlRewriter.rewrite:(Ljava/lang/String;)Ljava/util/List;
openrefine-3.0.jar,
DuplicateHeader.class
package com.google.refine.model.metadata.validator.checks
DuplicateHeader.DuplicateHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/DuplicateHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
DuplicateRow.class
package com.google.refine.model.metadata.validator.checks
DuplicateRow.DuplicateRow ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/DuplicateRow."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
EnumerableConstraint.class
package com.google.refine.model.metadata.validator.checks
EnumerableConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/EnumerableConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
EnumerableConstraint.EnumerableConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/EnumerableConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
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
com/google/refine/importers/ExcelImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
ExtraHeader.class
package com.google.refine.model.metadata.validator.checks
ExtraHeader.ExtraHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/ExtraHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
ExtraValue.class
package com.google.refine.model.metadata.validator.checks
ExtraValue.ExtraValue ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/ExtraValue."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
FileProjectManager.class
package com.google.refine.io
FileProjectManager.gzipTarToOutputStream ( Project project, OutputStream os ) [static] : void
com/google/refine/io/FileProjectManager.gzipTarToOutputStream:(Lcom/google/refine/model/Project;Ljava/io/OutputStream;)V
FileProjectManager.saveMetadata ( IMetadata metadata, long projectId ) : void
com/google/refine/io/FileProjectManager.saveMetadata:(Lcom/google/refine/model/metadata/IMetadata;J)V
openrefine-3.0.jar,
Find.class
package com.google.refine.expr.functions.strings
Find.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/strings/Find.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
Find.Find ( )
com/google/refine/expr/functions/strings/Find."<init>":()V
Find.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Find.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
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
com/google/refine/importers/FixedWidthImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
GetAllProjectTagsCommand.class
package com.google.refine.commands.workspace
GetAllProjectTagsCommand.doGet ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/workspace/GetAllProjectTagsCommand.doGet:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
GetAllProjectTagsCommand.GetAllProjectTagsCommand ( )
com/google/refine/commands/workspace/GetAllProjectTagsCommand."<init>":()V
openrefine-3.0.jar,
GetMetadataCommand.class
package com.google.refine.commands.project
GetMetadataCommand.doGet ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/project/GetMetadataCommand.doGet:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
GetMetadataCommand.GetMetadataCommand ( )
com/google/refine/commands/project/GetMetadataCommand."<init>":()V
openrefine-3.0.jar,
HistoryEntry.class
package com.google.refine.history
HistoryEntry.HistoryEntry ( long id, long projectID, String description, AbstractOperation operation, OffsetDateTime time )
com/google/refine/history/HistoryEntry."<init>":(JJLjava/lang/String;Lcom/google/refine/model/AbstractOperation;Ljava/time/OffsetDateTime;)V
openrefine-3.0.jar,
HttpHeadersSupport.class
package com.google.refine.commands
HttpHeadersSupport.getHttpHeaderInfo ( String header ) [static] : HttpHeadersSupport.HttpHeaderInfo
com/google/refine/commands/HttpHeadersSupport.getHttpHeaderInfo:(Ljava/lang/String;)Lcom/google/refine/commands/HttpHeadersSupport$HttpHeaderInfo;
HttpHeadersSupport.getHttpHeaderLabels ( ) [static] : Set<String>
com/google/refine/commands/HttpHeadersSupport.getHttpHeaderLabels:()Ljava/util/Set;
HttpHeadersSupport.HttpHeadersSupport ( )
com/google/refine/commands/HttpHeadersSupport."<init>":()V
HttpHeadersSupport.registerHttpHeader ( String header, String defaultValue ) [static] : void
com/google/refine/commands/HttpHeadersSupport.registerHttpHeader:(Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.0.jar,
IMetadata.class
package com.google.refine.model.metadata
IMetadata.getFormatName ( ) [abstract] : MetadataFormat
com/google/refine/model/metadata/IMetadata.getFormatName:()Lcom/google/refine/model/metadata/MetadataFormat;
IMetadata.getJSON ( ) [abstract] : JSONObject
com/google/refine/model/metadata/IMetadata.getJSON:()Lorg/json/JSONObject;
IMetadata.getModified ( ) [abstract] : LocalDateTime
com/google/refine/model/metadata/IMetadata.getModified:()Ljava/time/LocalDateTime;
IMetadata.isDirty ( ) [abstract] : boolean
com/google/refine/model/metadata/IMetadata.isDirty:()Z
IMetadata.loadFromFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.loadFromFile:(Ljava/io/File;)V
IMetadata.loadFromJSON ( JSONObject p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
IMetadata.loadFromStream ( InputStream p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.loadFromStream:(Ljava/io/InputStream;)V
IMetadata.setFormatName ( MetadataFormat p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.setFormatName:(Lcom/google/refine/model/metadata/MetadataFormat;)V
IMetadata.updateModified ( ) [abstract] : void
com/google/refine/model/metadata/IMetadata.updateModified:()V
IMetadata.validate ( ) [abstract] : List<Exception>
com/google/refine/model/metadata/IMetadata.validate:()Ljava/util/List;
IMetadata.write ( JSONWriter p1, boolean p2 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.write:(Lorg/json/JSONWriter;Z)V
IMetadata.writeToFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.writeToFile:(Ljava/io/File;)V
openrefine-3.0.jar,
ImportingJob.class
package com.google.refine.importing
ImportingJob.isMetadataFileRecord ( JSONObject fileRecordObject ) : boolean
com/google/refine/importing/ImportingJob.isMetadataFileRecord:(Lorg/json/JSONObject;)Z
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
com/google/refine/importing/ImportingParser.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/ImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;ILorg/json/JSONObject;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
ImportingUtilities.class
package com.google.refine.importing
ImportingUtilities.createProjectMetadata ( JSONObject optionObj ) [static] : ProjectMetadata
com/google/refine/importing/ImportingUtilities.createProjectMetadata:(Lorg/json/JSONObject;)Lcom/google/refine/model/metadata/ProjectMetadata;
ImportingUtilities.inferColumnType ( Project project ) [static] : void
com/google/refine/importing/ImportingUtilities.inferColumnType:(Lcom/google/refine/model/Project;)V
openrefine-3.0.jar,
IsEmptyString.class
package com.google.refine.grel.controls
IsEmptyString.call ( Properties p1, Evaluable[ ] p2 ) : Object
com/google/refine/grel/controls/IsEmptyString.call:(Ljava/util/Properties;[Lcom/google/refine/expr/Evaluable;)Ljava/lang/Object;
IsEmptyString.checkArguments ( Evaluable[ ] p1 ) : String
com/google/refine/grel/controls/IsEmptyString.checkArguments:([Lcom/google/refine/expr/Evaluable;)Ljava/lang/String;
IsEmptyString.getDescription ( ) : String
com/google/refine/grel/controls/IsEmptyString.getDescription:()Ljava/lang/String;
IsEmptyString.IsEmptyString ( )
com/google/refine/grel/controls/IsEmptyString."<init>":()V
IsEmptyString.test ( Object o ) : boolean
com/google/refine/grel/controls/IsEmptyString.test:(Ljava/lang/Object;)Z
IsEmptyString.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsEmptyString.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
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
com/google/refine/importers/JsonImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
JSONUtilities.class
package com.google.refine.util
JSONUtilities.arrayToJSONArray ( String[ ] array ) [static] : JSONArray
com/google/refine/util/JSONUtilities.arrayToJSONArray:([Ljava/lang/String;)Lorg/json/JSONArray;
JSONUtilities.concatArray ( JSONArray destArray, JSONArray srcArray ) [static] : void
com/google/refine/util/JSONUtilities.concatArray:(Lorg/json/JSONArray;Lorg/json/JSONArray;)V
JSONUtilities.getDate ( JSONObject obj, String key, OffsetDateTime def ) [static] : OffsetDateTime
com/google/refine/util/JSONUtilities.getDate:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/time/OffsetDateTime;)Ljava/time/OffsetDateTime;
JSONUtilities.getLocalDate ( JSONObject obj, String key, LocalDateTime def ) [static] : LocalDateTime
com/google/refine/util/JSONUtilities.getLocalDate:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/time/LocalDateTime;)Ljava/time/LocalDateTime;
JSONUtilities.safeInc ( JSONObject obj, String key ) [static] : void
com/google/refine/util/JSONUtilities.safeInc:(Lorg/json/JSONObject;Ljava/lang/String;)V
JSONUtilities.serialize ( Jsonizable obj ) [static] : String
com/google/refine/util/JSONUtilities.serialize:(Lcom/google/refine/Jsonizable;)Ljava/lang/String;
JSONUtilities.serialize ( Jsonizable obj, Properties options ) [static] : String
com/google/refine/util/JSONUtilities.serialize:(Lcom/google/refine/Jsonizable;Ljava/util/Properties;)Ljava/lang/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
com/google/refine/importers/LineBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
MaximumConstraint.class
package com.google.refine.model.metadata.validator.checks
MaximumConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MaximumConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MaximumConstraint.MaximumConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MaximumConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
MaximumLengthConstraint.class
package com.google.refine.model.metadata.validator.checks
MaximumLengthConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MaximumLengthConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MaximumLengthConstraint.MaximumLengthConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MaximumLengthConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
MetadataFactory.class
package com.google.refine.model.metadata
MetadataFactory.buildDataPackageMetadata ( ) [static] : DataPackageMetadata
com/google/refine/model/metadata/MetadataFactory.buildDataPackageMetadata:()Lcom/google/refine/model/metadata/DataPackageMetadata;
MetadataFactory.buildDataPackageMetadata ( Project project ) [static] : DataPackageMetadata
com/google/refine/model/metadata/MetadataFactory.buildDataPackageMetadata:(Lcom/google/refine/model/Project;)Lcom/google/refine/model/metadata/DataPackageMetadata;
MetadataFactory.buildMetadata ( MetadataFormat format ) [static] : IMetadata
com/google/refine/model/metadata/MetadataFactory.buildMetadata:(Lcom/google/refine/model/metadata/MetadataFormat;)Lcom/google/refine/model/metadata/IMetadata;
MetadataFactory.MetadataFactory ( )
com/google/refine/model/metadata/MetadataFactory."<init>":()V
openrefine-3.0.jar,
MetadataFormat.class
package com.google.refine.model.metadata
MetadataFormat.toString ( ) : String
com/google/refine/model/metadata/MetadataFormat.toString:()Ljava/lang/String;
MetadataFormat.valueOf ( String name ) [static] : MetadataFormat
com/google/refine/model/metadata/MetadataFormat.valueOf:(Ljava/lang/String;)Lcom/google/refine/model/metadata/MetadataFormat;
MetadataFormat.values ( ) [static] : MetadataFormat[ ]
com/google/refine/model/metadata/MetadataFormat.values:()[Lcom/google/refine/model/metadata/MetadataFormat;
openrefine-3.0.jar,
MinimumConstraint.class
package com.google.refine.model.metadata.validator.checks
MinimumConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MinimumConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MinimumConstraint.MinimumConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MinimumConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
MinimumLengthConstraint.class
package com.google.refine.model.metadata.validator.checks
MinimumLengthConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MinimumLengthConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MinimumLengthConstraint.filter ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MinimumLengthConstraint.filter:(Lcom/google/refine/model/Cell;)Z
MinimumLengthConstraint.MinimumLengthConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MinimumLengthConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
MissingHeader.class
package com.google.refine.model.metadata.validator.checks
MissingHeader.MissingHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MissingHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
MissingValue.class
package com.google.refine.model.metadata.validator.checks
MissingValue.MissingValue ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MissingValue."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
NonMatchingHeader.class
package com.google.refine.model.metadata.validator.checks
NonMatchingHeader.NonMatchingHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/NonMatchingHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
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
com/google/refine/importers/OdsImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
PackageExtension.class
package com.google.refine.model.metadata
PackageExtension.buildPackageFromTemplate ( ) [static] : Package
com/google/refine/model/metadata/PackageExtension.buildPackageFromTemplate:()Lio/frictionlessdata/datapackage/Package;
PackageExtension.PackageExtension ( )
com/google/refine/model/metadata/PackageExtension."<init>":()V
PackageExtension.saveZip ( Package pkg, ByteArrayOutputStream dataByteArrayOutputStream, OutputStream destOs ) [static] : void
com/google/refine/model/metadata/PackageExtension.saveZip:(Lio/frictionlessdata/datapackage/Package;Ljava/io/ByteArrayOutputStream;Ljava/io/OutputStream;)V
openrefine-3.0.jar,
PackageProjectCommand.class
package com.google.refine.commands.project
PackageProjectCommand.doPost ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/project/PackageProjectCommand.doPost:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
PackageProjectCommand.gzipTarToOutputStream ( Project project, OutputStream os ) : void
com/google/refine/commands/project/PackageProjectCommand.gzipTarToOutputStream:(Lcom/google/refine/model/Project;Ljava/io/OutputStream;)V
PackageProjectCommand.PackageProjectCommand ( )
com/google/refine/commands/project/PackageProjectCommand."<init>":()V
PackageProjectCommand.tarToOutputStream ( Project project, OutputStream os ) : void
com/google/refine/commands/project/PackageProjectCommand.tarToOutputStream:(Lcom/google/refine/model/Project;Ljava/io/OutputStream;)V
openrefine-3.0.jar,
ParsingUtilities.class
package com.google.refine.util
ParsingUtilities.calendarToOffsetDateTime ( Calendar calendar ) [static] : OffsetDateTime
com/google/refine/util/ParsingUtilities.calendarToOffsetDateTime:(Ljava/util/Calendar;)Ljava/time/OffsetDateTime;
ParsingUtilities.dateToString ( OffsetDateTime d ) [static] : String
com/google/refine/util/ParsingUtilities.dateToString:(Ljava/time/OffsetDateTime;)Ljava/lang/String;
ParsingUtilities.instantToLocalDateTimeString ( Instant instant ) [static] : String
com/google/refine/util/ParsingUtilities.instantToLocalDateTimeString:(Ljava/time/Instant;)Ljava/lang/String;
ParsingUtilities.instantToString ( Instant instant ) [static] : String
com/google/refine/util/ParsingUtilities.instantToString:(Ljava/time/Instant;)Ljava/lang/String;
ParsingUtilities.localDateToString ( LocalDateTime d ) [static] : String
com/google/refine/util/ParsingUtilities.localDateToString:(Ljava/time/LocalDateTime;)Ljava/lang/String;
ParsingUtilities.offsetDateTimeToCalendar ( OffsetDateTime offsetDateTime ) [static] : Calendar
com/google/refine/util/ParsingUtilities.offsetDateTimeToCalendar:(Ljava/time/OffsetDateTime;)Ljava/util/Calendar;
ParsingUtilities.stringToDate ( String s ) [static] : OffsetDateTime
com/google/refine/util/ParsingUtilities.stringToDate:(Ljava/lang/String;)Ljava/time/OffsetDateTime;
ParsingUtilities.stringToLocalDate ( String s ) [static] : LocalDateTime
com/google/refine/util/ParsingUtilities.stringToLocalDate:(Ljava/lang/String;)Ljava/time/LocalDateTime;
openrefine-3.0.jar,
PatternConstraint.class
package com.google.refine.model.metadata.validator.checks
PatternConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/PatternConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
PatternConstraint.PatternConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/PatternConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
PatternSyntaxExceptionParser.class
package com.google.refine.util
PatternSyntaxExceptionParser.getUserMessage ( ) : String
com/google/refine/util/PatternSyntaxExceptionParser.getUserMessage:()Ljava/lang/String;
PatternSyntaxExceptionParser.PatternSyntaxExceptionParser ( PatternSyntaxException e )
com/google/refine/util/PatternSyntaxExceptionParser."<init>":(Ljava/util/regex/PatternSyntaxException;)V
openrefine-3.0.jar,
Project.class
package com.google.refine.model
Project.getLastSave ( ) : LocalDateTime
com/google/refine/model/Project.getLastSave:()Ljava/time/LocalDateTime;
Project.getMetadata ( ) : ProjectMetadata
com/google/refine/model/Project.getMetadata:()Lcom/google/refine/model/metadata/ProjectMetadata;
openrefine-3.0.jar,
ProjectManager.class
package com.google.refine
ProjectManager.getAllProjectTags ( ) : Map<String,Integer>
com/google/refine/ProjectManager.getAllProjectTags:()Ljava/util/Map;
ProjectManager.getProjectMetadata ( long id ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(J)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectManager.getProjectMetadata ( String name ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(Ljava/lang/String;)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectManager.mergeEmptyUserMetadata ( ProjectMetadata metadata ) : void
com/google/refine/ProjectManager.mergeEmptyUserMetadata:(Lcom/google/refine/model/metadata/ProjectMetadata;)V
ProjectManager.registerProject ( Project project, ProjectMetadata projectMetadata ) : void
com/google/refine/ProjectManager.registerProject:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;)V
ProjectManager.saveMetadata ( IMetadata p1, long p2 ) [abstract] : void
com/google/refine/ProjectManager.saveMetadata:(Lcom/google/refine/model/metadata/IMetadata;J)V
openrefine-3.0.jar,
ProjectMetadata.class
package com.google.refine.model.metadata
ProjectMetadata.appendImportOptionMetadata ( JSONObject obj ) : void
com/google/refine/model/metadata/ProjectMetadata.appendImportOptionMetadata:(Lorg/json/JSONObject;)V
ProjectMetadata.appendTags ( String[ ] tags ) : void
com/google/refine/model/metadata/ProjectMetadata.appendTags:([Ljava/lang/String;)V
ProjectMetadata.getContributors ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getContributors:()Ljava/lang/String;
ProjectMetadata.getCreated ( ) : LocalDateTime
com/google/refine/model/metadata/ProjectMetadata.getCreated:()Ljava/time/LocalDateTime;
ProjectMetadata.getCreator ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getCreator:()Ljava/lang/String;
ProjectMetadata.getCustomMetadata ( String key ) : Serializable
com/google/refine/model/metadata/ProjectMetadata.getCustomMetadata:(Ljava/lang/String;)Ljava/io/Serializable;
ProjectMetadata.getDescription ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getDescription:()Ljava/lang/String;
ProjectMetadata.getEncoding ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getEncoding:()Ljava/lang/String;
ProjectMetadata.getEncodingConfidence ( ) : int
com/google/refine/model/metadata/ProjectMetadata.getEncodingConfidence:()I
ProjectMetadata.getHomepage ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getHomepage:()Ljava/lang/String;
ProjectMetadata.getImage ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getImage:()Ljava/lang/String;
ProjectMetadata.getImportOptionMetadata ( ) : JSONArray
com/google/refine/model/metadata/ProjectMetadata.getImportOptionMetadata:()Lorg/json/JSONArray;
ProjectMetadata.getJSON ( ) : JSONObject
com/google/refine/model/metadata/ProjectMetadata.getJSON:()Lorg/json/JSONObject;
ProjectMetadata.getLicense ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getLicense:()Ljava/lang/String;
ProjectMetadata.getModified ( ) : LocalDateTime
com/google/refine/model/metadata/ProjectMetadata.getModified:()Ljava/time/LocalDateTime;
ProjectMetadata.getName ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getName:()Ljava/lang/String;
ProjectMetadata.getPassword ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getPassword:()Ljava/lang/String;
ProjectMetadata.getPreferenceStore ( ) : PreferenceStore
com/google/refine/model/metadata/ProjectMetadata.getPreferenceStore:()Lcom/google/refine/preference/PreferenceStore;
ProjectMetadata.getSubject ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getSubject:()Ljava/lang/String;
ProjectMetadata.getTags ( ) : String[ ]
com/google/refine/model/metadata/ProjectMetadata.getTags:()[Ljava/lang/String;
ProjectMetadata.getTitle ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getTitle:()Ljava/lang/String;
ProjectMetadata.getUserMetadata ( ) : JSONArray
com/google/refine/model/metadata/ProjectMetadata.getUserMetadata:()Lorg/json/JSONArray;
ProjectMetadata.getVersion ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getVersion:()Ljava/lang/String;
ProjectMetadata.loadFromFile ( File metadataFile ) : void
com/google/refine/model/metadata/ProjectMetadata.loadFromFile:(Ljava/io/File;)V
ProjectMetadata.loadFromJSON ( JSONObject obj ) : void
com/google/refine/model/metadata/ProjectMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
ProjectMetadata.loadFromStream ( InputStream inputStream ) : void
com/google/refine/model/metadata/ProjectMetadata.loadFromStream:(Ljava/io/InputStream;)V
ProjectMetadata.preparePreferenceStore ( PreferenceStore ps ) [static] : void
com/google/refine/model/metadata/ProjectMetadata.preparePreferenceStore:(Lcom/google/refine/preference/PreferenceStore;)V
ProjectMetadata.ProjectMetadata ( )
com/google/refine/model/metadata/ProjectMetadata."<init>":()V
ProjectMetadata.ProjectMetadata ( LocalDateTime created, LocalDateTime modified, String name )
com/google/refine/model/metadata/ProjectMetadata."<init>":(Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;Ljava/lang/String;)V
ProjectMetadata.ProjectMetadata ( LocalDateTime date )
com/google/refine/model/metadata/ProjectMetadata."<init>":(Ljava/time/LocalDateTime;)V
ProjectMetadata.setAnyStringField ( String metaName, String valueString ) : void
com/google/refine/model/metadata/ProjectMetadata.setAnyStringField:(Ljava/lang/String;Ljava/lang/String;)V
ProjectMetadata.setContributors ( String contributors ) : void
com/google/refine/model/metadata/ProjectMetadata.setContributors:(Ljava/lang/String;)V
ProjectMetadata.setCreator ( String creator ) : void
com/google/refine/model/metadata/ProjectMetadata.setCreator:(Ljava/lang/String;)V
ProjectMetadata.setCustomMetadata ( String key, Serializable value ) : void
com/google/refine/model/metadata/ProjectMetadata.setCustomMetadata:(Ljava/lang/String;Ljava/io/Serializable;)V
ProjectMetadata.setDescription ( String description ) : void
com/google/refine/model/metadata/ProjectMetadata.setDescription:(Ljava/lang/String;)V
ProjectMetadata.setEncoding ( String encoding ) : void
com/google/refine/model/metadata/ProjectMetadata.setEncoding:(Ljava/lang/String;)V
ProjectMetadata.setEncodingConfidence ( int confidence ) : void
com/google/refine/model/metadata/ProjectMetadata.setEncodingConfidence:(I)V
ProjectMetadata.setEncodingConfidence ( String confidence ) : void
com/google/refine/model/metadata/ProjectMetadata.setEncodingConfidence:(Ljava/lang/String;)V
ProjectMetadata.setHomepage ( String homepage ) : void
com/google/refine/model/metadata/ProjectMetadata.setHomepage:(Ljava/lang/String;)V
ProjectMetadata.setImage ( String image ) : void
com/google/refine/model/metadata/ProjectMetadata.setImage:(Ljava/lang/String;)V
ProjectMetadata.setImportOptionMetadata ( JSONArray jsonArray ) : void
com/google/refine/model/metadata/ProjectMetadata.setImportOptionMetadata:(Lorg/json/JSONArray;)V
ProjectMetadata.setLicense ( String license ) : void
com/google/refine/model/metadata/ProjectMetadata.setLicense:(Ljava/lang/String;)V
ProjectMetadata.setName ( String name ) : void
com/google/refine/model/metadata/ProjectMetadata.setName:(Ljava/lang/String;)V
ProjectMetadata.setPassword ( String password ) : void
com/google/refine/model/metadata/ProjectMetadata.setPassword:(Ljava/lang/String;)V
ProjectMetadata.setRowCount ( int rowCount ) : void
com/google/refine/model/metadata/ProjectMetadata.setRowCount:(I)V
ProjectMetadata.setSubject ( String subject ) : void
com/google/refine/model/metadata/ProjectMetadata.setSubject:(Ljava/lang/String;)V
ProjectMetadata.setTags ( String[ ] tags ) : void
com/google/refine/model/metadata/ProjectMetadata.setTags:([Ljava/lang/String;)V
ProjectMetadata.setTitle ( String title ) : void
com/google/refine/model/metadata/ProjectMetadata.setTitle:(Ljava/lang/String;)V
ProjectMetadata.setUserMetadata ( JSONArray userMetadata ) : void
com/google/refine/model/metadata/ProjectMetadata.setUserMetadata:(Lorg/json/JSONArray;)V
ProjectMetadata.setVersion ( String version ) : void
com/google/refine/model/metadata/ProjectMetadata.setVersion:(Ljava/lang/String;)V
ProjectMetadata.updateModified ( ) : void
com/google/refine/model/metadata/ProjectMetadata.updateModified:()V
ProjectMetadata.validate ( ) : List<Exception>
com/google/refine/model/metadata/ProjectMetadata.validate:()Ljava/util/List;
ProjectMetadata.write ( JSONWriter jsonWriter ) : void
com/google/refine/model/metadata/ProjectMetadata.write:(Lorg/json/JSONWriter;)V
ProjectMetadata.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/metadata/ProjectMetadata.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
ProjectMetadata.writeToFile ( File metadataFile ) : void
com/google/refine/model/metadata/ProjectMetadata.writeToFile:(Ljava/io/File;)V
ProjectMetadata.writeWithoutOption ( JSONWriter writer ) : void
com/google/refine/model/metadata/ProjectMetadata.writeWithoutOption:(Lorg/json/JSONWriter;)V
openrefine-3.0.jar,
ProjectMetadataUtilities.class
package com.google.refine.io
ProjectMetadataUtilities.load ( File projectDir ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.load:(Ljava/io/File;)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.loadFromFile:(Ljava/io/File;)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectMetadataUtilities.recover ( File projectDir, long id ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.recover:(Ljava/io/File;J)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectMetadataUtilities.save ( IMetadata projectMeta, File projectDir ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.save:(Lcom/google/refine/model/metadata/IMetadata;Ljava/io/File;)V
ProjectMetadataUtilities.saveToFile ( IMetadata projectMeta, File metadataFile ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.saveToFile:(Lcom/google/refine/model/metadata/IMetadata;Ljava/io/File;)V
openrefine-3.0.jar,
ProjectUtilities.class
package com.google.refine.io
ProjectUtilities.loadDataFile ( File dir, String dataFile, long id ) [static] : Project
com/google/refine/io/ProjectUtilities.loadDataFile:(Ljava/io/File;Ljava/lang/String;J)Lcom/google/refine/model/Project;
ProjectUtilities.retriveMetadata ( File dir ) [static] : Map<MetadataFormat,IMetadata>
com/google/refine/io/ProjectUtilities.retriveMetadata:(Ljava/io/File;)Ljava/util/Map;
openrefine-3.0.jar,
Range.class
package com.google.refine.expr.functions.strings
Range.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/strings/Range.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
Range.Range ( )
com/google/refine/expr/functions/strings/Range."<init>":()V
Range.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Range.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
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
com/google/refine/importers/RdfTripleImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
Recon.class
package com.google.refine.model
Recon.makeWikidataRecon ( long judgmentHistoryEntry ) [static] : Recon
com/google/refine/model/Recon.makeWikidataRecon:(J)Lcom/google/refine/model/Recon;
openrefine-3.0.jar,
RequiredConstraint.class
package com.google.refine.model.metadata.validator.checks
RequiredConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/RequiredConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
RequiredConstraint.filter ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/RequiredConstraint.filter:(Lcom/google/refine/model/Cell;)Z
RequiredConstraint.RequiredConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/RequiredConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
Result.class
package com.google.refine.importing
UrlRewriter.Result.UrlRewriter.Result ( String rewrittenUrl, String format, boolean download )
com/google/refine/importing/UrlRewriter.Result."<init>":(Ljava/lang/String;Ljava/lang/String;Z)V
UrlRewriter.Result.UrlRewriter.Result ( String rewrittenUrl, String format, boolean download, String metaDataFormat )
com/google/refine/importing/UrlRewriter.Result."<init>":(Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;)V
openrefine-3.0.jar,
SchemaExtension.class
package com.google.refine.model.metadata
SchemaExtension.createResource ( String resourceName, ColumnModel columnModel ) [static] : Resource
com/google/refine/model/metadata/SchemaExtension.createResource:(Ljava/lang/String;Lcom/google/refine/model/ColumnModel;)Lio/frictionlessdata/datapackage/Resource;
SchemaExtension.insertField ( Schema schema, Field field, int position ) [static] : void
com/google/refine/model/metadata/SchemaExtension.insertField:(Lio/frictionlessdata/tableschema/Schema;Lio/frictionlessdata/tableschema/Field;I)V
SchemaExtension.removeField ( Schema schema, int index ) [static] : Field
com/google/refine/model/metadata/SchemaExtension.removeField:(Lio/frictionlessdata/tableschema/Schema;I)Lio/frictionlessdata/tableschema/Field;
SchemaExtension.SchemaExtension ( )
com/google/refine/model/metadata/SchemaExtension."<init>":()V
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
com/google/refine/importers/SeparatorBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
SetProjectTagsCommand.class
package com.google.refine.commands.project
SetProjectTagsCommand.doPost ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/project/SetProjectTagsCommand.doPost:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
SetProjectTagsCommand.SetProjectTagsCommand ( )
com/google/refine/commands/project/SetProjectTagsCommand."<init>":()V
openrefine-3.0.jar,
SqlCreateBuilder.class
package com.google.refine.exporters.sql
SqlCreateBuilder.getCreateSQL ( ) : String
com/google/refine/exporters/sql/SqlCreateBuilder.getCreateSQL:()Ljava/lang/String;
SqlCreateBuilder.SqlCreateBuilder ( String table, List<String> columns, JSONObject options )
com/google/refine/exporters/sql/SqlCreateBuilder."<init>":(Ljava/lang/String;Ljava/util/List;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
SqlData.class
package com.google.refine.exporters.sql
SqlData.getColumnName ( ) : String
com/google/refine/exporters/sql/SqlData.getColumnName:()Ljava/lang/String;
SqlData.getText ( ) : String
com/google/refine/exporters/sql/SqlData.getText:()Ljava/lang/String;
SqlData.getValue ( ) : Object
com/google/refine/exporters/sql/SqlData.getValue:()Ljava/lang/Object;
SqlData.SqlData ( String columnName, Object value, String text )
com/google/refine/exporters/sql/SqlData."<init>":(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;)V
SqlData.toString ( ) : String
com/google/refine/exporters/sql/SqlData.toString:()Ljava/lang/String;
openrefine-3.0.jar,
SqlExporter.class
package com.google.refine.exporters.sql
SqlExporter.export ( Project project, Properties params, Engine engine, Writer writer ) : void
com/google/refine/exporters/sql/SqlExporter.export:(Lcom/google/refine/model/Project;Ljava/util/Properties;Lcom/google/refine/browsing/Engine;Ljava/io/Writer;)V
SqlExporter.getContentType ( ) : String
com/google/refine/exporters/sql/SqlExporter.getContentType:()Ljava/lang/String;
SqlExporter.SqlExporter ( )
com/google/refine/exporters/sql/SqlExporter."<init>":()V
openrefine-3.0.jar,
SqlExporterException.class
package com.google.refine.exporters.sql
SqlExporterException.SqlExporterException ( String message )
com/google/refine/exporters/sql/SqlExporterException."<init>":(Ljava/lang/String;)V
openrefine-3.0.jar,
SqlInsertBuilder.class
package com.google.refine.exporters.sql
SqlInsertBuilder.getInsertSQL ( ) : String
com/google/refine/exporters/sql/SqlInsertBuilder.getInsertSQL:()Ljava/lang/String;
SqlInsertBuilder.handleNullField ( boolean allowNullChkBox, String defaultValue, boolean nullValueNull, String col, StringBuilder rowValue, boolean quote ) : void
com/google/refine/exporters/sql/SqlInsertBuilder.handleNullField:(ZLjava/lang/String;ZLjava/lang/String;Ljava/lang/StringBuilder;Z)V
SqlInsertBuilder.SqlInsertBuilder ( String table, List<String> columns, List<ArrayList<SqlData>> rows, JSONObject options )
com/google/refine/exporters/sql/SqlInsertBuilder."<init>":(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lorg/json/JSONObject;)V
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
com/google/refine/importers/TabularImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
TabularImportingParserBase.readTable ( Project project, ProjectMetadata metadata, ImportingJob job, TabularImportingParserBase.TableDataReader reader, String fileSource, int limit, JSONObject options, List<Exception> exceptions ) [static] : void
com/google/refine/importers/TabularImportingParserBase.readTable:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lcom/google/refine/importers/TabularImportingParserBase$TableDataReader;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/tree/TreeImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, TreeReader treeParser, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lcom/google/refine/importers/tree/TreeReader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
TypeorFormatError.class
package com.google.refine.model.metadata.validator.checks
TypeorFormatError.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/TypeorFormatError.checkCell:(Lcom/google/refine/model/Cell;)Z
TypeorFormatError.customizedFormat ( ) : void
com/google/refine/model/metadata/validator/checks/TypeorFormatError.customizedFormat:()V
TypeorFormatError.TypeorFormatError ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/TypeorFormatError."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
UniqueConstraint.class
package com.google.refine.model.metadata.validator.checks
UniqueConstraint.UniqueConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/UniqueConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
UrlRewriter.class
package com.google.refine.importing
UrlRewriter.filter ( String p1 ) [abstract] : boolean
com/google/refine/importing/UrlRewriter.filter:(Ljava/lang/String;)Z
UrlRewriter.rewrite ( String p1 ) [abstract] : List<UrlRewriter.Result>
com/google/refine/importing/UrlRewriter.rewrite:(Ljava/lang/String;)Ljava/util/List;
openrefine-3.0.jar,
ValidateOperation.class
package com.google.refine.model.metadata.validator
ValidateOperation.startProcess ( ) : JSONObject
com/google/refine/model/metadata/validator/ValidateOperation.startProcess:()Lorg/json/JSONObject;
ValidateOperation.ValidateOperation ( Project project, JSONObject options )
com/google/refine/model/metadata/validator/ValidateOperation."<init>":(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
ValidateOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/metadata/validator/ValidateOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.0.jar,
ValidateSchemaCommand.class
package com.google.refine.commands.project
ValidateSchemaCommand.doPost ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/project/ValidateSchemaCommand.doPost:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
ValidateSchemaCommand.ValidateSchemaCommand ( )
com/google/refine/commands/project/ValidateSchemaCommand."<init>":()V
openrefine-3.0.jar,
Validator.class
package com.google.refine.model.metadata.validator.checks
Validator.addError ( JSONObject p1 ) [abstract] : void
com/google/refine/model/metadata/validator/checks/Validator.addError:(Lorg/json/JSONObject;)V
Validator.checkCell ( Cell p1 ) [abstract] : boolean
com/google/refine/model/metadata/validator/checks/Validator.checkCell:(Lcom/google/refine/model/Cell;)Z
Validator.customizedFormat ( ) [abstract] : void
com/google/refine/model/metadata/validator/checks/Validator.customizedFormat:()V
Validator.filter ( Cell p1 ) [abstract] : boolean
com/google/refine/model/metadata/validator/checks/Validator.filter:(Lcom/google/refine/model/Cell;)Z
Validator.formatErrorMessage ( Cell p1, int p2 ) [abstract] : JSONObject
com/google/refine/model/metadata/validator/checks/Validator.formatErrorMessage:(Lcom/google/refine/model/Cell;I)Lorg/json/JSONObject;
Validator.validate ( ) [abstract] : JSONArray
com/google/refine/model/metadata/validator/checks/Validator.validate:()Lorg/json/JSONArray;
openrefine-3.0.jar,
ValidatorConfig.class
package com.google.refine.model.metadata.validator
ValidatorConfig.ValidatorConfig ( )
com/google/refine/model/metadata/validator/ValidatorConfig."<init>":()V
openrefine-3.0.jar,
ValidatorExceptions.class
package com.google.refine.model.metadata.validator
ValidatorExceptions.ValidatorExceptions ( )
com/google/refine/model/metadata/validator/ValidatorExceptions."<init>":()V
openrefine-3.0.jar,
ValidatorInspector.class
package com.google.refine.model.metadata.validator
ValidatorInspector.inspect ( Project project, JSONObject options ) [static] : JSONObject
com/google/refine/model/metadata/validator/ValidatorInspector.inspect:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lorg/json/JSONObject;
ValidatorInspector.ValidatorInspector ( )
com/google/refine/model/metadata/validator/ValidatorInspector."<init>":()V
openrefine-3.0.jar,
ValidatorRegistry.class
package com.google.refine.model.metadata.validator
ValidatorRegistry.getConstraintHandlersMap ( ) : Map<String,Class>
com/google/refine/model/metadata/validator/ValidatorRegistry.getConstraintHandlersMap:()Ljava/util/Map;
ValidatorRegistry.getInstance ( ) [static] : ValidatorRegistry
com/google/refine/model/metadata/validator/ValidatorRegistry.getInstance:()Lcom/google/refine/model/metadata/validator/ValidatorRegistry;
openrefine-3.0.jar,
ValidatorSpec.class
package com.google.refine.model.metadata.validator
ValidatorSpec.getInstance ( ) [static] : ValidatorSpec
com/google/refine/model/metadata/validator/ValidatorSpec.getInstance:()Lcom/google/refine/model/metadata/validator/ValidatorSpec;
ValidatorSpec.getMessage ( String code ) : String
com/google/refine/model/metadata/validator/ValidatorSpec.getMessage:(Ljava/lang/String;)Ljava/lang/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
com/google/refine/importers/WikitextImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
WikitextTableVisitor.class
package com.google.refine.importers
WikitextImporter.WikitextTableVisitor.addCell ( WtNode e ) : void
com/google/refine/importers/WikitextImporter.WikitextTableVisitor.addCell:(Lorg/sweble/wikitext/parser/nodes/WtNode;)V
WikitextImporter.WikitextTableVisitor.visit ( WtImageLink e ) : void
com/google/refine/importers/WikitextImporter.WikitextTableVisitor.visit:(Lorg/sweble/wikitext/parser/nodes/WtImageLink;)V
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
com/google/refine/importers/XmlImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
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 )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;Ljava/lang/String;IIZ)V
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 )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess."<init>":(Lcom/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/Engine;Lcom/google/refine/expr/Evaluable;Ljava/lang/String;Z)V
openrefine-2.8.jar,
Command.class
package com.google.refine.commands
Command.getProjectMetadata ( HttpServletRequest request ) : ProjectMetadata
com/google/refine/commands/Command.getProjectMetadata:(Ljavax/servlet/http/HttpServletRequest;)Lcom/google/refine/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
com/google/refine/importers/ExcelImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-2.8.jar,
ExportProjectCommand.class
package com.google.refine.commands.project
ExportProjectCommand.gzipTarToOutputStream ( Project project, OutputStream os ) : void
com/google/refine/commands/project/ExportProjectCommand.gzipTarToOutputStream:(Lcom/google/refine/model/Project;Ljava/io/OutputStream;)V
ExportProjectCommand.tarToOutputStream ( Project project, OutputStream os ) : void
com/google/refine/commands/project/ExportProjectCommand.tarToOutputStream:(Lcom/google/refine/model/Project;Ljava/io/OutputStream;)V
openrefine-2.8.jar,
FileProjectManager.class
package com.google.refine.io
FileProjectManager.saveMetadata ( ProjectMetadata metadata, long projectId ) : void
com/google/refine/io/FileProjectManager.saveMetadata:(Lcom/google/refine/ProjectMetadata;J)V
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
com/google/refine/importers/FixedWidthImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-2.8.jar,
HistoryEntry.class
package com.google.refine.history
HistoryEntry.HistoryEntry ( long id, long projectID, String description, AbstractOperation operation, Date time )
com/google/refine/history/HistoryEntry."<init>":(JJLjava/lang/String;Lcom/google/refine/model/AbstractOperation;Ljava/util/Date;)V
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
com/google/refine/importing/ImportingParser.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/ImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;ILorg/json/JSONObject;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/JsonImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-2.8.jar,
JSONUtilities.class
package com.google.refine.util
JSONUtilities.getDate ( JSONObject obj, String key, Date def ) [static] : Date
com/google/refine/util/JSONUtilities.getDate:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/util/Date;)Ljava/util/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
com/google/refine/importers/LineBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/OdsImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-2.8.jar,
ParsingUtilities.class
package com.google.refine.util
ParsingUtilities.dateToString ( Date d ) [static] : String
com/google/refine/util/ParsingUtilities.dateToString:(Ljava/util/Date;)Ljava/lang/String;
ParsingUtilities.stringToDate ( String s ) [static] : Date
com/google/refine/util/ParsingUtilities.stringToDate:(Ljava/lang/String;)Ljava/util/Date;
openrefine-2.8.jar,
Project.class
package com.google.refine.model
Project.getLastSave ( ) : Date
com/google/refine/model/Project.getLastSave:()Ljava/util/Date;
Project.getMetadata ( ) : ProjectMetadata
com/google/refine/model/Project.getMetadata:()Lcom/google/refine/ProjectMetadata;
openrefine-2.8.jar,
ProjectManager.class
package com.google.refine
ProjectManager.getProjectMetadata ( long id ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(J)Lcom/google/refine/ProjectMetadata;
ProjectManager.getProjectMetadata ( String name ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(Ljava/lang/String;)Lcom/google/refine/ProjectMetadata;
ProjectManager.mergeEmptyUserMetadata ( ProjectMetadata metadata ) : void
com/google/refine/ProjectManager.mergeEmptyUserMetadata:(Lcom/google/refine/ProjectMetadata;)V
ProjectManager.registerProject ( Project project, ProjectMetadata projectMetadata ) : void
com/google/refine/ProjectManager.registerProject:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;)V
ProjectManager.saveMetadata ( ProjectMetadata p1, long p2 ) [abstract] : void
com/google/refine/ProjectManager.saveMetadata:(Lcom/google/refine/ProjectMetadata;J)V
openrefine-2.8.jar,
ProjectMetadata.class
package com.google.refine
ProjectMetadata.appendImportOptionMetadata ( JSONObject obj ) : void
com/google/refine/ProjectMetadata.appendImportOptionMetadata:(Lorg/json/JSONObject;)V
ProjectMetadata.getContributors ( ) : String
com/google/refine/ProjectMetadata.getContributors:()Ljava/lang/String;
ProjectMetadata.getCreated ( ) : Date
com/google/refine/ProjectMetadata.getCreated:()Ljava/util/Date;
ProjectMetadata.getCreator ( ) : String
com/google/refine/ProjectMetadata.getCreator:()Ljava/lang/String;
ProjectMetadata.getCustomMetadata ( String key ) : Serializable
com/google/refine/ProjectMetadata.getCustomMetadata:(Ljava/lang/String;)Ljava/io/Serializable;
ProjectMetadata.getDescription ( ) : String
com/google/refine/ProjectMetadata.getDescription:()Ljava/lang/String;
ProjectMetadata.getEncoding ( ) : String
com/google/refine/ProjectMetadata.getEncoding:()Ljava/lang/String;
ProjectMetadata.getEncodingConfidence ( ) : int
com/google/refine/ProjectMetadata.getEncodingConfidence:()I
ProjectMetadata.getImportOptionMetadata ( ) : JSONArray
com/google/refine/ProjectMetadata.getImportOptionMetadata:()Lorg/json/JSONArray;
ProjectMetadata.getModified ( ) : Date
com/google/refine/ProjectMetadata.getModified:()Ljava/util/Date;
ProjectMetadata.getName ( ) : String
com/google/refine/ProjectMetadata.getName:()Ljava/lang/String;
ProjectMetadata.getPassword ( ) : String
com/google/refine/ProjectMetadata.getPassword:()Ljava/lang/String;
ProjectMetadata.getPreferenceStore ( ) : PreferenceStore
com/google/refine/ProjectMetadata.getPreferenceStore:()Lcom/google/refine/preference/PreferenceStore;
ProjectMetadata.getRowCount ( ) : int
com/google/refine/ProjectMetadata.getRowCount:()I
ProjectMetadata.getSubject ( ) : String
com/google/refine/ProjectMetadata.getSubject:()Ljava/lang/String;
ProjectMetadata.getUserMetadata ( ) : JSONArray
com/google/refine/ProjectMetadata.getUserMetadata:()Lorg/json/JSONArray;
ProjectMetadata.isDirty ( ) : boolean
com/google/refine/ProjectMetadata.isDirty:()Z
ProjectMetadata.loadFromJSON ( JSONObject obj ) [static] : ProjectMetadata
com/google/refine/ProjectMetadata.loadFromJSON:(Lorg/json/JSONObject;)Lcom/google/refine/ProjectMetadata;
ProjectMetadata.preparePreferenceStore ( PreferenceStore ps ) [static] : void
com/google/refine/ProjectMetadata.preparePreferenceStore:(Lcom/google/refine/preference/PreferenceStore;)V
ProjectMetadata.ProjectMetadata ( )
com/google/refine/ProjectMetadata."<init>":()V
ProjectMetadata.ProjectMetadata ( Date created, Date modified, String name )
com/google/refine/ProjectMetadata."<init>":(Ljava/util/Date;Ljava/util/Date;Ljava/lang/String;)V
ProjectMetadata.ProjectMetadata ( Date date )
com/google/refine/ProjectMetadata."<init>":(Ljava/util/Date;)V
ProjectMetadata.setAnyField ( String metaName, String valueString ) : void
com/google/refine/ProjectMetadata.setAnyField:(Ljava/lang/String;Ljava/lang/String;)V
ProjectMetadata.setContributors ( String contributors ) : void
com/google/refine/ProjectMetadata.setContributors:(Ljava/lang/String;)V
ProjectMetadata.setCreator ( String creator ) : void
com/google/refine/ProjectMetadata.setCreator:(Ljava/lang/String;)V
ProjectMetadata.setCustomMetadata ( String key, Serializable value ) : void
com/google/refine/ProjectMetadata.setCustomMetadata:(Ljava/lang/String;Ljava/io/Serializable;)V
ProjectMetadata.setDescription ( String description ) : void
com/google/refine/ProjectMetadata.setDescription:(Ljava/lang/String;)V
ProjectMetadata.setEncoding ( String encoding ) : void
com/google/refine/ProjectMetadata.setEncoding:(Ljava/lang/String;)V
ProjectMetadata.setEncodingConfidence ( int confidence ) : void
com/google/refine/ProjectMetadata.setEncodingConfidence:(I)V
ProjectMetadata.setEncodingConfidence ( String confidence ) : void
com/google/refine/ProjectMetadata.setEncodingConfidence:(Ljava/lang/String;)V
ProjectMetadata.setImportOptionMetadata ( JSONArray jsonArray ) : void
com/google/refine/ProjectMetadata.setImportOptionMetadata:(Lorg/json/JSONArray;)V
ProjectMetadata.setName ( String name ) : void
com/google/refine/ProjectMetadata.setName:(Ljava/lang/String;)V
ProjectMetadata.setPassword ( String password ) : void
com/google/refine/ProjectMetadata.setPassword:(Ljava/lang/String;)V
ProjectMetadata.setRowCount ( int rowCount ) : void
com/google/refine/ProjectMetadata.setRowCount:(I)V
ProjectMetadata.setSubject ( String subject ) : void
com/google/refine/ProjectMetadata.setSubject:(Ljava/lang/String;)V
ProjectMetadata.setUserMetadata ( JSONArray userMetadata ) : void
com/google/refine/ProjectMetadata.setUserMetadata:(Lorg/json/JSONArray;)V
ProjectMetadata.updateModified ( ) : void
com/google/refine/ProjectMetadata.updateModified:()V
ProjectMetadata.write ( JSONWriter jsonWriter ) : void
com/google/refine/ProjectMetadata.write:(Lorg/json/JSONWriter;)V
ProjectMetadata.write ( JSONWriter jsonWriter, boolean onlyIfDirty ) : void
com/google/refine/ProjectMetadata.write:(Lorg/json/JSONWriter;Z)V
ProjectMetadata.write ( JSONWriter writer, Properties options ) : void
com/google/refine/ProjectMetadata.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
ProjectMetadata.writeWithoutOption ( JSONWriter writer ) : void
com/google/refine/ProjectMetadata.writeWithoutOption:(Lorg/json/JSONWriter;)V
openrefine-2.8.jar,
ProjectMetadataUtilities.class
package com.google.refine.io
ProjectMetadataUtilities.load ( File projectDir ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.load:(Ljava/io/File;)Lcom/google/refine/ProjectMetadata;
ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.loadFromFile:(Ljava/io/File;)Lcom/google/refine/ProjectMetadata;
ProjectMetadataUtilities.recover ( File projectDir, long id ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.recover:(Ljava/io/File;J)Lcom/google/refine/ProjectMetadata;
ProjectMetadataUtilities.save ( ProjectMetadata projectMeta, File projectDir ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.save:(Lcom/google/refine/ProjectMetadata;Ljava/io/File;)V
ProjectMetadataUtilities.saveToFile ( ProjectMetadata projectMeta, File metadataFile ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.saveToFile:(Lcom/google/refine/ProjectMetadata;Ljava/io/File;)V
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
com/google/refine/importers/RdfTripleImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-2.8.jar,
Result.class
package com.google.refine.importing
UrlRewriter.Result.UrlRewriter.Result ( )
com/google/refine/importing/UrlRewriter.Result."<init>":()V
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
com/google/refine/importers/SeparatorBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/TabularImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
TabularImportingParserBase.readTable ( Project project, ProjectMetadata metadata, ImportingJob job, TabularImportingParserBase.TableDataReader reader, String fileSource, int limit, JSONObject options, List<Exception> exceptions ) [static] : void
com/google/refine/importers/TabularImportingParserBase.readTable:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lcom/google/refine/importers/TabularImportingParserBase$TableDataReader;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/tree/TreeImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, TreeReader treeParser, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lcom/google/refine/importers/tree/TreeReader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-2.8.jar,
UrlRewriter.class
package com.google.refine.importing
UrlRewriter.rewrite ( String p1 ) [abstract] : UrlRewriter.Result
com/google/refine/importing/UrlRewriter.rewrite:(Ljava/lang/String;)Lcom/google/refine/importing/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
com/google/refine/importers/WikitextImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/XmlImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
to the top
Problems with Data Types, High Severity 9
openrefine-2.8.jar
package com.google.refine
[+] class ProjectManager 2
| Change | Effect |
---|
1 |
Type of field _projectsMetadata has been changed from java.util.Map<java.lang.Long,ProjectMetadata> to java.util.Map<java.lang.Long,model.metadata.ProjectMetadata>. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Abstract method void saveMetadata ( ProjectMetadata, long ) has been removed from this class. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 25 (1%)
ProjectManager.ProjectManager ( )This constructor is from 'ProjectManager' abstract class.
ProjectManager.addLatestExpression ( String s )This method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( long p1 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( Project project )This method is from 'ProjectManager' abstract class.
ProjectManager.dispose ( )This method is from 'ProjectManager' abstract class.
ProjectManager.disposeUnmodifiedProjects ( )This method is from 'ProjectManager' abstract class.
ProjectManager.ensureProjectSaved ( long id )This method is from 'ProjectManager' abstract class.
ProjectManager.exportProject ( long p1, TarOutputStream p2 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.getAllProjectMetadata ( )This method is from 'ProjectManager' abstract class.
ProjectManager.getExpressions ( )This method is from 'ProjectManager' abstract class.
...
[+] class ProjectMetadata 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 41 (1.7%)
ProjectMetadata.ProjectMetadata ( )This constructor is from 'ProjectMetadata' class.
ProjectMetadata.ProjectMetadata ( Date date )This constructor is from 'ProjectMetadata' class.
ProjectMetadata.ProjectMetadata ( Date created, Date modified, String name )This constructor is from 'ProjectMetadata' class.
ProjectMetadata.appendImportOptionMetadata ( JSONObject obj )This method is from 'ProjectMetadata' class.
ProjectMetadata.getContributors ( )This method is from 'ProjectMetadata' class.
ProjectMetadata.getCreated ( )This method is from 'ProjectMetadata' class.
ProjectMetadata.getCreator ( )This method is from 'ProjectMetadata' class.
ProjectMetadata.getCustomMetadata ( String key )This method is from 'ProjectMetadata' class.
ProjectMetadata.getDescription ( )This method is from 'ProjectMetadata' class.
ProjectMetadata.getEncoding ( )This method is from 'ProjectMetadata' class.
...
openrefine-2.8.jar
package com.google.refine.history
[+] class HistoryEntry 1
| Change | Effect |
---|
1 |
Type of field time has been changed from java.util.Date to java.time.OffsetDateTime. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 56 (2.3%)
History.addEntry ( HistoryEntry entry )1st parameter 'entry' of this method is of type 'HistoryEntry'.
History.getEntry ( long entryID )Return value of this method is of type 'HistoryEntry'.
HistoryEntry.HistoryEntry ( long id, Project project, String description, AbstractOperation operation, Change change )This constructor is from 'HistoryEntry' class.
HistoryEntry.allocateID ( )This method is from 'HistoryEntry' class.
HistoryEntry.apply ( Project project )This method is from 'HistoryEntry' class.
HistoryEntry.delete ( )This method is from 'HistoryEntry' class.
HistoryEntry.getChange ( )This method is from 'HistoryEntry' class.
HistoryEntry.load ( Project project, String s )This method is from 'HistoryEntry' class.
HistoryEntry.revert ( Project project )This method is from 'HistoryEntry' class.
HistoryEntry.save ( Writer writer, Properties options )This method is from 'HistoryEntry' class.
...
openrefine-2.8.jar
package com.google.refine.importers
[+] class WikitextImporter.WikitextTableVisitor 1
| Change | Effect |
---|
1 |
Field header of type java.util.List<java.lang.String> has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 37 (1.5%)
WikitextImporter.WikiTableDataReader.WikitextImporter.WikiTableDataReader ( WikitextImporter visitor, WikitextImporter.WikitextTableVisitor references, boolean p3 )2nd parameter 'references' of this method is of type 'WikitextImporter.WikitextTableVisitor'.
WikitextImporter.WikitextTableVisitor.WikitextImporter.WikitextTableVisitor ( WikitextImporter blankSpanningCells, boolean includeRawTemplates, boolean p3 )This constructor is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.after ( Object p1, Object p2 )This method is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.after ( WtNode node, Object result )This method is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.before ( Object p1 )This method is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.before ( WtNode node )This method is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.renderCellAsString ( WtNode e )This method is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.visit ( WtBody e )This method is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.visit ( WtBold e )This method is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.visit ( WtExternalLink e )This method is from 'WikitextImporter.WikitextTableVisitor' class.
...
openrefine-2.8.jar
package com.google.refine.importing
[+] class ImportingJob 1
| Change | Effect |
---|
1 |
Type of field metadata has been changed from com.google.refine.ProjectMetadata to com.google.refine.model.metadata.ProjectMetadata. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 41 (1.7%)
com.google.refine.importers.ExcelImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.FixedWidthImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.ImporterUtilities.createMultiFileReadingProgress ( ImportingJob job, List<JSONObject> fileRecords )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.ImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.JsonImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.LineBasedImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.MarcImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.OdsImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.SeparatorBasedImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.SeparatorBasedImporter.guessSeparator ( ImportingJob job, List<JSONObject> fileRecords )1st parameter 'job' of this method is of type 'ImportingJob'.
...
[+] interface ImportingParser 1
| Change | Effect |
---|
1 |
Abstract method void parse ( Project, ProjectMetadata, ImportingJob, List<JSONObject>, String, int, JSONObject, List<Exception> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 3 (0.1%)
ImportingManager.registerFormat ( String format, String label, String uiClass, ImportingParser parser )4th parameter 'parser' of this method is of type 'ImportingParser'.
ImportingManager.registerFormat ( String format, String label, boolean download, String uiClass, ImportingParser parser )5th parameter 'parser' of this method is of type 'ImportingParser'.
ImportingParser.createParserUIInitializationData ( ImportingJob p1, List<JSONObject> p2, String p3 )This abstract method is from 'ImportingParser' interface.
[+] interface UrlRewriter 1
| Change | Effect |
---|
1 |
Abstract method UrlRewriter.Result rewrite ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 1 (0.04%)
ImportingManager.registerUrlRewriter ( UrlRewriter urlRewriter )1st parameter 'urlRewriter' of this method is of type 'UrlRewriter'.
openrefine-2.8.jar
package com.google.refine.model.changes
[+] class ColumnSplitChange 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.history.Change. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.2%)
ColumnSplitChange.ColumnSplitChange ( String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn )This constructor is from 'ColumnSplitChange' class.
ColumnSplitChange.ColumnSplitChange ( String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn, Column column, int columnIndex, int firstNewCellIndex, List<Row> oldRows, List<Row> newRows )This constructor is from 'ColumnSplitChange' class.
ColumnSplitChange.apply ( Project project )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.load ( LineNumberReader reader, Pool pool )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.revert ( Project project )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.save ( Writer writer, Properties options )This method is from 'ColumnSplitChange' class.
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
com/google/refine/util/ParsingUtilities.stringToDate:(Ljava/lang/String;)Ljava/util/Date;
| Change | Effect |
---|
1 |
Return value type has been changed from java.util.Date to java.time.OffsetDateTime. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-2.8.jar,
Project.class
package com.google.refine.model
[+] Project.getLastSave ( ) : Date 1
com/google/refine/model/Project.getLastSave:()Ljava/util/Date;
| Change | Effect |
---|
1 |
Return value type has been changed from java.util.Date to java.time.LocalDateTime. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] Project.getMetadata ( ) : ProjectMetadata 1
com/google/refine/model/Project.getMetadata:()Lcom/google/refine/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.refine.ProjectMetadata to metadata.ProjectMetadata. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-2.8.jar,
ProjectManager.class
package com.google.refine
[+] ProjectManager.getProjectMetadata ( long id ) : ProjectMetadata 1
com/google/refine/ProjectManager.getProjectMetadata:(J)Lcom/google/refine/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from ProjectMetadata to model.metadata.ProjectMetadata. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] ProjectManager.getProjectMetadata ( String name ) : ProjectMetadata 1
com/google/refine/ProjectManager.getProjectMetadata:(Ljava/lang/String;)Lcom/google/refine/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from ProjectMetadata to model.metadata.ProjectMetadata. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-2.8.jar,
ProjectMetadataUtilities.class
package com.google.refine.io
[+] ProjectMetadataUtilities.load ( File projectDir ) [static] : ProjectMetadata 1
com/google/refine/io/ProjectMetadataUtilities.load:(Ljava/io/File;)Lcom/google/refine/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.refine.ProjectMetadata to com.google.refine.model.metadata.ProjectMetadata. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static] : ProjectMetadata 1
com/google/refine/io/ProjectMetadataUtilities.loadFromFile:(Ljava/io/File;)Lcom/google/refine/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.refine.ProjectMetadata to com.google.refine.model.metadata.ProjectMetadata. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] ProjectMetadataUtilities.recover ( File projectDir, long id ) [static] : ProjectMetadata 1
com/google/refine/io/ProjectMetadataUtilities.recover:(Ljava/io/File;J)Lcom/google/refine/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.refine.ProjectMetadata to com.google.refine.model.metadata.ProjectMetadata. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-2.8.jar,
UrlRewriter.class
package com.google.refine.importing
[+] UrlRewriter.rewrite ( String p1 ) [abstract] : UrlRewriter.Result 1
com/google/refine/importing/UrlRewriter.rewrite:(Ljava/lang/String;)Lcom/google/refine/importing/UrlRewriter$Result;
| Change | Effect |
---|
1 |
Return value type has been changed from UrlRewriter.Result to java.util.List<UrlRewriter.Result>. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
to the top
Problems with Data Types, Medium Severity 4
openrefine-2.8.jar
package com.google.refine
[+] class ProjectManager 1
| Change | Effect |
---|
1 |
Abstract method void saveMetadata ( IMetadata, long ) has been added to this class. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method commands.project.SetProjectMetadataCommand.doPost ( HttpServletRequest, HttpServletResponse ) and may not be implemented by old clients. |
[+] affected methods: 25 (1%)
ProjectManager.ProjectManager ( )This constructor is from 'ProjectManager' abstract class.
ProjectManager.addLatestExpression ( String s )This method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( long p1 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( Project project )This method is from 'ProjectManager' abstract class.
ProjectManager.dispose ( )This method is from 'ProjectManager' abstract class.
ProjectManager.disposeUnmodifiedProjects ( )This method is from 'ProjectManager' abstract class.
ProjectManager.ensureProjectSaved ( long id )This method is from 'ProjectManager' abstract class.
ProjectManager.exportProject ( long p1, TarOutputStream p2 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.getAllProjectMetadata ( )This method is from 'ProjectManager' abstract class.
ProjectManager.getExpressions ( )This method is from 'ProjectManager' abstract class.
...
openrefine-2.8.jar
package com.google.refine.importing
[+] interface ImportingParser 1
| Change | Effect |
---|
1 |
Abstract method void parse ( Project, ProjectMetadata, ImportingJob, List<JSONObject>, String, int, JSONObject, List<Exception> ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method ImportingUtilities.createProjectSynchronously ( ImportingJob, String, JSONObject, List<Exception>, ImportingManager.Format, Project ) and may not be implemented by old clients. |
[+] affected methods: 3 (0.1%)
ImportingManager.registerFormat ( String format, String label, String uiClass, ImportingParser parser )4th parameter 'parser' of this method is of type 'ImportingParser'.
ImportingManager.registerFormat ( String format, String label, boolean download, String uiClass, ImportingParser parser )5th parameter 'parser' of this method is of type 'ImportingParser'.
ImportingParser.createParserUIInitializationData ( ImportingJob p1, List<JSONObject> p2, String p3 )This abstract method is from 'ImportingParser' interface.
[+] interface UrlRewriter 1
| Change | Effect |
---|
1 |
Abstract method List<UrlRewriter.Result> rewrite ( String ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method ImportingUtilities.retrieveContentFromPostRequest ( HttpServletRequest, Properties, File, JSONObject, ImportingUtilities.Progress ) and may not be implemented by old clients. |
[+] affected methods: 1 (0.04%)
ImportingManager.registerUrlRewriter ( UrlRewriter urlRewriter )1st parameter 'urlRewriter' of this method is of type 'UrlRewriter'.
openrefine-2.8.jar
package com.google.refine.model
[+] class Recon 1
| Change | Effect |
---|
1 |
Value of final field Feature_max of type int has been changed from 5 to 4. |
Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods: 56 (2.3%)
com.google.refine.expr.Binder.bind ( Properties p1, Row p2, int p3, String p4, Cell p5 )Field 'p5.recon' in 5th parameter 'p5' of this abstract method is of type 'Recon'.
com.google.refine.expr.ExpressionUtils.bind ( Properties bindings, Row row, int rowIndex, String columnName, Cell cell )Field 'cell.recon' in 5th parameter 'cell' of this method is of type 'Recon'.
com.google.refine.expr.WrappedCell.WrappedCell ( Project project, String columnName, Cell cell )Field 'cell.recon' in 3rd parameter 'cell' of this method is of type 'Recon'.
com.google.refine.expr.WrappedCell.fieldAlsoHasFields ( String name )Field 'this.cell.recon' in the object of this method is of type 'Recon'.
com.google.refine.expr.WrappedCell.getField ( String name, Properties bindings )Field 'this.cell.recon' in the object of this method is of type 'Recon'.
com.google.refine.importers.ExcelImporter.extractCell ( Cell cell, Map<String,Recon> reconMap )Field 'retval.recon' in the return value of this method is of type 'Recon'.
com.google.refine.importers.OdsImporter.extractCell ( OdfTableCell cell, Map<String,Recon> reconMap )Field 'retval.recon' in the return value of this method is of type 'Recon'.
Cell.Cell ( Serializable value, Recon recon )2nd parameter 'recon' of this method is of type 'Recon'.
Cell.fieldAlsoHasFields ( String name )Field 'this.recon' in the object of this method is of type 'Recon'.
Cell.getField ( String name, Properties bindings )Field 'this.recon' in the object of this method is of type 'Recon'.
...
to the top
Problems with Data Types, Low Severity 2
openrefine-2.8.jar
package com.google.refine.model
[+] class Recon 1
| Change | Effect |
---|
1 |
Field Feature_qaResult of type int with the compile-time constant value 4 has been removed from this class. |
A client program may change behavior. |
[+] affected methods: 56 (2.3%)
com.google.refine.expr.Binder.bind ( Properties p1, Row p2, int p3, String p4, Cell p5 )Field 'p5.recon' in 5th parameter 'p5' of this abstract method is of type 'Recon'.
com.google.refine.expr.ExpressionUtils.bind ( Properties bindings, Row row, int rowIndex, String columnName, Cell cell )Field 'cell.recon' in 5th parameter 'cell' of this method is of type 'Recon'.
com.google.refine.expr.WrappedCell.WrappedCell ( Project project, String columnName, Cell cell )Field 'cell.recon' in 3rd parameter 'cell' of this method is of type 'Recon'.
com.google.refine.expr.WrappedCell.fieldAlsoHasFields ( String name )Field 'this.cell.recon' in the object of this method is of type 'Recon'.
com.google.refine.expr.WrappedCell.getField ( String name, Properties bindings )Field 'this.cell.recon' in the object of this method is of type 'Recon'.
com.google.refine.importers.ExcelImporter.extractCell ( Cell cell, Map<String,Recon> reconMap )Field 'retval.recon' in the return value of this method is of type 'Recon'.
com.google.refine.importers.OdsImporter.extractCell ( OdfTableCell cell, Map<String,Recon> reconMap )Field 'retval.recon' in the return value of this method is of type 'Recon'.
Cell.Cell ( Serializable value, Recon recon )2nd parameter 'recon' of this method is of type 'Recon'.
Cell.fieldAlsoHasFields ( String name )Field 'this.recon' in the object of this method is of type 'Recon'.
Cell.getField ( String name, Properties bindings )Field 'this.recon' in the object of this method is of type 'Recon'.
...
openrefine-2.8.jar
package com.google.refine.model.changes
[+] class ColumnSplitChange 1
| Change | Effect |
---|
1 |
Added super-class ColumnChange. |
A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods: 6 (0.2%)
ColumnSplitChange.ColumnSplitChange ( String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn )This constructor is from 'ColumnSplitChange' class.
ColumnSplitChange.ColumnSplitChange ( String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn, Column column, int columnIndex, int firstNewCellIndex, List<Row> oldRows, List<Row> newRows )This constructor is from 'ColumnSplitChange' class.
ColumnSplitChange.apply ( Project project )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.load ( LineNumberReader reader, Pool pool )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.revert ( Project project )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.save ( Writer writer, Properties options )This method is from 'ColumnSplitChange' class.
to the top
Other Changes in Data Types 6
openrefine-2.8.jar
package com.google.refine
[+] class ProjectManager 1
| Change | Effect |
---|
1 |
Field _projectsTags has been added to this class. |
No effect. |
[+] affected methods: 25 (1%)
ProjectManager.ProjectManager ( )This constructor is from 'ProjectManager' abstract class.
ProjectManager.addLatestExpression ( String s )This method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( long p1 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( Project project )This method is from 'ProjectManager' abstract class.
ProjectManager.dispose ( )This method is from 'ProjectManager' abstract class.
ProjectManager.disposeUnmodifiedProjects ( )This method is from 'ProjectManager' abstract class.
ProjectManager.ensureProjectSaved ( long id )This method is from 'ProjectManager' abstract class.
ProjectManager.exportProject ( long p1, TarOutputStream p2 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.getAllProjectMetadata ( )This method is from 'ProjectManager' abstract class.
ProjectManager.getExpressions ( )This method is from 'ProjectManager' abstract class.
...
openrefine-2.8.jar
package com.google.refine.importers
[+] class RdfTripleImporter.Mode 1
| Change | Effect |
---|
1 |
Field TTL has been added to this class. |
No effect. |
[+] affected methods: 3 (0.1%)
RdfTripleImporter.RdfTripleImporter ( RdfTripleImporter.Mode mode )1st parameter 'mode' of this method is of type 'RdfTripleImporter.Mode'.
RdfTripleImporter.Mode.valueOf ( String name )This method is from 'RdfTripleImporter.Mode' class.
RdfTripleImporter.Mode.values ( )This method is from 'RdfTripleImporter.Mode' class.
openrefine-2.8.jar
package com.google.refine.importing
[+] interface UrlRewriter 1
| Change | Effect |
---|
1 |
Abstract method boolean filter ( String ) has been added to this interface. |
No effect. |
[+] affected methods: 1 (0.04%)
ImportingManager.registerUrlRewriter ( UrlRewriter urlRewriter )1st parameter 'urlRewriter' of this method is of type 'UrlRewriter'.
openrefine-2.8.jar
package com.google.refine.operations.column
[+] class ColumnAdditionByFetchingURLsOperation 1
| Change | Effect |
---|
1 |
Field _httpHeadersJson has been added to this class. |
No effect. |
[+] affected methods: 5 (0.2%)
ColumnAdditionByFetchingURLsOperation.createDescription ( Column column, List<CellAtRow> cellsAtRows )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
ColumnAdditionByFetchingURLsOperation.createProcess ( Project project, Properties options )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
ColumnAdditionByFetchingURLsOperation.getBriefDescription ( Project project )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
ColumnAdditionByFetchingURLsOperation.reconstruct ( Project project, JSONObject obj )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
ColumnAdditionByFetchingURLsOperation.write ( JSONWriter writer, Properties options )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
openrefine-2.8.jar
package com.google.refine.preference
[+] class PreferenceStore 1
| Change | Effect |
---|
1 |
Field USER_NAME has been added to this class. |
No effect. |
[+] affected methods: 33 (1.3%)
PreferenceStore.PreferenceStore ( )This constructor is from 'PreferenceStore' class.
PreferenceStore.get ( String key )This method is from 'PreferenceStore' class.
PreferenceStore.getKeys ( )This method is from 'PreferenceStore' class.
PreferenceStore.isDirty ( )This method is from 'PreferenceStore' class.
PreferenceStore.load ( JSONObject obj )This method is from 'PreferenceStore' class.
PreferenceStore.loadObject ( Object o )This method is from 'PreferenceStore' class.
PreferenceStore.put ( String key, Object value )This method is from 'PreferenceStore' class.
PreferenceStore.write ( JSONWriter writer, Properties options )This method is from 'PreferenceStore' class.
com.google.refine.ProjectManager.ProjectManager ( )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
com.google.refine.ProjectManager.addLatestExpression ( String s )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
...
openrefine-2.8.jar
package com.google.refine.util
[+] class ParsingUtilities 1
| Change | Effect |
---|
1 |
Field ISO8601 has been added to this class. |
No effect. |
[+] affected methods: 11 (0.4%)
ParsingUtilities.ParsingUtilities ( )This constructor is from 'ParsingUtilities' class.
ParsingUtilities.decode ( String s )This method is from 'ParsingUtilities' class.
ParsingUtilities.encode ( String s )This method is from 'ParsingUtilities' class.
ParsingUtilities.evaluateJsonStringToArray ( String s )This method is from 'ParsingUtilities' class.
ParsingUtilities.evaluateJsonStringToObject ( String s )This method is from 'ParsingUtilities' class.
ParsingUtilities.inputStreamToString ( InputStream is )This method is from 'ParsingUtilities' class.
ParsingUtilities.inputStreamToString ( InputStream is, String encoding )This method is from 'ParsingUtilities' class.
ParsingUtilities.parseParameters ( String str )This method is from 'ParsingUtilities' class.
ParsingUtilities.parseParameters ( Properties p, String str )This method is from 'ParsingUtilities' class.
ParsingUtilities.parseUrlParameters ( HttpServletRequest request )This method is from 'ParsingUtilities' class.
...
to the top
Java Archives 1
openrefine-2.8.jar
to the top
Test Info
Library Name | openrefine |
Version #1 | 2.8 |
Version #2 | 3.0 |
Subject | Source Compatibility |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 2482 / 541 |
Compatibility |
85.8% |
Problem Summary
| Severity | Count |
Added Methods | - | 299 |
Removed Methods | High | 86 |
Problems with Data Types | High | 14 |
Medium | 0 |
Low | 1 |
Problems with Methods | High | 0 |
Medium | 9 |
Low | 0 |
Other Changes in Data Types | - | 5 |
Added Methods 299
openrefine-3.0.jar,
AbstractMetadata.class
package com.google.refine.model.metadata
AbstractMetadata.AbstractMetadata ( )
com/google/refine/model/metadata/AbstractMetadata."<init>":()V
AbstractMetadata.getFormatName ( ) : MetadataFormat
com/google/refine/model/metadata/AbstractMetadata.getFormatName:()Lcom/google/refine/model/metadata/MetadataFormat;
AbstractMetadata.getModified ( ) : LocalDateTime
com/google/refine/model/metadata/AbstractMetadata.getModified:()Ljava/time/LocalDateTime;
AbstractMetadata.isDirty ( ) : boolean
com/google/refine/model/metadata/AbstractMetadata.isDirty:()Z
AbstractMetadata.loadFromFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/AbstractMetadata.loadFromFile:(Ljava/io/File;)V
AbstractMetadata.loadFromJSON ( JSONObject p1 ) [abstract] : void
com/google/refine/model/metadata/AbstractMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
AbstractMetadata.propertyExists ( Object bean, String property ) [static] : boolean
com/google/refine/model/metadata/AbstractMetadata.propertyExists:(Ljava/lang/Object;Ljava/lang/String;)Z
AbstractMetadata.setFormatName ( MetadataFormat formatName ) : void
com/google/refine/model/metadata/AbstractMetadata.setFormatName:(Lcom/google/refine/model/metadata/MetadataFormat;)V
AbstractMetadata.updateModified ( ) : void
com/google/refine/model/metadata/AbstractMetadata.updateModified:()V
AbstractMetadata.write ( JSONWriter jsonWriter, boolean onlyIfDirty ) : void
com/google/refine/model/metadata/AbstractMetadata.write:(Lorg/json/JSONWriter;Z)V
AbstractMetadata.writeToFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/AbstractMetadata.writeToFile:(Ljava/io/File;)V
openrefine-3.0.jar,
AbstractValidator.class
package com.google.refine.model.metadata.validator.checks
AbstractValidator.AbstractValidator ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/AbstractValidator."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
AbstractValidator.addError ( JSONObject result ) : void
com/google/refine/model/metadata/validator/checks/AbstractValidator.addError:(Lorg/json/JSONObject;)V
AbstractValidator.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/AbstractValidator.checkCell:(Lcom/google/refine/model/Cell;)Z
AbstractValidator.customizedFormat ( ) : void
com/google/refine/model/metadata/validator/checks/AbstractValidator.customizedFormat:()V
AbstractValidator.filter ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/AbstractValidator.filter:(Lcom/google/refine/model/Cell;)Z
AbstractValidator.formatErrorMessage ( Cell cell, int rowIndex ) : JSONObject
com/google/refine/model/metadata/validator/checks/AbstractValidator.formatErrorMessage:(Lcom/google/refine/model/Cell;I)Lorg/json/JSONObject;
AbstractValidator.validate ( ) : JSONArray
com/google/refine/model/metadata/validator/checks/AbstractValidator.validate:()Lorg/json/JSONArray;
openrefine-3.0.jar,
BlankHeader.class
package com.google.refine.model.metadata.validator.checks
BlankHeader.BlankHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/BlankHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
BlankRow.class
package com.google.refine.model.metadata.validator.checks
BlankRow.BlankRow ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/BlankRow."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
CalendarParser.class
package com.google.refine.expr.util
CalendarParser.parseAsOffsetDateTime ( String dateStr ) [static] : OffsetDateTime
com/google/refine/expr/util/CalendarParser.parseAsOffsetDateTime:(Ljava/lang/String;)Ljava/time/OffsetDateTime;
CalendarParser.parseAsOffsetDateTime ( String dateStr, int order ) [static] : OffsetDateTime
com/google/refine/expr/util/CalendarParser.parseAsOffsetDateTime:(Ljava/lang/String;I)Ljava/time/OffsetDateTime;
CalendarParser.parseAsOffsetDateTime ( String dateStr, int order, boolean ignoreChanges ) [static] : OffsetDateTime
com/google/refine/expr/util/CalendarParser.parseAsOffsetDateTime:(Ljava/lang/String;IZ)Ljava/time/OffsetDateTime;
openrefine-3.0.jar,
Coalesce.class
package com.google.refine.expr.functions
Coalesce.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/Coalesce.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
Coalesce.Coalesce ( )
com/google/refine/expr/functions/Coalesce."<init>":()V
Coalesce.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Coalesce.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.0.jar,
Column.class
package com.google.refine.model
Column.castValue ( String value ) : Any
com/google/refine/model/Column.castValue:(Ljava/lang/String;)Ljava/lang/Object;
Column.getConstraints ( ) : Map<String,Object>
com/google/refine/model/Column.getConstraints:()Ljava/util/Map;
Column.getDescription ( ) : String
com/google/refine/model/Column.getDescription:()Ljava/lang/String;
Column.getFormat ( ) : String
com/google/refine/model/Column.getFormat:()Ljava/lang/String;
Column.getTitle ( ) : String
com/google/refine/model/Column.getTitle:()Ljava/lang/String;
Column.getType ( ) : String
com/google/refine/model/Column.getType:()Ljava/lang/String;
Column.setConstraints ( Map<String,Object> constraints ) : void
com/google/refine/model/Column.setConstraints:(Ljava/util/Map;)V
Column.setDescription ( String description ) : void
com/google/refine/model/Column.setDescription:(Ljava/lang/String;)V
Column.setFormat ( String format ) : void
com/google/refine/model/Column.setFormat:(Ljava/lang/String;)V
Column.setTitle ( String title ) : void
com/google/refine/model/Column.setTitle:(Ljava/lang/String;)V
Column.setType ( String type ) : void
com/google/refine/model/Column.setType:(Ljava/lang/String;)V
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 )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;Ljava/lang/String;IIZLorg/json/JSONArray;)V
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 )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess."<init>":(Lcom/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/Engine;Lcom/google/refine/expr/Evaluable;Ljava/lang/String;ZLorg/json/JSONArray;)V
openrefine-3.0.jar,
ColumnAdditionChange.class
package com.google.refine.model.changes
ColumnAdditionChange.getColumnIndex ( ) : int
com/google/refine/model/changes/ColumnAdditionChange.getColumnIndex:()I
ColumnAdditionChange.getColumnName ( ) : String
com/google/refine/model/changes/ColumnAdditionChange.getColumnName:()Ljava/lang/String;
ColumnAdditionChange.getNewCellIndex ( ) : int
com/google/refine/model/changes/ColumnAdditionChange.getNewCellIndex:()I
openrefine-3.0.jar,
ColumnMoveChange.class
package com.google.refine.model.changes
ColumnMoveChange.getColumnName ( ) : String
com/google/refine/model/changes/ColumnMoveChange.getColumnName:()Ljava/lang/String;
ColumnMoveChange.getNewColumnIndex ( ) : int
com/google/refine/model/changes/ColumnMoveChange.getNewColumnIndex:()I
ColumnMoveChange.getOldColumnIndex ( ) : int
com/google/refine/model/changes/ColumnMoveChange.getOldColumnIndex:()I
openrefine-3.0.jar,
ColumnRemovalChange.class
package com.google.refine.model.changes
ColumnRemovalChange.getOldColumnIndex ( ) : int
com/google/refine/model/changes/ColumnRemovalChange.getOldColumnIndex:()I
openrefine-3.0.jar,
ColumnReorderChange.class
package com.google.refine.model.changes
ColumnReorderChange.getColumnNames ( ) : List<String>
com/google/refine/model/changes/ColumnReorderChange.getColumnNames:()Ljava/util/List;
openrefine-3.0.jar,
ColumnSplitChange.class
package com.google.refine.model.changes
ColumnSplitChange.getColumnIndex ( ) : int
com/google/refine/model/changes/ColumnSplitChange.getColumnIndex:()I
ColumnSplitChange.getColumnNames ( ) : List<String>
com/google/refine/model/changes/ColumnSplitChange.getColumnNames:()Ljava/util/List;
ColumnSplitChange.isRemoveOriginalColumn ( ) : boolean
com/google/refine/model/changes/ColumnSplitChange.isRemoveOriginalColumn:()Z
openrefine-3.0.jar,
Command.class
package com.google.refine.commands
Command.getMetadata ( HttpServletRequest request ) : ProjectMetadata
com/google/refine/commands/Command.getMetadata:(Ljavax/servlet/http/HttpServletRequest;)Lcom/google/refine/model/metadata/ProjectMetadata;
Command.respondJSONObject ( HttpServletResponse response, JSONObject o ) [static] : void
com/google/refine/commands/Command.respondJSONObject:(Ljavax/servlet/http/HttpServletResponse;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
DataPackageMetadata.class
package com.google.refine.model.metadata
DataPackageMetadata.DataPackageMetadata ( )
com/google/refine/model/metadata/DataPackageMetadata."<init>":()V
DataPackageMetadata.getJSON ( ) : JSONObject
com/google/refine/model/metadata/DataPackageMetadata.getJSON:()Lorg/json/JSONObject;
DataPackageMetadata.getPackage ( ) : Package
com/google/refine/model/metadata/DataPackageMetadata.getPackage:()Lio/frictionlessdata/datapackage/Package;
DataPackageMetadata.getResourcePaths ( ) : List<String>
com/google/refine/model/metadata/DataPackageMetadata.getResourcePaths:()Ljava/util/List;
DataPackageMetadata.loadFromFile ( File metadataFile ) : void
com/google/refine/model/metadata/DataPackageMetadata.loadFromFile:(Ljava/io/File;)V
DataPackageMetadata.loadFromJSON ( JSONObject obj ) : void
com/google/refine/model/metadata/DataPackageMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
DataPackageMetadata.loadFromStream ( InputStream inputStream ) : void
com/google/refine/model/metadata/DataPackageMetadata.loadFromStream:(Ljava/io/InputStream;)V
DataPackageMetadata.validate ( ) : List<Exception>
com/google/refine/model/metadata/DataPackageMetadata.validate:()Ljava/util/List;
DataPackageMetadata.write ( JSONWriter jsonWriter, Properties options ) : void
com/google/refine/model/metadata/DataPackageMetadata.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
DataPackageMetadata.writeToFile ( File metadataFile ) : void
com/google/refine/model/metadata/DataPackageMetadata.writeToFile:(Ljava/io/File;)V
openrefine-3.0.jar,
DataPackageUrlRewriter.class
package com.google.refine.model.metadata
DataPackageUrlRewriter.DataPackageUrlRewriter ( )
com/google/refine/model/metadata/DataPackageUrlRewriter."<init>":()V
DataPackageUrlRewriter.filter ( String url ) : boolean
com/google/refine/model/metadata/DataPackageUrlRewriter.filter:(Ljava/lang/String;)Z
DataPackageUrlRewriter.rewrite ( String url ) : List<UrlRewriter.Result>
com/google/refine/model/metadata/DataPackageUrlRewriter.rewrite:(Ljava/lang/String;)Ljava/util/List;
openrefine-3.0.jar,
DuplicateHeader.class
package com.google.refine.model.metadata.validator.checks
DuplicateHeader.DuplicateHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/DuplicateHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
DuplicateRow.class
package com.google.refine.model.metadata.validator.checks
DuplicateRow.DuplicateRow ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/DuplicateRow."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
EnumerableConstraint.class
package com.google.refine.model.metadata.validator.checks
EnumerableConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/EnumerableConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
EnumerableConstraint.EnumerableConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/EnumerableConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
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
com/google/refine/importers/ExcelImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
ExtraHeader.class
package com.google.refine.model.metadata.validator.checks
ExtraHeader.ExtraHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/ExtraHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
ExtraValue.class
package com.google.refine.model.metadata.validator.checks
ExtraValue.ExtraValue ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/ExtraValue."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
FileProjectManager.class
package com.google.refine.io
FileProjectManager.gzipTarToOutputStream ( Project project, OutputStream os ) [static] : void
com/google/refine/io/FileProjectManager.gzipTarToOutputStream:(Lcom/google/refine/model/Project;Ljava/io/OutputStream;)V
FileProjectManager.saveMetadata ( IMetadata metadata, long projectId ) : void
com/google/refine/io/FileProjectManager.saveMetadata:(Lcom/google/refine/model/metadata/IMetadata;J)V
openrefine-3.0.jar,
Find.class
package com.google.refine.expr.functions.strings
Find.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/strings/Find.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
Find.Find ( )
com/google/refine/expr/functions/strings/Find."<init>":()V
Find.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Find.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
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
com/google/refine/importers/FixedWidthImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
GetAllProjectTagsCommand.class
package com.google.refine.commands.workspace
GetAllProjectTagsCommand.doGet ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/workspace/GetAllProjectTagsCommand.doGet:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
GetAllProjectTagsCommand.GetAllProjectTagsCommand ( )
com/google/refine/commands/workspace/GetAllProjectTagsCommand."<init>":()V
openrefine-3.0.jar,
GetMetadataCommand.class
package com.google.refine.commands.project
GetMetadataCommand.doGet ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/project/GetMetadataCommand.doGet:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
GetMetadataCommand.GetMetadataCommand ( )
com/google/refine/commands/project/GetMetadataCommand."<init>":()V
openrefine-3.0.jar,
HistoryEntry.class
package com.google.refine.history
HistoryEntry.HistoryEntry ( long id, long projectID, String description, AbstractOperation operation, OffsetDateTime time )
com/google/refine/history/HistoryEntry."<init>":(JJLjava/lang/String;Lcom/google/refine/model/AbstractOperation;Ljava/time/OffsetDateTime;)V
openrefine-3.0.jar,
HttpHeadersSupport.class
package com.google.refine.commands
HttpHeadersSupport.getHttpHeaderInfo ( String header ) [static] : HttpHeadersSupport.HttpHeaderInfo
com/google/refine/commands/HttpHeadersSupport.getHttpHeaderInfo:(Ljava/lang/String;)Lcom/google/refine/commands/HttpHeadersSupport$HttpHeaderInfo;
HttpHeadersSupport.getHttpHeaderLabels ( ) [static] : Set<String>
com/google/refine/commands/HttpHeadersSupport.getHttpHeaderLabels:()Ljava/util/Set;
HttpHeadersSupport.HttpHeadersSupport ( )
com/google/refine/commands/HttpHeadersSupport."<init>":()V
HttpHeadersSupport.registerHttpHeader ( String header, String defaultValue ) [static] : void
com/google/refine/commands/HttpHeadersSupport.registerHttpHeader:(Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.0.jar,
IMetadata.class
package com.google.refine.model.metadata
IMetadata.getFormatName ( ) [abstract] : MetadataFormat
com/google/refine/model/metadata/IMetadata.getFormatName:()Lcom/google/refine/model/metadata/MetadataFormat;
IMetadata.getJSON ( ) [abstract] : JSONObject
com/google/refine/model/metadata/IMetadata.getJSON:()Lorg/json/JSONObject;
IMetadata.getModified ( ) [abstract] : LocalDateTime
com/google/refine/model/metadata/IMetadata.getModified:()Ljava/time/LocalDateTime;
IMetadata.isDirty ( ) [abstract] : boolean
com/google/refine/model/metadata/IMetadata.isDirty:()Z
IMetadata.loadFromFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.loadFromFile:(Ljava/io/File;)V
IMetadata.loadFromJSON ( JSONObject p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
IMetadata.loadFromStream ( InputStream p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.loadFromStream:(Ljava/io/InputStream;)V
IMetadata.setFormatName ( MetadataFormat p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.setFormatName:(Lcom/google/refine/model/metadata/MetadataFormat;)V
IMetadata.updateModified ( ) [abstract] : void
com/google/refine/model/metadata/IMetadata.updateModified:()V
IMetadata.validate ( ) [abstract] : List<Exception>
com/google/refine/model/metadata/IMetadata.validate:()Ljava/util/List;
IMetadata.write ( JSONWriter p1, boolean p2 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.write:(Lorg/json/JSONWriter;Z)V
IMetadata.writeToFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.writeToFile:(Ljava/io/File;)V
openrefine-3.0.jar,
ImportingJob.class
package com.google.refine.importing
ImportingJob.isMetadataFileRecord ( JSONObject fileRecordObject ) : boolean
com/google/refine/importing/ImportingJob.isMetadataFileRecord:(Lorg/json/JSONObject;)Z
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
com/google/refine/importing/ImportingParser.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/ImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;ILorg/json/JSONObject;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
ImportingUtilities.class
package com.google.refine.importing
ImportingUtilities.createProjectMetadata ( JSONObject optionObj ) [static] : ProjectMetadata
com/google/refine/importing/ImportingUtilities.createProjectMetadata:(Lorg/json/JSONObject;)Lcom/google/refine/model/metadata/ProjectMetadata;
ImportingUtilities.inferColumnType ( Project project ) [static] : void
com/google/refine/importing/ImportingUtilities.inferColumnType:(Lcom/google/refine/model/Project;)V
openrefine-3.0.jar,
IsEmptyString.class
package com.google.refine.grel.controls
IsEmptyString.call ( Properties p1, Evaluable[ ] p2 ) : Object
com/google/refine/grel/controls/IsEmptyString.call:(Ljava/util/Properties;[Lcom/google/refine/expr/Evaluable;)Ljava/lang/Object;
IsEmptyString.checkArguments ( Evaluable[ ] p1 ) : String
com/google/refine/grel/controls/IsEmptyString.checkArguments:([Lcom/google/refine/expr/Evaluable;)Ljava/lang/String;
IsEmptyString.getDescription ( ) : String
com/google/refine/grel/controls/IsEmptyString.getDescription:()Ljava/lang/String;
IsEmptyString.IsEmptyString ( )
com/google/refine/grel/controls/IsEmptyString."<init>":()V
IsEmptyString.test ( Object o ) : boolean
com/google/refine/grel/controls/IsEmptyString.test:(Ljava/lang/Object;)Z
IsEmptyString.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsEmptyString.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
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
com/google/refine/importers/JsonImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
JSONUtilities.class
package com.google.refine.util
JSONUtilities.arrayToJSONArray ( String[ ] array ) [static] : JSONArray
com/google/refine/util/JSONUtilities.arrayToJSONArray:([Ljava/lang/String;)Lorg/json/JSONArray;
JSONUtilities.concatArray ( JSONArray destArray, JSONArray srcArray ) [static] : void
com/google/refine/util/JSONUtilities.concatArray:(Lorg/json/JSONArray;Lorg/json/JSONArray;)V
JSONUtilities.getDate ( JSONObject obj, String key, OffsetDateTime def ) [static] : OffsetDateTime
com/google/refine/util/JSONUtilities.getDate:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/time/OffsetDateTime;)Ljava/time/OffsetDateTime;
JSONUtilities.getLocalDate ( JSONObject obj, String key, LocalDateTime def ) [static] : LocalDateTime
com/google/refine/util/JSONUtilities.getLocalDate:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/time/LocalDateTime;)Ljava/time/LocalDateTime;
JSONUtilities.safeInc ( JSONObject obj, String key ) [static] : void
com/google/refine/util/JSONUtilities.safeInc:(Lorg/json/JSONObject;Ljava/lang/String;)V
JSONUtilities.serialize ( Jsonizable obj ) [static] : String
com/google/refine/util/JSONUtilities.serialize:(Lcom/google/refine/Jsonizable;)Ljava/lang/String;
JSONUtilities.serialize ( Jsonizable obj, Properties options ) [static] : String
com/google/refine/util/JSONUtilities.serialize:(Lcom/google/refine/Jsonizable;Ljava/util/Properties;)Ljava/lang/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
com/google/refine/importers/LineBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
MaximumConstraint.class
package com.google.refine.model.metadata.validator.checks
MaximumConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MaximumConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MaximumConstraint.MaximumConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MaximumConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
MaximumLengthConstraint.class
package com.google.refine.model.metadata.validator.checks
MaximumLengthConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MaximumLengthConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MaximumLengthConstraint.MaximumLengthConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MaximumLengthConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
MetadataFactory.class
package com.google.refine.model.metadata
MetadataFactory.buildDataPackageMetadata ( ) [static] : DataPackageMetadata
com/google/refine/model/metadata/MetadataFactory.buildDataPackageMetadata:()Lcom/google/refine/model/metadata/DataPackageMetadata;
MetadataFactory.buildDataPackageMetadata ( Project project ) [static] : DataPackageMetadata
com/google/refine/model/metadata/MetadataFactory.buildDataPackageMetadata:(Lcom/google/refine/model/Project;)Lcom/google/refine/model/metadata/DataPackageMetadata;
MetadataFactory.buildMetadata ( MetadataFormat format ) [static] : IMetadata
com/google/refine/model/metadata/MetadataFactory.buildMetadata:(Lcom/google/refine/model/metadata/MetadataFormat;)Lcom/google/refine/model/metadata/IMetadata;
MetadataFactory.MetadataFactory ( )
com/google/refine/model/metadata/MetadataFactory."<init>":()V
openrefine-3.0.jar,
MetadataFormat.class
package com.google.refine.model.metadata
MetadataFormat.toString ( ) : String
com/google/refine/model/metadata/MetadataFormat.toString:()Ljava/lang/String;
MetadataFormat.valueOf ( String name ) [static] : MetadataFormat
com/google/refine/model/metadata/MetadataFormat.valueOf:(Ljava/lang/String;)Lcom/google/refine/model/metadata/MetadataFormat;
MetadataFormat.values ( ) [static] : MetadataFormat[ ]
com/google/refine/model/metadata/MetadataFormat.values:()[Lcom/google/refine/model/metadata/MetadataFormat;
openrefine-3.0.jar,
MinimumConstraint.class
package com.google.refine.model.metadata.validator.checks
MinimumConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MinimumConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MinimumConstraint.MinimumConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MinimumConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
MinimumLengthConstraint.class
package com.google.refine.model.metadata.validator.checks
MinimumLengthConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MinimumLengthConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MinimumLengthConstraint.filter ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MinimumLengthConstraint.filter:(Lcom/google/refine/model/Cell;)Z
MinimumLengthConstraint.MinimumLengthConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MinimumLengthConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
MissingHeader.class
package com.google.refine.model.metadata.validator.checks
MissingHeader.MissingHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MissingHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
MissingValue.class
package com.google.refine.model.metadata.validator.checks
MissingValue.MissingValue ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MissingValue."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
NonMatchingHeader.class
package com.google.refine.model.metadata.validator.checks
NonMatchingHeader.NonMatchingHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/NonMatchingHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
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
com/google/refine/importers/OdsImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
PackageExtension.class
package com.google.refine.model.metadata
PackageExtension.buildPackageFromTemplate ( ) [static] : Package
com/google/refine/model/metadata/PackageExtension.buildPackageFromTemplate:()Lio/frictionlessdata/datapackage/Package;
PackageExtension.PackageExtension ( )
com/google/refine/model/metadata/PackageExtension."<init>":()V
PackageExtension.saveZip ( Package pkg, ByteArrayOutputStream dataByteArrayOutputStream, OutputStream destOs ) [static] : void
com/google/refine/model/metadata/PackageExtension.saveZip:(Lio/frictionlessdata/datapackage/Package;Ljava/io/ByteArrayOutputStream;Ljava/io/OutputStream;)V
openrefine-3.0.jar,
PackageProjectCommand.class
package com.google.refine.commands.project
PackageProjectCommand.doPost ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/project/PackageProjectCommand.doPost:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
PackageProjectCommand.gzipTarToOutputStream ( Project project, OutputStream os ) : void
com/google/refine/commands/project/PackageProjectCommand.gzipTarToOutputStream:(Lcom/google/refine/model/Project;Ljava/io/OutputStream;)V
PackageProjectCommand.PackageProjectCommand ( )
com/google/refine/commands/project/PackageProjectCommand."<init>":()V
PackageProjectCommand.tarToOutputStream ( Project project, OutputStream os ) : void
com/google/refine/commands/project/PackageProjectCommand.tarToOutputStream:(Lcom/google/refine/model/Project;Ljava/io/OutputStream;)V
openrefine-3.0.jar,
ParsingUtilities.class
package com.google.refine.util
ParsingUtilities.calendarToOffsetDateTime ( Calendar calendar ) [static] : OffsetDateTime
com/google/refine/util/ParsingUtilities.calendarToOffsetDateTime:(Ljava/util/Calendar;)Ljava/time/OffsetDateTime;
ParsingUtilities.dateToString ( OffsetDateTime d ) [static] : String
com/google/refine/util/ParsingUtilities.dateToString:(Ljava/time/OffsetDateTime;)Ljava/lang/String;
ParsingUtilities.instantToLocalDateTimeString ( Instant instant ) [static] : String
com/google/refine/util/ParsingUtilities.instantToLocalDateTimeString:(Ljava/time/Instant;)Ljava/lang/String;
ParsingUtilities.instantToString ( Instant instant ) [static] : String
com/google/refine/util/ParsingUtilities.instantToString:(Ljava/time/Instant;)Ljava/lang/String;
ParsingUtilities.localDateToString ( LocalDateTime d ) [static] : String
com/google/refine/util/ParsingUtilities.localDateToString:(Ljava/time/LocalDateTime;)Ljava/lang/String;
ParsingUtilities.offsetDateTimeToCalendar ( OffsetDateTime offsetDateTime ) [static] : Calendar
com/google/refine/util/ParsingUtilities.offsetDateTimeToCalendar:(Ljava/time/OffsetDateTime;)Ljava/util/Calendar;
ParsingUtilities.stringToDate ( String s ) [static] : OffsetDateTime
com/google/refine/util/ParsingUtilities.stringToDate:(Ljava/lang/String;)Ljava/time/OffsetDateTime;
ParsingUtilities.stringToLocalDate ( String s ) [static] : LocalDateTime
com/google/refine/util/ParsingUtilities.stringToLocalDate:(Ljava/lang/String;)Ljava/time/LocalDateTime;
openrefine-3.0.jar,
PatternConstraint.class
package com.google.refine.model.metadata.validator.checks
PatternConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/PatternConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
PatternConstraint.PatternConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/PatternConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
PatternSyntaxExceptionParser.class
package com.google.refine.util
PatternSyntaxExceptionParser.getUserMessage ( ) : String
com/google/refine/util/PatternSyntaxExceptionParser.getUserMessage:()Ljava/lang/String;
PatternSyntaxExceptionParser.PatternSyntaxExceptionParser ( PatternSyntaxException e )
com/google/refine/util/PatternSyntaxExceptionParser."<init>":(Ljava/util/regex/PatternSyntaxException;)V
openrefine-3.0.jar,
Project.class
package com.google.refine.model
Project.getLastSave ( ) : LocalDateTime
com/google/refine/model/Project.getLastSave:()Ljava/time/LocalDateTime;
Project.getMetadata ( ) : ProjectMetadata
com/google/refine/model/Project.getMetadata:()Lcom/google/refine/model/metadata/ProjectMetadata;
openrefine-3.0.jar,
ProjectManager.class
package com.google.refine
ProjectManager.getAllProjectTags ( ) : Map<String,Integer>
com/google/refine/ProjectManager.getAllProjectTags:()Ljava/util/Map;
ProjectManager.getProjectMetadata ( long id ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(J)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectManager.getProjectMetadata ( String name ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(Ljava/lang/String;)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectManager.mergeEmptyUserMetadata ( ProjectMetadata metadata ) : void
com/google/refine/ProjectManager.mergeEmptyUserMetadata:(Lcom/google/refine/model/metadata/ProjectMetadata;)V
ProjectManager.registerProject ( Project project, ProjectMetadata projectMetadata ) : void
com/google/refine/ProjectManager.registerProject:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;)V
ProjectManager.saveMetadata ( IMetadata p1, long p2 ) [abstract] : void
com/google/refine/ProjectManager.saveMetadata:(Lcom/google/refine/model/metadata/IMetadata;J)V
openrefine-3.0.jar,
ProjectMetadata.class
package com.google.refine.model.metadata
ProjectMetadata.appendImportOptionMetadata ( JSONObject obj ) : void
com/google/refine/model/metadata/ProjectMetadata.appendImportOptionMetadata:(Lorg/json/JSONObject;)V
ProjectMetadata.appendTags ( String[ ] tags ) : void
com/google/refine/model/metadata/ProjectMetadata.appendTags:([Ljava/lang/String;)V
ProjectMetadata.getContributors ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getContributors:()Ljava/lang/String;
ProjectMetadata.getCreated ( ) : LocalDateTime
com/google/refine/model/metadata/ProjectMetadata.getCreated:()Ljava/time/LocalDateTime;
ProjectMetadata.getCreator ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getCreator:()Ljava/lang/String;
ProjectMetadata.getCustomMetadata ( String key ) : Serializable
com/google/refine/model/metadata/ProjectMetadata.getCustomMetadata:(Ljava/lang/String;)Ljava/io/Serializable;
ProjectMetadata.getDescription ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getDescription:()Ljava/lang/String;
ProjectMetadata.getEncoding ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getEncoding:()Ljava/lang/String;
ProjectMetadata.getEncodingConfidence ( ) : int
com/google/refine/model/metadata/ProjectMetadata.getEncodingConfidence:()I
ProjectMetadata.getHomepage ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getHomepage:()Ljava/lang/String;
ProjectMetadata.getImage ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getImage:()Ljava/lang/String;
ProjectMetadata.getImportOptionMetadata ( ) : JSONArray
com/google/refine/model/metadata/ProjectMetadata.getImportOptionMetadata:()Lorg/json/JSONArray;
ProjectMetadata.getJSON ( ) : JSONObject
com/google/refine/model/metadata/ProjectMetadata.getJSON:()Lorg/json/JSONObject;
ProjectMetadata.getLicense ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getLicense:()Ljava/lang/String;
ProjectMetadata.getModified ( ) : LocalDateTime
com/google/refine/model/metadata/ProjectMetadata.getModified:()Ljava/time/LocalDateTime;
ProjectMetadata.getName ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getName:()Ljava/lang/String;
ProjectMetadata.getPassword ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getPassword:()Ljava/lang/String;
ProjectMetadata.getPreferenceStore ( ) : PreferenceStore
com/google/refine/model/metadata/ProjectMetadata.getPreferenceStore:()Lcom/google/refine/preference/PreferenceStore;
ProjectMetadata.getSubject ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getSubject:()Ljava/lang/String;
ProjectMetadata.getTags ( ) : String[ ]
com/google/refine/model/metadata/ProjectMetadata.getTags:()[Ljava/lang/String;
ProjectMetadata.getTitle ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getTitle:()Ljava/lang/String;
ProjectMetadata.getUserMetadata ( ) : JSONArray
com/google/refine/model/metadata/ProjectMetadata.getUserMetadata:()Lorg/json/JSONArray;
ProjectMetadata.getVersion ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getVersion:()Ljava/lang/String;
ProjectMetadata.loadFromFile ( File metadataFile ) : void
com/google/refine/model/metadata/ProjectMetadata.loadFromFile:(Ljava/io/File;)V
ProjectMetadata.loadFromJSON ( JSONObject obj ) : void
com/google/refine/model/metadata/ProjectMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
ProjectMetadata.loadFromStream ( InputStream inputStream ) : void
com/google/refine/model/metadata/ProjectMetadata.loadFromStream:(Ljava/io/InputStream;)V
ProjectMetadata.preparePreferenceStore ( PreferenceStore ps ) [static] : void
com/google/refine/model/metadata/ProjectMetadata.preparePreferenceStore:(Lcom/google/refine/preference/PreferenceStore;)V
ProjectMetadata.ProjectMetadata ( )
com/google/refine/model/metadata/ProjectMetadata."<init>":()V
ProjectMetadata.ProjectMetadata ( LocalDateTime created, LocalDateTime modified, String name )
com/google/refine/model/metadata/ProjectMetadata."<init>":(Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;Ljava/lang/String;)V
ProjectMetadata.ProjectMetadata ( LocalDateTime date )
com/google/refine/model/metadata/ProjectMetadata."<init>":(Ljava/time/LocalDateTime;)V
ProjectMetadata.setAnyStringField ( String metaName, String valueString ) : void
com/google/refine/model/metadata/ProjectMetadata.setAnyStringField:(Ljava/lang/String;Ljava/lang/String;)V
ProjectMetadata.setContributors ( String contributors ) : void
com/google/refine/model/metadata/ProjectMetadata.setContributors:(Ljava/lang/String;)V
ProjectMetadata.setCreator ( String creator ) : void
com/google/refine/model/metadata/ProjectMetadata.setCreator:(Ljava/lang/String;)V
ProjectMetadata.setCustomMetadata ( String key, Serializable value ) : void
com/google/refine/model/metadata/ProjectMetadata.setCustomMetadata:(Ljava/lang/String;Ljava/io/Serializable;)V
ProjectMetadata.setDescription ( String description ) : void
com/google/refine/model/metadata/ProjectMetadata.setDescription:(Ljava/lang/String;)V
ProjectMetadata.setEncoding ( String encoding ) : void
com/google/refine/model/metadata/ProjectMetadata.setEncoding:(Ljava/lang/String;)V
ProjectMetadata.setEncodingConfidence ( int confidence ) : void
com/google/refine/model/metadata/ProjectMetadata.setEncodingConfidence:(I)V
ProjectMetadata.setEncodingConfidence ( String confidence ) : void
com/google/refine/model/metadata/ProjectMetadata.setEncodingConfidence:(Ljava/lang/String;)V
ProjectMetadata.setHomepage ( String homepage ) : void
com/google/refine/model/metadata/ProjectMetadata.setHomepage:(Ljava/lang/String;)V
ProjectMetadata.setImage ( String image ) : void
com/google/refine/model/metadata/ProjectMetadata.setImage:(Ljava/lang/String;)V
ProjectMetadata.setImportOptionMetadata ( JSONArray jsonArray ) : void
com/google/refine/model/metadata/ProjectMetadata.setImportOptionMetadata:(Lorg/json/JSONArray;)V
ProjectMetadata.setLicense ( String license ) : void
com/google/refine/model/metadata/ProjectMetadata.setLicense:(Ljava/lang/String;)V
ProjectMetadata.setName ( String name ) : void
com/google/refine/model/metadata/ProjectMetadata.setName:(Ljava/lang/String;)V
ProjectMetadata.setPassword ( String password ) : void
com/google/refine/model/metadata/ProjectMetadata.setPassword:(Ljava/lang/String;)V
ProjectMetadata.setRowCount ( int rowCount ) : void
com/google/refine/model/metadata/ProjectMetadata.setRowCount:(I)V
ProjectMetadata.setSubject ( String subject ) : void
com/google/refine/model/metadata/ProjectMetadata.setSubject:(Ljava/lang/String;)V
ProjectMetadata.setTags ( String[ ] tags ) : void
com/google/refine/model/metadata/ProjectMetadata.setTags:([Ljava/lang/String;)V
ProjectMetadata.setTitle ( String title ) : void
com/google/refine/model/metadata/ProjectMetadata.setTitle:(Ljava/lang/String;)V
ProjectMetadata.setUserMetadata ( JSONArray userMetadata ) : void
com/google/refine/model/metadata/ProjectMetadata.setUserMetadata:(Lorg/json/JSONArray;)V
ProjectMetadata.setVersion ( String version ) : void
com/google/refine/model/metadata/ProjectMetadata.setVersion:(Ljava/lang/String;)V
ProjectMetadata.updateModified ( ) : void
com/google/refine/model/metadata/ProjectMetadata.updateModified:()V
ProjectMetadata.validate ( ) : List<Exception>
com/google/refine/model/metadata/ProjectMetadata.validate:()Ljava/util/List;
ProjectMetadata.write ( JSONWriter jsonWriter ) : void
com/google/refine/model/metadata/ProjectMetadata.write:(Lorg/json/JSONWriter;)V
ProjectMetadata.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/metadata/ProjectMetadata.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
ProjectMetadata.writeToFile ( File metadataFile ) : void
com/google/refine/model/metadata/ProjectMetadata.writeToFile:(Ljava/io/File;)V
ProjectMetadata.writeWithoutOption ( JSONWriter writer ) : void
com/google/refine/model/metadata/ProjectMetadata.writeWithoutOption:(Lorg/json/JSONWriter;)V
openrefine-3.0.jar,
ProjectMetadataUtilities.class
package com.google.refine.io
ProjectMetadataUtilities.load ( File projectDir ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.load:(Ljava/io/File;)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.loadFromFile:(Ljava/io/File;)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectMetadataUtilities.recover ( File projectDir, long id ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.recover:(Ljava/io/File;J)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectMetadataUtilities.save ( IMetadata projectMeta, File projectDir ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.save:(Lcom/google/refine/model/metadata/IMetadata;Ljava/io/File;)V
ProjectMetadataUtilities.saveToFile ( IMetadata projectMeta, File metadataFile ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.saveToFile:(Lcom/google/refine/model/metadata/IMetadata;Ljava/io/File;)V
openrefine-3.0.jar,
ProjectUtilities.class
package com.google.refine.io
ProjectUtilities.loadDataFile ( File dir, String dataFile, long id ) [static] : Project
com/google/refine/io/ProjectUtilities.loadDataFile:(Ljava/io/File;Ljava/lang/String;J)Lcom/google/refine/model/Project;
ProjectUtilities.retriveMetadata ( File dir ) [static] : Map<MetadataFormat,IMetadata>
com/google/refine/io/ProjectUtilities.retriveMetadata:(Ljava/io/File;)Ljava/util/Map;
openrefine-3.0.jar,
Range.class
package com.google.refine.expr.functions.strings
Range.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/strings/Range.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
Range.Range ( )
com/google/refine/expr/functions/strings/Range."<init>":()V
Range.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Range.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
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
com/google/refine/importers/RdfTripleImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
Recon.class
package com.google.refine.model
Recon.makeWikidataRecon ( long judgmentHistoryEntry ) [static] : Recon
com/google/refine/model/Recon.makeWikidataRecon:(J)Lcom/google/refine/model/Recon;
openrefine-3.0.jar,
RequiredConstraint.class
package com.google.refine.model.metadata.validator.checks
RequiredConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/RequiredConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
RequiredConstraint.filter ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/RequiredConstraint.filter:(Lcom/google/refine/model/Cell;)Z
RequiredConstraint.RequiredConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/RequiredConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
Result.class
package com.google.refine.importing
UrlRewriter.Result.UrlRewriter.Result ( String rewrittenUrl, String format, boolean download )
com/google/refine/importing/UrlRewriter.Result."<init>":(Ljava/lang/String;Ljava/lang/String;Z)V
UrlRewriter.Result.UrlRewriter.Result ( String rewrittenUrl, String format, boolean download, String metaDataFormat )
com/google/refine/importing/UrlRewriter.Result."<init>":(Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;)V
openrefine-3.0.jar,
SchemaExtension.class
package com.google.refine.model.metadata
SchemaExtension.createResource ( String resourceName, ColumnModel columnModel ) [static] : Resource
com/google/refine/model/metadata/SchemaExtension.createResource:(Ljava/lang/String;Lcom/google/refine/model/ColumnModel;)Lio/frictionlessdata/datapackage/Resource;
SchemaExtension.insertField ( Schema schema, Field field, int position ) [static] : void
com/google/refine/model/metadata/SchemaExtension.insertField:(Lio/frictionlessdata/tableschema/Schema;Lio/frictionlessdata/tableschema/Field;I)V
SchemaExtension.removeField ( Schema schema, int index ) [static] : Field
com/google/refine/model/metadata/SchemaExtension.removeField:(Lio/frictionlessdata/tableschema/Schema;I)Lio/frictionlessdata/tableschema/Field;
SchemaExtension.SchemaExtension ( )
com/google/refine/model/metadata/SchemaExtension."<init>":()V
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
com/google/refine/importers/SeparatorBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
SetProjectTagsCommand.class
package com.google.refine.commands.project
SetProjectTagsCommand.doPost ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/project/SetProjectTagsCommand.doPost:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
SetProjectTagsCommand.SetProjectTagsCommand ( )
com/google/refine/commands/project/SetProjectTagsCommand."<init>":()V
openrefine-3.0.jar,
SqlCreateBuilder.class
package com.google.refine.exporters.sql
SqlCreateBuilder.getCreateSQL ( ) : String
com/google/refine/exporters/sql/SqlCreateBuilder.getCreateSQL:()Ljava/lang/String;
SqlCreateBuilder.SqlCreateBuilder ( String table, List<String> columns, JSONObject options )
com/google/refine/exporters/sql/SqlCreateBuilder."<init>":(Ljava/lang/String;Ljava/util/List;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
SqlData.class
package com.google.refine.exporters.sql
SqlData.getColumnName ( ) : String
com/google/refine/exporters/sql/SqlData.getColumnName:()Ljava/lang/String;
SqlData.getText ( ) : String
com/google/refine/exporters/sql/SqlData.getText:()Ljava/lang/String;
SqlData.getValue ( ) : Object
com/google/refine/exporters/sql/SqlData.getValue:()Ljava/lang/Object;
SqlData.SqlData ( String columnName, Object value, String text )
com/google/refine/exporters/sql/SqlData."<init>":(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;)V
SqlData.toString ( ) : String
com/google/refine/exporters/sql/SqlData.toString:()Ljava/lang/String;
openrefine-3.0.jar,
SqlExporter.class
package com.google.refine.exporters.sql
SqlExporter.export ( Project project, Properties params, Engine engine, Writer writer ) : void
com/google/refine/exporters/sql/SqlExporter.export:(Lcom/google/refine/model/Project;Ljava/util/Properties;Lcom/google/refine/browsing/Engine;Ljava/io/Writer;)V
SqlExporter.getContentType ( ) : String
com/google/refine/exporters/sql/SqlExporter.getContentType:()Ljava/lang/String;
SqlExporter.SqlExporter ( )
com/google/refine/exporters/sql/SqlExporter."<init>":()V
openrefine-3.0.jar,
SqlExporterException.class
package com.google.refine.exporters.sql
SqlExporterException.SqlExporterException ( String message )
com/google/refine/exporters/sql/SqlExporterException."<init>":(Ljava/lang/String;)V
openrefine-3.0.jar,
SqlInsertBuilder.class
package com.google.refine.exporters.sql
SqlInsertBuilder.getInsertSQL ( ) : String
com/google/refine/exporters/sql/SqlInsertBuilder.getInsertSQL:()Ljava/lang/String;
SqlInsertBuilder.handleNullField ( boolean allowNullChkBox, String defaultValue, boolean nullValueNull, String col, StringBuilder rowValue, boolean quote ) : void
com/google/refine/exporters/sql/SqlInsertBuilder.handleNullField:(ZLjava/lang/String;ZLjava/lang/String;Ljava/lang/StringBuilder;Z)V
SqlInsertBuilder.SqlInsertBuilder ( String table, List<String> columns, List<ArrayList<SqlData>> rows, JSONObject options )
com/google/refine/exporters/sql/SqlInsertBuilder."<init>":(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lorg/json/JSONObject;)V
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
com/google/refine/importers/TabularImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
TabularImportingParserBase.readTable ( Project project, ProjectMetadata metadata, ImportingJob job, TabularImportingParserBase.TableDataReader reader, String fileSource, int limit, JSONObject options, List<Exception> exceptions ) [static] : void
com/google/refine/importers/TabularImportingParserBase.readTable:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lcom/google/refine/importers/TabularImportingParserBase$TableDataReader;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/tree/TreeImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, TreeReader treeParser, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lcom/google/refine/importers/tree/TreeReader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
TypeorFormatError.class
package com.google.refine.model.metadata.validator.checks
TypeorFormatError.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/TypeorFormatError.checkCell:(Lcom/google/refine/model/Cell;)Z
TypeorFormatError.customizedFormat ( ) : void
com/google/refine/model/metadata/validator/checks/TypeorFormatError.customizedFormat:()V
TypeorFormatError.TypeorFormatError ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/TypeorFormatError."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
UniqueConstraint.class
package com.google.refine.model.metadata.validator.checks
UniqueConstraint.UniqueConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/UniqueConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.0.jar,
UrlRewriter.class
package com.google.refine.importing
UrlRewriter.filter ( String p1 ) [abstract] : boolean
com/google/refine/importing/UrlRewriter.filter:(Ljava/lang/String;)Z
UrlRewriter.rewrite ( String p1 ) [abstract] : List<UrlRewriter.Result>
com/google/refine/importing/UrlRewriter.rewrite:(Ljava/lang/String;)Ljava/util/List;
openrefine-3.0.jar,
ValidateOperation.class
package com.google.refine.model.metadata.validator
ValidateOperation.startProcess ( ) : JSONObject
com/google/refine/model/metadata/validator/ValidateOperation.startProcess:()Lorg/json/JSONObject;
ValidateOperation.ValidateOperation ( Project project, JSONObject options )
com/google/refine/model/metadata/validator/ValidateOperation."<init>":(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
ValidateOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/metadata/validator/ValidateOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.0.jar,
ValidateSchemaCommand.class
package com.google.refine.commands.project
ValidateSchemaCommand.doPost ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/project/ValidateSchemaCommand.doPost:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
ValidateSchemaCommand.ValidateSchemaCommand ( )
com/google/refine/commands/project/ValidateSchemaCommand."<init>":()V
openrefine-3.0.jar,
Validator.class
package com.google.refine.model.metadata.validator.checks
Validator.addError ( JSONObject p1 ) [abstract] : void
com/google/refine/model/metadata/validator/checks/Validator.addError:(Lorg/json/JSONObject;)V
Validator.checkCell ( Cell p1 ) [abstract] : boolean
com/google/refine/model/metadata/validator/checks/Validator.checkCell:(Lcom/google/refine/model/Cell;)Z
Validator.customizedFormat ( ) [abstract] : void
com/google/refine/model/metadata/validator/checks/Validator.customizedFormat:()V
Validator.filter ( Cell p1 ) [abstract] : boolean
com/google/refine/model/metadata/validator/checks/Validator.filter:(Lcom/google/refine/model/Cell;)Z
Validator.formatErrorMessage ( Cell p1, int p2 ) [abstract] : JSONObject
com/google/refine/model/metadata/validator/checks/Validator.formatErrorMessage:(Lcom/google/refine/model/Cell;I)Lorg/json/JSONObject;
Validator.validate ( ) [abstract] : JSONArray
com/google/refine/model/metadata/validator/checks/Validator.validate:()Lorg/json/JSONArray;
openrefine-3.0.jar,
ValidatorConfig.class
package com.google.refine.model.metadata.validator
ValidatorConfig.ValidatorConfig ( )
com/google/refine/model/metadata/validator/ValidatorConfig."<init>":()V
openrefine-3.0.jar,
ValidatorExceptions.class
package com.google.refine.model.metadata.validator
ValidatorExceptions.ValidatorExceptions ( )
com/google/refine/model/metadata/validator/ValidatorExceptions."<init>":()V
openrefine-3.0.jar,
ValidatorInspector.class
package com.google.refine.model.metadata.validator
ValidatorInspector.inspect ( Project project, JSONObject options ) [static] : JSONObject
com/google/refine/model/metadata/validator/ValidatorInspector.inspect:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lorg/json/JSONObject;
ValidatorInspector.ValidatorInspector ( )
com/google/refine/model/metadata/validator/ValidatorInspector."<init>":()V
openrefine-3.0.jar,
ValidatorRegistry.class
package com.google.refine.model.metadata.validator
ValidatorRegistry.getConstraintHandlersMap ( ) : Map<String,Class>
com/google/refine/model/metadata/validator/ValidatorRegistry.getConstraintHandlersMap:()Ljava/util/Map;
ValidatorRegistry.getInstance ( ) [static] : ValidatorRegistry
com/google/refine/model/metadata/validator/ValidatorRegistry.getInstance:()Lcom/google/refine/model/metadata/validator/ValidatorRegistry;
openrefine-3.0.jar,
ValidatorSpec.class
package com.google.refine.model.metadata.validator
ValidatorSpec.getInstance ( ) [static] : ValidatorSpec
com/google/refine/model/metadata/validator/ValidatorSpec.getInstance:()Lcom/google/refine/model/metadata/validator/ValidatorSpec;
ValidatorSpec.getMessage ( String code ) : String
com/google/refine/model/metadata/validator/ValidatorSpec.getMessage:(Ljava/lang/String;)Ljava/lang/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
com/google/refine/importers/WikitextImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.0.jar,
WikitextTableVisitor.class
package com.google.refine.importers
WikitextImporter.WikitextTableVisitor.addCell ( WtNode e ) : void
com/google/refine/importers/WikitextImporter.WikitextTableVisitor.addCell:(Lorg/sweble/wikitext/parser/nodes/WtNode;)V
WikitextImporter.WikitextTableVisitor.visit ( WtImageLink e ) : void
com/google/refine/importers/WikitextImporter.WikitextTableVisitor.visit:(Lorg/sweble/wikitext/parser/nodes/WtImageLink;)V
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
com/google/refine/importers/XmlImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
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 )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;Ljava/lang/String;IIZ)V
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 )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess."<init>":(Lcom/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/Engine;Lcom/google/refine/expr/Evaluable;Ljava/lang/String;Z)V
openrefine-2.8.jar,
Command.class
package com.google.refine.commands
Command.getProjectMetadata ( HttpServletRequest request ) : ProjectMetadata
com/google/refine/commands/Command.getProjectMetadata:(Ljavax/servlet/http/HttpServletRequest;)Lcom/google/refine/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
com/google/refine/importers/ExcelImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-2.8.jar,
ExportProjectCommand.class
package com.google.refine.commands.project
ExportProjectCommand.gzipTarToOutputStream ( Project project, OutputStream os ) : void
com/google/refine/commands/project/ExportProjectCommand.gzipTarToOutputStream:(Lcom/google/refine/model/Project;Ljava/io/OutputStream;)V
ExportProjectCommand.tarToOutputStream ( Project project, OutputStream os ) : void
com/google/refine/commands/project/ExportProjectCommand.tarToOutputStream:(Lcom/google/refine/model/Project;Ljava/io/OutputStream;)V
openrefine-2.8.jar,
FileProjectManager.class
package com.google.refine.io
FileProjectManager.saveMetadata ( ProjectMetadata metadata, long projectId ) : void
com/google/refine/io/FileProjectManager.saveMetadata:(Lcom/google/refine/ProjectMetadata;J)V
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
com/google/refine/importers/FixedWidthImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-2.8.jar,
HistoryEntry.class
package com.google.refine.history
HistoryEntry.HistoryEntry ( long id, long projectID, String description, AbstractOperation operation, Date time )
com/google/refine/history/HistoryEntry."<init>":(JJLjava/lang/String;Lcom/google/refine/model/AbstractOperation;Ljava/util/Date;)V
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
com/google/refine/importing/ImportingParser.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/ImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;ILorg/json/JSONObject;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/JsonImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-2.8.jar,
JSONUtilities.class
package com.google.refine.util
JSONUtilities.getDate ( JSONObject obj, String key, Date def ) [static] : Date
com/google/refine/util/JSONUtilities.getDate:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/util/Date;)Ljava/util/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
com/google/refine/importers/LineBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/OdsImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-2.8.jar,
ParsingUtilities.class
package com.google.refine.util
ParsingUtilities.dateToString ( Date d ) [static] : String
com/google/refine/util/ParsingUtilities.dateToString:(Ljava/util/Date;)Ljava/lang/String;
ParsingUtilities.stringToDate ( String s ) [static] : Date
com/google/refine/util/ParsingUtilities.stringToDate:(Ljava/lang/String;)Ljava/util/Date;
openrefine-2.8.jar,
Project.class
package com.google.refine.model
Project.getLastSave ( ) : Date
com/google/refine/model/Project.getLastSave:()Ljava/util/Date;
Project.getMetadata ( ) : ProjectMetadata
com/google/refine/model/Project.getMetadata:()Lcom/google/refine/ProjectMetadata;
openrefine-2.8.jar,
ProjectManager.class
package com.google.refine
ProjectManager.getProjectMetadata ( long id ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(J)Lcom/google/refine/ProjectMetadata;
ProjectManager.getProjectMetadata ( String name ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(Ljava/lang/String;)Lcom/google/refine/ProjectMetadata;
ProjectManager.mergeEmptyUserMetadata ( ProjectMetadata metadata ) : void
com/google/refine/ProjectManager.mergeEmptyUserMetadata:(Lcom/google/refine/ProjectMetadata;)V
ProjectManager.registerProject ( Project project, ProjectMetadata projectMetadata ) : void
com/google/refine/ProjectManager.registerProject:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;)V
ProjectManager.saveMetadata ( ProjectMetadata p1, long p2 ) [abstract] : void
com/google/refine/ProjectManager.saveMetadata:(Lcom/google/refine/ProjectMetadata;J)V
openrefine-2.8.jar,
ProjectMetadata.class
package com.google.refine
ProjectMetadata.appendImportOptionMetadata ( JSONObject obj ) : void
com/google/refine/ProjectMetadata.appendImportOptionMetadata:(Lorg/json/JSONObject;)V
ProjectMetadata.getContributors ( ) : String
com/google/refine/ProjectMetadata.getContributors:()Ljava/lang/String;
ProjectMetadata.getCreated ( ) : Date
com/google/refine/ProjectMetadata.getCreated:()Ljava/util/Date;
ProjectMetadata.getCreator ( ) : String
com/google/refine/ProjectMetadata.getCreator:()Ljava/lang/String;
ProjectMetadata.getCustomMetadata ( String key ) : Serializable
com/google/refine/ProjectMetadata.getCustomMetadata:(Ljava/lang/String;)Ljava/io/Serializable;
ProjectMetadata.getDescription ( ) : String
com/google/refine/ProjectMetadata.getDescription:()Ljava/lang/String;
ProjectMetadata.getEncoding ( ) : String
com/google/refine/ProjectMetadata.getEncoding:()Ljava/lang/String;
ProjectMetadata.getEncodingConfidence ( ) : int
com/google/refine/ProjectMetadata.getEncodingConfidence:()I
ProjectMetadata.getImportOptionMetadata ( ) : JSONArray
com/google/refine/ProjectMetadata.getImportOptionMetadata:()Lorg/json/JSONArray;
ProjectMetadata.getModified ( ) : Date
com/google/refine/ProjectMetadata.getModified:()Ljava/util/Date;
ProjectMetadata.getName ( ) : String
com/google/refine/ProjectMetadata.getName:()Ljava/lang/String;
ProjectMetadata.getPassword ( ) : String
com/google/refine/ProjectMetadata.getPassword:()Ljava/lang/String;
ProjectMetadata.getPreferenceStore ( ) : PreferenceStore
com/google/refine/ProjectMetadata.getPreferenceStore:()Lcom/google/refine/preference/PreferenceStore;
ProjectMetadata.getRowCount ( ) : int
com/google/refine/ProjectMetadata.getRowCount:()I
ProjectMetadata.getSubject ( ) : String
com/google/refine/ProjectMetadata.getSubject:()Ljava/lang/String;
ProjectMetadata.getUserMetadata ( ) : JSONArray
com/google/refine/ProjectMetadata.getUserMetadata:()Lorg/json/JSONArray;
ProjectMetadata.isDirty ( ) : boolean
com/google/refine/ProjectMetadata.isDirty:()Z
ProjectMetadata.loadFromJSON ( JSONObject obj ) [static] : ProjectMetadata
com/google/refine/ProjectMetadata.loadFromJSON:(Lorg/json/JSONObject;)Lcom/google/refine/ProjectMetadata;
ProjectMetadata.preparePreferenceStore ( PreferenceStore ps ) [static] : void
com/google/refine/ProjectMetadata.preparePreferenceStore:(Lcom/google/refine/preference/PreferenceStore;)V
ProjectMetadata.ProjectMetadata ( )
com/google/refine/ProjectMetadata."<init>":()V
ProjectMetadata.ProjectMetadata ( Date created, Date modified, String name )
com/google/refine/ProjectMetadata."<init>":(Ljava/util/Date;Ljava/util/Date;Ljava/lang/String;)V
ProjectMetadata.ProjectMetadata ( Date date )
com/google/refine/ProjectMetadata."<init>":(Ljava/util/Date;)V
ProjectMetadata.setAnyField ( String metaName, String valueString ) : void
com/google/refine/ProjectMetadata.setAnyField:(Ljava/lang/String;Ljava/lang/String;)V
ProjectMetadata.setContributors ( String contributors ) : void
com/google/refine/ProjectMetadata.setContributors:(Ljava/lang/String;)V
ProjectMetadata.setCreator ( String creator ) : void
com/google/refine/ProjectMetadata.setCreator:(Ljava/lang/String;)V
ProjectMetadata.setCustomMetadata ( String key, Serializable value ) : void
com/google/refine/ProjectMetadata.setCustomMetadata:(Ljava/lang/String;Ljava/io/Serializable;)V
ProjectMetadata.setDescription ( String description ) : void
com/google/refine/ProjectMetadata.setDescription:(Ljava/lang/String;)V
ProjectMetadata.setEncoding ( String encoding ) : void
com/google/refine/ProjectMetadata.setEncoding:(Ljava/lang/String;)V
ProjectMetadata.setEncodingConfidence ( int confidence ) : void
com/google/refine/ProjectMetadata.setEncodingConfidence:(I)V
ProjectMetadata.setEncodingConfidence ( String confidence ) : void
com/google/refine/ProjectMetadata.setEncodingConfidence:(Ljava/lang/String;)V
ProjectMetadata.setImportOptionMetadata ( JSONArray jsonArray ) : void
com/google/refine/ProjectMetadata.setImportOptionMetadata:(Lorg/json/JSONArray;)V
ProjectMetadata.setName ( String name ) : void
com/google/refine/ProjectMetadata.setName:(Ljava/lang/String;)V
ProjectMetadata.setPassword ( String password ) : void
com/google/refine/ProjectMetadata.setPassword:(Ljava/lang/String;)V
ProjectMetadata.setRowCount ( int rowCount ) : void
com/google/refine/ProjectMetadata.setRowCount:(I)V
ProjectMetadata.setSubject ( String subject ) : void
com/google/refine/ProjectMetadata.setSubject:(Ljava/lang/String;)V
ProjectMetadata.setUserMetadata ( JSONArray userMetadata ) : void
com/google/refine/ProjectMetadata.setUserMetadata:(Lorg/json/JSONArray;)V
ProjectMetadata.updateModified ( ) : void
com/google/refine/ProjectMetadata.updateModified:()V
ProjectMetadata.write ( JSONWriter jsonWriter ) : void
com/google/refine/ProjectMetadata.write:(Lorg/json/JSONWriter;)V
ProjectMetadata.write ( JSONWriter jsonWriter, boolean onlyIfDirty ) : void
com/google/refine/ProjectMetadata.write:(Lorg/json/JSONWriter;Z)V
ProjectMetadata.write ( JSONWriter writer, Properties options ) : void
com/google/refine/ProjectMetadata.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
ProjectMetadata.writeWithoutOption ( JSONWriter writer ) : void
com/google/refine/ProjectMetadata.writeWithoutOption:(Lorg/json/JSONWriter;)V
openrefine-2.8.jar,
ProjectMetadataUtilities.class
package com.google.refine.io
ProjectMetadataUtilities.load ( File projectDir ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.load:(Ljava/io/File;)Lcom/google/refine/ProjectMetadata;
ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.loadFromFile:(Ljava/io/File;)Lcom/google/refine/ProjectMetadata;
ProjectMetadataUtilities.recover ( File projectDir, long id ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.recover:(Ljava/io/File;J)Lcom/google/refine/ProjectMetadata;
ProjectMetadataUtilities.save ( ProjectMetadata projectMeta, File projectDir ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.save:(Lcom/google/refine/ProjectMetadata;Ljava/io/File;)V
ProjectMetadataUtilities.saveToFile ( ProjectMetadata projectMeta, File metadataFile ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.saveToFile:(Lcom/google/refine/ProjectMetadata;Ljava/io/File;)V
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
com/google/refine/importers/RdfTripleImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-2.8.jar,
Result.class
package com.google.refine.importing
UrlRewriter.Result.UrlRewriter.Result ( )
com/google/refine/importing/UrlRewriter.Result."<init>":()V
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
com/google/refine/importers/SeparatorBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/TabularImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
TabularImportingParserBase.readTable ( Project project, ProjectMetadata metadata, ImportingJob job, TabularImportingParserBase.TableDataReader reader, String fileSource, int limit, JSONObject options, List<Exception> exceptions ) [static] : void
com/google/refine/importers/TabularImportingParserBase.readTable:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lcom/google/refine/importers/TabularImportingParserBase$TableDataReader;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/tree/TreeImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, TreeReader treeParser, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lcom/google/refine/importers/tree/TreeReader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-2.8.jar,
UrlRewriter.class
package com.google.refine.importing
UrlRewriter.rewrite ( String p1 ) [abstract] : UrlRewriter.Result
com/google/refine/importing/UrlRewriter.rewrite:(Ljava/lang/String;)Lcom/google/refine/importing/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
com/google/refine/importers/WikitextImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
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
com/google/refine/importers/XmlImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
to the top
Problems with Data Types, High Severity 14
openrefine-2.8.jar
package com.google.refine
[+] class ProjectManager 3
| Change | Effect |
---|
1 |
Abstract method void saveMetadata ( IMetadata, long ) has been added to this class. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveMetadata ( IMetadata, long ) in ProjectManager. |
2 |
Type of field _projectsMetadata has been changed from java.util.Map<java.lang.Long,ProjectMetadata> to java.util.Map<java.lang.Long,model.metadata.ProjectMetadata>. |
Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.Map<java.lang.Long,ProjectMetadata>, required: java.util.Map<java.lang.Long,model.metadata.ProjectMetadata>. |
3 |
Abstract method void saveMetadata ( ProjectMetadata, long ) has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find method saveMetadata ( ProjectMetadata, long ) in class ProjectManager. |
[+] affected methods: 25 (1%)
ProjectManager.ProjectManager ( )This constructor is from 'ProjectManager' abstract class.
ProjectManager.addLatestExpression ( String s )This method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( long p1 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( Project project )This method is from 'ProjectManager' abstract class.
ProjectManager.dispose ( )This method is from 'ProjectManager' abstract class.
ProjectManager.disposeUnmodifiedProjects ( )This method is from 'ProjectManager' abstract class.
ProjectManager.ensureProjectSaved ( long id )This method is from 'ProjectManager' abstract class.
ProjectManager.exportProject ( long p1, TarOutputStream p2 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.getAllProjectMetadata ( )This method is from 'ProjectManager' abstract class.
ProjectManager.getExpressions ( )This method is from 'ProjectManager' abstract class.
...
[+] class ProjectMetadata 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ProjectMetadata. |
[+] affected methods: 41 (1.7%)
ProjectMetadata.ProjectMetadata ( )This constructor is from 'ProjectMetadata' class.
ProjectMetadata.ProjectMetadata ( Date date )This constructor is from 'ProjectMetadata' class.
ProjectMetadata.ProjectMetadata ( Date created, Date modified, String name )This constructor is from 'ProjectMetadata' class.
ProjectMetadata.appendImportOptionMetadata ( JSONObject obj )This method is from 'ProjectMetadata' class.
ProjectMetadata.getContributors ( )This method is from 'ProjectMetadata' class.
ProjectMetadata.getCreated ( )This method is from 'ProjectMetadata' class.
ProjectMetadata.getCreator ( )This method is from 'ProjectMetadata' class.
ProjectMetadata.getCustomMetadata ( String key )This method is from 'ProjectMetadata' class.
ProjectMetadata.getDescription ( )This method is from 'ProjectMetadata' class.
ProjectMetadata.getEncoding ( )This method is from 'ProjectMetadata' class.
...
openrefine-2.8.jar
package com.google.refine.history
[+] class HistoryEntry 1
| Change | Effect |
---|
1 |
Type of field time has been changed from java.util.Date to java.time.OffsetDateTime. |
Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.Date, required: java.time.OffsetDateTime. |
[+] affected methods: 56 (2.3%)
History.addEntry ( HistoryEntry entry )1st parameter 'entry' of this method is of type 'HistoryEntry'.
History.getEntry ( long entryID )Return value of this method is of type 'HistoryEntry'.
HistoryEntry.HistoryEntry ( long id, Project project, String description, AbstractOperation operation, Change change )This constructor is from 'HistoryEntry' class.
HistoryEntry.allocateID ( )This method is from 'HistoryEntry' class.
HistoryEntry.apply ( Project project )This method is from 'HistoryEntry' class.
HistoryEntry.delete ( )This method is from 'HistoryEntry' class.
HistoryEntry.getChange ( )This method is from 'HistoryEntry' class.
HistoryEntry.load ( Project project, String s )This method is from 'HistoryEntry' class.
HistoryEntry.revert ( Project project )This method is from 'HistoryEntry' class.
HistoryEntry.save ( Writer writer, Properties options )This method is from 'HistoryEntry' class.
...
openrefine-2.8.jar
package com.google.refine.importers
[+] class WikitextImporter.WikitextTableVisitor 1
| Change | Effect |
---|
1 |
Field header of type java.util.List<java.lang.String> has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable header in WikitextImporter.WikitextTableVisitor. |
[+] affected methods: 37 (1.5%)
WikitextImporter.WikiTableDataReader.WikitextImporter.WikiTableDataReader ( WikitextImporter visitor, WikitextImporter.WikitextTableVisitor references, boolean p3 )2nd parameter 'references' of this method is of type 'WikitextImporter.WikitextTableVisitor'.
WikitextImporter.WikitextTableVisitor.WikitextImporter.WikitextTableVisitor ( WikitextImporter blankSpanningCells, boolean includeRawTemplates, boolean p3 )This constructor is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.after ( Object p1, Object p2 )This method is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.after ( WtNode node, Object result )This method is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.before ( Object p1 )This method is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.before ( WtNode node )This method is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.renderCellAsString ( WtNode e )This method is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.visit ( WtBody e )This method is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.visit ( WtBold e )This method is from 'WikitextImporter.WikitextTableVisitor' class.
WikitextImporter.WikitextTableVisitor.visit ( WtExternalLink e )This method is from 'WikitextImporter.WikitextTableVisitor' class.
...
openrefine-2.8.jar
package com.google.refine.importing
[+] class ImportingJob 1
| Change | Effect |
---|
1 |
Type of field metadata has been changed from com.google.refine.ProjectMetadata to com.google.refine.model.metadata.ProjectMetadata. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.google.refine.ProjectMetadata, required: com.google.refine.model.metadata.ProjectMetadata. |
[+] affected methods: 41 (1.7%)
com.google.refine.importers.ExcelImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.FixedWidthImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.ImporterUtilities.createMultiFileReadingProgress ( ImportingJob job, List<JSONObject> fileRecords )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.ImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.JsonImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.LineBasedImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.MarcImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.OdsImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.SeparatorBasedImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.SeparatorBasedImporter.guessSeparator ( ImportingJob job, List<JSONObject> fileRecords )1st parameter 'job' of this method is of type 'ImportingJob'.
...
[+] interface ImportingParser 2
| Change | Effect |
---|
1 |
Abstract method void parse ( Project, ProjectMetadata, ImportingJob, List<JSONObject>, String, int, JSONObject, List<Exception> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( Project, ProjectMetadata, ImportingJob, List<JSONObject>, String, int, JSONObject, List<Exception> ) in ImportingParser. |
2 |
Abstract method void parse ( Project, ProjectMetadata, ImportingJob, List<JSONObject>, String, int, JSONObject, List<Exception> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method parse ( Project, ProjectMetadata, ImportingJob, List<JSONObject>, String, int, JSONObject, List<Exception> ) in interface ImportingParser. |
[+] affected methods: 3 (0.1%)
ImportingManager.registerFormat ( String format, String label, String uiClass, ImportingParser parser )4th parameter 'parser' of this method is of type 'ImportingParser'.
ImportingManager.registerFormat ( String format, String label, boolean download, String uiClass, ImportingParser parser )5th parameter 'parser' of this method is of type 'ImportingParser'.
ImportingParser.createParserUIInitializationData ( ImportingJob p1, List<JSONObject> p2, String p3 )This abstract method is from 'ImportingParser' interface.
[+] interface UrlRewriter 3
| Change | Effect |
---|
1 |
Abstract method boolean filter ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method filter ( String ) in UrlRewriter. |
2 |
Abstract method List<UrlRewriter.Result> rewrite ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method rewrite ( String ) in UrlRewriter. |
3 |
Abstract method UrlRewriter.Result rewrite ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method rewrite ( String ) in interface UrlRewriter. |
[+] affected methods: 1 (0.04%)
ImportingManager.registerUrlRewriter ( UrlRewriter urlRewriter )1st parameter 'urlRewriter' of this method is of type 'UrlRewriter'.
openrefine-2.8.jar
package com.google.refine.model
[+] class Recon 1
| Change | Effect |
---|
1 |
Field Feature_qaResult of type int with the compile-time constant value 4 has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable Feature_qaResult in Recon. |
[+] affected methods: 56 (2.3%)
com.google.refine.expr.Binder.bind ( Properties p1, Row p2, int p3, String p4, Cell p5 )Field 'p5.recon' in 5th parameter 'p5' of this abstract method is of type 'Recon'.
com.google.refine.expr.ExpressionUtils.bind ( Properties bindings, Row row, int rowIndex, String columnName, Cell cell )Field 'cell.recon' in 5th parameter 'cell' of this method is of type 'Recon'.
com.google.refine.expr.WrappedCell.WrappedCell ( Project project, String columnName, Cell cell )Field 'cell.recon' in 3rd parameter 'cell' of this method is of type 'Recon'.
com.google.refine.expr.WrappedCell.fieldAlsoHasFields ( String name )Field 'this.cell.recon' in the object of this method is of type 'Recon'.
com.google.refine.expr.WrappedCell.getField ( String name, Properties bindings )Field 'this.cell.recon' in the object of this method is of type 'Recon'.
com.google.refine.importers.ExcelImporter.extractCell ( Cell cell, Map<String,Recon> reconMap )Field 'retval.recon' in the return value of this method is of type 'Recon'.
com.google.refine.importers.OdsImporter.extractCell ( OdfTableCell cell, Map<String,Recon> reconMap )Field 'retval.recon' in the return value of this method is of type 'Recon'.
Cell.Cell ( Serializable value, Recon recon )2nd parameter 'recon' of this method is of type 'Recon'.
Cell.fieldAlsoHasFields ( String name )Field 'this.recon' in the object of this method is of type 'Recon'.
Cell.getField ( String name, Properties bindings )Field 'this.recon' in the object of this method is of type 'Recon'.
...
openrefine-2.8.jar
package com.google.refine.model.changes
[+] class ColumnSplitChange 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.history.Change. |
Recompilation of a client program may be terminated with the message: cannot find method in class ColumnSplitChange. |
[+] affected methods: 6 (0.2%)
ColumnSplitChange.ColumnSplitChange ( String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn )This constructor is from 'ColumnSplitChange' class.
ColumnSplitChange.ColumnSplitChange ( String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn, Column column, int columnIndex, int firstNewCellIndex, List<Row> oldRows, List<Row> newRows )This constructor is from 'ColumnSplitChange' class.
ColumnSplitChange.apply ( Project project )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.load ( LineNumberReader reader, Pool pool )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.revert ( Project project )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.save ( Writer writer, Properties options )This method is from 'ColumnSplitChange' class.
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
com/google/refine/util/ParsingUtilities.stringToDate:(Ljava/lang/String;)Ljava/util/Date;
| Change | Effect |
---|
1 |
Return value type has been changed from java.util.Date to java.time.OffsetDateTime. |
Recompilation of a client program may be terminated with the message: incompatible types: java.time.OffsetDateTime cannot be converted to java.util.Date. |
openrefine-2.8.jar,
Project.class
package com.google.refine.model
[+] Project.getLastSave ( ) : Date 1
com/google/refine/model/Project.getLastSave:()Ljava/util/Date;
| Change | Effect |
---|
1 |
Return value type has been changed from java.util.Date to java.time.LocalDateTime. |
Recompilation of a client program may be terminated with the message: incompatible types: java.time.LocalDateTime cannot be converted to java.util.Date. |
[+] Project.getMetadata ( ) : ProjectMetadata 1
com/google/refine/model/Project.getMetadata:()Lcom/google/refine/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.refine.ProjectMetadata to metadata.ProjectMetadata. |
Recompilation of a client program may be terminated with the message: incompatible types: metadata.ProjectMetadata cannot be converted to com.google.refine.ProjectMetadata. |
openrefine-2.8.jar,
ProjectManager.class
package com.google.refine
[+] ProjectManager.getProjectMetadata ( long id ) : ProjectMetadata 1
com/google/refine/ProjectManager.getProjectMetadata:(J)Lcom/google/refine/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from ProjectMetadata to model.metadata.ProjectMetadata. |
Recompilation of a client program may be terminated with the message: incompatible types: model.metadata.ProjectMetadata cannot be converted to ProjectMetadata. |
[+] ProjectManager.getProjectMetadata ( String name ) : ProjectMetadata 1
com/google/refine/ProjectManager.getProjectMetadata:(Ljava/lang/String;)Lcom/google/refine/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from ProjectMetadata to model.metadata.ProjectMetadata. |
Recompilation of a client program may be terminated with the message: incompatible types: model.metadata.ProjectMetadata cannot be converted to ProjectMetadata. |
openrefine-2.8.jar,
ProjectMetadataUtilities.class
package com.google.refine.io
[+] ProjectMetadataUtilities.load ( File projectDir ) [static] : ProjectMetadata 1
com/google/refine/io/ProjectMetadataUtilities.load:(Ljava/io/File;)Lcom/google/refine/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.refine.ProjectMetadata to com.google.refine.model.metadata.ProjectMetadata. |
Recompilation of a client program may be terminated with the message: incompatible types: com.google.refine.model.metadata.ProjectMetadata cannot be converted to com.google.refine.ProjectMetadata. |
[+] ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static] : ProjectMetadata 1
com/google/refine/io/ProjectMetadataUtilities.loadFromFile:(Ljava/io/File;)Lcom/google/refine/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.refine.ProjectMetadata to com.google.refine.model.metadata.ProjectMetadata. |
Recompilation of a client program may be terminated with the message: incompatible types: com.google.refine.model.metadata.ProjectMetadata cannot be converted to com.google.refine.ProjectMetadata. |
[+] ProjectMetadataUtilities.recover ( File projectDir, long id ) [static] : ProjectMetadata 1
com/google/refine/io/ProjectMetadataUtilities.recover:(Ljava/io/File;J)Lcom/google/refine/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.refine.ProjectMetadata to com.google.refine.model.metadata.ProjectMetadata. |
Recompilation of a client program may be terminated with the message: incompatible types: com.google.refine.model.metadata.ProjectMetadata cannot be converted to com.google.refine.ProjectMetadata. |
openrefine-2.8.jar,
UrlRewriter.class
package com.google.refine.importing
[+] UrlRewriter.rewrite ( String p1 ) [abstract] : UrlRewriter.Result 1
com/google/refine/importing/UrlRewriter.rewrite:(Ljava/lang/String;)Lcom/google/refine/importing/UrlRewriter$Result;
| Change | Effect |
---|
1 |
Return value type has been changed from UrlRewriter.Result to java.util.List<UrlRewriter.Result>. |
Recompilation of a client program may be terminated with the message: incompatible types: java.util.List<UrlRewriter.Result> cannot be converted to UrlRewriter.Result. |
to the top
Problems with Data Types, Low Severity 1
openrefine-2.8.jar
package com.google.refine.model.changes
[+] class ColumnSplitChange 1
| Change | Effect |
---|
1 |
Added super-class ColumnChange. |
A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods: 6 (0.2%)
ColumnSplitChange.ColumnSplitChange ( String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn )This constructor is from 'ColumnSplitChange' class.
ColumnSplitChange.ColumnSplitChange ( String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn, Column column, int columnIndex, int firstNewCellIndex, List<Row> oldRows, List<Row> newRows )This constructor is from 'ColumnSplitChange' class.
ColumnSplitChange.apply ( Project project )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.load ( LineNumberReader reader, Pool pool )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.revert ( Project project )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.save ( Writer writer, Properties options )This method is from 'ColumnSplitChange' class.
to the top
Other Changes in Data Types 5
openrefine-2.8.jar
package com.google.refine
[+] class ProjectManager 1
| Change | Effect |
---|
1 |
Field _projectsTags has been added to this class. |
No effect. |
[+] affected methods: 25 (1%)
ProjectManager.ProjectManager ( )This constructor is from 'ProjectManager' abstract class.
ProjectManager.addLatestExpression ( String s )This method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( long p1 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( Project project )This method is from 'ProjectManager' abstract class.
ProjectManager.dispose ( )This method is from 'ProjectManager' abstract class.
ProjectManager.disposeUnmodifiedProjects ( )This method is from 'ProjectManager' abstract class.
ProjectManager.ensureProjectSaved ( long id )This method is from 'ProjectManager' abstract class.
ProjectManager.exportProject ( long p1, TarOutputStream p2 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.getAllProjectMetadata ( )This method is from 'ProjectManager' abstract class.
ProjectManager.getExpressions ( )This method is from 'ProjectManager' abstract class.
...
openrefine-2.8.jar
package com.google.refine.importers
[+] class RdfTripleImporter.Mode 1
| Change | Effect |
---|
1 |
Field TTL has been added to this class. |
No effect. |
[+] affected methods: 3 (0.1%)
RdfTripleImporter.RdfTripleImporter ( RdfTripleImporter.Mode mode )1st parameter 'mode' of this method is of type 'RdfTripleImporter.Mode'.
RdfTripleImporter.Mode.valueOf ( String name )This method is from 'RdfTripleImporter.Mode' class.
RdfTripleImporter.Mode.values ( )This method is from 'RdfTripleImporter.Mode' class.
openrefine-2.8.jar
package com.google.refine.operations.column
[+] class ColumnAdditionByFetchingURLsOperation 1
| Change | Effect |
---|
1 |
Field _httpHeadersJson has been added to this class. |
No effect. |
[+] affected methods: 5 (0.2%)
ColumnAdditionByFetchingURLsOperation.createDescription ( Column column, List<CellAtRow> cellsAtRows )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
ColumnAdditionByFetchingURLsOperation.createProcess ( Project project, Properties options )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
ColumnAdditionByFetchingURLsOperation.getBriefDescription ( Project project )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
ColumnAdditionByFetchingURLsOperation.reconstruct ( Project project, JSONObject obj )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
ColumnAdditionByFetchingURLsOperation.write ( JSONWriter writer, Properties options )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
openrefine-2.8.jar
package com.google.refine.preference
[+] class PreferenceStore 1
| Change | Effect |
---|
1 |
Field USER_NAME has been added to this class. |
No effect. |
[+] affected methods: 33 (1.3%)
PreferenceStore.PreferenceStore ( )This constructor is from 'PreferenceStore' class.
PreferenceStore.get ( String key )This method is from 'PreferenceStore' class.
PreferenceStore.getKeys ( )This method is from 'PreferenceStore' class.
PreferenceStore.isDirty ( )This method is from 'PreferenceStore' class.
PreferenceStore.load ( JSONObject obj )This method is from 'PreferenceStore' class.
PreferenceStore.loadObject ( Object o )This method is from 'PreferenceStore' class.
PreferenceStore.put ( String key, Object value )This method is from 'PreferenceStore' class.
PreferenceStore.write ( JSONWriter writer, Properties options )This method is from 'PreferenceStore' class.
com.google.refine.ProjectManager.ProjectManager ( )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
com.google.refine.ProjectManager.addLatestExpression ( String s )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
...
openrefine-2.8.jar
package com.google.refine.util
[+] class ParsingUtilities 1
| Change | Effect |
---|
1 |
Field ISO8601 has been added to this class. |
No effect. |
[+] affected methods: 11 (0.4%)
ParsingUtilities.ParsingUtilities ( )This constructor is from 'ParsingUtilities' class.
ParsingUtilities.decode ( String s )This method is from 'ParsingUtilities' class.
ParsingUtilities.encode ( String s )This method is from 'ParsingUtilities' class.
ParsingUtilities.evaluateJsonStringToArray ( String s )This method is from 'ParsingUtilities' class.
ParsingUtilities.evaluateJsonStringToObject ( String s )This method is from 'ParsingUtilities' class.
ParsingUtilities.inputStreamToString ( InputStream is )This method is from 'ParsingUtilities' class.
ParsingUtilities.inputStreamToString ( InputStream is, String encoding )This method is from 'ParsingUtilities' class.
ParsingUtilities.parseParameters ( String str )This method is from 'ParsingUtilities' class.
ParsingUtilities.parseParameters ( Properties p, String str )This method is from 'ParsingUtilities' class.
ParsingUtilities.parseUrlParameters ( HttpServletRequest request )This method is from 'ParsingUtilities' class.
...
to the top
Java Archives 1
openrefine-2.8.jar
to the top