Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
@Target(ElementType.METHOD)
public @interface IgnoredWhenDetached {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -861,4 +861,4 @@ private boolean windowManagerAutolistLoop() {
return true;
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ public void notifyViewChanged(HasViews hasViews) {
}
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ public class GenericFragmentArguments<S extends Serializable, P extends Account>
@FragmentArg
P parcelable;

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
@EActivity(R.layout.clickable_widgets)
public class HierarchyViewerActivity extends AbstractActivity {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ <S extends List<T>> void uiMethod(S method) {

}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ public void onBroadcastWithTwoActionsTest() {
assertTrue(activity.action2Fired);
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
public interface HasParameterHandlers<T extends GeneratedClassHolder> extends AnnotationHandler<T> {

Iterable<AnnotationHandler> getParameterHandlers();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -493,4 +493,4 @@ public AnyOrderParamValidator anyOrder() {
public ValidatorParameterHelper(TargetAnnotationHelper targetAnnotationHelper) {
annotationHelper = targetAnnotationHelper;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ public interface HasInstanceState extends GeneratedClassHolder {
JMethod getRestoreStateMethod();

JVar getRestoreStateBundleParam();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ protected final T getHolder() {
}

protected abstract IRClass.Res getResourceType();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ public interface RequestTestBuilderExecutor {
void execute(MyService myService);
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ public interface ClientWithWrongEnhancedMethod {
String getRootURL(String param);

boolean setRootURL();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ public ClientHttpResponse intercept(HttpRequest arg0, byte[] arg1, ClientHttpReq
return null;
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ public boolean hasError(ClientHttpResponse clientHttpResponse) throws IOExceptio
public void handleError(ClientHttpResponse clientHttpResponse) throws IOException {

}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ public void prepareTest(Object test) {
@Override
public void afterTest(Method method) {
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ public List<AnnotationHandler<?>> getHandlers(AndroidAnnotationsEnvironment andr
annotationHandlers.add(new RoboGuiceHandler(androidAnnotationEnv));
return annotationHandlers;
}
}
}
1 change: 1 addition & 0 deletions 1 AndroidAnnotations/checkstyle-checks-ci.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,5 @@
<module name="SuppressionFilter">
<property name="file" value="${checkstyle.suppressions.file}"/>
</module>
<module name="NewlineAtEndOfFile"/>
</module>
1 change: 1 addition & 0 deletions 1 AndroidAnnotations/checkstyle-checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,5 @@
<module name="SuppressionFilter">
<property name="file" value="${checkstyle.suppressions.file}"/>
</module>
<module name="NewlineAtEndOfFile"/>
</module>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.