DOC

pl.wavesoftware : netbeans-eid-generator

Maven & Gradle

Dec 01, 2015
0 stars

Exception ID (EID) Generator · <p>Generates a unique Exception ID, that can be used in Java source code.</p> <p>In order to use this plugin type <code>Ctrl+Space</code> inside empty String literal. This will generate new unique identifier as a <i>Code Completion</i>. That generated EID can be used, for example, to identify your exceptions.</p> <p> Example usage (This is technical runtime exception, a posible bug. This plugin can be used to quickly fill unique bug id.):<br /> <code>try {<br /> &nbsp;&nbsp;&nbsp;&nbsp;shuldWorkIfNoBugsExists();<br /> } catch (IOException ex) {<br /> &nbsp;&nbsp;&nbsp;&nbsp;throw new EidRuntimeException("20140218:161429", "Something wrong with HDD, permissions?", ex);<br /> }</code> </p>

Table Of Contents

Latest Version

Download pl.wavesoftware : netbeans-eid-generator Javadoc & API Documentation - Latest Versions:

All Versions

Download pl.wavesoftware : netbeans-eid-generator Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.4.x
0.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file netbeans-eid-generator-0.4.0-javadoc.jar to netbeans-eid-generator-0.4.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder netbeans-eid-generator-0.4.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "netbeans-eid-generator-0.4.0-sources.jar" -d "netbeans-eid-generator-0.4.0-javadoc" -subpackages 

Advertisement

Dependencies from Group

Dec 30, 2018
12 usages
11 stars
Jul 05, 2019
1 usages
2 stars
Jul 11, 2015
0 stars
Nov 25, 2015
0 stars

Discover Dependencies

Dec 05, 2015
3 stars
Aug 11, 2023
2 usages
0 stars
Dec 03, 2015
2 usages
14.6k stars
Dec 05, 2015
699 stars
Aug 11, 2016
54 stars
Nov 29, 2015
11 stars
Nov 29, 2015
1 usages
11 stars