Google Singleton Detector

Open source tool to analyze Java bytecode and detect the use of Singletons
Download

Google Singleton Detector Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Google
  • Publisher web site:
  • http://google.com
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 63 KB

Google Singleton Detector Tags


Google Singleton Detector Description

Open source tool to analyze Java bytecode and detect the use of Singletons Google Singleton Detector (GSD) is an Open Source tool which allows you tolocate singletons and global state inside Java applications. Ideally, you will be able to use the information provided by Google Singleton Detector to locate heavily used global state and remove it.It's not quite as simple as that, however. First, GSD doesn't only detect singletons; it detects four different types of global state, including singletons, hingletons, mingletons and fingletons (see the usage section for descriptions). Second, it outputs a graph with all these different types of static state highlighted, and shows all the classes that are directly dependent on them. The point of this tool is to allow you to see all of the uses of global state inside a project, as well as how they are all interrelated. Hopefully you'll be able to locate global state that is heavily depended on and remove it.NOTE: Google Singleton Detector is licensed and provided under the terms of the Apache License 2.0.


Google Singleton Detector Related Software