| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииNetBeans Инструменты разработки IDE Сеть |
| Группа | Группаpl.wavesoftware |
| Идентификатор | Идентификаторnetbeans-eid-generator |
| Версия | Версия0.4.0 |
| Тип | Типnbm |
| Описание |
Описание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 />
shuldWorkIfNoBugsExists();<br />
} catch (IOException ex) {<br />
throw new EidRuntimeException("20140218:161429", "Something wrong with HDD, permissions?", ex);<br />
}</code>
</p>
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| netbeans-eid-generator-0.4.0.pom | |
| netbeans-eid-generator-0.4.0.nbm | 59 KB |
| netbeans-eid-generator-0.4.0-sources.jar | 20 KB |
| netbeans-eid-generator-0.4.0-javadoc.jar | 105 KB |
| Обзор |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.netbeans.api : org-netbeans-api-annotations-common | jar | RELEASE81 |
| org.netbeans.api : org-netbeans-modules-editor-completion | jar | RELEASE81 |
| org.netbeans.api : org-openide-util | jar | RELEASE81 |
| org.netbeans.api : org-openide-util-ui | jar | RELEASE81 |
| org.netbeans.api : org-openide-util-lookup | jar | RELEASE81 |
| org.netbeans.api : org-netbeans-modules-options-api | jar | RELEASE81 |
| org.netbeans.api : org-openide-awt | jar | RELEASE81 |
| pl.wavesoftware : eid-exceptions | jar | 1.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |