mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
IDEA-54765 Code Style -> Order of Members should have extra items for statics
Test data is corrected in order to follow new static vs instance methods ordering policy
This commit is contained in:
@@ -12,6 +12,7 @@ import java.net.URL;
|
||||
* @author dsl
|
||||
*/
|
||||
public class SCR20557 {
|
||||
|
||||
private final MyResultSet myResultSet = new MyResultSet();
|
||||
|
||||
public Date getDate(int columnIndex) throws SQLException {
|
||||
|
||||
Reference in New Issue
Block a user