-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please ignore - checkstyle testing #5
base: master
Are you sure you want to change the base?
Conversation
@@ -51,6 +51,7 @@ public long getItemId(int pos) { | |||
@Override | |||
public View getView(final int position, final View convertView, ViewGroup parent) { | |||
View view = convertView; | |||
View view2_bad_format_test = convertView; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'method def' child has incorrect indentation level 12, expected level should be 4.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this run is with filter_mode: added
@@ -51,6 +51,7 @@ public long getItemId(int pos) { | |||
@Override | |||
public View getView(final int position, final View convertView, ViewGroup parent) { | |||
View view = convertView; | |||
View view2_bad_format_test = convertView; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -67,6 +68,7 @@ public void onClick(View v) { | |||
Callback<ResponseBody> deleteFollowerListener = new Callback<ResponseBody>() { | |||
@Override | |||
public void onResponse(Response<ResponseBody> response, Retrofit retrofit) { | |||
Retrofit tetrofit2_bad_format_test = retrofit; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with filter_mode: added
checkstyle was unable to detect missing indention
86584d8
to
b3ea79f
Compare
@@ -51,6 +51,7 @@ public long getItemId(int pos) { | |||
@Override |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'method def modifier' has incorrect indentation level 4, expected level should be 2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this run is with filter_mode: diff_context
@@ -51,6 +51,7 @@ public long getItemId(int pos) { | |||
@Override | |||
public View getView(final int position, final View convertView, ViewGroup parent) { | |||
View view = convertView; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'method def' child has incorrect indentation level 8, expected level should be 4.
@@ -51,6 +51,7 @@ public long getItemId(int pos) { | |||
@Override | |||
public View getView(final int position, final View convertView, ViewGroup parent) { | |||
View view = convertView; | |||
View view2_bad_format_test = convertView; | |||
if (view == null) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'if' has incorrect indentation level 8, expected level should be 4.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, the 'if' has correct indentation but not the line before. Strange.
@@ -51,6 +51,7 @@ public long getItemId(int pos) { | |||
@Override | |||
public View getView(final int position, final View convertView, ViewGroup parent) { | |||
View view = convertView; | |||
View view2_bad_format_test = convertView; | |||
if (view == null) { | |||
LayoutInflater inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is longer than 100 characters (found 113).
@@ -51,6 +51,7 @@ public long getItemId(int pos) { | |||
@Override | |||
public View getView(final int position, final View convertView, ViewGroup parent) { | |||
View view = convertView; | |||
View view2_bad_format_test = convertView; | |||
if (view == null) { | |||
LayoutInflater inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'if' child has incorrect indentation level 12, expected level should be 6.
@@ -51,6 +51,7 @@ public long getItemId(int pos) { | |||
@Override | |||
public View getView(final int position, final View convertView, ViewGroup parent) { | |||
View view = convertView; | |||
View view2_bad_format_test = convertView; | |||
if (view == null) { | |||
LayoutInflater inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); | |||
view = inflater.inflate(R.layout.item_follower, null); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'if' child has incorrect indentation level 12, expected level should be 6.
@@ -67,6 +68,7 @@ public void onClick(View v) { | |||
Callback<ResponseBody> deleteFollowerListener = new Callback<ResponseBody>() { | |||
@Override | |||
public void onResponse(Response<ResponseBody> response, Retrofit retrofit) { | |||
Retrofit tetrofit2_bad_format_test = retrofit; | |||
if (response.isSuccess()) { | |||
Toast.makeText(context, gs(R.string.follower_deleted_succesfully), Toast.LENGTH_LONG).show(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is longer than 100 characters (found 121).
@@ -67,6 +68,7 @@ public void onClick(View v) { | |||
Callback<ResponseBody> deleteFollowerListener = new Callback<ResponseBody>() { | |||
@Override | |||
public void onResponse(Response<ResponseBody> response, Retrofit retrofit) { | |||
Retrofit tetrofit2_bad_format_test = retrofit; | |||
if (response.isSuccess()) { | |||
Toast.makeText(context, gs(R.string.follower_deleted_succesfully), Toast.LENGTH_LONG).show(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'if' child has incorrect indentation level 28, expected level should be one of the following: 22, 24, 26.
@@ -67,6 +68,7 @@ public void onClick(View v) { | |||
Callback<ResponseBody> deleteFollowerListener = new Callback<ResponseBody>() { | |||
@Override | |||
public void onResponse(Response<ResponseBody> response, Retrofit retrofit) { | |||
Retrofit tetrofit2_bad_format_test = retrofit; | |||
if (response.isSuccess()) { | |||
Toast.makeText(context, gs(R.string.follower_deleted_succesfully), Toast.LENGTH_LONG).show(); | |||
list.remove(position); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'if' child has incorrect indentation level 28, expected level should be one of the following: 22, 24, 26.
b3ea79f
to
04ed97f
Compare
No description provided.