multilang-depends / depends

Depends is a fast, comprehensive code dependency analysis tool
MIT License
195 stars 54 forks source link

For very complex expressions, stack overflow #18

Closed gangz closed 4 years ago

gangz commented 4 years ago

Example file : /eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test625/A_in.java It contains 26587 expressions. Even we put -Xss to 4m, the file could be parsed, but the expression resolve still took very long time.

gangz commented 4 years ago

close the issue, to add a limitation on the very special case