Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
cb901304
Commit
cb901304
authored
15 years ago
by
cramakri
Browse files
Options
Downloads
Patches
Plain Diff
Fixing warnings.
SVN: 14218
parent
9ade3a20
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/sourceTest/java/ch/systemsx/cisd/common/utilities/AnnotationUtilsTest.java
+5
-0
5 additions, 0 deletions
...h/systemsx/cisd/common/utilities/AnnotationUtilsTest.java
with
5 additions
and
0 deletions
common/sourceTest/java/ch/systemsx/cisd/common/utilities/AnnotationUtilsTest.java
+
5
−
0
View file @
cb901304
...
@@ -121,17 +121,21 @@ public final class AnnotationUtilsTest
...
@@ -121,17 +121,21 @@ public final class AnnotationUtilsTest
private
static
class
A
private
static
class
A
{
{
@SuppressWarnings
(
"unused"
)
@Deprecated
@Deprecated
protected
Object
a
;
protected
Object
a
;
@SuppressWarnings
(
"unused"
)
protected
Object
b
;
protected
Object
b
;
@SuppressWarnings
(
"unused"
)
@BeanProperty
@BeanProperty
protected
void
setA
(
final
Object
a
)
protected
void
setA
(
final
Object
a
)
{
{
this
.
a
=
a
;
this
.
a
=
a
;
}
}
@SuppressWarnings
(
"unused"
)
protected
void
doSomething
(
final
Object
c
,
final
String
d
,
@Deprecated
final
Object
e
)
protected
void
doSomething
(
final
Object
c
,
final
String
d
,
@Deprecated
final
Object
e
)
{
{
}
}
...
@@ -139,6 +143,7 @@ public final class AnnotationUtilsTest
...
@@ -139,6 +143,7 @@ public final class AnnotationUtilsTest
private
final
static
class
B
extends
A
private
final
static
class
B
extends
A
{
{
@SuppressWarnings
(
"unused"
)
@Deprecated
@Deprecated
protected
Object
x
;
protected
Object
x
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment