|
Rename Variable files : ArrayList<File> to copyFiles : ArrayList<File> in method public copyFileFromS3(importUG Import, appFileName String, config Map<String,Object>, s3Import S3Import, type ImportType) : ArrayList<File> in class org.apache.usergrid.management.importer.ImportServiceImpl |
From |
To |
|
Rename Variable em : EntityManager to targetEm : EntityManager in method public parseFileToEntities(jobExecution JobExecution) : void in class org.apache.usergrid.management.importer.ImportServiceImpl |
From |
To |
|
Rename Variable eachfile : File to file : File in method public doImport(jobExecution JobExecution) : void in class org.apache.usergrid.management.importer.ImportServiceImpl |
From |
To |
|
Rename Variable rootEm : EntityManager to emManagementApp : EntityManager in method public parseFileToEntities(jobExecution JobExecution) : void in class org.apache.usergrid.management.importer.ImportServiceImpl |
From |
To |
|
Rename Variable fname : String to blobStoreFileName : String in method public copyFromS3(importInfo Map<String,Object>, filenamePrefix String, type ImportService.ImportType) : ArrayList<File> in class org.apache.usergrid.management.importer.S3ImportImpl |
From |
To |
|
Rename Variable entities : List<Entity> to importedThings : List<Entity> in method public testImportCollection() : void in class org.apache.usergrid.management.importer.ImportServiceIT |
From |
To |
|
Rename Variable futureETag : ListenableFuture<String> to uploadedFile : String in method public copyToS3(ephemeral File, exportInfo Map<String,Object>, filename String) : void in class org.apache.usergrid.management.export.S3ExportImpl |
From |
To |
|
Rename Variable userProperties : Map<String,Object> to thingsMap : Map<UUID,Entity> in method public testImportCollection() : void in class org.apache.usergrid.management.importer.ImportServiceIT |
From |
To |
|
Rename Variable entity : Entity[] to things : List<Entity> in method public testImportCollection() : void in class org.apache.usergrid.management.importer.ImportServiceIT |
From |
To |
|
Change Return Type void to File in method private copyFile(blobStore BlobStore, bucketName String, fileName String) : File in class org.apache.usergrid.management.importer.S3ImportImpl |
From |
To |
|
Change Return Type void to List<File> in method private importApplicationFromOrg(organizationUUID UUID, applicationId UUID, config Map<String,Object>, jobExecution JobExecution, s3Import S3Import) : List<File> in class org.apache.usergrid.management.importer.ImportServiceImpl |
From |
To |
|
Change Return Type void to List<File> in method private importApplicationsFromOrg(organizationUUID UUID, config Map<String,Object>, jobExecution JobExecution, s3Import S3Import) : List<File> in class org.apache.usergrid.management.importer.ImportServiceImpl |
From |
To |
|
Change Return Type void to List<File> in method private importCollectionFromOrgApp(organizationUUID UUID, applicationUUID UUID, config Map<String,Object>, jobExecution JobExecution, s3Import S3Import) : List<File> in class org.apache.usergrid.management.importer.ImportServiceImpl |
From |
To |
|
Change Variable Type userProperties : Map<String,Object> to thingsMap : Map<UUID,Entity> in method public testImportCollection() : void in class org.apache.usergrid.management.importer.ImportServiceIT |
From |
To |
|
Change Variable Type entity : Entity[] to things : List<Entity> in method public testImportCollection() : void in class org.apache.usergrid.management.importer.ImportServiceIT |
From |
To |
|
Change Variable Type blobStore : AsyncBlobStore to blobStore : BlobStore in method public copyToS3(ephemeral File, exportInfo Map<String,Object>, filename String) : void in class org.apache.usergrid.management.export.S3ExportImpl |
From |
To |
|
Change Variable Type futureETag : ListenableFuture<String> to uploadedFile : String in method public copyToS3(ephemeral File, exportInfo Map<String,Object>, filename String) : void in class org.apache.usergrid.management.export.S3ExportImpl |
From |
To |