jenkins/core/src/main/java/hudson
mindless 439243f3ba Remove unused "labelSet" field (has always been private transient)
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27955 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-26 00:21:31 +00:00
..
cli doc improvement 2010-02-03 18:17:38 +00:00
diagnosis [FIXED HUDSON-2552] Applied a modified version of the patch that improves the usability and code reuse 2009-12-18 23:18:38 +00:00
fsp [FIXED HUDSON-2180] revised the design of polling to fix the problem. 2010-02-07 03:06:29 +00:00
init clarifying 2010-01-28 20:30:17 +00:00
lifecycle class initialization of Hudson is much more work than that of Util, so pushing these small utilities out to Util to reduce the overhead of remoting. 2010-02-13 01:30:56 +00:00
logging [HUDSON-5391] Fixed the infamous Turkish bug. 2010-01-28 21:38:01 +00:00
matrix avoid double invocation of updateTransientActions by moving it to doConfigSubmit. 2010-01-27 00:01:02 +00:00
model Remove unused "labelSet" field (has always been private transient) 2010-02-26 00:21:31 +00:00
node_monitors [FIXED HUDSON-5642] Under some circumstances, Hudson can incorrectly delete the temporary directory itself. 2010-02-16 01:53:10 +00:00
org/apache/tools/tar These libraries are only used by the CVS support. 2009-12-24 19:45:04 +00:00
os slightly improved the error diagnostics 2010-01-25 22:12:26 +00:00
scheduler
scm allow subtype to define visible Action out of SCMRevisionState 2010-02-08 18:07:09 +00:00
search
security Improved /etc/shadow permission checks. 2010-02-20 02:21:47 +00:00
slaves [FIXED HUDSON-5630] 2010-02-13 15:00:30 +00:00
tasks Minor comment 2010-02-20 14:26:25 +00:00
tools class initialization of Hudson is much more work than that of Util, so pushing these small utilities out to Util to reduce the overhead of remoting. 2010-02-13 01:30:56 +00:00
triggers report unexpected problem during the polling to the polling log 2010-02-18 23:45:40 +00:00
util filter out some jelly internals from ${attrs} so they are not rendered in output 2010-02-09 22:43:14 +00:00
views call attention to config.jelly 2010-02-04 02:30:40 +00:00
widgets Add @Override annotations, remove unused imports, 2009-09-14 18:08:34 +00:00
AbortException.java Merged revisions 24854,24862,24946,25411,25418-25419,25478,25699,25701,25770,25832,25834,26401-26404 via svnmerge from 2010-01-26 01:49:47 +00:00
AbstractMarkupText.java
BulkChange.java Merged revisions 23666-23667,23670,23711,23782-23785,23788,23809-23810,23817,23859,23870,23879,23899-23904,23906-23907,23909,23913 via svnmerge from 2009-11-23 19:33:33 +00:00
ClassicPluginStrategy.java modified to allow subtypes to take over classloader creation. 2010-01-15 01:09:15 +00:00
CloseProofOutputStream.java Add @Override annotations, remove unused imports, 2009-09-14 18:08:34 +00:00
CopyOnWrite.java
DependencyRunner.java
DescriptorExtensionList.java Simplified the code to be a better example of what a plugin should do. Creating a singleton descriptor instance is not recommended. 2010-01-15 15:18:52 +00:00
EnvVars.java [FIXED HUDSON-5391] in 1.344. we should be case insensitive but case preserving. 2010-01-28 19:36:52 +00:00
ExpressionFactory2.java Add @Override annotations, remove unused imports, 2009-09-14 18:08:34 +00:00
Extension.java [FIXED HUDSON-3752] @Extension.ordinal() should now work, at least those that are specified on a class. As Jesse points out in https://sezpoz.dev.java.net/issues/show_bug.cgi?id=6, more changes are needed to make it work on methods and fields, but those are less frequently used. In 1.340. 2009-12-24 20:43:09 +00:00
ExtensionFinder.java
ExtensionList.java typo 2009-12-24 20:38:12 +00:00
ExtensionListView.java Add @Override annotations, remove unused imports, 2009-09-14 18:08:34 +00:00
ExtensionPoint.java
FeedAdapter.java
FilePath.java class initialization of Hudson is much more work than that of Util, so pushing these small utilities out to Util to reduce the overhead of remoting. 2010-02-13 01:30:56 +00:00
FileSystemProvisioner.java [HUDSON-4531] extension point without a descriptor is now reported with more information for a better troubleshooting. 2009-09-24 18:59:07 +00:00
FileSystemProvisionerDescriptor.java Add @Override annotations, remove unused imports, 2009-09-14 18:08:34 +00:00
Functions.java integrated a newer Jelly and Stapler that runs faster with less memory 2010-02-11 02:35:09 +00:00
Indenter.java
Launcher.java [FIXED HUDSON-5296] Remote launcher failed to print any of the commands it was running to the listener the way the local launcher does. 2010-01-15 18:41:51 +00:00
LauncherDecorator.java Add @Override annotations, remove unused imports, 2009-09-14 18:08:34 +00:00
Main.java [FIXED HUDSON-5066] avoid the use of deleteOnExit if the timing to delete the file is known. 2009-12-17 02:15:05 +00:00
MarkupText.java Add @Override annotations, remove unused imports, 2009-09-14 18:08:34 +00:00
PermalinkList.java
Platform.java Add @Override annotations, remove unused imports, 2009-09-14 18:08:34 +00:00
Plugin.java Adding SaveableListener, with calls to SaveableListener.fireOnChange in Saveable.save implementations 2009-11-05 16:11:47 +00:00
PluginManager.java whitespace, javadoc typo fix 2010-01-28 17:52:32 +00:00
PluginStrategy.java Merged revisions 23666-23667,23670,23711,23782-23785,23788,23809-23810,23817,23859,23870,23879,23899-23904,23906-23907,23909,23913 via svnmerge from 2009-11-23 19:33:33 +00:00
PluginWrapper.java fixed a compilation problem. I think this reads better than a two-arg "isNewerThan" 2009-12-08 00:09:45 +00:00
Proc.java doc improvement 2009-12-22 17:59:22 +00:00
ProxyConfiguration.java fixed NPE: 2010-01-23 00:58:32 +00:00
ResponseHeaderFilter.java Add @Override annotations, remove unused imports, 2009-09-14 18:08:34 +00:00
StructuredForm.java Merged revisions 23066 via svnmerge from 2009-10-22 22:06:08 +00:00
TcpSlaveAgentListener.java Improved the error diagnostics on the failure to establish connection with JNLP slaves early on. 2009-11-20 02:52:49 +00:00
UDPBroadcastFragment.java Add @Override annotations, remove unused imports, 2009-09-14 18:08:34 +00:00
UDPBroadcastThread.java UDPBroadcastThread didn't terminate even when it's interrupted. 2009-12-21 19:48:47 +00:00
Util.java class initialization of Hudson is much more work than that of Util, so pushing these small utilities out to Util to reduce the overhead of remoting. 2010-02-13 01:30:56 +00:00
WebAppMain.java [FIXED HUDSON-4820] Fallback gracefully if JNA is not available. 2009-11-25 23:21:17 +00:00
WorkspaceSnapshot.java
XmlFile.java [HUDSON-4941] Log which file had an XML parse error to assist in diagnosis & fix. 2009-11-24 16:36:07 +00:00