6ef6b783c6eb9439f6e45c63c122f0c42104b09f
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable pathlist : ArrayList<PathSegment> to psl : ArrayList<PathSegment> in method private flattenToList(list List<PathSegment[]>) : List<PathSegment> in class org.jboss.resteasy.core.PathParamInjector | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable segments : PathSegment[] to list : List<PathSegment[]> in method private flattenToList(list List<PathSegment[]>) : List<PathSegment> in class org.jboss.resteasy.core.PathParamInjector | From | To | |
Change Variable Type | 1 | ||
Change Variable Type segments : PathSegment[] to list : List<PathSegment[]> in method private flattenToList(list List<PathSegment[]>) : List<PathSegment> in class org.jboss.resteasy.core.PathParamInjector | From | To | |
Extract Method | 1 | ||
Extract Method private flattenToList(list List<PathSegment[]>) : List<PathSegment> extracted from public inject(request HttpRequest, response HttpResponse) : Object in class org.jboss.resteasy.core.PathParamInjector | From | To |