# mat **Repository Path**: cjunn/mat ## Basic Information - **Project Name**: mat - **Description**: No description available - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-27 - **Last Updated**: 2025-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Eclipse Memory Analyzer ==================== The Eclipse Memory Analyzer is a fast and feature-rich Java heap dump analyzer that helps you find memory leaks and reduce memory consumption. - Web site: Download ---------------- - Latest [stable release](https://eclipse.dev/mat/download/) - [Snapshot builds](https://eclipse.dev/mat/download/snapshots/) Building locally ---------------- Memory Analyzer can be build using Maven / Tycho. The maven build should be started from the parent directory. So, clone the repository, and then cd parent mvn clean install For detailed build documentation refer to [Building MAT with Maven](dev-doc/Building_MAT_with_Maven.md) Documentation ---------------- - [Documentation](http://help.eclipse.org/index.jsp?topic=/org.eclipse.mat.ui.help/welcome.html) - online version of the documentation available also from within the tool - [Learning](https://wiki.eclipse.org/MemoryAnalyzer/Learning_Material) - learn from presentations, blogs, tutorials - [FAQ](http://wiki.eclipse.org/index.php/MemoryAnalyzer/FAQ) - check some of the frequently asked questions Contributing ---------------- - See [CONTRIBUTING.md](CONTRIBUTING.md) in the root of the repository if you would like to contribute to MAT - See [Contributor Reference](dev-doc/Contributor_Reference.md) for information regarding setting up your development environment, building MAT, running tests, coding standards, and more. Issues: ---------------- This project uses Githib issues to track ongoing development and issues. - [List of open issues](https://github.com/eclipse-mat/mat/issues?q=is%3Aopen+is%3Aissue) - [Report an issue](https://github.com/eclipse-mat/mat/issues/new) In the past the project used Bugzilla. The "archives" are available [here](https://bugs.eclipse.org/bugs/buglist.cgi?order=changeddate%20DESC%2Cpriority%2Cbug_severity&product=MAT&query_format=advanced) Contact: ---------------- - Developers [mailing list](https://dev.eclipse.org/mailman/listinfo/mat-dev) - Memory Analyzer [Forum](http://www.eclipse.org/forums/eclipse.memory-analyzer) at Eclipse