Skip to content

Commit

Permalink
Merge pull request #86 from gamerson/pr-176
Browse files Browse the repository at this point in the history
don't process include jsp files
  • Loading branch information
gamerson authored Oct 26, 2016
2 parents c5752ee + 829533f commit 2f47900
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,7 @@ public JSPTranslationPrime(IJavaProject javaProject,
private class JSPTranslatorPrime extends JSPTranslator {
@Override
protected void handleIncludeFile(String filename) {
try {
super.handleIncludeFile(filename);
} catch (Exception e) {
// suppress errors in handling include files
}
//don't process include files to avoid redundant results and wrong line number
}
}

Expand Down

0 comments on commit 2f47900

Please sign in to comment.