Skip to content

Commit

Permalink
don't process include jsp files
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyWu2015 committed Oct 26, 2016
1 parent c5752ee commit 829533f
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 829533f

Please sign in to comment.