I have this integral :
$$ {J}=\int_{-1}^{+1}\frac{(1-x)^{-\frac{2}{3}}(1+x)^{-\frac{1}{3}}}{4+x^2}\,dx$$
There are three branch points for this integral : $1,-i,+i$ and two pole points $-2i$ and $+2i$ which lie outside. So can we say that there are no pole points for this integral and how to solve it.

The trick, when dealing with tricky contours, is to make first the standard trick work. In our case the standard way would be to substitute, so that we see only polynomials, then get a result for them. Explicitly:
$$ \begin{aligned} J &=\int_{-1}^{+1} \frac{(1-x)^{-2/3}(1+x)^{-1/3}}{4+x^2}\,dx \\ &=\int_{-1}^{+1} \frac{\displaystyle\left(\frac{1+x}{1-x}\right)^{2/3}} {(1+x)(4+x^2)}\,dx \\ &\qquad\text{Substitution: }y^3=\frac{1+x}{1-x}\ ,\ x=\frac{y^3-1}{y^3+1}=1-\frac2{y^3+1}\ ,\ dx =\frac{2\cdot 3y^2}{(y^3+1)^2}\; dy\ , \\ &= \int_0^\infty \frac {y^2} {\displaystyle\frac{2y^3}{y^3+1}\cdot\frac {5y^6+6y^3+5}{(y^3+1)^2}} \cdot \frac{2\cdot 3y^2}{(y^3+1)^2}\; dy \\ &= 3\int_0^\infty \frac {y(y^3+1)} {5y^6+6y^3+5}\; dy \ . \end{aligned} $$ Now, the contour to be considered is completely clear:
and passing to the limit with $R\to\infty$, $\epsilon\to0$,
Here, $u=e^{2\pi i/3}$ is the primitive third root on unity in the second quadrant. We also need $v=\sqrt u= e^{2\pi i/6}$ in the sequel.
Let us apply the Residue Theorem, and pass to the limits, getting thus: $$ \begin{aligned} J + 0 -u^2J &= 2\pi i\sum_{a\text{ residue inside }C_1\cup C_2\cup C_3} \operatorname{Res}_{z=a} \frac {3z(z^3+1)} {5z^6+6z^3+5} \\ &= 2\pi i\cdot \frac 3{20} \sum_a \operatorname{Res}_{z=a} z \left[ \frac{2+i}{z^3+\frac 15(3+4i)} + \frac{2-i}{z^3+\frac 15(3-4i)} \right] \ . \end{aligned} $$ Let now $a,b$ be values in the first quadrant with $a^3=\frac 15(-3-4i)$, $b^3=\frac 15(-3+4i)$. So $$ \begin{aligned} a &= v\cdot\underbrace{\sqrt[3]{\frac 15(3+4i)}}_{:=c}=vc\ ,\qquad v^3 = -1\ ,\\ b &= u\bar a =\frac ua =\frac v{\displaystyle\sqrt[3]{\frac 15(3+4i)}}=\frac vc \ . \end{aligned} $$ Then $a$ is residual point for the first fraction in the bracket, $b$ for the second one, we also denote by $u=\exp\frac {2\pi i}3$ the one primitive root of unity related to the contour, and the only involved residues are $$ \begin{aligned} \operatorname{Res}_{z=a} \frac{(2+i)z}{z^3+\frac 15(3+4i)} &= \operatorname{Res}_{z=a} \frac{(2+i)z}{z^3-a^3} \\ &= \operatorname{Res}_{z=a} \frac{(2+i)z}{(z-a)(z-ua)(z-u^2a)} \\ &= \operatorname{Value}_{z=a} \frac{(2+i)z}{(z-ua)(z-u^2a)} = \operatorname{Value}_{z=a} \frac{(2+i)z}{(z^2+az+a^2)} \\ &=\frac{2+i}{3a}\ , \\[2mm] \operatorname{Res}_{z=b} \frac{(2-i)z}{z^3+\frac 15(3-4i)} &=\operatorname{Res}_{z=b} \frac{(2-i)z}{z^3-b^3} =\dots \\ &=\frac{2-i}{3b}\ , \end{aligned} $$ Putting all together $$ \begin{aligned} J&= \frac 1{1-u^2}\cdot 2\pi i\cdot \frac 1{20}\cdot \left[\frac {2+i}{vc}+\frac {2-i}{v/c}\right] \\ &= 2\pi\cdot \frac i{v(1-u^2)} \cdot \frac 1{20}\cdot \left[\frac {2+i}{\sqrt[3]{\frac 15(3+4i)}} +\frac {2-i}{\sqrt[3]{\frac 15(3-4i)}}\right] \\ &= 2\pi\cdot \frac 1{\sqrt 3} \cdot \frac 1{20}\cdot 2\cdot\text{Real}\frac {2+i}{\sqrt[3]{\frac 15(3+4i)}} \ . \end{aligned} $$
To obtain a proof in terms of the given function under the integral transform the contour first using $y\to y^3$, then a Möbius transformation in the complex plane.
Computer check, we use pari/gp:
We cannot expect a total simplification, since the minimal polynomial of some of the numbers that appear is still complicated.
The best we can obtain is to calculate the roots of the last polynomial,
we then take the last root and...