Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WebGUI
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kieker
WebGUI
Commits
3bc1e8dd
Commit
3bc1e8dd
authored
12 years ago
by
Nils Christian Ehmke
Browse files
Options
Downloads
Patches
Plain Diff
#620
parent
74fbc5c7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Kieker.WebGUI/src/main/java/kieker/webgui/beans/view/CurrentAnalysisEditorBean.java
+3
-1
3 additions, 1 deletion
...a/kieker/webgui/beans/view/CurrentAnalysisEditorBean.java
with
3 additions
and
1 deletion
Kieker.WebGUI/src/main/java/kieker/webgui/beans/view/CurrentAnalysisEditorBean.java
+
3
−
1
View file @
3bc1e8dd
...
@@ -660,7 +660,9 @@ public final class CurrentAnalysisEditorBean {
...
@@ -660,7 +660,9 @@ public final class CurrentAnalysisEditorBean {
// Update our class loader and the available plugins & repositories
// Update our class loader and the available plugins & repositories
this
.
reloadClassLoader
();
this
.
reloadClassLoader
();
this
.
reloadClassesAndMethods
();
this
.
reloadClassesAndMethods
();
this
.
addContentsToToolPalette
(
lib
);
// We have to reinitialize the tool palette completely! This is necessary as some of the already existing classes could need the newly loaded classes.
this
.
initializeToolPalette
();
}
catch
(
final
LibraryAlreadyExistingException
ex
)
{
}
catch
(
final
LibraryAlreadyExistingException
ex
)
{
CurrentAnalysisEditorBean
.
LOG
.
info
(
"A library with the same name exists already."
,
ex
);
CurrentAnalysisEditorBean
.
LOG
.
info
(
"A library with the same name exists already."
,
ex
);
CurrentAnalysisEditorBean
.
showMessage
(
FacesMessage
.
SEVERITY_WARN
,
"A library with the same name exists already."
);
CurrentAnalysisEditorBean
.
showMessage
(
FacesMessage
.
SEVERITY_WARN
,
"A library with the same name exists already."
);
...
...
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