Ticket #1200 (assigned enhancement)
Refactoring tool: replace indirect calls by direct calls
| Reported by: | szabgab | Owned by: | azawawi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Refactoring Perl 5 | Version: | 0.85 |
| Keywords: | Cc: |
Description
Replace one or all occurrences of indirect notations such as this:
new Something("bla");
by this:
Something->new("bla");
Change History
Note: See
TracTickets for help on using
tickets.

Added to Padre::Plugin::Fix todo