Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Alignment API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
moex
Alignment API
Commits
23205019
Commit
23205019
authored
15 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- suppressed outdated exception trap
parent
7fba73ed
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
src/fr/inrialpes/exmo/align/service/AServProtocolManager.java
+1
-3
1 addition, 3 deletions
...fr/inrialpes/exmo/align/service/AServProtocolManager.java
with
1 addition
and
3 deletions
src/fr/inrialpes/exmo/align/service/AServProtocolManager.java
+
1
−
3
View file @
23205019
...
@@ -835,7 +835,7 @@ public class AServProtocolManager {
...
@@ -835,7 +835,7 @@ public class AServProtocolManager {
public
static
boolean
implementsInterface
(
String
classname
,
Class
tosubclass
,
boolean
debug
)
{
public
static
boolean
implementsInterface
(
String
classname
,
Class
tosubclass
,
boolean
debug
)
{
try
{
try
{
if
(
classname
.
equals
(
"org.apache.xalan.extensions.ExtensionHandlerGeneral"
)
)
throw
new
ClassNotFoundException
(
"Stupid JAVA/Xalan bug"
);
if
(
classname
.
equals
(
"org.apache.xalan.extensions.ExtensionHandlerGeneral"
)
)
throw
new
ClassNotFoundException
(
"Stupid JAVA/Xalan bug"
);
// JE: Here there is a bug that is that it is not possible
// JE: Here there is a bug that is that it is not possible
// to have ALL interfaces with this function!!!
// to have ALL interfaces with this function!!!
// This is really stupid but that's life
// This is really stupid but that's life
...
@@ -857,8 +857,6 @@ public class AServProtocolManager {
...
@@ -857,8 +857,6 @@ public class AServProtocolManager {
}
catch
(
ClassNotFoundException
cnfex
)
{
}
catch
(
ClassNotFoundException
cnfex
)
{
}
catch
(
UnsatisfiedLinkError
ule
)
{
}
catch
(
UnsatisfiedLinkError
ule
)
{
if
(
debug
)
System
.
err
.
println
(
" ******** "
+
classname
);
if
(
debug
)
System
.
err
.
println
(
" ******** "
+
classname
);
}
catch
(
ExceptionInInitializerError
eiie
)
{
// This one has been added for OMWG, this is a bad error
}
}
return
false
;
return
false
;
}
}
...
...
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