public class RenameDuplicatedClasses extends SceneTransformer
| Constructor and Description |
|---|
RenameDuplicatedClasses(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
void |
duplicatedCheck(List<String> classNames) |
protected void |
internalTransform(String phaseName,
Map<String,String> options)
Performs the transformation on the Scene, under the given phaseName and with the given Options.
|
boolean |
isFileSystemCaseSensitive()
An naive approach to check whether the file system is case sensitive or not
|
static RenameDuplicatedClasses |
v() |
transform, transform, transformpublic RenameDuplicatedClasses(Singletons.Global g)
public static RenameDuplicatedClasses v()
protected void internalTransform(String phaseName, Map<String,String> options)
SceneTransformerinternalTransform in class SceneTransformerpublic boolean isFileSystemCaseSensitive()
Copyright © 2020 Soot OSS. All rights reserved.