You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The modified files are determined via compare API call. Similar
to pull requests, we only collect at most 10 pages. However, the
number of total changed files can't be calculated straightforward,
since the pagination happens on the basis of commits rather than files.
In any case, for big pushes this means, that not all files might
be analyzed.
"patch": "@@ -1,9 +1,10 @@\n public class AvoidCatchingThrowableSample {\n+ \n public void bar() {\n try {\n // do something\n } catch (Throwable th) { // should not catch Throwable\n th.printStackTrace();\n }\n }\n-}\n\\ No newline at end of file\n+}"
0 commit comments