chore: remove unused imports from view_unpushed_bundles.jsp#35362
chore: remove unused imports from view_unpushed_bundles.jsp#35362
Conversation
Removed stale imports that are no longer referenced in the file. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Claude finished @nollymar's task in 31s —— View job Claude finished @nollymar's task in 38s —— View job Clean. All 9 removed imports ( |
|
@claude can you create an issue from this PR? |
|
Claude finished @nollymar's task in 3m 20s —— View job Creating GitHub Issue
Unfortunately, I'm unable to create GitHub issues in this CI environment — the Issue Details (ready to create manually)You can create the issue by running this command locally: gh issue create \
--repo dotCMS/core \
--title "chore: remove unused imports from view_unpushed_bundles.jsp" \
--body "## Summary
Remove 9 stale/unused imports from \`view_unpushed_bundles.jsp\` that are no longer referenced in the file.
## File
\`dotCMS/src/main/webapp/html/portlet/ext/contentlet/publishing/view_unpushed_bundles.jsp\`
## Unused Imports to Remove
- \`com.google.common.base.CaseFormat\`
- \`com.dotmarketing.portlets.languagesmanager.model.Language\`
- \`com.dotcms.publisher.environment.ajax.EnvironmentAPI\`
- \`com.dotcms.publisher.environment.bean.Environment\`
- \`com.dotmarketing.portlets.contentlet.model.Contentlet\`
- \`com.dotcms.publisher.util.PublishAuditUtil\`
- \`com.dotmarketing.exception.DotContentletStateException\`
- \`com.dotmarketing.util.Logger\`
- \`com.dotcms.publisher.pusher.DotPublisherException\`
## Notes
- Pure code cleanup, no functional changes
- None of these imports are referenced in the file body
- Related: PR #35362"Alternatively, you can create the issue directly on GitHub using the details above, then add a |
Fixes #35373
Removed stale imports that are no longer referenced in the file.
Proposed Changes
<%@page import="..."%>declarations fromview_unpushed_bundles.jspChecklist