14bfe16d2b961cd58ec8e7c3cf7e65475f7cdb97
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable credentials : PreparedStatement to stmt : PreparedStatement in method protected getPassword(dbConnection Connection, username String) : String in class org.apache.catalina.realm.DataSourceRealm | From | To | |
Rename Variable roles : PreparedStatement to stmt : PreparedStatement in method protected getRoles(dbConnection Connection, username String) : ArrayList<String> in class org.apache.catalina.realm.DataSourceRealm | From | To | |
Inline Method | 4 | ||
Inline Method private credentials(dbConnection Connection, username String) : PreparedStatement inlined to protected getPassword(dbConnection Connection, username String) : String in class org.apache.catalina.realm.DataSourceRealm | From | To | |
Inline Method private roles(dbConnection Connection, username String) : PreparedStatement inlined to protected getRoles(dbConnection Connection, username String) : ArrayList<String> in class org.apache.catalina.realm.DataSourceRealm | From | To |