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
16cf99d3
Commit
16cf99d3
authored
13 years ago
by
nie
Browse files
Options
Downloads
Patches
Plain Diff
Commented some code for Jenkins.
parent
7e2bd542
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Kieker.WebGUI/nb-configuration.xml
+2
-0
2 additions, 0 deletions
Kieker.WebGUI/nb-configuration.xml
Kieker.WebGUI/src/main/java/kieker/webgui/common/PluginFinder.java
+3
-3
3 additions, 3 deletions
...bGUI/src/main/java/kieker/webgui/common/PluginFinder.java
with
5 additions
and
3 deletions
Kieker.WebGUI/nb-configuration.xml
+
2
−
0
View file @
16cf99d3
...
...
@@ -14,5 +14,7 @@ That way multiple projects can share the same settings (useful for formatting ru
Any value defined here will override the pom.xml file value but is only applicable to the current project.
-->
<netbeans.checkstyle.format>
true
</netbeans.checkstyle.format>
<netbeans.hint.jdkPlatform>
JDK_1.6
</netbeans.hint.jdkPlatform>
<org-netbeans-modules-projectapi.jsf_2e_language>
Facelets
</org-netbeans-modules-projectapi.jsf_2e_language>
</properties>
</project-shared-configuration>
This diff is collapsed.
Click to expand it.
Kieker.WebGUI/src/main/java/kieker/webgui/common/PluginFinder.java
+
3
−
3
View file @
16cf99d3
...
...
@@ -87,18 +87,18 @@ public final class PluginFinder {
/* Ignore error. */
}
}
jarFile
.
close
();
//
jarFile.close();
return
result
;
}
catch
(
final
IOException
ex
)
{
ex
.
printStackTrace
();
}
finally
{
try
{
/*
try {
if (classLoader != null) {
classLoader.close();
}
} catch (IOException ex) {
ex.printStackTrace();
}
}
*/
}
return
null
;
}
...
...
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