File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1270
1270
<timeout >6000</timeout >
1271
1271
<httpFollowRedirect >false</httpFollowRedirect >
1272
1272
<forceSite >true</forceSite >
1273
+ <!-- To resolve redirection violation, to find new target url, use:
1274
+ URL=https://www.cs.....
1275
+ curl -s -I $URL -L | awk '/Location: (.*)/ {print $2}' | tail -n 1
1276
+ -->
1273
1277
<excludedPages >
1274
1278
<excludedPage >dependencies.html</excludedPage >
1275
1279
<excludedPage >cobertura/**</excludedPage >
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ String b = (a==null || a.length<1) ? null : a.substring(1);
252
252
</p >
253
253
254
254
<p >
255
- Inspired by <a href =" https://www. cs.nyu.edu/~lharris/papers/findbugsPaper.pdf" >
255
+ Inspired by <a href =" https://cs.nyu.edu/~lharris/papers/findbugsPaper.pdf" >
256
256
Finding Bugs is Easy, chapter '2.3.1 Bad Covariant Definition of Equals (Eq)'</a >:
257
257
</p >
258
258
You can’t perform that action at this time.
0 commit comments