Test Info
Library Name | openlibrary |
Version #1 | 3.0 |
Version #2 | 3.1 |
Subject | Binary Compatibility |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 2544 / 562 |
Compatibility |
93.1% |
Problem Summary
| Severity | Count |
Added Methods | - | 148 |
Removed Methods | High | 70 |
Problems with Data Types | High | 55 |
Medium | 1 |
Low | 0 |
Problems with Methods | High | 2 |
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 33 |
Added Methods 148
openrefine-3.1.jar,
AddColumnByFetchingURLsCommand.class
package com.google.refine.commands.column
AddColumnByFetchingURLsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/column/AddColumnByFetchingURLsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
AddColumnCommand.class
package com.google.refine.commands.column
AddColumnCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/column/AddColumnCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
AnnotateRowsCommand.class
package com.google.refine.commands.row
AnnotateRowsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/row/AnnotateRowsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
BinningClusterer.class
package com.google.refine.clustering.binning
BinningClusterer.initializeFromConfig ( Project project, BinningClusterer.BinningClustererConfig config ) : void
com/google/refine/clustering/binning/BinningClusterer.initializeFromConfig:(Lcom/google/refine/model/Project;Lcom/google/refine/clustering/binning/BinningClusterer$BinningClustererConfig;)V
openrefine-3.1.jar,
BinningClustererConfig.class
package com.google.refine.clustering.binning
BinningClusterer.BinningClustererConfig.apply ( Project p1 ) : Clusterer
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/clustering/Clusterer;
BinningClusterer.BinningClustererConfig.apply ( Project project ) : BinningClusterer
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/clustering/binning/BinningClusterer;
BinningClusterer.BinningClustererConfig.BinningClusterer.BinningClustererConfig ( )
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig."<init>":()V
BinningClusterer.BinningClustererConfig.getKeyer ( ) : Keyer
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.getKeyer:()Lcom/google/refine/clustering/binning/Keyer;
BinningClusterer.BinningClustererConfig.getParameters ( ) : BinningClusterer.BinningParameters
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.getParameters:()Lcom/google/refine/clustering/binning/BinningClusterer$BinningParameters;
BinningClusterer.BinningClustererConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
BinningClusterer.BinningClustererConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
BinningParameters.class
package com.google.refine.clustering.binning
BinningClusterer.BinningParameters.BinningClusterer.BinningParameters ( )
com/google/refine/clustering/binning/BinningClusterer.BinningParameters."<init>":()V
BinningClusterer.BinningParameters.reconstruct ( JSONObject o ) [static] : BinningClusterer.BinningParameters
com/google/refine/clustering/binning/BinningClusterer.BinningParameters.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/clustering/binning/BinningClusterer$BinningParameters;
BinningClusterer.BinningParameters.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningParameters.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
BlankDownCommand.class
package com.google.refine.commands.cell
BlankDownCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/cell/BlankDownCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
BlankDownOperation.class
package com.google.refine.operations.cell
BlankDownOperation.BlankDownOperation ( EngineConfig engineConfig, String columnName )
com/google/refine/operations/cell/BlankDownOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;)V
openrefine-3.1.jar,
Clusterer.class
package com.google.refine.clustering
Clusterer.initializeFromConfig ( Project project, ClustererConfig c ) : void
com/google/refine/clustering/Clusterer.initializeFromConfig:(Lcom/google/refine/model/Project;Lcom/google/refine/clustering/ClustererConfig;)V
openrefine-3.1.jar,
ClustererConfig.class
package com.google.refine.clustering
ClustererConfig.apply ( Project p1 ) [abstract] : Clusterer
com/google/refine/clustering/ClustererConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/clustering/Clusterer;
ClustererConfig.ClustererConfig ( )
com/google/refine/clustering/ClustererConfig."<init>":()V
ClustererConfig.getColumnName ( ) : String
com/google/refine/clustering/ClustererConfig.getColumnName:()Ljava/lang/String;
ClustererConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/clustering/ClustererConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
openrefine-3.1.jar,
ColumnAdditionByFetchingURLsOperation.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsOperation ( EngineConfig engineConfig, String baseColumnName, String urlExpression, OnError onError, String newColumnName, int columnInsertIndex, int delay, boolean cacheResponses, JSONArray httpHeadersJson )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;Ljava/lang/String;IIZLorg/json/JSONArray;)V
openrefine-3.1.jar,
ColumnAdditionOperation.class
package com.google.refine.operations.column
ColumnAdditionOperation.ColumnAdditionOperation ( EngineConfig engineConfig, String baseColumnName, String expression, OnError onError, String newColumnName, int columnInsertIndex )
com/google/refine/operations/column/ColumnAdditionOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;Ljava/lang/String;I)V
openrefine-3.1.jar,
ColumnSplitOperation.class
package com.google.refine.operations.column
ColumnSplitOperation.ColumnSplitOperation ( EngineConfig engineConfig, String columnName, boolean guessCellType, boolean removeOriginalColumn, int[ ] fieldLengths )
com/google/refine/operations/column/ColumnSplitOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;ZZ[I)V
ColumnSplitOperation.ColumnSplitOperation ( EngineConfig engineConfig, String columnName, boolean guessCellType, boolean removeOriginalColumn, String separator, boolean regex, int maxColumns )
com/google/refine/operations/column/ColumnSplitOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;ZZLjava/lang/String;ZI)V
openrefine-3.1.jar,
Command.class
package com.google.refine.commands
Command.getEngineConfig ( HttpServletRequest request ) [static] : EngineConfig
com/google/refine/commands/Command.getEngineConfig:(Ljavax/servlet/http/HttpServletRequest;)Lcom/google/refine/browsing/EngineConfig;
openrefine-3.1.jar,
Engine.class
package com.google.refine.browsing
Engine.initializeFromConfig ( EngineConfig config ) : void
com/google/refine/browsing/Engine.initializeFromConfig:(Lcom/google/refine/browsing/EngineConfig;)V
openrefine-3.1.jar,
EngineConfig.class
package com.google.refine.browsing
EngineConfig.EngineConfig ( List<FacetConfig> facets, Engine.Mode mode )
com/google/refine/browsing/EngineConfig."<init>":(Ljava/util/List;Lcom/google/refine/browsing/Engine$Mode;)V
EngineConfig.getFacetConfigs ( ) : List<FacetConfig>
com/google/refine/browsing/EngineConfig.getFacetConfigs:()Ljava/util/List;
EngineConfig.getMode ( ) : Engine.Mode
com/google/refine/browsing/EngineConfig.getMode:()Lcom/google/refine/browsing/Engine$Mode;
EngineConfig.reconstruct ( JSONObject o ) [static] : EngineConfig
com/google/refine/browsing/EngineConfig.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/browsing/EngineConfig;
EngineConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/EngineConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
EngineDependentCommand.class
package com.google.refine.commands
EngineDependentCommand.createOperation ( Project p1, HttpServletRequest p2, EngineConfig p3 ) [abstract] : AbstractOperation
com/google/refine/commands/EngineDependentCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
EngineDependentMassCellOperation.class
package com.google.refine.operations
EngineDependentMassCellOperation.EngineDependentMassCellOperation ( EngineConfig engineConfig, String columnName, boolean updateRowContextDependencies )
com/google/refine/operations/EngineDependentMassCellOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Z)V
openrefine-3.1.jar,
EngineDependentOperation.class
package com.google.refine.operations
EngineDependentOperation.EngineDependentOperation ( EngineConfig engineConfig )
com/google/refine/operations/EngineDependentOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;)V
EngineDependentOperation.getEngineConfig ( ) : EngineConfig
com/google/refine/operations/EngineDependentOperation.getEngineConfig:()Lcom/google/refine/browsing/EngineConfig;
openrefine-3.1.jar,
ExpressionEqualRowFilter.class
package com.google.refine.browsing.filters
ExpressionEqualRowFilter.ExpressionEqualRowFilter ( Evaluable evaluable, String columnName, int cellIndex, Object[ ] matches, boolean selectNumber, boolean selectDateTime, boolean selectBoolean, boolean selectBlank, boolean selectError, boolean invert )
com/google/refine/browsing/filters/ExpressionEqualRowFilter."<init>":(Lcom/google/refine/expr/Evaluable;Ljava/lang/String;I[Ljava/lang/Object;ZZZZZZ)V
openrefine-3.1.jar,
ExpressionUtils.class
package com.google.refine.expr
ExpressionUtils.isBoolean ( Object v ) [static] : boolean
com/google/refine/expr/ExpressionUtils.isBoolean:(Ljava/lang/Object;)Z
ExpressionUtils.isDateTime ( Object v ) [static] : boolean
com/google/refine/expr/ExpressionUtils.isDateTime:(Ljava/lang/Object;)Z
ExpressionUtils.isNumber ( Object v ) [static] : boolean
com/google/refine/expr/ExpressionUtils.isNumber:(Ljava/lang/Object;)Z
openrefine-3.1.jar,
ExtendDataCommand.class
package com.google.refine.commands.recon
ExtendDataCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ExtendDataCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ExtendDataOperation.class
package com.google.refine.operations.recon
ExtendDataOperation.ExtendDataOperation ( EngineConfig engineConfig, String baseColumnName, String endpoint, String identifierSpace, String schemaSpace, JSONObject extension, int columnInsertIndex )
com/google/refine/operations/recon/ExtendDataOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/json/JSONObject;I)V
openrefine-3.1.jar,
ExtendDataProcess.class
package com.google.refine.operations.recon
ExtendDataOperation.ExtendDataProcess.ExtendDataOperation.ExtendDataProcess ( ExtendDataOperation project, Project engineConfig, EngineConfig description, String p4 )
com/google/refine/operations/recon/ExtendDataOperation.ExtendDataProcess."<init>":(Lcom/google/refine/operations/recon/ExtendDataOperation;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;)V
openrefine-3.1.jar,
FacetConfig.class
package com.google.refine.browsing.facets
FacetConfig.apply ( Project p1 ) [abstract] : Facet
com/google/refine/browsing/facets/FacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/Facet;
FacetConfig.initializeFromJSON ( JSONObject p1 ) [abstract] : void
com/google/refine/browsing/facets/FacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
openrefine-3.1.jar,
FillDownCommand.class
package com.google.refine.commands.cell
FillDownCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/cell/FillDownCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
FillDownOperation.class
package com.google.refine.operations.cell
FillDownOperation.FillDownOperation ( EngineConfig engineConfig, String columnName )
com/google/refine/operations/cell/FillDownOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;)V
openrefine-3.1.jar,
InnerXml.class
package com.google.refine.expr.functions.xml
InnerXml.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/xml/InnerXml.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
InnerXml.call ( Properties bindings, Object[ ] args, String mode ) : Object
com/google/refine/expr/functions/xml/InnerXml.call:(Ljava/util/Properties;[Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
InnerXml.InnerXml ( )
com/google/refine/expr/functions/xml/InnerXml."<init>":()V
InnerXml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/InnerXml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
kNNClusterer.class
package com.google.refine.clustering.knn
kNNClusterer.initializeFromConfig ( Project project, kNNClusterer.kNNClustererConfig config ) : void
com/google/refine/clustering/knn/kNNClusterer.initializeFromConfig:(Lcom/google/refine/model/Project;Lcom/google/refine/clustering/knn/kNNClusterer$kNNClustererConfig;)V
openrefine-3.1.jar,
kNNClustererConfig.class
package com.google.refine.clustering.knn
kNNClusterer.kNNClustererConfig.apply ( Project p1 ) : Clusterer
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/clustering/Clusterer;
kNNClusterer.kNNClustererConfig.apply ( Project project ) : kNNClusterer
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/clustering/knn/kNNClusterer;
kNNClusterer.kNNClustererConfig.getDistance ( ) : Distance
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.getDistance:()Ledu/mit/simile/vicino/distances/Distance;
kNNClusterer.kNNClustererConfig.getParameters ( ) : kNNClusterer.kNNClustererConfigParameters
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.getParameters:()Lcom/google/refine/clustering/knn/kNNClusterer$kNNClustererConfigParameters;
kNNClusterer.kNNClustererConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
kNNClusterer.kNNClustererConfig.kNNClusterer.kNNClustererConfig ( )
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig."<init>":()V
kNNClusterer.kNNClustererConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
kNNClustererConfigParameters.class
package com.google.refine.clustering.knn
kNNClusterer.kNNClustererConfigParameters.kNNClusterer.kNNClustererConfigParameters ( )
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfigParameters."<init>":()V
kNNClusterer.kNNClustererConfigParameters.reconstruct ( JSONObject o ) [static] : kNNClusterer.kNNClustererConfigParameters
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfigParameters.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/clustering/knn/kNNClusterer$kNNClustererConfigParameters;
kNNClusterer.kNNClustererConfigParameters.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfigParameters.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ListFacet.class
package com.google.refine.browsing.facets
ListFacet.initializeFromConfig ( ListFacet.ListFacetConfig config, Project project ) : void
com/google/refine/browsing/facets/ListFacet.initializeFromConfig:(Lcom/google/refine/browsing/facets/ListFacet$ListFacetConfig;Lcom/google/refine/model/Project;)V
openrefine-3.1.jar,
ListFacetConfig.class
package com.google.refine.browsing.facets
ListFacet.ListFacetConfig.apply ( Project project ) : Facet
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/Facet;
ListFacet.ListFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
ListFacet.ListFacetConfig.ListFacet.ListFacetConfig ( )
com/google/refine/browsing/facets/ListFacet.ListFacetConfig."<init>":()V
ListFacet.ListFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
MassEditCommand.class
package com.google.refine.commands.cell
MassEditCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/cell/MassEditCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
MassEditOperation.class
package com.google.refine.operations.cell
MassEditOperation.MassEditOperation ( EngineConfig engineConfig, String columnName, String expression, List<MassEditOperation.Edit> edits )
com/google/refine/operations/cell/MassEditOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
openrefine-3.1.jar,
OwnText.class
package com.google.refine.expr.functions.xml
OwnText.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/xml/OwnText.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
OwnText.OwnText ( )
com/google/refine/expr/functions/xml/OwnText."<init>":()V
OwnText.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/OwnText.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ParseXml.class
package com.google.refine.expr.functions.xml
ParseXml.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/xml/ParseXml.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
ParseXml.call ( Properties bindings, Object[ ] args, String mode ) : Object
com/google/refine/expr/functions/xml/ParseXml.call:(Ljava/util/Properties;[Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
ParseXml.ParseXml ( )
com/google/refine/expr/functions/xml/ParseXml."<init>":()V
ParseXml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/ParseXml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RangeFacet.class
package com.google.refine.browsing.facets
RangeFacet.initializeFromConfig ( RangeFacet.RangeFacetConfig config, Project project ) : void
com/google/refine/browsing/facets/RangeFacet.initializeFromConfig:(Lcom/google/refine/browsing/facets/RangeFacet$RangeFacetConfig;Lcom/google/refine/model/Project;)V
openrefine-3.1.jar,
RangeFacetConfig.class
package com.google.refine.browsing.facets
RangeFacet.RangeFacetConfig.apply ( Project p1 ) : Facet
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/Facet;
RangeFacet.RangeFacetConfig.apply ( Project project ) : RangeFacet
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/RangeFacet;
RangeFacet.RangeFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
RangeFacet.RangeFacetConfig.RangeFacet.RangeFacetConfig ( )
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig."<init>":()V
RangeFacet.RangeFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RdfJsonldTripleImporter.class
package com.google.refine.importers
RdfJsonldTripleImporter.RdfJsonldTripleImporter ( )
com/google/refine/importers/RdfJsonldTripleImporter."<init>":()V
openrefine-3.1.jar,
ReconcileCommand.class
package com.google.refine.commands.recon
ReconcileCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconcileCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconClearSimilarCellsCommand.class
package com.google.refine.commands.recon
ReconClearSimilarCellsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconClearSimilarCellsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconClearSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconClearSimilarCellsOperation.ReconClearSimilarCellsOperation ( EngineConfig engineConfig, String columnName, String similarValue )
com/google/refine/operations/recon/ReconClearSimilarCellsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.1.jar,
ReconCopyAcrossColumnsCommand.class
package com.google.refine.commands.recon
ReconCopyAcrossColumnsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconCopyAcrossColumnsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconCopyAcrossColumnsOperation.class
package com.google.refine.operations.recon
ReconCopyAcrossColumnsOperation.ReconCopyAcrossColumnsOperation ( EngineConfig engineConfig, String fromColumnName, String[ ] toColumnNames, String[ ] judgments, boolean applyToJudgedCells )
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;Z)V
openrefine-3.1.jar,
ReconDiscardJudgmentsCommand.class
package com.google.refine.commands.recon
ReconDiscardJudgmentsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconDiscardJudgmentsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconDiscardJudgmentsOperation.class
package com.google.refine.operations.recon
ReconDiscardJudgmentsOperation.ReconDiscardJudgmentsOperation ( EngineConfig engineConfig, String columnName, boolean clearData )
com/google/refine/operations/recon/ReconDiscardJudgmentsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Z)V
openrefine-3.1.jar,
ReconJudgeSimilarCellsCommand.class
package com.google.refine.commands.recon
ReconJudgeSimilarCellsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconJudgeSimilarCellsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconJudgeSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconJudgeSimilarCellsOperation.ReconJudgeSimilarCellsOperation ( EngineConfig engineConfig, String columnName, String similarValue, Recon.Judgment judgment, ReconCandidate match, boolean shareNewTopics )
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/model/Recon$Judgment;Lcom/google/refine/model/ReconCandidate;Z)V
openrefine-3.1.jar,
ReconMarkNewTopicsCommand.class
package com.google.refine.commands.recon
ReconMarkNewTopicsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconMarkNewTopicsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconMarkNewTopicsOperation.class
package com.google.refine.operations.recon
ReconMarkNewTopicsOperation.ReconMarkNewTopicsOperation ( EngineConfig engineConfig, String columnName, boolean shareNewTopics )
com/google/refine/operations/recon/ReconMarkNewTopicsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Z)V
openrefine-3.1.jar,
ReconMatchBestCandidatesCommand.class
package com.google.refine.commands.recon
ReconMatchBestCandidatesCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconMatchBestCandidatesCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconMatchBestCandidatesOperation.class
package com.google.refine.operations.recon
ReconMatchBestCandidatesOperation.ReconMatchBestCandidatesOperation ( EngineConfig engineConfig, String columnName )
com/google/refine/operations/recon/ReconMatchBestCandidatesOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;)V
openrefine-3.1.jar,
ReconMatchSpecificTopicCommand.class
package com.google.refine.commands.recon
ReconMatchSpecificTopicCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconMatchSpecificTopicCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconMatchSpecificTopicOperation.class
package com.google.refine.operations.recon
ReconMatchSpecificTopicOperation.ReconMatchSpecificTopicOperation ( EngineConfig engineConfig, String columnName, ReconCandidate match, String identifierSpace, String schemaSpace )
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Lcom/google/refine/model/ReconCandidate;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.1.jar,
ReconOperation.class
package com.google.refine.operations.recon
ReconOperation.ReconOperation ( EngineConfig engineConfig, String columnName, ReconConfig reconConfig )
com/google/refine/operations/recon/ReconOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Lcom/google/refine/model/recon/ReconConfig;)V
openrefine-3.1.jar,
ReconProcess.class
package com.google.refine.operations.recon
ReconOperation.ReconProcess.ReconOperation.ReconProcess ( ReconOperation project, Project engineConfig, EngineConfig description, String p4 )
com/google/refine/operations/recon/ReconOperation.ReconProcess."<init>":(Lcom/google/refine/operations/recon/ReconOperation;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;)V
openrefine-3.1.jar,
ReconUseValuesAsIdentifiersCommand.class
package com.google.refine.commands.recon
ReconUseValuesAsIdentifiersCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconUseValuesAsIdentifiersCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
ReconUseValuesAsIdentifiersCommand.ReconUseValuesAsIdentifiersCommand ( )
com/google/refine/commands/recon/ReconUseValuesAsIdentifiersCommand."<init>":()V
openrefine-3.1.jar,
ReconUseValuesAsIdentifiersOperation.class
package com.google.refine.operations.recon
ReconUseValuesAsIdentifiersOperation.createChange ( Project project, Column column, List<CellChange> cellChanges ) : Change
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.createChange:(Lcom/google/refine/model/Project;Lcom/google/refine/model/Column;Ljava/util/List;)Lcom/google/refine/history/Change;
ReconUseValuesAsIdentifiersOperation.createDescription ( Column column, List<CellChange> cellChanges ) : String
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.createDescription:(Lcom/google/refine/model/Column;Ljava/util/List;)Ljava/lang/String;
ReconUseValuesAsIdentifiersOperation.createRowVisitor ( Project project, List<CellChange> cellChanges, long historyEntryID ) : RowVisitor
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.createRowVisitor:(Lcom/google/refine/model/Project;Ljava/util/List;J)Lcom/google/refine/browsing/RowVisitor;
ReconUseValuesAsIdentifiersOperation.getBriefDescription ( Project project ) : String
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.getBriefDescription:(Lcom/google/refine/model/Project;)Ljava/lang/String;
ReconUseValuesAsIdentifiersOperation.reconstruct ( JSONObject obj ) [static] : ReconUseValuesAsIdentifiersOperation
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation;
ReconUseValuesAsIdentifiersOperation.ReconUseValuesAsIdentifiersOperation ( EngineConfig engineConfig, String columnName, String service, String identifierSpace, String schemaSpace )
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
ReconUseValuesAsIdentifiersOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RemoveRowsCommand.class
package com.google.refine.commands.row
RemoveRowsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/row/RemoveRowsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReorderColumnsCommand.class
package com.google.refine.commands.column
ReorderColumnsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/column/ReorderColumnsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReorderRowsCommand.class
package com.google.refine.commands.row
ReorderRowsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/row/ReorderRowsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
RowFlagOperation.class
package com.google.refine.operations.row
RowFlagOperation.RowFlagOperation ( EngineConfig engineConfig, boolean flagged )
com/google/refine/operations/row/RowFlagOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Z)V
openrefine-3.1.jar,
RowRemovalOperation.class
package com.google.refine.operations.row
RowRemovalOperation.RowRemovalOperation ( EngineConfig engineConfig )
com/google/refine/operations/row/RowRemovalOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;)V
openrefine-3.1.jar,
RowStarOperation.class
package com.google.refine.operations.row
RowStarOperation.RowStarOperation ( EngineConfig engineConfig, boolean starred )
com/google/refine/operations/row/RowStarOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Z)V
openrefine-3.1.jar,
ScatterplotFacet.class
package com.google.refine.browsing.facets
ScatterplotFacet.initializeFromConfig ( ScatterplotFacet.ScatterplotFacetConfig configuration, Project project ) : void
com/google/refine/browsing/facets/ScatterplotFacet.initializeFromConfig:(Lcom/google/refine/browsing/facets/ScatterplotFacet$ScatterplotFacetConfig;Lcom/google/refine/model/Project;)V
openrefine-3.1.jar,
ScatterplotFacetConfig.class
package com.google.refine.browsing.facets
ScatterplotFacet.ScatterplotFacetConfig.apply ( Project p1 ) : Facet
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/Facet;
ScatterplotFacet.ScatterplotFacetConfig.apply ( Project project ) : ScatterplotFacet
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/ScatterplotFacet;
ScatterplotFacet.ScatterplotFacetConfig.getRotation ( String rotation ) [static] : int
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.getRotation:(Ljava/lang/String;)I
ScatterplotFacet.ScatterplotFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
ScatterplotFacet.ScatterplotFacetConfig.ScatterplotFacet.ScatterplotFacetConfig ( )
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig."<init>":()V
ScatterplotFacet.ScatterplotFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SelectXml.class
package com.google.refine.expr.functions.xml
SelectXml.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/xml/SelectXml.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
SelectXml.SelectXml ( )
com/google/refine/expr/functions/xml/SelectXml."<init>":()V
SelectXml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/SelectXml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SplitColumnCommand.class
package com.google.refine.commands.column
SplitColumnCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/column/SplitColumnCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
TextSearchFacet.class
package com.google.refine.browsing.facets
TextSearchFacet.initializeFromConfig ( TextSearchFacet.TextSearchFacetConfig config, Project project ) : void
com/google/refine/browsing/facets/TextSearchFacet.initializeFromConfig:(Lcom/google/refine/browsing/facets/TextSearchFacet$TextSearchFacetConfig;Lcom/google/refine/model/Project;)V
openrefine-3.1.jar,
TextSearchFacetConfig.class
package com.google.refine.browsing.facets
TextSearchFacet.TextSearchFacetConfig.apply ( Project p1 ) : Facet
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/Facet;
TextSearchFacet.TextSearchFacetConfig.apply ( Project project ) : TextSearchFacet
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/TextSearchFacet;
TextSearchFacet.TextSearchFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
TextSearchFacet.TextSearchFacetConfig.TextSearchFacet.TextSearchFacetConfig ( )
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig."<init>":()V
TextSearchFacet.TextSearchFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TextTransformCommand.class
package com.google.refine.commands.cell
TextTransformCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/cell/TextTransformCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
TextTransformOperation.class
package com.google.refine.operations.cell
TextTransformOperation.TextTransformOperation ( EngineConfig engineConfig, String columnName, String expression, OnError onError, boolean repeat, int repeatCount )
com/google/refine/operations/cell/TextTransformOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;ZI)V
openrefine-3.1.jar,
TimeRangeFacet.class
package com.google.refine.browsing.facets
TimeRangeFacet.getRecordFilter ( Project project ) : RecordFilter
com/google/refine/browsing/facets/TimeRangeFacet.getRecordFilter:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/RecordFilter;
TimeRangeFacet.getRowEvaluable ( Project project ) : RowEvaluable
com/google/refine/browsing/facets/TimeRangeFacet.getRowEvaluable:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/util/RowEvaluable;
TimeRangeFacet.initializeFromConfig ( TimeRangeFacet.TimeRangeFacetConfig config, Project project ) : void
com/google/refine/browsing/facets/TimeRangeFacet.initializeFromConfig:(Lcom/google/refine/browsing/facets/TimeRangeFacet$TimeRangeFacetConfig;Lcom/google/refine/model/Project;)V
openrefine-3.1.jar,
TimeRangeFacetConfig.class
package com.google.refine.browsing.facets
TimeRangeFacet.TimeRangeFacetConfig.apply ( Project p1 ) : Facet
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/Facet;
TimeRangeFacet.TimeRangeFacetConfig.apply ( Project project ) : TimeRangeFacet
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/TimeRangeFacet;
TimeRangeFacet.TimeRangeFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
TimeRangeFacet.TimeRangeFacetConfig.TimeRangeFacet.TimeRangeFacetConfig ( )
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig."<init>":()V
TimeRangeFacet.TimeRangeFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
XmlAttr.class
package com.google.refine.expr.functions.xml
XmlAttr.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/xml/XmlAttr.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
XmlAttr.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/XmlAttr.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
XmlAttr.XmlAttr ( )
com/google/refine/expr/functions/xml/XmlAttr."<init>":()V
openrefine-3.1.jar,
XmlText.class
package com.google.refine.expr.functions.xml
XmlText.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/xml/XmlText.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
XmlText.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/XmlText.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
XmlText.XmlText ( )
com/google/refine/expr/functions/xml/XmlText."<init>":()V
to the top
Removed Methods 70
openrefine-3.0.jar,
AddColumnByFetchingURLsCommand.class
package com.google.refine.commands.column
AddColumnByFetchingURLsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/column/AddColumnByFetchingURLsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
AddColumnCommand.class
package com.google.refine.commands.column
AddColumnCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/column/AddColumnCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
AnnotateRowsCommand.class
package com.google.refine.commands.row
AnnotateRowsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/row/AnnotateRowsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
BinningClusterer.class
package com.google.refine.clustering.binning
BinningClusterer.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/clustering/binning/BinningClusterer.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
BlankDownCommand.class
package com.google.refine.commands.cell
BlankDownCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/cell/BlankDownCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
BlankDownOperation.class
package com.google.refine.operations.cell
BlankDownOperation.BlankDownOperation ( JSONObject engineConfig, String columnName )
com/google/refine/operations/cell/BlankDownOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;)V
openrefine-3.0.jar,
Clusterer.class
package com.google.refine.clustering
Clusterer.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/clustering/Clusterer.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)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,
ColumnAdditionOperation.class
package com.google.refine.operations.column
ColumnAdditionOperation.ColumnAdditionOperation ( JSONObject engineConfig, String baseColumnName, String expression, OnError onError, String newColumnName, int columnInsertIndex )
com/google/refine/operations/column/ColumnAdditionOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;Ljava/lang/String;I)V
openrefine-3.0.jar,
ColumnSplitOperation.class
package com.google.refine.operations.column
ColumnSplitOperation.ColumnSplitOperation ( JSONObject engineConfig, String columnName, boolean guessCellType, boolean removeOriginalColumn, int[ ] fieldLengths )
com/google/refine/operations/column/ColumnSplitOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;ZZ[I)V
ColumnSplitOperation.ColumnSplitOperation ( JSONObject engineConfig, String columnName, boolean guessCellType, boolean removeOriginalColumn, String separator, boolean regex, int maxColumns )
com/google/refine/operations/column/ColumnSplitOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;ZZLjava/lang/String;ZI)V
openrefine-3.0.jar,
Command.class
package com.google.refine.commands
Command.getEngineConfig ( HttpServletRequest request ) [static] : JSONObject
com/google/refine/commands/Command.getEngineConfig:(Ljavax/servlet/http/HttpServletRequest;)Lorg/json/JSONObject;
openrefine-3.0.jar,
EngineDependentCommand.class
package com.google.refine.commands
EngineDependentCommand.createOperation ( Project p1, HttpServletRequest p2, JSONObject p3 ) [abstract] : AbstractOperation
com/google/refine/commands/EngineDependentCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
EngineDependentMassCellOperation.class
package com.google.refine.operations
EngineDependentMassCellOperation.EngineDependentMassCellOperation ( JSONObject engineConfig, String columnName, boolean updateRowContextDependencies )
com/google/refine/operations/EngineDependentMassCellOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Z)V
openrefine-3.0.jar,
EngineDependentOperation.class
package com.google.refine.operations
EngineDependentOperation.EngineDependentOperation ( JSONObject engineConfig )
com/google/refine/operations/EngineDependentOperation."<init>":(Lorg/json/JSONObject;)V
EngineDependentOperation.getEngineConfig ( ) : JSONObject
com/google/refine/operations/EngineDependentOperation.getEngineConfig:()Lorg/json/JSONObject;
openrefine-3.0.jar,
ExpressionEqualRowFilter.class
package com.google.refine.browsing.filters
ExpressionEqualRowFilter.ExpressionEqualRowFilter ( Evaluable evaluable, String columnName, int cellIndex, Object[ ] matches, boolean selectBlank, boolean selectError, boolean invert )
com/google/refine/browsing/filters/ExpressionEqualRowFilter."<init>":(Lcom/google/refine/expr/Evaluable;Ljava/lang/String;I[Ljava/lang/Object;ZZZ)V
openrefine-3.0.jar,
ExtendDataCommand.class
package com.google.refine.commands.recon
ExtendDataCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ExtendDataCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ExtendDataOperation.class
package com.google.refine.operations.recon
ExtendDataOperation.ExtendDataOperation ( JSONObject engineConfig, String baseColumnName, String endpoint, String identifierSpace, String schemaSpace, JSONObject extension, int columnInsertIndex )
com/google/refine/operations/recon/ExtendDataOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/json/JSONObject;I)V
openrefine-3.0.jar,
ExtendDataProcess.class
package com.google.refine.operations.recon
ExtendDataOperation.ExtendDataProcess.ExtendDataOperation.ExtendDataProcess ( ExtendDataOperation project, Project engineConfig, JSONObject description, String p4 )
com/google/refine/operations/recon/ExtendDataOperation.ExtendDataProcess."<init>":(Lcom/google/refine/operations/recon/ExtendDataOperation;Lcom/google/refine/model/Project;Lorg/json/JSONObject;Ljava/lang/String;)V
openrefine-3.0.jar,
Facet.class
package com.google.refine.browsing.facets
Facet.initializeFromJSON ( Project p1, JSONObject p2 ) [abstract] : void
com/google/refine/browsing/facets/Facet.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
FillDownCommand.class
package com.google.refine.commands.cell
FillDownCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/cell/FillDownCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
FillDownOperation.class
package com.google.refine.operations.cell
FillDownOperation.FillDownOperation ( JSONObject engineConfig, String columnName )
com/google/refine/operations/cell/FillDownOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;)V
openrefine-3.0.jar,
HtmlAttr.class
package com.google.refine.expr.functions.html
HtmlAttr.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/html/HtmlAttr.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
HtmlAttr.HtmlAttr ( )
com/google/refine/expr/functions/html/HtmlAttr."<init>":()V
HtmlAttr.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/html/HtmlAttr.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.0.jar,
HtmlText.class
package com.google.refine.expr.functions.html
HtmlText.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/html/HtmlText.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
HtmlText.HtmlText ( )
com/google/refine/expr/functions/html/HtmlText."<init>":()V
HtmlText.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/html/HtmlText.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.0.jar,
kNNClusterer.class
package com.google.refine.clustering.knn
kNNClusterer.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/clustering/knn/kNNClusterer.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
ListFacet.class
package com.google.refine.browsing.facets
ListFacet.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/browsing/facets/ListFacet.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
MassEditCommand.class
package com.google.refine.commands.cell
MassEditCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/cell/MassEditCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
MassEditOperation.class
package com.google.refine.operations.cell
MassEditOperation.MassEditOperation ( JSONObject engineConfig, String columnName, String expression, List<MassEditOperation.Edit> edits )
com/google/refine/operations/cell/MassEditOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
openrefine-3.0.jar,
OwnText.class
package com.google.refine.expr.functions.html
OwnText.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/html/OwnText.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
OwnText.OwnText ( )
com/google/refine/expr/functions/html/OwnText."<init>":()V
OwnText.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/html/OwnText.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.0.jar,
RangeFacet.class
package com.google.refine.browsing.facets
RangeFacet.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/browsing/facets/RangeFacet.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
ReconcileCommand.class
package com.google.refine.commands.recon
ReconcileCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconcileCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconClearSimilarCellsCommand.class
package com.google.refine.commands.recon
ReconClearSimilarCellsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconClearSimilarCellsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconClearSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconClearSimilarCellsOperation.ReconClearSimilarCellsOperation ( JSONObject engineConfig, String columnName, String similarValue )
com/google/refine/operations/recon/ReconClearSimilarCellsOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.0.jar,
ReconCopyAcrossColumnsCommand.class
package com.google.refine.commands.recon
ReconCopyAcrossColumnsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconCopyAcrossColumnsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconCopyAcrossColumnsOperation.class
package com.google.refine.operations.recon
ReconCopyAcrossColumnsOperation.ReconCopyAcrossColumnsOperation ( JSONObject engineConfig, String fromColumnName, String[ ] toColumnNames, String[ ] judgments, boolean applyToJudgedCells )
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;Z)V
openrefine-3.0.jar,
ReconDiscardJudgmentsCommand.class
package com.google.refine.commands.recon
ReconDiscardJudgmentsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconDiscardJudgmentsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconDiscardJudgmentsOperation.class
package com.google.refine.operations.recon
ReconDiscardJudgmentsOperation.ReconDiscardJudgmentsOperation ( JSONObject engineConfig, String columnName, boolean clearData )
com/google/refine/operations/recon/ReconDiscardJudgmentsOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Z)V
openrefine-3.0.jar,
ReconJudgeSimilarCellsCommand.class
package com.google.refine.commands.recon
ReconJudgeSimilarCellsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconJudgeSimilarCellsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconJudgeSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconJudgeSimilarCellsOperation.ReconJudgeSimilarCellsOperation ( JSONObject engineConfig, String columnName, String similarValue, Recon.Judgment judgment, ReconCandidate match, boolean shareNewTopics )
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/model/Recon$Judgment;Lcom/google/refine/model/ReconCandidate;Z)V
openrefine-3.0.jar,
ReconMarkNewTopicsCommand.class
package com.google.refine.commands.recon
ReconMarkNewTopicsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconMarkNewTopicsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconMarkNewTopicsOperation.class
package com.google.refine.operations.recon
ReconMarkNewTopicsOperation.ReconMarkNewTopicsOperation ( JSONObject engineConfig, String columnName, boolean shareNewTopics )
com/google/refine/operations/recon/ReconMarkNewTopicsOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Z)V
openrefine-3.0.jar,
ReconMatchBestCandidatesCommand.class
package com.google.refine.commands.recon
ReconMatchBestCandidatesCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconMatchBestCandidatesCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconMatchBestCandidatesOperation.class
package com.google.refine.operations.recon
ReconMatchBestCandidatesOperation.ReconMatchBestCandidatesOperation ( JSONObject engineConfig, String columnName )
com/google/refine/operations/recon/ReconMatchBestCandidatesOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;)V
openrefine-3.0.jar,
ReconMatchSpecificTopicCommand.class
package com.google.refine.commands.recon
ReconMatchSpecificTopicCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconMatchSpecificTopicCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconMatchSpecificTopicOperation.class
package com.google.refine.operations.recon
ReconMatchSpecificTopicOperation.ReconMatchSpecificTopicOperation ( JSONObject engineConfig, String columnName, ReconCandidate match, String identifierSpace, String schemaSpace )
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Lcom/google/refine/model/ReconCandidate;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.0.jar,
ReconOperation.class
package com.google.refine.operations.recon
ReconOperation.ReconOperation ( JSONObject engineConfig, String columnName, ReconConfig reconConfig )
com/google/refine/operations/recon/ReconOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Lcom/google/refine/model/recon/ReconConfig;)V
openrefine-3.0.jar,
ReconProcess.class
package com.google.refine.operations.recon
ReconOperation.ReconProcess.ReconOperation.ReconProcess ( ReconOperation project, Project engineConfig, JSONObject description, String p4 )
com/google/refine/operations/recon/ReconOperation.ReconProcess."<init>":(Lcom/google/refine/operations/recon/ReconOperation;Lcom/google/refine/model/Project;Lorg/json/JSONObject;Ljava/lang/String;)V
openrefine-3.0.jar,
RemoveRowsCommand.class
package com.google.refine.commands.row
RemoveRowsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/row/RemoveRowsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReorderColumnsCommand.class
package com.google.refine.commands.column
ReorderColumnsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/column/ReorderColumnsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReorderRowsCommand.class
package com.google.refine.commands.row
ReorderRowsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/row/ReorderRowsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
RowFlagOperation.class
package com.google.refine.operations.row
RowFlagOperation.RowFlagOperation ( JSONObject engineConfig, boolean flagged )
com/google/refine/operations/row/RowFlagOperation."<init>":(Lorg/json/JSONObject;Z)V
openrefine-3.0.jar,
RowRemovalOperation.class
package com.google.refine.operations.row
RowRemovalOperation.RowRemovalOperation ( JSONObject engineConfig )
com/google/refine/operations/row/RowRemovalOperation."<init>":(Lorg/json/JSONObject;)V
openrefine-3.0.jar,
RowStarOperation.class
package com.google.refine.operations.row
RowStarOperation.RowStarOperation ( JSONObject engineConfig, boolean starred )
com/google/refine/operations/row/RowStarOperation."<init>":(Lorg/json/JSONObject;Z)V
openrefine-3.0.jar,
ScatterplotFacet.class
package com.google.refine.browsing.facets
ScatterplotFacet.getRotation ( String rotation ) [static] : int
com/google/refine/browsing/facets/ScatterplotFacet.getRotation:(Ljava/lang/String;)I
ScatterplotFacet.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/browsing/facets/ScatterplotFacet.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
SelectHtml.class
package com.google.refine.expr.functions.html
SelectHtml.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/html/SelectHtml.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
SelectHtml.SelectHtml ( )
com/google/refine/expr/functions/html/SelectHtml."<init>":()V
SelectHtml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/html/SelectHtml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.0.jar,
SplitColumnCommand.class
package com.google.refine.commands.column
SplitColumnCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/column/SplitColumnCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
TextSearchFacet.class
package com.google.refine.browsing.facets
TextSearchFacet.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/browsing/facets/TextSearchFacet.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
TextTransformCommand.class
package com.google.refine.commands.cell
TextTransformCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/cell/TextTransformCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
TextTransformOperation.class
package com.google.refine.operations.cell
TextTransformOperation.TextTransformOperation ( JSONObject engineConfig, String columnName, String expression, OnError onError, boolean repeat, int repeatCount )
com/google/refine/operations/cell/TextTransformOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;ZI)V
openrefine-3.0.jar,
TimeRangeFacet.class
package com.google.refine.browsing.facets
TimeRangeFacet.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/browsing/facets/TimeRangeFacet.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
to the top
Problems with Data Types, High Severity 55
openrefine-3.0.jar
package com.google.refine.browsing
[+] class Engine 1
| Change | Effect |
---|
1 |
Field _mode of type Engine.Mode has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 35 (1.4%)
Engine.Engine ( Project project )This constructor is from 'Engine' class.
Engine.computeFacets ( )This method is from 'Engine' class.
Engine.getAllFilteredRows ( )This method is from 'Engine' class.
Engine.getAllRecords ( )This method is from 'Engine' class.
Engine.getAllRows ( )This method is from 'Engine' class.
Engine.getFilteredRecords ( )This method is from 'Engine' class.
Engine.getFilteredRecords ( Facet except )This method is from 'Engine' class.
Engine.getFilteredRows ( Facet except )This method is from 'Engine' class.
Engine.getMode ( )This method is from 'Engine' class.
Engine.initializeFromJSON ( JSONObject o )This method is from 'Engine' class.
...
openrefine-3.0.jar
package com.google.refine.browsing.facets
[+] class ListFacet 9
| Change | Effect |
---|
1 |
Field _columnName of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Field _expression of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
3 |
Field _invert of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
4 |
Field _name of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
5 |
Field _omitBlank of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
6 |
Field _omitError of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
7 |
Field _selectBlank of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
8 |
Field _selectError of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
9 |
Field _selection of type java.util.List<NominalFacetChoice> has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 9 (0.4%)
ListFacet.ListFacet ( )This constructor is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'ListFacet' class.
ListFacet.createMatches ( )This method is from 'ListFacet' class.
ListFacet.getLimit ( )This method is from 'ListFacet' class.
ListFacet.getRecordFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.getRowFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.postProcessGrouper ( ExpressionNominalValueGrouper grouper )This method is from 'ListFacet' class.
ListFacet.write ( JSONWriter writer, Properties options )This method is from 'ListFacet' class.
[+] class RangeFacet 10
| Change | Effect |
---|
1 |
Field _columnName of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Field _expression of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
3 |
Field _from of type double has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
4 |
Field _name of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
5 |
Field _selectBlank of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
6 |
Field _selectError of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
7 |
Field _selectNonNumeric of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
8 |
Field _selectNumeric of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
9 |
Field _selected of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
10 |
Field _to of type double has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 9 (0.4%)
RangeFacet.RangeFacet ( )This constructor is from 'RangeFacet' class.
RangeFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'RangeFacet' class.
RangeFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'RangeFacet' class.
RangeFacet.getRecordFilter ( Project project )This method is from 'RangeFacet' class.
RangeFacet.getRowEvaluable ( Project project )This method is from 'RangeFacet' class.
RangeFacet.getRowFilter ( Project project )This method is from 'RangeFacet' class.
RangeFacet.retrieveDataFromBaseBinIndex ( NumericBinIndex index )This method is from 'RangeFacet' class.
RangeFacet.retrieveDataFromBinner ( ExpressionNumericValueBinner binner )This method is from 'RangeFacet' class.
RangeFacet.write ( JSONWriter writer, Properties options )This method is from 'RangeFacet' class.
[+] class ScatterplotFacet 18
| Change | Effect |
---|
1 |
Field color of type java.awt.Color has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Field color_str of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
3 |
Field columnName_x of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
4 |
Field columnName_y of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
5 |
Field dim_x of type int has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
6 |
Field dim_y of type int has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
7 |
Field dot of type double has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
8 |
Field expression_x of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
9 |
Field expression_y of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
10 |
Field from_x of type double has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
11 |
Field from_y of type double has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
12 |
Field l of type double has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
13 |
Field name of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
14 |
Field rotation of type int has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
15 |
Field selected of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
16 |
Field size of type int has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
17 |
Field to_x of type double has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
18 |
Field to_y of type double has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 13 (0.5%)
ScatterplotFacet.ScatterplotFacet ( )This constructor is from 'ScatterplotFacet' class.
ScatterplotFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.createRotationMatrix ( int rotation, double l )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.getAxisDim ( String type )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.getBinIndex ( Project project, Column column, Evaluable eval, String expression )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.getBinIndex ( Project project, Column column, Evaluable eval, String expression, String mode )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.getRecordFilter ( Project project )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.getRowFilter ( Project project )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.retrieveDataFromBinIndices ( NumericBinIndex index_x, NumericBinIndex index_y )This method is from 'ScatterplotFacet' class.
...
[+] class TextSearchFacet 5
| Change | Effect |
---|
1 |
Field _caseSensitive of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Field _columnName of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
3 |
Field _invert of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
4 |
Field _mode of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
5 |
Field _name of type java.lang.String has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 6 (0.2%)
TextSearchFacet.TextSearchFacet ( )This constructor is from 'TextSearchFacet' class.
TextSearchFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'TextSearchFacet' class.
TextSearchFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'TextSearchFacet' class.
TextSearchFacet.getRecordFilter ( Project project )This method is from 'TextSearchFacet' class.
TextSearchFacet.getRowFilter ( Project project )This method is from 'TextSearchFacet' class.
TextSearchFacet.write ( JSONWriter writer, Properties options )This method is from 'TextSearchFacet' class.
[+] class TimeRangeFacet 2
| Change | Effect |
---|
1 |
Field _selectNonTime of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Field _selectTime of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 7 (0.3%)
TimeRangeFacet.TimeRangeFacet ( )This constructor is from 'TimeRangeFacet' class.
TimeRangeFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.getRowFilter ( Project project )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.retrieveDataFromBaseBinIndex ( TimeBinIndex index )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.retrieveDataFromBinner ( ExpressionTimeValueBinner binner )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.write ( JSONWriter writer, Properties options )This method is from 'TimeRangeFacet' class.
[+] interface Facet 1
| Change | Effect |
---|
1 |
Abstract method void initializeFromJSON ( Project, JSONObject ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.2%)
com.google.refine.browsing.Engine.getFilteredRecords ( Facet except )1st parameter 'except' of this method is of type 'Facet'.
com.google.refine.browsing.Engine.getFilteredRows ( Facet except )1st parameter 'except' of this method is of type 'Facet'.
Facet.computeChoices ( Project p1, FilteredRecords p2 )This abstract method is from 'Facet' interface.
Facet.computeChoices ( Project p1, FilteredRows p2 )This abstract method is from 'Facet' interface.
Facet.getRecordFilter ( Project p1 )This abstract method is from 'Facet' interface.
Facet.getRowFilter ( Project p1 )This abstract method is from 'Facet' interface.
openrefine-3.0.jar
package com.google.refine.clustering
[+] class Clusterer 1
| Change | Effect |
---|
1 |
Field _config of type org.json.JSONObject has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 2 (0.1%)
Clusterer.Clusterer ( )This constructor is from 'Clusterer' abstract class.
Clusterer.computeClusters ( Engine p1 )This abstract method is from 'Clusterer' abstract class.
openrefine-3.0.jar
package com.google.refine.commands
[+] class EngineDependentCommand 1
| Change | Effect |
---|
1 |
Abstract method AbstractOperation createOperation ( Project, HttpServletRequest, JSONObject ) has been removed from this class. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.1%)
EngineDependentCommand.EngineDependentCommand ( )This constructor is from 'EngineDependentCommand' abstract class.
EngineDependentCommand.doPost ( HttpServletRequest request, HttpServletResponse response )This method is from 'EngineDependentCommand' abstract class.
openrefine-3.0.jar
package com.google.refine.expr.functions.html
[+] class HtmlAttr 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
HtmlAttr.HtmlAttr ( )This constructor is from 'HtmlAttr' class.
HtmlAttr.call ( Properties bindings, Object[ ] args )This method is from 'HtmlAttr' class.
HtmlAttr.write ( JSONWriter writer, Properties options )This method is from 'HtmlAttr' class.
[+] class HtmlText 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
HtmlText.HtmlText ( )This constructor is from 'HtmlText' class.
HtmlText.call ( Properties bindings, Object[ ] args )This method is from 'HtmlText' class.
HtmlText.write ( JSONWriter writer, Properties options )This method is from 'HtmlText' class.
[+] class OwnText 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
OwnText.OwnText ( )This constructor is from 'OwnText' class.
OwnText.call ( Properties bindings, Object[ ] args )This method is from 'OwnText' class.
OwnText.write ( JSONWriter writer, Properties options )This method is from 'OwnText' class.
[+] class SelectHtml 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
SelectHtml.SelectHtml ( )This constructor is from 'SelectHtml' class.
SelectHtml.call ( Properties bindings, Object[ ] args )This method is from 'SelectHtml' class.
SelectHtml.write ( JSONWriter writer, Properties options )This method is from 'SelectHtml' class.
openrefine-3.0.jar
package com.google.refine.operations
[+] class EngineDependentOperation 1
| Change | Effect |
---|
1 |
Type of field _engineConfig has been changed from org.json.JSONObject to com.google.refine.browsing.EngineConfig. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 1 (0.04%)
EngineDependentOperation.createEngine ( Project project )This method is from 'EngineDependentOperation' abstract class.
openrefine-3.0.jar
package com.google.refine.operations.recon
[+] class ExtendDataOperation.ExtendDataProcess 1
| Change | Effect |
---|
1 |
Type of field _engineConfig has been changed from org.json.JSONObject to com.google.refine.browsing.EngineConfig. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 5 (0.2%)
ExtendDataOperation.ExtendDataProcess.extendRows ( List<Integer> rowIndices, List<ReconciledDataExtensionJob.DataExtension> dataExtensions, int from, int limit, Map<String,ReconCandidate> reconCandidateMap )This method is from 'ExtendDataOperation.ExtendDataProcess' class.
ExtendDataOperation.ExtendDataProcess.getRunnable ( )This method is from 'ExtendDataOperation.ExtendDataProcess' class.
ExtendDataOperation.ExtendDataProcess.populateRowsWithMatches ( List<Integer> rowIndices )This method is from 'ExtendDataOperation.ExtendDataProcess' class.
ExtendDataOperation.ExtendDataProcess.run ( )This method is from 'ExtendDataOperation.ExtendDataProcess' class.
ExtendDataOperation.ExtendDataProcess.write ( JSONWriter writer, Properties options )This method is from 'ExtendDataOperation.ExtendDataProcess' class.
[+] class ReconOperation.ReconProcess 1
| Change | Effect |
---|
1 |
Type of field _engineConfig has been changed from org.json.JSONObject to com.google.refine.browsing.EngineConfig. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 4 (0.2%)
ReconOperation.ReconProcess.getRunnable ( )This method is from 'ReconOperation.ReconProcess' class.
ReconOperation.ReconProcess.populateEntries ( )This method is from 'ReconOperation.ReconProcess' class.
ReconOperation.ReconProcess.run ( )This method is from 'ReconOperation.ReconProcess' class.
ReconOperation.ReconProcess.write ( JSONWriter writer, Properties options )This method is from 'ReconOperation.ReconProcess' class.
to the top
Problems with Methods, High Severity 2
openrefine-3.0.jar,
Command.class
package com.google.refine.commands
[+] Command.getEngineConfig ( HttpServletRequest request ) [static] : JSONObject 1
com/google/refine/commands/Command.getEngineConfig:(Ljavax/servlet/http/HttpServletRequest;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.google.refine.browsing.EngineConfig. |
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-3.0.jar,
EngineDependentOperation.class
package com.google.refine.operations
[+] EngineDependentOperation.getEngineConfig ( ) : JSONObject 1
com/google/refine/operations/EngineDependentOperation.getEngineConfig:()Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.google.refine.browsing.EngineConfig. |
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 1
openrefine-3.0.jar
package com.google.refine.browsing.facets
[+] class TimeRangeFacet 1
| Change | Effect |
---|
1 |
Removed super-class RangeFacet. |
Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. |
[+] affected methods: 7 (0.3%)
TimeRangeFacet.TimeRangeFacet ( )This constructor is from 'TimeRangeFacet' class.
TimeRangeFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.getRowFilter ( Project project )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.retrieveDataFromBaseBinIndex ( TimeBinIndex index )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.retrieveDataFromBinner ( ExpressionTimeValueBinner binner )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.write ( JSONWriter writer, Properties options )This method is from 'TimeRangeFacet' class.
to the top
Other Changes in Data Types 33
openrefine-3.0.jar
package com.google.refine.browsing
[+] class Engine 1
| Change | Effect |
---|
1 |
Field _config has been added to this class. |
No effect. |
[+] affected methods: 35 (1.4%)
Engine.Engine ( Project project )This constructor is from 'Engine' class.
Engine.computeFacets ( )This method is from 'Engine' class.
Engine.getAllFilteredRows ( )This method is from 'Engine' class.
Engine.getAllRecords ( )This method is from 'Engine' class.
Engine.getAllRows ( )This method is from 'Engine' class.
Engine.getFilteredRecords ( )This method is from 'Engine' class.
Engine.getFilteredRecords ( Facet except )This method is from 'Engine' class.
Engine.getFilteredRows ( Facet except )This method is from 'Engine' class.
Engine.getMode ( )This method is from 'Engine' class.
Engine.initializeFromJSON ( JSONObject o )This method is from 'Engine' class.
...
openrefine-3.0.jar
package com.google.refine.browsing.facets
[+] class ListFacet 3
| Change | Effect |
---|
1 |
Field _booleanCount has been added to this class. |
No effect. |
2 |
Field _datetimeCount has been added to this class. |
No effect. |
3 |
Field _numberCount has been added to this class. |
No effect. |
[+] affected methods: 9 (0.4%)
ListFacet.ListFacet ( )This constructor is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'ListFacet' class.
ListFacet.createMatches ( )This method is from 'ListFacet' class.
ListFacet.getLimit ( )This method is from 'ListFacet' class.
ListFacet.getRecordFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.getRowFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.postProcessGrouper ( ExpressionNominalValueGrouper grouper )This method is from 'ListFacet' class.
ListFacet.write ( JSONWriter writer, Properties options )This method is from 'ListFacet' class.
[+] class TimeRangeFacet 17
| Change | Effect |
---|
1 |
Field FROM has been added to this class. |
No effect. |
2 |
Field MAX has been added to this class. |
No effect. |
3 |
Field MIN has been added to this class. |
No effect. |
4 |
Field TO has been added to this class. |
No effect. |
5 |
Field _baseBins has been added to this class. |
No effect. |
6 |
Field _baseBlankCount has been added to this class. |
No effect. |
7 |
Field _baseErrorCount has been added to this class. |
No effect. |
8 |
Field _bins has been added to this class. |
No effect. |
9 |
Field _blankCount has been added to this class. |
No effect. |
10 |
Field _cellIndex has been added to this class. |
No effect. |
11 |
Field _config has been added to this class. |
No effect. |
12 |
Field _errorCount has been added to this class. |
No effect. |
13 |
Field _errorMessage has been added to this class. |
No effect. |
14 |
Field _eval has been added to this class. |
No effect. |
15 |
Field _max has been added to this class. |
No effect. |
16 |
Field _min has been added to this class. |
No effect. |
17 |
Field _step has been added to this class. |
No effect. |
[+] affected methods: 7 (0.3%)
TimeRangeFacet.TimeRangeFacet ( )This constructor is from 'TimeRangeFacet' class.
TimeRangeFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.getRowFilter ( Project project )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.retrieveDataFromBaseBinIndex ( TimeBinIndex index )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.retrieveDataFromBinner ( ExpressionTimeValueBinner binner )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.write ( JSONWriter writer, Properties options )This method is from 'TimeRangeFacet' class.
openrefine-3.0.jar
package com.google.refine.browsing.filters
[+] class ExpressionEqualRowFilter 3
| Change | Effect |
---|
1 |
Field _selectBoolean has been added to this class. |
No effect. |
2 |
Field _selectDateTime has been added to this class. |
No effect. |
3 |
Field _selectNumber has been added to this class. |
No effect. |
[+] affected methods: 5 (0.2%)
ExpressionEqualRowFilter.filterRow ( Project project, int rowIndex, Row row )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.internalFilterRow ( Project project, int rowIndex, Row row )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.internalInvertedFilterRow ( Project project, int rowIndex, Row row )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.testValue ( Object v )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.testValue ( Object v, Object match )This method is from 'ExpressionEqualRowFilter' class.
openrefine-3.0.jar
package com.google.refine.browsing.util
[+] class ExpressionNominalValueGrouper 6
| Change | Effect |
---|
1 |
Field booleanCount has been added to this class. |
No effect. |
2 |
Field datetimeCount has been added to this class. |
No effect. |
3 |
Field hasBoolean has been added to this class. |
No effect. |
4 |
Field hasDateTime has been added to this class. |
No effect. |
5 |
Field hasNumber has been added to this class. |
No effect. |
6 |
Field numberCount has been added to this class. |
No effect. |
[+] affected methods: 12 (0.5%)
com.google.refine.browsing.facets.ListFacet.postProcessGrouper ( ExpressionNominalValueGrouper grouper )1st parameter 'grouper' of this method is of type 'ExpressionNominalValueGrouper'.
ExpressionNominalValueGrouper.ExpressionNominalValueGrouper ( Evaluable evaluable, String columnName, int cellIndex )This constructor is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.end ( Project project )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.evalRow ( Project project, int rowIndex, Row row, Properties bindings )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.getChoiceCountRowEvaluable ( )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.getChoiceValueCount ( Object choiceValue )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.getChoiceValueCountMultiple ( Object value )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.processValue ( Object value, int index )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.start ( Project project )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.visit ( Project project, int rowIndex, Row row )This method is from 'ExpressionNominalValueGrouper' class.
...
openrefine-3.0.jar
package com.google.refine.clustering.binning
[+] class BinningClusterer 1
| Change | Effect |
---|
1 |
Field _parameters has been added to this class. |
No effect. |
[+] affected methods: 3 (0.1%)
BinningClusterer.BinningClusterer ( )This constructor is from 'BinningClusterer' class.
BinningClusterer.computeClusters ( Engine engine )This method is from 'BinningClusterer' class.
BinningClusterer.write ( JSONWriter writer, Properties options )This method is from 'BinningClusterer' class.
openrefine-3.0.jar
package com.google.refine.commands
[+] class EngineDependentCommand 1
| Change | Effect |
---|
1 |
Abstract method AbstractOperation createOperation ( Project, HttpServletRequest, EngineConfig ) has been added to this class. |
No effect. |
[+] affected methods: 2 (0.1%)
EngineDependentCommand.EngineDependentCommand ( )This constructor is from 'EngineDependentCommand' abstract class.
EngineDependentCommand.doPost ( HttpServletRequest request, HttpServletResponse response )This method is from 'EngineDependentCommand' abstract class.
openrefine-3.0.jar
package com.google.refine.importers
[+] class RdfTripleImporter.Mode 1
| Change | Effect |
---|
1 |
Field JSONLD 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.
to the top
Java Archives 1
openrefine-3.0.jar
to the top
Test Info
Library Name | openlibrary |
Version #1 | 3.0 |
Version #2 | 3.1 |
Subject | Source Compatibility |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 2544 / 562 |
Compatibility |
93.1% |
Problem Summary
| Severity | Count |
Added Methods | - | 148 |
Removed Methods | High | 70 |
Problems with Data Types | High | 56 |
Medium | 1 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 2 |
Low | 0 |
Other Changes in Data Types | - | 32 |
Added Methods 148
openrefine-3.1.jar,
AddColumnByFetchingURLsCommand.class
package com.google.refine.commands.column
AddColumnByFetchingURLsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/column/AddColumnByFetchingURLsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
AddColumnCommand.class
package com.google.refine.commands.column
AddColumnCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/column/AddColumnCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
AnnotateRowsCommand.class
package com.google.refine.commands.row
AnnotateRowsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/row/AnnotateRowsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
BinningClusterer.class
package com.google.refine.clustering.binning
BinningClusterer.initializeFromConfig ( Project project, BinningClusterer.BinningClustererConfig config ) : void
com/google/refine/clustering/binning/BinningClusterer.initializeFromConfig:(Lcom/google/refine/model/Project;Lcom/google/refine/clustering/binning/BinningClusterer$BinningClustererConfig;)V
openrefine-3.1.jar,
BinningClustererConfig.class
package com.google.refine.clustering.binning
BinningClusterer.BinningClustererConfig.apply ( Project p1 ) : Clusterer
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/clustering/Clusterer;
BinningClusterer.BinningClustererConfig.apply ( Project project ) : BinningClusterer
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/clustering/binning/BinningClusterer;
BinningClusterer.BinningClustererConfig.BinningClusterer.BinningClustererConfig ( )
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig."<init>":()V
BinningClusterer.BinningClustererConfig.getKeyer ( ) : Keyer
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.getKeyer:()Lcom/google/refine/clustering/binning/Keyer;
BinningClusterer.BinningClustererConfig.getParameters ( ) : BinningClusterer.BinningParameters
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.getParameters:()Lcom/google/refine/clustering/binning/BinningClusterer$BinningParameters;
BinningClusterer.BinningClustererConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
BinningClusterer.BinningClustererConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
BinningParameters.class
package com.google.refine.clustering.binning
BinningClusterer.BinningParameters.BinningClusterer.BinningParameters ( )
com/google/refine/clustering/binning/BinningClusterer.BinningParameters."<init>":()V
BinningClusterer.BinningParameters.reconstruct ( JSONObject o ) [static] : BinningClusterer.BinningParameters
com/google/refine/clustering/binning/BinningClusterer.BinningParameters.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/clustering/binning/BinningClusterer$BinningParameters;
BinningClusterer.BinningParameters.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningParameters.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
BlankDownCommand.class
package com.google.refine.commands.cell
BlankDownCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/cell/BlankDownCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
BlankDownOperation.class
package com.google.refine.operations.cell
BlankDownOperation.BlankDownOperation ( EngineConfig engineConfig, String columnName )
com/google/refine/operations/cell/BlankDownOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;)V
openrefine-3.1.jar,
Clusterer.class
package com.google.refine.clustering
Clusterer.initializeFromConfig ( Project project, ClustererConfig c ) : void
com/google/refine/clustering/Clusterer.initializeFromConfig:(Lcom/google/refine/model/Project;Lcom/google/refine/clustering/ClustererConfig;)V
openrefine-3.1.jar,
ClustererConfig.class
package com.google.refine.clustering
ClustererConfig.apply ( Project p1 ) [abstract] : Clusterer
com/google/refine/clustering/ClustererConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/clustering/Clusterer;
ClustererConfig.ClustererConfig ( )
com/google/refine/clustering/ClustererConfig."<init>":()V
ClustererConfig.getColumnName ( ) : String
com/google/refine/clustering/ClustererConfig.getColumnName:()Ljava/lang/String;
ClustererConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/clustering/ClustererConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
openrefine-3.1.jar,
ColumnAdditionByFetchingURLsOperation.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsOperation ( EngineConfig engineConfig, String baseColumnName, String urlExpression, OnError onError, String newColumnName, int columnInsertIndex, int delay, boolean cacheResponses, JSONArray httpHeadersJson )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;Ljava/lang/String;IIZLorg/json/JSONArray;)V
openrefine-3.1.jar,
ColumnAdditionOperation.class
package com.google.refine.operations.column
ColumnAdditionOperation.ColumnAdditionOperation ( EngineConfig engineConfig, String baseColumnName, String expression, OnError onError, String newColumnName, int columnInsertIndex )
com/google/refine/operations/column/ColumnAdditionOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;Ljava/lang/String;I)V
openrefine-3.1.jar,
ColumnSplitOperation.class
package com.google.refine.operations.column
ColumnSplitOperation.ColumnSplitOperation ( EngineConfig engineConfig, String columnName, boolean guessCellType, boolean removeOriginalColumn, int[ ] fieldLengths )
com/google/refine/operations/column/ColumnSplitOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;ZZ[I)V
ColumnSplitOperation.ColumnSplitOperation ( EngineConfig engineConfig, String columnName, boolean guessCellType, boolean removeOriginalColumn, String separator, boolean regex, int maxColumns )
com/google/refine/operations/column/ColumnSplitOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;ZZLjava/lang/String;ZI)V
openrefine-3.1.jar,
Command.class
package com.google.refine.commands
Command.getEngineConfig ( HttpServletRequest request ) [static] : EngineConfig
com/google/refine/commands/Command.getEngineConfig:(Ljavax/servlet/http/HttpServletRequest;)Lcom/google/refine/browsing/EngineConfig;
openrefine-3.1.jar,
Engine.class
package com.google.refine.browsing
Engine.initializeFromConfig ( EngineConfig config ) : void
com/google/refine/browsing/Engine.initializeFromConfig:(Lcom/google/refine/browsing/EngineConfig;)V
openrefine-3.1.jar,
EngineConfig.class
package com.google.refine.browsing
EngineConfig.EngineConfig ( List<FacetConfig> facets, Engine.Mode mode )
com/google/refine/browsing/EngineConfig."<init>":(Ljava/util/List;Lcom/google/refine/browsing/Engine$Mode;)V
EngineConfig.getFacetConfigs ( ) : List<FacetConfig>
com/google/refine/browsing/EngineConfig.getFacetConfigs:()Ljava/util/List;
EngineConfig.getMode ( ) : Engine.Mode
com/google/refine/browsing/EngineConfig.getMode:()Lcom/google/refine/browsing/Engine$Mode;
EngineConfig.reconstruct ( JSONObject o ) [static] : EngineConfig
com/google/refine/browsing/EngineConfig.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/browsing/EngineConfig;
EngineConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/EngineConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
EngineDependentCommand.class
package com.google.refine.commands
EngineDependentCommand.createOperation ( Project p1, HttpServletRequest p2, EngineConfig p3 ) [abstract] : AbstractOperation
com/google/refine/commands/EngineDependentCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
EngineDependentMassCellOperation.class
package com.google.refine.operations
EngineDependentMassCellOperation.EngineDependentMassCellOperation ( EngineConfig engineConfig, String columnName, boolean updateRowContextDependencies )
com/google/refine/operations/EngineDependentMassCellOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Z)V
openrefine-3.1.jar,
EngineDependentOperation.class
package com.google.refine.operations
EngineDependentOperation.EngineDependentOperation ( EngineConfig engineConfig )
com/google/refine/operations/EngineDependentOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;)V
EngineDependentOperation.getEngineConfig ( ) : EngineConfig
com/google/refine/operations/EngineDependentOperation.getEngineConfig:()Lcom/google/refine/browsing/EngineConfig;
openrefine-3.1.jar,
ExpressionEqualRowFilter.class
package com.google.refine.browsing.filters
ExpressionEqualRowFilter.ExpressionEqualRowFilter ( Evaluable evaluable, String columnName, int cellIndex, Object[ ] matches, boolean selectNumber, boolean selectDateTime, boolean selectBoolean, boolean selectBlank, boolean selectError, boolean invert )
com/google/refine/browsing/filters/ExpressionEqualRowFilter."<init>":(Lcom/google/refine/expr/Evaluable;Ljava/lang/String;I[Ljava/lang/Object;ZZZZZZ)V
openrefine-3.1.jar,
ExpressionUtils.class
package com.google.refine.expr
ExpressionUtils.isBoolean ( Object v ) [static] : boolean
com/google/refine/expr/ExpressionUtils.isBoolean:(Ljava/lang/Object;)Z
ExpressionUtils.isDateTime ( Object v ) [static] : boolean
com/google/refine/expr/ExpressionUtils.isDateTime:(Ljava/lang/Object;)Z
ExpressionUtils.isNumber ( Object v ) [static] : boolean
com/google/refine/expr/ExpressionUtils.isNumber:(Ljava/lang/Object;)Z
openrefine-3.1.jar,
ExtendDataCommand.class
package com.google.refine.commands.recon
ExtendDataCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ExtendDataCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ExtendDataOperation.class
package com.google.refine.operations.recon
ExtendDataOperation.ExtendDataOperation ( EngineConfig engineConfig, String baseColumnName, String endpoint, String identifierSpace, String schemaSpace, JSONObject extension, int columnInsertIndex )
com/google/refine/operations/recon/ExtendDataOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/json/JSONObject;I)V
openrefine-3.1.jar,
ExtendDataProcess.class
package com.google.refine.operations.recon
ExtendDataOperation.ExtendDataProcess.ExtendDataOperation.ExtendDataProcess ( ExtendDataOperation project, Project engineConfig, EngineConfig description, String p4 )
com/google/refine/operations/recon/ExtendDataOperation.ExtendDataProcess."<init>":(Lcom/google/refine/operations/recon/ExtendDataOperation;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;)V
openrefine-3.1.jar,
FacetConfig.class
package com.google.refine.browsing.facets
FacetConfig.apply ( Project p1 ) [abstract] : Facet
com/google/refine/browsing/facets/FacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/Facet;
FacetConfig.initializeFromJSON ( JSONObject p1 ) [abstract] : void
com/google/refine/browsing/facets/FacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
openrefine-3.1.jar,
FillDownCommand.class
package com.google.refine.commands.cell
FillDownCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/cell/FillDownCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
FillDownOperation.class
package com.google.refine.operations.cell
FillDownOperation.FillDownOperation ( EngineConfig engineConfig, String columnName )
com/google/refine/operations/cell/FillDownOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;)V
openrefine-3.1.jar,
InnerXml.class
package com.google.refine.expr.functions.xml
InnerXml.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/xml/InnerXml.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
InnerXml.call ( Properties bindings, Object[ ] args, String mode ) : Object
com/google/refine/expr/functions/xml/InnerXml.call:(Ljava/util/Properties;[Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
InnerXml.InnerXml ( )
com/google/refine/expr/functions/xml/InnerXml."<init>":()V
InnerXml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/InnerXml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
kNNClusterer.class
package com.google.refine.clustering.knn
kNNClusterer.initializeFromConfig ( Project project, kNNClusterer.kNNClustererConfig config ) : void
com/google/refine/clustering/knn/kNNClusterer.initializeFromConfig:(Lcom/google/refine/model/Project;Lcom/google/refine/clustering/knn/kNNClusterer$kNNClustererConfig;)V
openrefine-3.1.jar,
kNNClustererConfig.class
package com.google.refine.clustering.knn
kNNClusterer.kNNClustererConfig.apply ( Project p1 ) : Clusterer
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/clustering/Clusterer;
kNNClusterer.kNNClustererConfig.apply ( Project project ) : kNNClusterer
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/clustering/knn/kNNClusterer;
kNNClusterer.kNNClustererConfig.getDistance ( ) : Distance
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.getDistance:()Ledu/mit/simile/vicino/distances/Distance;
kNNClusterer.kNNClustererConfig.getParameters ( ) : kNNClusterer.kNNClustererConfigParameters
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.getParameters:()Lcom/google/refine/clustering/knn/kNNClusterer$kNNClustererConfigParameters;
kNNClusterer.kNNClustererConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
kNNClusterer.kNNClustererConfig.kNNClusterer.kNNClustererConfig ( )
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig."<init>":()V
kNNClusterer.kNNClustererConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
kNNClustererConfigParameters.class
package com.google.refine.clustering.knn
kNNClusterer.kNNClustererConfigParameters.kNNClusterer.kNNClustererConfigParameters ( )
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfigParameters."<init>":()V
kNNClusterer.kNNClustererConfigParameters.reconstruct ( JSONObject o ) [static] : kNNClusterer.kNNClustererConfigParameters
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfigParameters.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/clustering/knn/kNNClusterer$kNNClustererConfigParameters;
kNNClusterer.kNNClustererConfigParameters.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfigParameters.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ListFacet.class
package com.google.refine.browsing.facets
ListFacet.initializeFromConfig ( ListFacet.ListFacetConfig config, Project project ) : void
com/google/refine/browsing/facets/ListFacet.initializeFromConfig:(Lcom/google/refine/browsing/facets/ListFacet$ListFacetConfig;Lcom/google/refine/model/Project;)V
openrefine-3.1.jar,
ListFacetConfig.class
package com.google.refine.browsing.facets
ListFacet.ListFacetConfig.apply ( Project project ) : Facet
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/Facet;
ListFacet.ListFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
ListFacet.ListFacetConfig.ListFacet.ListFacetConfig ( )
com/google/refine/browsing/facets/ListFacet.ListFacetConfig."<init>":()V
ListFacet.ListFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
MassEditCommand.class
package com.google.refine.commands.cell
MassEditCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/cell/MassEditCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
MassEditOperation.class
package com.google.refine.operations.cell
MassEditOperation.MassEditOperation ( EngineConfig engineConfig, String columnName, String expression, List<MassEditOperation.Edit> edits )
com/google/refine/operations/cell/MassEditOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
openrefine-3.1.jar,
OwnText.class
package com.google.refine.expr.functions.xml
OwnText.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/xml/OwnText.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
OwnText.OwnText ( )
com/google/refine/expr/functions/xml/OwnText."<init>":()V
OwnText.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/OwnText.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ParseXml.class
package com.google.refine.expr.functions.xml
ParseXml.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/xml/ParseXml.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
ParseXml.call ( Properties bindings, Object[ ] args, String mode ) : Object
com/google/refine/expr/functions/xml/ParseXml.call:(Ljava/util/Properties;[Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
ParseXml.ParseXml ( )
com/google/refine/expr/functions/xml/ParseXml."<init>":()V
ParseXml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/ParseXml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RangeFacet.class
package com.google.refine.browsing.facets
RangeFacet.initializeFromConfig ( RangeFacet.RangeFacetConfig config, Project project ) : void
com/google/refine/browsing/facets/RangeFacet.initializeFromConfig:(Lcom/google/refine/browsing/facets/RangeFacet$RangeFacetConfig;Lcom/google/refine/model/Project;)V
openrefine-3.1.jar,
RangeFacetConfig.class
package com.google.refine.browsing.facets
RangeFacet.RangeFacetConfig.apply ( Project p1 ) : Facet
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/Facet;
RangeFacet.RangeFacetConfig.apply ( Project project ) : RangeFacet
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/RangeFacet;
RangeFacet.RangeFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
RangeFacet.RangeFacetConfig.RangeFacet.RangeFacetConfig ( )
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig."<init>":()V
RangeFacet.RangeFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RdfJsonldTripleImporter.class
package com.google.refine.importers
RdfJsonldTripleImporter.RdfJsonldTripleImporter ( )
com/google/refine/importers/RdfJsonldTripleImporter."<init>":()V
openrefine-3.1.jar,
ReconcileCommand.class
package com.google.refine.commands.recon
ReconcileCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconcileCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconClearSimilarCellsCommand.class
package com.google.refine.commands.recon
ReconClearSimilarCellsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconClearSimilarCellsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconClearSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconClearSimilarCellsOperation.ReconClearSimilarCellsOperation ( EngineConfig engineConfig, String columnName, String similarValue )
com/google/refine/operations/recon/ReconClearSimilarCellsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.1.jar,
ReconCopyAcrossColumnsCommand.class
package com.google.refine.commands.recon
ReconCopyAcrossColumnsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconCopyAcrossColumnsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconCopyAcrossColumnsOperation.class
package com.google.refine.operations.recon
ReconCopyAcrossColumnsOperation.ReconCopyAcrossColumnsOperation ( EngineConfig engineConfig, String fromColumnName, String[ ] toColumnNames, String[ ] judgments, boolean applyToJudgedCells )
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;Z)V
openrefine-3.1.jar,
ReconDiscardJudgmentsCommand.class
package com.google.refine.commands.recon
ReconDiscardJudgmentsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconDiscardJudgmentsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconDiscardJudgmentsOperation.class
package com.google.refine.operations.recon
ReconDiscardJudgmentsOperation.ReconDiscardJudgmentsOperation ( EngineConfig engineConfig, String columnName, boolean clearData )
com/google/refine/operations/recon/ReconDiscardJudgmentsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Z)V
openrefine-3.1.jar,
ReconJudgeSimilarCellsCommand.class
package com.google.refine.commands.recon
ReconJudgeSimilarCellsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconJudgeSimilarCellsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconJudgeSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconJudgeSimilarCellsOperation.ReconJudgeSimilarCellsOperation ( EngineConfig engineConfig, String columnName, String similarValue, Recon.Judgment judgment, ReconCandidate match, boolean shareNewTopics )
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/model/Recon$Judgment;Lcom/google/refine/model/ReconCandidate;Z)V
openrefine-3.1.jar,
ReconMarkNewTopicsCommand.class
package com.google.refine.commands.recon
ReconMarkNewTopicsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconMarkNewTopicsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconMarkNewTopicsOperation.class
package com.google.refine.operations.recon
ReconMarkNewTopicsOperation.ReconMarkNewTopicsOperation ( EngineConfig engineConfig, String columnName, boolean shareNewTopics )
com/google/refine/operations/recon/ReconMarkNewTopicsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Z)V
openrefine-3.1.jar,
ReconMatchBestCandidatesCommand.class
package com.google.refine.commands.recon
ReconMatchBestCandidatesCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconMatchBestCandidatesCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconMatchBestCandidatesOperation.class
package com.google.refine.operations.recon
ReconMatchBestCandidatesOperation.ReconMatchBestCandidatesOperation ( EngineConfig engineConfig, String columnName )
com/google/refine/operations/recon/ReconMatchBestCandidatesOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;)V
openrefine-3.1.jar,
ReconMatchSpecificTopicCommand.class
package com.google.refine.commands.recon
ReconMatchSpecificTopicCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconMatchSpecificTopicCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReconMatchSpecificTopicOperation.class
package com.google.refine.operations.recon
ReconMatchSpecificTopicOperation.ReconMatchSpecificTopicOperation ( EngineConfig engineConfig, String columnName, ReconCandidate match, String identifierSpace, String schemaSpace )
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Lcom/google/refine/model/ReconCandidate;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.1.jar,
ReconOperation.class
package com.google.refine.operations.recon
ReconOperation.ReconOperation ( EngineConfig engineConfig, String columnName, ReconConfig reconConfig )
com/google/refine/operations/recon/ReconOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Lcom/google/refine/model/recon/ReconConfig;)V
openrefine-3.1.jar,
ReconProcess.class
package com.google.refine.operations.recon
ReconOperation.ReconProcess.ReconOperation.ReconProcess ( ReconOperation project, Project engineConfig, EngineConfig description, String p4 )
com/google/refine/operations/recon/ReconOperation.ReconProcess."<init>":(Lcom/google/refine/operations/recon/ReconOperation;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;)V
openrefine-3.1.jar,
ReconUseValuesAsIdentifiersCommand.class
package com.google.refine.commands.recon
ReconUseValuesAsIdentifiersCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconUseValuesAsIdentifiersCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
ReconUseValuesAsIdentifiersCommand.ReconUseValuesAsIdentifiersCommand ( )
com/google/refine/commands/recon/ReconUseValuesAsIdentifiersCommand."<init>":()V
openrefine-3.1.jar,
ReconUseValuesAsIdentifiersOperation.class
package com.google.refine.operations.recon
ReconUseValuesAsIdentifiersOperation.createChange ( Project project, Column column, List<CellChange> cellChanges ) : Change
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.createChange:(Lcom/google/refine/model/Project;Lcom/google/refine/model/Column;Ljava/util/List;)Lcom/google/refine/history/Change;
ReconUseValuesAsIdentifiersOperation.createDescription ( Column column, List<CellChange> cellChanges ) : String
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.createDescription:(Lcom/google/refine/model/Column;Ljava/util/List;)Ljava/lang/String;
ReconUseValuesAsIdentifiersOperation.createRowVisitor ( Project project, List<CellChange> cellChanges, long historyEntryID ) : RowVisitor
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.createRowVisitor:(Lcom/google/refine/model/Project;Ljava/util/List;J)Lcom/google/refine/browsing/RowVisitor;
ReconUseValuesAsIdentifiersOperation.getBriefDescription ( Project project ) : String
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.getBriefDescription:(Lcom/google/refine/model/Project;)Ljava/lang/String;
ReconUseValuesAsIdentifiersOperation.reconstruct ( JSONObject obj ) [static] : ReconUseValuesAsIdentifiersOperation
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation;
ReconUseValuesAsIdentifiersOperation.ReconUseValuesAsIdentifiersOperation ( EngineConfig engineConfig, String columnName, String service, String identifierSpace, String schemaSpace )
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
ReconUseValuesAsIdentifiersOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RemoveRowsCommand.class
package com.google.refine.commands.row
RemoveRowsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/row/RemoveRowsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReorderColumnsCommand.class
package com.google.refine.commands.column
ReorderColumnsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/column/ReorderColumnsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
ReorderRowsCommand.class
package com.google.refine.commands.row
ReorderRowsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/row/ReorderRowsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
RowFlagOperation.class
package com.google.refine.operations.row
RowFlagOperation.RowFlagOperation ( EngineConfig engineConfig, boolean flagged )
com/google/refine/operations/row/RowFlagOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Z)V
openrefine-3.1.jar,
RowRemovalOperation.class
package com.google.refine.operations.row
RowRemovalOperation.RowRemovalOperation ( EngineConfig engineConfig )
com/google/refine/operations/row/RowRemovalOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;)V
openrefine-3.1.jar,
RowStarOperation.class
package com.google.refine.operations.row
RowStarOperation.RowStarOperation ( EngineConfig engineConfig, boolean starred )
com/google/refine/operations/row/RowStarOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Z)V
openrefine-3.1.jar,
ScatterplotFacet.class
package com.google.refine.browsing.facets
ScatterplotFacet.initializeFromConfig ( ScatterplotFacet.ScatterplotFacetConfig configuration, Project project ) : void
com/google/refine/browsing/facets/ScatterplotFacet.initializeFromConfig:(Lcom/google/refine/browsing/facets/ScatterplotFacet$ScatterplotFacetConfig;Lcom/google/refine/model/Project;)V
openrefine-3.1.jar,
ScatterplotFacetConfig.class
package com.google.refine.browsing.facets
ScatterplotFacet.ScatterplotFacetConfig.apply ( Project p1 ) : Facet
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/Facet;
ScatterplotFacet.ScatterplotFacetConfig.apply ( Project project ) : ScatterplotFacet
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/ScatterplotFacet;
ScatterplotFacet.ScatterplotFacetConfig.getRotation ( String rotation ) [static] : int
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.getRotation:(Ljava/lang/String;)I
ScatterplotFacet.ScatterplotFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
ScatterplotFacet.ScatterplotFacetConfig.ScatterplotFacet.ScatterplotFacetConfig ( )
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig."<init>":()V
ScatterplotFacet.ScatterplotFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SelectXml.class
package com.google.refine.expr.functions.xml
SelectXml.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/xml/SelectXml.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
SelectXml.SelectXml ( )
com/google/refine/expr/functions/xml/SelectXml."<init>":()V
SelectXml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/SelectXml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SplitColumnCommand.class
package com.google.refine.commands.column
SplitColumnCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/column/SplitColumnCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
TextSearchFacet.class
package com.google.refine.browsing.facets
TextSearchFacet.initializeFromConfig ( TextSearchFacet.TextSearchFacetConfig config, Project project ) : void
com/google/refine/browsing/facets/TextSearchFacet.initializeFromConfig:(Lcom/google/refine/browsing/facets/TextSearchFacet$TextSearchFacetConfig;Lcom/google/refine/model/Project;)V
openrefine-3.1.jar,
TextSearchFacetConfig.class
package com.google.refine.browsing.facets
TextSearchFacet.TextSearchFacetConfig.apply ( Project p1 ) : Facet
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/Facet;
TextSearchFacet.TextSearchFacetConfig.apply ( Project project ) : TextSearchFacet
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/TextSearchFacet;
TextSearchFacet.TextSearchFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
TextSearchFacet.TextSearchFacetConfig.TextSearchFacet.TextSearchFacetConfig ( )
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig."<init>":()V
TextSearchFacet.TextSearchFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TextTransformCommand.class
package com.google.refine.commands.cell
TextTransformCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig ) : AbstractOperation
com/google/refine/commands/cell/TextTransformCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lcom/google/refine/browsing/EngineConfig;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
TextTransformOperation.class
package com.google.refine.operations.cell
TextTransformOperation.TextTransformOperation ( EngineConfig engineConfig, String columnName, String expression, OnError onError, boolean repeat, int repeatCount )
com/google/refine/operations/cell/TextTransformOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;ZI)V
openrefine-3.1.jar,
TimeRangeFacet.class
package com.google.refine.browsing.facets
TimeRangeFacet.getRecordFilter ( Project project ) : RecordFilter
com/google/refine/browsing/facets/TimeRangeFacet.getRecordFilter:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/RecordFilter;
TimeRangeFacet.getRowEvaluable ( Project project ) : RowEvaluable
com/google/refine/browsing/facets/TimeRangeFacet.getRowEvaluable:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/util/RowEvaluable;
TimeRangeFacet.initializeFromConfig ( TimeRangeFacet.TimeRangeFacetConfig config, Project project ) : void
com/google/refine/browsing/facets/TimeRangeFacet.initializeFromConfig:(Lcom/google/refine/browsing/facets/TimeRangeFacet$TimeRangeFacetConfig;Lcom/google/refine/model/Project;)V
openrefine-3.1.jar,
TimeRangeFacetConfig.class
package com.google.refine.browsing.facets
TimeRangeFacet.TimeRangeFacetConfig.apply ( Project p1 ) : Facet
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/Facet;
TimeRangeFacet.TimeRangeFacetConfig.apply ( Project project ) : TimeRangeFacet
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.apply:(Lcom/google/refine/model/Project;)Lcom/google/refine/browsing/facets/TimeRangeFacet;
TimeRangeFacet.TimeRangeFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
TimeRangeFacet.TimeRangeFacetConfig.TimeRangeFacet.TimeRangeFacetConfig ( )
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig."<init>":()V
TimeRangeFacet.TimeRangeFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
XmlAttr.class
package com.google.refine.expr.functions.xml
XmlAttr.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/xml/XmlAttr.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
XmlAttr.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/XmlAttr.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
XmlAttr.XmlAttr ( )
com/google/refine/expr/functions/xml/XmlAttr."<init>":()V
openrefine-3.1.jar,
XmlText.class
package com.google.refine.expr.functions.xml
XmlText.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/xml/XmlText.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
XmlText.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/XmlText.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
XmlText.XmlText ( )
com/google/refine/expr/functions/xml/XmlText."<init>":()V
to the top
Removed Methods 70
openrefine-3.0.jar,
AddColumnByFetchingURLsCommand.class
package com.google.refine.commands.column
AddColumnByFetchingURLsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/column/AddColumnByFetchingURLsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
AddColumnCommand.class
package com.google.refine.commands.column
AddColumnCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/column/AddColumnCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
AnnotateRowsCommand.class
package com.google.refine.commands.row
AnnotateRowsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/row/AnnotateRowsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
BinningClusterer.class
package com.google.refine.clustering.binning
BinningClusterer.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/clustering/binning/BinningClusterer.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
BlankDownCommand.class
package com.google.refine.commands.cell
BlankDownCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/cell/BlankDownCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
BlankDownOperation.class
package com.google.refine.operations.cell
BlankDownOperation.BlankDownOperation ( JSONObject engineConfig, String columnName )
com/google/refine/operations/cell/BlankDownOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;)V
openrefine-3.0.jar,
Clusterer.class
package com.google.refine.clustering
Clusterer.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/clustering/Clusterer.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)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,
ColumnAdditionOperation.class
package com.google.refine.operations.column
ColumnAdditionOperation.ColumnAdditionOperation ( JSONObject engineConfig, String baseColumnName, String expression, OnError onError, String newColumnName, int columnInsertIndex )
com/google/refine/operations/column/ColumnAdditionOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;Ljava/lang/String;I)V
openrefine-3.0.jar,
ColumnSplitOperation.class
package com.google.refine.operations.column
ColumnSplitOperation.ColumnSplitOperation ( JSONObject engineConfig, String columnName, boolean guessCellType, boolean removeOriginalColumn, int[ ] fieldLengths )
com/google/refine/operations/column/ColumnSplitOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;ZZ[I)V
ColumnSplitOperation.ColumnSplitOperation ( JSONObject engineConfig, String columnName, boolean guessCellType, boolean removeOriginalColumn, String separator, boolean regex, int maxColumns )
com/google/refine/operations/column/ColumnSplitOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;ZZLjava/lang/String;ZI)V
openrefine-3.0.jar,
Command.class
package com.google.refine.commands
Command.getEngineConfig ( HttpServletRequest request ) [static] : JSONObject
com/google/refine/commands/Command.getEngineConfig:(Ljavax/servlet/http/HttpServletRequest;)Lorg/json/JSONObject;
openrefine-3.0.jar,
EngineDependentCommand.class
package com.google.refine.commands
EngineDependentCommand.createOperation ( Project p1, HttpServletRequest p2, JSONObject p3 ) [abstract] : AbstractOperation
com/google/refine/commands/EngineDependentCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
EngineDependentMassCellOperation.class
package com.google.refine.operations
EngineDependentMassCellOperation.EngineDependentMassCellOperation ( JSONObject engineConfig, String columnName, boolean updateRowContextDependencies )
com/google/refine/operations/EngineDependentMassCellOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Z)V
openrefine-3.0.jar,
EngineDependentOperation.class
package com.google.refine.operations
EngineDependentOperation.EngineDependentOperation ( JSONObject engineConfig )
com/google/refine/operations/EngineDependentOperation."<init>":(Lorg/json/JSONObject;)V
EngineDependentOperation.getEngineConfig ( ) : JSONObject
com/google/refine/operations/EngineDependentOperation.getEngineConfig:()Lorg/json/JSONObject;
openrefine-3.0.jar,
ExpressionEqualRowFilter.class
package com.google.refine.browsing.filters
ExpressionEqualRowFilter.ExpressionEqualRowFilter ( Evaluable evaluable, String columnName, int cellIndex, Object[ ] matches, boolean selectBlank, boolean selectError, boolean invert )
com/google/refine/browsing/filters/ExpressionEqualRowFilter."<init>":(Lcom/google/refine/expr/Evaluable;Ljava/lang/String;I[Ljava/lang/Object;ZZZ)V
openrefine-3.0.jar,
ExtendDataCommand.class
package com.google.refine.commands.recon
ExtendDataCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ExtendDataCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ExtendDataOperation.class
package com.google.refine.operations.recon
ExtendDataOperation.ExtendDataOperation ( JSONObject engineConfig, String baseColumnName, String endpoint, String identifierSpace, String schemaSpace, JSONObject extension, int columnInsertIndex )
com/google/refine/operations/recon/ExtendDataOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/json/JSONObject;I)V
openrefine-3.0.jar,
ExtendDataProcess.class
package com.google.refine.operations.recon
ExtendDataOperation.ExtendDataProcess.ExtendDataOperation.ExtendDataProcess ( ExtendDataOperation project, Project engineConfig, JSONObject description, String p4 )
com/google/refine/operations/recon/ExtendDataOperation.ExtendDataProcess."<init>":(Lcom/google/refine/operations/recon/ExtendDataOperation;Lcom/google/refine/model/Project;Lorg/json/JSONObject;Ljava/lang/String;)V
openrefine-3.0.jar,
Facet.class
package com.google.refine.browsing.facets
Facet.initializeFromJSON ( Project p1, JSONObject p2 ) [abstract] : void
com/google/refine/browsing/facets/Facet.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
FillDownCommand.class
package com.google.refine.commands.cell
FillDownCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/cell/FillDownCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
FillDownOperation.class
package com.google.refine.operations.cell
FillDownOperation.FillDownOperation ( JSONObject engineConfig, String columnName )
com/google/refine/operations/cell/FillDownOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;)V
openrefine-3.0.jar,
HtmlAttr.class
package com.google.refine.expr.functions.html
HtmlAttr.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/html/HtmlAttr.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
HtmlAttr.HtmlAttr ( )
com/google/refine/expr/functions/html/HtmlAttr."<init>":()V
HtmlAttr.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/html/HtmlAttr.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.0.jar,
HtmlText.class
package com.google.refine.expr.functions.html
HtmlText.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/html/HtmlText.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
HtmlText.HtmlText ( )
com/google/refine/expr/functions/html/HtmlText."<init>":()V
HtmlText.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/html/HtmlText.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.0.jar,
kNNClusterer.class
package com.google.refine.clustering.knn
kNNClusterer.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/clustering/knn/kNNClusterer.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
ListFacet.class
package com.google.refine.browsing.facets
ListFacet.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/browsing/facets/ListFacet.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
MassEditCommand.class
package com.google.refine.commands.cell
MassEditCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/cell/MassEditCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
MassEditOperation.class
package com.google.refine.operations.cell
MassEditOperation.MassEditOperation ( JSONObject engineConfig, String columnName, String expression, List<MassEditOperation.Edit> edits )
com/google/refine/operations/cell/MassEditOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
openrefine-3.0.jar,
OwnText.class
package com.google.refine.expr.functions.html
OwnText.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/html/OwnText.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
OwnText.OwnText ( )
com/google/refine/expr/functions/html/OwnText."<init>":()V
OwnText.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/html/OwnText.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.0.jar,
RangeFacet.class
package com.google.refine.browsing.facets
RangeFacet.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/browsing/facets/RangeFacet.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
ReconcileCommand.class
package com.google.refine.commands.recon
ReconcileCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconcileCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconClearSimilarCellsCommand.class
package com.google.refine.commands.recon
ReconClearSimilarCellsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconClearSimilarCellsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconClearSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconClearSimilarCellsOperation.ReconClearSimilarCellsOperation ( JSONObject engineConfig, String columnName, String similarValue )
com/google/refine/operations/recon/ReconClearSimilarCellsOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.0.jar,
ReconCopyAcrossColumnsCommand.class
package com.google.refine.commands.recon
ReconCopyAcrossColumnsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconCopyAcrossColumnsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconCopyAcrossColumnsOperation.class
package com.google.refine.operations.recon
ReconCopyAcrossColumnsOperation.ReconCopyAcrossColumnsOperation ( JSONObject engineConfig, String fromColumnName, String[ ] toColumnNames, String[ ] judgments, boolean applyToJudgedCells )
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;Z)V
openrefine-3.0.jar,
ReconDiscardJudgmentsCommand.class
package com.google.refine.commands.recon
ReconDiscardJudgmentsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconDiscardJudgmentsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconDiscardJudgmentsOperation.class
package com.google.refine.operations.recon
ReconDiscardJudgmentsOperation.ReconDiscardJudgmentsOperation ( JSONObject engineConfig, String columnName, boolean clearData )
com/google/refine/operations/recon/ReconDiscardJudgmentsOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Z)V
openrefine-3.0.jar,
ReconJudgeSimilarCellsCommand.class
package com.google.refine.commands.recon
ReconJudgeSimilarCellsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconJudgeSimilarCellsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconJudgeSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconJudgeSimilarCellsOperation.ReconJudgeSimilarCellsOperation ( JSONObject engineConfig, String columnName, String similarValue, Recon.Judgment judgment, ReconCandidate match, boolean shareNewTopics )
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/model/Recon$Judgment;Lcom/google/refine/model/ReconCandidate;Z)V
openrefine-3.0.jar,
ReconMarkNewTopicsCommand.class
package com.google.refine.commands.recon
ReconMarkNewTopicsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconMarkNewTopicsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconMarkNewTopicsOperation.class
package com.google.refine.operations.recon
ReconMarkNewTopicsOperation.ReconMarkNewTopicsOperation ( JSONObject engineConfig, String columnName, boolean shareNewTopics )
com/google/refine/operations/recon/ReconMarkNewTopicsOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Z)V
openrefine-3.0.jar,
ReconMatchBestCandidatesCommand.class
package com.google.refine.commands.recon
ReconMatchBestCandidatesCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconMatchBestCandidatesCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconMatchBestCandidatesOperation.class
package com.google.refine.operations.recon
ReconMatchBestCandidatesOperation.ReconMatchBestCandidatesOperation ( JSONObject engineConfig, String columnName )
com/google/refine/operations/recon/ReconMatchBestCandidatesOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;)V
openrefine-3.0.jar,
ReconMatchSpecificTopicCommand.class
package com.google.refine.commands.recon
ReconMatchSpecificTopicCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/recon/ReconMatchSpecificTopicCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReconMatchSpecificTopicOperation.class
package com.google.refine.operations.recon
ReconMatchSpecificTopicOperation.ReconMatchSpecificTopicOperation ( JSONObject engineConfig, String columnName, ReconCandidate match, String identifierSpace, String schemaSpace )
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Lcom/google/refine/model/ReconCandidate;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.0.jar,
ReconOperation.class
package com.google.refine.operations.recon
ReconOperation.ReconOperation ( JSONObject engineConfig, String columnName, ReconConfig reconConfig )
com/google/refine/operations/recon/ReconOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Lcom/google/refine/model/recon/ReconConfig;)V
openrefine-3.0.jar,
ReconProcess.class
package com.google.refine.operations.recon
ReconOperation.ReconProcess.ReconOperation.ReconProcess ( ReconOperation project, Project engineConfig, JSONObject description, String p4 )
com/google/refine/operations/recon/ReconOperation.ReconProcess."<init>":(Lcom/google/refine/operations/recon/ReconOperation;Lcom/google/refine/model/Project;Lorg/json/JSONObject;Ljava/lang/String;)V
openrefine-3.0.jar,
RemoveRowsCommand.class
package com.google.refine.commands.row
RemoveRowsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/row/RemoveRowsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReorderColumnsCommand.class
package com.google.refine.commands.column
ReorderColumnsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/column/ReorderColumnsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
ReorderRowsCommand.class
package com.google.refine.commands.row
ReorderRowsCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/row/ReorderRowsCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
RowFlagOperation.class
package com.google.refine.operations.row
RowFlagOperation.RowFlagOperation ( JSONObject engineConfig, boolean flagged )
com/google/refine/operations/row/RowFlagOperation."<init>":(Lorg/json/JSONObject;Z)V
openrefine-3.0.jar,
RowRemovalOperation.class
package com.google.refine.operations.row
RowRemovalOperation.RowRemovalOperation ( JSONObject engineConfig )
com/google/refine/operations/row/RowRemovalOperation."<init>":(Lorg/json/JSONObject;)V
openrefine-3.0.jar,
RowStarOperation.class
package com.google.refine.operations.row
RowStarOperation.RowStarOperation ( JSONObject engineConfig, boolean starred )
com/google/refine/operations/row/RowStarOperation."<init>":(Lorg/json/JSONObject;Z)V
openrefine-3.0.jar,
ScatterplotFacet.class
package com.google.refine.browsing.facets
ScatterplotFacet.getRotation ( String rotation ) [static] : int
com/google/refine/browsing/facets/ScatterplotFacet.getRotation:(Ljava/lang/String;)I
ScatterplotFacet.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/browsing/facets/ScatterplotFacet.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
SelectHtml.class
package com.google.refine.expr.functions.html
SelectHtml.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/html/SelectHtml.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
SelectHtml.SelectHtml ( )
com/google/refine/expr/functions/html/SelectHtml."<init>":()V
SelectHtml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/html/SelectHtml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.0.jar,
SplitColumnCommand.class
package com.google.refine.commands.column
SplitColumnCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/column/SplitColumnCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
TextSearchFacet.class
package com.google.refine.browsing.facets
TextSearchFacet.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/browsing/facets/TextSearchFacet.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.0.jar,
TextTransformCommand.class
package com.google.refine.commands.cell
TextTransformCommand.createOperation ( Project project, HttpServletRequest request, JSONObject engineConfig ) : AbstractOperation
com/google/refine/commands/cell/TextTransformCommand.createOperation:(Lcom/google/refine/model/Project;Ljavax/servlet/http/HttpServletRequest;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.0.jar,
TextTransformOperation.class
package com.google.refine.operations.cell
TextTransformOperation.TextTransformOperation ( JSONObject engineConfig, String columnName, String expression, OnError onError, boolean repeat, int repeatCount )
com/google/refine/operations/cell/TextTransformOperation."<init>":(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;ZI)V
openrefine-3.0.jar,
TimeRangeFacet.class
package com.google.refine.browsing.facets
TimeRangeFacet.initializeFromJSON ( Project project, JSONObject o ) : void
com/google/refine/browsing/facets/TimeRangeFacet.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
to the top
Problems with Data Types, High Severity 56
openrefine-3.0.jar
package com.google.refine.browsing
[+] class Engine 1
| Change | Effect |
---|
1 |
Field _mode of type Engine.Mode has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _mode in Engine. |
[+] affected methods: 35 (1.4%)
Engine.Engine ( Project project )This constructor is from 'Engine' class.
Engine.computeFacets ( )This method is from 'Engine' class.
Engine.getAllFilteredRows ( )This method is from 'Engine' class.
Engine.getAllRecords ( )This method is from 'Engine' class.
Engine.getAllRows ( )This method is from 'Engine' class.
Engine.getFilteredRecords ( )This method is from 'Engine' class.
Engine.getFilteredRecords ( Facet except )This method is from 'Engine' class.
Engine.getFilteredRows ( Facet except )This method is from 'Engine' class.
Engine.getMode ( )This method is from 'Engine' class.
Engine.initializeFromJSON ( JSONObject o )This method is from 'Engine' class.
...
openrefine-3.0.jar
package com.google.refine.browsing.facets
[+] class ListFacet 9
| Change | Effect |
---|
1 |
Field _columnName of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _columnName in ListFacet. |
2 |
Field _expression of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _expression in ListFacet. |
3 |
Field _invert of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _invert in ListFacet. |
4 |
Field _name of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _name in ListFacet. |
5 |
Field _omitBlank of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _omitBlank in ListFacet. |
6 |
Field _omitError of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _omitError in ListFacet. |
7 |
Field _selectBlank of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _selectBlank in ListFacet. |
8 |
Field _selectError of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _selectError in ListFacet. |
9 |
Field _selection of type java.util.List<NominalFacetChoice> has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _selection in ListFacet. |
[+] affected methods: 9 (0.4%)
ListFacet.ListFacet ( )This constructor is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'ListFacet' class.
ListFacet.createMatches ( )This method is from 'ListFacet' class.
ListFacet.getLimit ( )This method is from 'ListFacet' class.
ListFacet.getRecordFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.getRowFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.postProcessGrouper ( ExpressionNominalValueGrouper grouper )This method is from 'ListFacet' class.
ListFacet.write ( JSONWriter writer, Properties options )This method is from 'ListFacet' class.
[+] class RangeFacet 10
| Change | Effect |
---|
1 |
Field _columnName of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _columnName in RangeFacet. |
2 |
Field _expression of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _expression in RangeFacet. |
3 |
Field _from of type double has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _from in RangeFacet. |
4 |
Field _name of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _name in RangeFacet. |
5 |
Field _selectBlank of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _selectBlank in RangeFacet. |
6 |
Field _selectError of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _selectError in RangeFacet. |
7 |
Field _selectNonNumeric of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _selectNonNumeric in RangeFacet. |
8 |
Field _selectNumeric of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _selectNumeric in RangeFacet. |
9 |
Field _selected of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _selected in RangeFacet. |
10 |
Field _to of type double has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _to in RangeFacet. |
[+] affected methods: 9 (0.4%)
RangeFacet.RangeFacet ( )This constructor is from 'RangeFacet' class.
RangeFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'RangeFacet' class.
RangeFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'RangeFacet' class.
RangeFacet.getRecordFilter ( Project project )This method is from 'RangeFacet' class.
RangeFacet.getRowEvaluable ( Project project )This method is from 'RangeFacet' class.
RangeFacet.getRowFilter ( Project project )This method is from 'RangeFacet' class.
RangeFacet.retrieveDataFromBaseBinIndex ( NumericBinIndex index )This method is from 'RangeFacet' class.
RangeFacet.retrieveDataFromBinner ( ExpressionNumericValueBinner binner )This method is from 'RangeFacet' class.
RangeFacet.write ( JSONWriter writer, Properties options )This method is from 'RangeFacet' class.
[+] class ScatterplotFacet 18
| Change | Effect |
---|
1 |
Field color of type java.awt.Color has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable color in ScatterplotFacet. |
2 |
Field color_str of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable color_str in ScatterplotFacet. |
3 |
Field columnName_x of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable columnName_x in ScatterplotFacet. |
4 |
Field columnName_y of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable columnName_y in ScatterplotFacet. |
5 |
Field dim_x of type int has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable dim_x in ScatterplotFacet. |
6 |
Field dim_y of type int has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable dim_y in ScatterplotFacet. |
7 |
Field dot of type double has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable dot in ScatterplotFacet. |
8 |
Field expression_x of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable expression_x in ScatterplotFacet. |
9 |
Field expression_y of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable expression_y in ScatterplotFacet. |
10 |
Field from_x of type double has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable from_x in ScatterplotFacet. |
11 |
Field from_y of type double has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable from_y in ScatterplotFacet. |
12 |
Field l of type double has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable l in ScatterplotFacet. |
13 |
Field name of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable name in ScatterplotFacet. |
14 |
Field rotation of type int has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable rotation in ScatterplotFacet. |
15 |
Field selected of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable selected in ScatterplotFacet. |
16 |
Field size of type int has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable size in ScatterplotFacet. |
17 |
Field to_x of type double has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable to_x in ScatterplotFacet. |
18 |
Field to_y of type double has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable to_y in ScatterplotFacet. |
[+] affected methods: 13 (0.5%)
ScatterplotFacet.ScatterplotFacet ( )This constructor is from 'ScatterplotFacet' class.
ScatterplotFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.createRotationMatrix ( int rotation, double l )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.getAxisDim ( String type )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.getBinIndex ( Project project, Column column, Evaluable eval, String expression )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.getBinIndex ( Project project, Column column, Evaluable eval, String expression, String mode )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.getRecordFilter ( Project project )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.getRowFilter ( Project project )This method is from 'ScatterplotFacet' class.
ScatterplotFacet.retrieveDataFromBinIndices ( NumericBinIndex index_x, NumericBinIndex index_y )This method is from 'ScatterplotFacet' class.
...
[+] class TextSearchFacet 5
| Change | Effect |
---|
1 |
Field _caseSensitive of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _caseSensitive in TextSearchFacet. |
2 |
Field _columnName of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _columnName in TextSearchFacet. |
3 |
Field _invert of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _invert in TextSearchFacet. |
4 |
Field _mode of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _mode in TextSearchFacet. |
5 |
Field _name of type java.lang.String has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _name in TextSearchFacet. |
[+] affected methods: 6 (0.2%)
TextSearchFacet.TextSearchFacet ( )This constructor is from 'TextSearchFacet' class.
TextSearchFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'TextSearchFacet' class.
TextSearchFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'TextSearchFacet' class.
TextSearchFacet.getRecordFilter ( Project project )This method is from 'TextSearchFacet' class.
TextSearchFacet.getRowFilter ( Project project )This method is from 'TextSearchFacet' class.
TextSearchFacet.write ( JSONWriter writer, Properties options )This method is from 'TextSearchFacet' class.
[+] class TimeRangeFacet 2
| Change | Effect |
---|
1 |
Field _selectNonTime of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _selectNonTime in TimeRangeFacet. |
2 |
Field _selectTime of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _selectTime in TimeRangeFacet. |
[+] affected methods: 7 (0.3%)
TimeRangeFacet.TimeRangeFacet ( )This constructor is from 'TimeRangeFacet' class.
TimeRangeFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.getRowFilter ( Project project )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.retrieveDataFromBaseBinIndex ( TimeBinIndex index )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.retrieveDataFromBinner ( ExpressionTimeValueBinner binner )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.write ( JSONWriter writer, Properties options )This method is from 'TimeRangeFacet' class.
[+] interface Facet 1
| Change | Effect |
---|
1 |
Abstract method void initializeFromJSON ( Project, JSONObject ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method initializeFromJSON ( Project, JSONObject ) in interface Facet. |
[+] affected methods: 6 (0.2%)
com.google.refine.browsing.Engine.getFilteredRecords ( Facet except )1st parameter 'except' of this method is of type 'Facet'.
com.google.refine.browsing.Engine.getFilteredRows ( Facet except )1st parameter 'except' of this method is of type 'Facet'.
Facet.computeChoices ( Project p1, FilteredRecords p2 )This abstract method is from 'Facet' interface.
Facet.computeChoices ( Project p1, FilteredRows p2 )This abstract method is from 'Facet' interface.
Facet.getRecordFilter ( Project p1 )This abstract method is from 'Facet' interface.
Facet.getRowFilter ( Project p1 )This abstract method is from 'Facet' interface.
openrefine-3.0.jar
package com.google.refine.clustering
[+] class Clusterer 1
| Change | Effect |
---|
1 |
Field _config of type org.json.JSONObject has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _config in Clusterer. |
[+] affected methods: 2 (0.1%)
Clusterer.Clusterer ( )This constructor is from 'Clusterer' abstract class.
Clusterer.computeClusters ( Engine p1 )This abstract method is from 'Clusterer' abstract class.
openrefine-3.0.jar
package com.google.refine.commands
[+] class EngineDependentCommand 2
| Change | Effect |
---|
1 |
Abstract method AbstractOperation createOperation ( Project, HttpServletRequest, EngineConfig ) 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 createOperation ( Project, HttpServletRequest, EngineConfig ) in EngineDependentCommand. |
2 |
Abstract method AbstractOperation createOperation ( Project, HttpServletRequest, JSONObject ) has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find method createOperation ( Project, HttpServletRequest, JSONObject ) in class EngineDependentCommand. |
[+] affected methods: 2 (0.1%)
EngineDependentCommand.EngineDependentCommand ( )This constructor is from 'EngineDependentCommand' abstract class.
EngineDependentCommand.doPost ( HttpServletRequest request, HttpServletResponse response )This method is from 'EngineDependentCommand' abstract class.
openrefine-3.0.jar
package com.google.refine.expr.functions.html
[+] class HtmlAttr 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HtmlAttr. |
[+] affected methods: 3 (0.1%)
HtmlAttr.HtmlAttr ( )This constructor is from 'HtmlAttr' class.
HtmlAttr.call ( Properties bindings, Object[ ] args )This method is from 'HtmlAttr' class.
HtmlAttr.write ( JSONWriter writer, Properties options )This method is from 'HtmlAttr' class.
[+] class HtmlText 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class HtmlText. |
[+] affected methods: 3 (0.1%)
HtmlText.HtmlText ( )This constructor is from 'HtmlText' class.
HtmlText.call ( Properties bindings, Object[ ] args )This method is from 'HtmlText' class.
HtmlText.write ( JSONWriter writer, Properties options )This method is from 'HtmlText' class.
[+] class OwnText 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class OwnText. |
[+] affected methods: 3 (0.1%)
OwnText.OwnText ( )This constructor is from 'OwnText' class.
OwnText.call ( Properties bindings, Object[ ] args )This method is from 'OwnText' class.
OwnText.write ( JSONWriter writer, Properties options )This method is from 'OwnText' class.
[+] class SelectHtml 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class SelectHtml. |
[+] affected methods: 3 (0.1%)
SelectHtml.SelectHtml ( )This constructor is from 'SelectHtml' class.
SelectHtml.call ( Properties bindings, Object[ ] args )This method is from 'SelectHtml' class.
SelectHtml.write ( JSONWriter writer, Properties options )This method is from 'SelectHtml' class.
openrefine-3.0.jar
package com.google.refine.operations
[+] class EngineDependentOperation 1
| Change | Effect |
---|
1 |
Type of field _engineConfig has been changed from org.json.JSONObject to com.google.refine.browsing.EngineConfig. |
Recompilation of a client program may be terminated with the message: incompatible types, found: org.json.JSONObject, required: com.google.refine.browsing.EngineConfig. |
[+] affected methods: 1 (0.04%)
EngineDependentOperation.createEngine ( Project project )This method is from 'EngineDependentOperation' abstract class.
openrefine-3.0.jar
package com.google.refine.operations.recon
[+] class ExtendDataOperation.ExtendDataProcess 1
| Change | Effect |
---|
1 |
Type of field _engineConfig has been changed from org.json.JSONObject to com.google.refine.browsing.EngineConfig. |
Recompilation of a client program may be terminated with the message: incompatible types, found: org.json.JSONObject, required: com.google.refine.browsing.EngineConfig. |
[+] affected methods: 5 (0.2%)
ExtendDataOperation.ExtendDataProcess.extendRows ( List<Integer> rowIndices, List<ReconciledDataExtensionJob.DataExtension> dataExtensions, int from, int limit, Map<String,ReconCandidate> reconCandidateMap )This method is from 'ExtendDataOperation.ExtendDataProcess' class.
ExtendDataOperation.ExtendDataProcess.getRunnable ( )This method is from 'ExtendDataOperation.ExtendDataProcess' class.
ExtendDataOperation.ExtendDataProcess.populateRowsWithMatches ( List<Integer> rowIndices )This method is from 'ExtendDataOperation.ExtendDataProcess' class.
ExtendDataOperation.ExtendDataProcess.run ( )This method is from 'ExtendDataOperation.ExtendDataProcess' class.
ExtendDataOperation.ExtendDataProcess.write ( JSONWriter writer, Properties options )This method is from 'ExtendDataOperation.ExtendDataProcess' class.
[+] class ReconOperation.ReconProcess 1
| Change | Effect |
---|
1 |
Type of field _engineConfig has been changed from org.json.JSONObject to com.google.refine.browsing.EngineConfig. |
Recompilation of a client program may be terminated with the message: incompatible types, found: org.json.JSONObject, required: com.google.refine.browsing.EngineConfig. |
[+] affected methods: 4 (0.2%)
ReconOperation.ReconProcess.getRunnable ( )This method is from 'ReconOperation.ReconProcess' class.
ReconOperation.ReconProcess.populateEntries ( )This method is from 'ReconOperation.ReconProcess' class.
ReconOperation.ReconProcess.run ( )This method is from 'ReconOperation.ReconProcess' class.
ReconOperation.ReconProcess.write ( JSONWriter writer, Properties options )This method is from 'ReconOperation.ReconProcess' class.
to the top
Problems with Data Types, Medium Severity 1
openrefine-3.0.jar
package com.google.refine.browsing.facets
[+] class TimeRangeFacet 1
| Change | Effect |
---|
1 |
Removed super-class RangeFacet. |
Recompilation of a client program may be terminated with the message: cannot find variable (or method) in TimeRangeFacet. |
[+] affected methods: 7 (0.3%)
TimeRangeFacet.TimeRangeFacet ( )This constructor is from 'TimeRangeFacet' class.
TimeRangeFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.getRowFilter ( Project project )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.retrieveDataFromBaseBinIndex ( TimeBinIndex index )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.retrieveDataFromBinner ( ExpressionTimeValueBinner binner )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.write ( JSONWriter writer, Properties options )This method is from 'TimeRangeFacet' class.
to the top
Problems with Methods, Medium Severity 2
openrefine-3.0.jar,
Command.class
package com.google.refine.commands
[+] Command.getEngineConfig ( HttpServletRequest request ) [static] : JSONObject 1
com/google/refine/commands/Command.getEngineConfig:(Ljavax/servlet/http/HttpServletRequest;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.google.refine.browsing.EngineConfig. |
Recompilation of a client program may be terminated with the message: incompatible types: com.google.refine.browsing.EngineConfig cannot be converted to org.json.JSONObject. |
openrefine-3.0.jar,
EngineDependentOperation.class
package com.google.refine.operations
[+] EngineDependentOperation.getEngineConfig ( ) : JSONObject 1
com/google/refine/operations/EngineDependentOperation.getEngineConfig:()Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.google.refine.browsing.EngineConfig. |
Recompilation of a client program may be terminated with the message: incompatible types: com.google.refine.browsing.EngineConfig cannot be converted to org.json.JSONObject. |
to the top
Other Changes in Data Types 32
openrefine-3.0.jar
package com.google.refine.browsing
[+] class Engine 1
| Change | Effect |
---|
1 |
Field _config has been added to this class. |
No effect. |
[+] affected methods: 35 (1.4%)
Engine.Engine ( Project project )This constructor is from 'Engine' class.
Engine.computeFacets ( )This method is from 'Engine' class.
Engine.getAllFilteredRows ( )This method is from 'Engine' class.
Engine.getAllRecords ( )This method is from 'Engine' class.
Engine.getAllRows ( )This method is from 'Engine' class.
Engine.getFilteredRecords ( )This method is from 'Engine' class.
Engine.getFilteredRecords ( Facet except )This method is from 'Engine' class.
Engine.getFilteredRows ( Facet except )This method is from 'Engine' class.
Engine.getMode ( )This method is from 'Engine' class.
Engine.initializeFromJSON ( JSONObject o )This method is from 'Engine' class.
...
openrefine-3.0.jar
package com.google.refine.browsing.facets
[+] class ListFacet 3
| Change | Effect |
---|
1 |
Field _booleanCount has been added to this class. |
No effect. |
2 |
Field _datetimeCount has been added to this class. |
No effect. |
3 |
Field _numberCount has been added to this class. |
No effect. |
[+] affected methods: 9 (0.4%)
ListFacet.ListFacet ( )This constructor is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'ListFacet' class.
ListFacet.createMatches ( )This method is from 'ListFacet' class.
ListFacet.getLimit ( )This method is from 'ListFacet' class.
ListFacet.getRecordFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.getRowFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.postProcessGrouper ( ExpressionNominalValueGrouper grouper )This method is from 'ListFacet' class.
ListFacet.write ( JSONWriter writer, Properties options )This method is from 'ListFacet' class.
[+] class TimeRangeFacet 17
| Change | Effect |
---|
1 |
Field FROM has been added to this class. |
No effect. |
2 |
Field MAX has been added to this class. |
No effect. |
3 |
Field MIN has been added to this class. |
No effect. |
4 |
Field TO has been added to this class. |
No effect. |
5 |
Field _baseBins has been added to this class. |
No effect. |
6 |
Field _baseBlankCount has been added to this class. |
No effect. |
7 |
Field _baseErrorCount has been added to this class. |
No effect. |
8 |
Field _bins has been added to this class. |
No effect. |
9 |
Field _blankCount has been added to this class. |
No effect. |
10 |
Field _cellIndex has been added to this class. |
No effect. |
11 |
Field _config has been added to this class. |
No effect. |
12 |
Field _errorCount has been added to this class. |
No effect. |
13 |
Field _errorMessage has been added to this class. |
No effect. |
14 |
Field _eval has been added to this class. |
No effect. |
15 |
Field _max has been added to this class. |
No effect. |
16 |
Field _min has been added to this class. |
No effect. |
17 |
Field _step has been added to this class. |
No effect. |
[+] affected methods: 7 (0.3%)
TimeRangeFacet.TimeRangeFacet ( )This constructor is from 'TimeRangeFacet' class.
TimeRangeFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.getRowFilter ( Project project )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.retrieveDataFromBaseBinIndex ( TimeBinIndex index )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.retrieveDataFromBinner ( ExpressionTimeValueBinner binner )This method is from 'TimeRangeFacet' class.
TimeRangeFacet.write ( JSONWriter writer, Properties options )This method is from 'TimeRangeFacet' class.
openrefine-3.0.jar
package com.google.refine.browsing.filters
[+] class ExpressionEqualRowFilter 3
| Change | Effect |
---|
1 |
Field _selectBoolean has been added to this class. |
No effect. |
2 |
Field _selectDateTime has been added to this class. |
No effect. |
3 |
Field _selectNumber has been added to this class. |
No effect. |
[+] affected methods: 5 (0.2%)
ExpressionEqualRowFilter.filterRow ( Project project, int rowIndex, Row row )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.internalFilterRow ( Project project, int rowIndex, Row row )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.internalInvertedFilterRow ( Project project, int rowIndex, Row row )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.testValue ( Object v )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.testValue ( Object v, Object match )This method is from 'ExpressionEqualRowFilter' class.
openrefine-3.0.jar
package com.google.refine.browsing.util
[+] class ExpressionNominalValueGrouper 6
| Change | Effect |
---|
1 |
Field booleanCount has been added to this class. |
No effect. |
2 |
Field datetimeCount has been added to this class. |
No effect. |
3 |
Field hasBoolean has been added to this class. |
No effect. |
4 |
Field hasDateTime has been added to this class. |
No effect. |
5 |
Field hasNumber has been added to this class. |
No effect. |
6 |
Field numberCount has been added to this class. |
No effect. |
[+] affected methods: 12 (0.5%)
com.google.refine.browsing.facets.ListFacet.postProcessGrouper ( ExpressionNominalValueGrouper grouper )1st parameter 'grouper' of this method is of type 'ExpressionNominalValueGrouper'.
ExpressionNominalValueGrouper.ExpressionNominalValueGrouper ( Evaluable evaluable, String columnName, int cellIndex )This constructor is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.end ( Project project )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.evalRow ( Project project, int rowIndex, Row row, Properties bindings )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.getChoiceCountRowEvaluable ( )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.getChoiceValueCount ( Object choiceValue )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.getChoiceValueCountMultiple ( Object value )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.processValue ( Object value, int index )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.start ( Project project )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.visit ( Project project, int rowIndex, Row row )This method is from 'ExpressionNominalValueGrouper' class.
...
openrefine-3.0.jar
package com.google.refine.clustering.binning
[+] class BinningClusterer 1
| Change | Effect |
---|
1 |
Field _parameters has been added to this class. |
No effect. |
[+] affected methods: 3 (0.1%)
BinningClusterer.BinningClusterer ( )This constructor is from 'BinningClusterer' class.
BinningClusterer.computeClusters ( Engine engine )This method is from 'BinningClusterer' class.
BinningClusterer.write ( JSONWriter writer, Properties options )This method is from 'BinningClusterer' class.
openrefine-3.0.jar
package com.google.refine.importers
[+] class RdfTripleImporter.Mode 1
| Change | Effect |
---|
1 |
Field JSONLD 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.
to the top
Java Archives 1
openrefine-3.0.jar
to the top