| Summary: | [editor] can't view custom tag file source code (when inside a jar) using ctrl+click from jsp editor | ||
|---|---|---|---|
| Product: | [WebTools] WTP Source Editing | Reporter: | Andre Albino Pereira <andreptb> |
| Component: | jst.jsp | Assignee: | Andre Albino Pereira <andreptb> |
| Status: | RESOLVED FIXED | QA Contact: | Nick Sandonato <nsand.dev> |
| Severity: | normal | ||
| Priority: | P3 | CC: | thatnitind |
| Version: | 3.3 | ||
| Target Milestone: | 3.3.1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Attachments: | |||
|
Description
Andre Albino Pereira
Created attachment 200748 [details]
Patch to fix CMElementDeclarationImpl.setLocationString(String) from tag-files inside jar
It seems when custom tag-files inside jar are loaded the location string defined at org.eclipse.jst.jsp.core.internal.contentmodel.tld.CMDocumentFactoryTLD:303 is wrong. This patch addresses this issue.
Created attachment 200749 [details]
Patch to fix CMElementDeclarationImpl.setLocationString(String) from tag-files inside jar
This patch was generated with my code formatter disabled.
It seems when custom tag-files inside jar are loaded the location string
defined at
org.eclipse.jst.jsp.core.internal.contentmodel.tld.CMDocumentFactoryTLD:303 is
wrong. This patch addresses this issue.
Good find, Andre. Thanks for the patch. I've released the changes. (In reply to comment #3) > Good find, Andre. Thanks for the patch. I've released the changes. You're welcome! |