<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 ...
Version0.4.0compared with
Version Details
| 0.2.0 | 0.4.0 | |
|---|---|---|
| Release date | Feb 18, 2014 | Dec 01, 2015 |
| Licenses | MIT | MIT |
| Vulnerabilities | None | None |
Compile Changes (8)
| 0.2.0 | 0.4.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.netbeans.api » org-netbeans-modules-options-api | - | RELEASE81 |
| + Added | org.netbeans.api » org-openide-awt | - | RELEASE81 |
| + Added | org.netbeans.api » org-openide-util-lookup | - | RELEASE81 |
| + Added | org.netbeans.api » org-openide-util-ui | - | RELEASE81 |
| + Added | pl.wavesoftware » eid-exceptions | - | 1.1.0 |
| ~ Updated | org.netbeans.api » org-netbeans-api-annotations-common | RELEASE74 | RELEASE81 |
| ~ Updated | org.netbeans.api » org-netbeans-modules-editor-completion | RELEASE74 | RELEASE81 |
| ~ Updated | org.netbeans.api » org-openide-util | RELEASE74 | RELEASE81 |
Test Changes (2)
| 0.2.0 | 0.4.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | junit » junit | 4.10 | 4.12 |
| ~ Updated | org.mockito » mockito-core | 1.9.5 | 1.10.19 |