| Summary: | can't create patch - org.eclipse.jst.jsp.core plugin | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [WebTools] WTP Source Editing | Reporter: | Carlin Rogers <carlin.rogers> | ||||||||
| Component: | jst.jsp | Assignee: | Nick Sandonato <nsand.dev> | ||||||||
| Status: | RESOLVED FIXED | QA Contact: | Nick Sandonato <nsand.dev> | ||||||||
| Severity: | normal | ||||||||||
| Priority: | P3 | CC: | david_williams, raghunathan.srinivasan, thatnitind | ||||||||
| Version: | unspecified | Flags: | thatnitind:
review+
|
||||||||
| Target Milestone: | 3.2.3 | ||||||||||
| Hardware: | PC | ||||||||||
| OS: | Windows XP | ||||||||||
| Whiteboard: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Carlin Rogers
Created attachment 182250 [details]
change import declaration to use a closed range
Or ... I wonder if TaglibHelper should just implement the missing method. I'm assuming it could be a "dummy" implementation, that always returned null or something? Since, I'm assuming this is a "placeholder" for whatever "real" helper is used later? I don't think having the "extra" method would hurt when running on 2.0? (In reply to comment #2) > Or ... I wonder if TaglibHelper should just implement the missing method. > > I'm assuming it could be a "dummy" implementation, that always returned null or > something? Since, I'm assuming this is a "placeholder" for whatever "real" > helper is used later? > > I don't think having the "extra" method would hurt when running on 2.0? Nitin and I have discussed implementing the methods and also widening the range to [2.0.0, 2.2.0] (In reply to comment #3) > (In reply to comment #2) > > Or ... I wonder if TaglibHelper should just implement the missing method. > > > > I'm assuming it could be a "dummy" implementation, that always returned null or > > something? Since, I'm assuming this is a "placeholder" for whatever "real" > > helper is used later? > > > > I don't think having the "extra" method would hurt when running on 2.0? > > Nitin and I have discussed implementing the methods and also widening the range > to [2.0.0, 2.2.0] Doh, [2.0.0, 2.2.0) Created attachment 184748 [details]
patch
Stripped out some of the unnecessary changes from another patch. Created attachment 184758 [details]
updated patch
|