be694984fb35262b32c89be075e6d4a059931b62
Files Diff
- Added: 14
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type list : List<String> to list : List<Dependency> in method private toJsonArray(list List<Dependency>) : JsonArray in class com.vaadin.server.communication.UidlWriter | From | To | |
Rename Variable | 3 | ||
Rename Variable styleDependencies : List<String> to dependencies : List<Dependency> in method public write(ui UI, writer Writer, async boolean) : void in class com.vaadin.server.communication.UidlWriter | From | To | |
Rename Variable resources : String[] to deps : Collection<? extends Dependency> in method private setupStandaloneDocument(context BootstrapContext, response BootstrapPageResponse) : void in class com.vaadin.server.BootstrapHandler | From | To | |
Rename Variable resource : String to dependency : Dependency in method private setupStandaloneDocument(context BootstrapContext, response BootstrapPageResponse) : void in class com.vaadin.server.BootstrapHandler | From | To | |
Inline Method | 2 | ||
Inline Method private loadStyleDependencies(dependencies JsArrayString) : void inlined to public loadDependencies(json ValueMap) : void in class com.vaadin.client.DependencyLoader | From | To | |
Inline Method private registerDependency(context BootstrapContext, uiClass Class<? extends UI>, resource String) : String inlined to private setupStandaloneDocument(context BootstrapContext, response BootstrapPageResponse) : void in class com.vaadin.server.BootstrapHandler | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute resourceLoadListener : ResourceLoadListener to dependencyLoadingTracker : ResourceLoadListener in method public loadDependencies(json ValueMap) : void in class com.vaadin.client.DependencyLoader | From | To | |
Change Variable Type | 3 | ||
Change Variable Type resources : String[] to deps : Collection<? extends Dependency> in method private setupStandaloneDocument(context BootstrapContext, response BootstrapPageResponse) : void in class com.vaadin.server.BootstrapHandler | From | To | |
Change Variable Type resource : String to dependency : Dependency in method private setupStandaloneDocument(context BootstrapContext, response BootstrapPageResponse) : void in class com.vaadin.server.BootstrapHandler | From | To | |
Change Variable Type styleDependencies : List<String> to dependencies : List<Dependency> in method public write(ui UI, writer Writer, async boolean) : void in class com.vaadin.server.communication.UidlWriter | From | To |