Ticket #648 (closed defect: fixed)
Eliminate static class variables from legacy layer
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | biweekly-2011: Jul-05 to Jul-15 |
Component: | Legacy Compatibility | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
LegacyManager has the static variables and methods associated with tracking whether we're inside a IJ1 plugin at the moment. Eliminate this static code. Perhaps just remove static access and have interested users query for the current LegacyManager and access the API as needed.
Change History
Note: See
TracTickets for help on using
tickets.
It looks like someone removed this already. But the functionality of insideIJ1Plugin() is now unimplemented. Will discuss with Curtis whther we need this functionality.