-
Notifications
You must be signed in to change notification settings - Fork 13
MCR-3351 Remove Xalan extensions from XEditor #2438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 2024.06.x
Are you sure you want to change the base?
MCR-3351 Remove Xalan extensions from XEditor #2438
Conversation
* | ||
* @author Frank L\U00FCtzenkirchen | ||
*/ | ||
public class MCRElementCache { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should / can this use /extend MCRCache?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather rename that. It is a sort of cache, but it caches every element with an @id, not the most recently used etc.
Maybe ElementLookupTable is better? Using MCRCache would be just overhead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"There are only two hard things in Computer Science: cache invalidation and naming things."
-- Phil Karlton
issues/MCR-3351_Remove-Xalan-extensions-from-XEditor
Link to jira.