mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
moving tests to CE
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<problems>
|
||||
<problem>
|
||||
<file>Foo.java</file>
|
||||
<line>5</line>
|
||||
<description>Duplicate @throws tag for exception 'java.lang.Exception'</description>
|
||||
</problem>
|
||||
</problems>
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
/**
|
||||
* Test.
|
||||
* @throws java.lang.Exception in case of problems
|
||||
* @exception java.lang.Exception in case of other problems
|
||||
*/
|
||||
void test() throws java.lang.Exception {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user