iurysza / module-graph

A Gradle Plugin for visualizing your project's structure, powered by mermaidjs
https://plugins.gradle.org/plugin/dev.iurysouza.modulegraph
MIT License
345 stars 13 forks source link

Add error handling for module name parsing #43

Closed iurysza closed 6 months ago

iurysza commented 6 months ago

🚀 Description

Use original string is returned in case of any error during the name parsing method.

📄 Motivation and Context

Solves #39

📦 Types of changes

✅ Checklist