question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rename module names to start with `com.microsoft.`

See original GitHub issue

As 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 main module names and their usages (i.e. requires directives)
    • From gctoolkit.api to com.microsoft.gctoolkit.api
    • From gctoolkit.parser to com.microsoft.gctoolkit.parser
    • From gctoolkit.vertx to com.microsoft.gctoolkit.vertx
  • Update test modules to read new main module names
  • Rename test module names
  • Rename sample module from gctoolkit.sample to com.microsoft.gctoolkit.sample
  • Update module snippet here https://devblogs.microsoft.com/java/introducing-microsoft-gctoolkit

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:13 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
dsgrievecommented, Aug 10, 2021

I think the sample should be renamed is well. It is important to be consistent in order to avoid confusion.

1reaction
kariannacommented, Aug 24, 2021

@brunoborges - would you be OK to update the blog or is that a @kirk-microsoft task?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found