Rename module names to start with `com.microsoft.`
See original GitHub issueAs requestd by @brunoborges https://twitter.com/brunoborges/status/1423503746995298304 😉
Rename module names to start with com.microsoft., in order to follow the reverse-DNS style pattern. Find more information and detailed reasonings here: https://blog.joda.org/2017/04/java-se-9-jpms-module-naming.html
Nice side-effect: their Maven coordinates will be automatically mapped by https://github.com/sormuras/modules
Deliverables:
- Rename
mainmodule names and their usages (i.e.requiresdirectives)- From
gctoolkit.apitocom.microsoft.gctoolkit.api - From
gctoolkit.parsertocom.microsoft.gctoolkit.parser - From
gctoolkit.vertxtocom.microsoft.gctoolkit.vertx
- From
- Update test modules to read new
mainmodule names -
Renametestmodule names - Rename sample module from
gctoolkit.sampletocom.microsoft.gctoolkit.sample - Update module snippet here https://devblogs.microsoft.com/java/introducing-microsoft-gctoolkit
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:13 (10 by maintainers)
Top Results From Across the Web
CHANGING MODULE NAMES - Microsoft Community
In your VBA editor, select the module and press F4, that were you can change the name. HTH. Cimjet. John Using XL-2003.
Read more >How to Rename or Delete a VBA module or Form
3. Delete the module name (in this case Module1) and type in the name you want to call your module.
Read more >How to Rename Module Name in VBA Properties ... - YouTube
Excel Tips & Tricks : https://www.youtube.com/playlist?list=PLZnHzQfaP-kM1-Vfhd_h19jTKbYEuGgD-Excel Analysis ...
Read more >Rename a Module for an Excel Macro - TeachExcel.com
Click in the box next to where it says "(Name)" and rename the module. By default you will see the text "Module1" or...
Read more >How to change module name? - excel - Stack Overflow
That is not how you rename a module. Press F4 and the properties pane will open... The (Name) will be there... change it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I think the sample should be renamed is well. It is important to be consistent in order to avoid confusion.
@brunoborges - would you be OK to update the blog or is that a @kirk-microsoft task?