1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Code simplification.
jesseglick
as Jesse Glick
More... over 14 years ago
Folder ordering warnings.
jesseglick
as Jesse Glick
More... over 14 years ago
Fixed lots of bad idioms. Do not look for services (Sources, ClassPathProvider) in project lookup when there is a static API method which checks boundary conditions properly. Do not hardcode the value of JavaProjectConstants.SOURCES_TYPE_JAVA. Use FileUtil.archiveOrDirForURL to convert classpath items; never treat URL.getPath() as a file path, and do not use URLDecoder for unencoding URIs (it only works correctly for HTTP form POSTs). Do not use FileObject.getPath() unless you really mean it. Prefer lookup to getCookie methods. Avoid hiding fields with local variables. Also removing some pieces of dead or redundant code.
jesseglick
as Jesse Glick
More... over 14 years ago
Fix module codename of wrapper.commons.collections More... over 14 years ago
[FIXED SQE-16] Remove already removed plugin from classpath (project.xml) More... over 14 years ago
[FIXED SQE-13] Code is now more robust. More... over 14 years ago
[FIXED SQE-16] FindBugs 1.3.9 is now in use. More... over 14 years ago
[FIXED SQE-14] Create kits for each tool.
jesseglick
as Jesse Glick
More... over 14 years ago
Use "Quality" as label for project customizers, to match menu & option panel.
jesseglick
as Jesse Glick
More... over 14 years ago
#170813: do more work in background.
jesseglick
as Jesse Glick
More... over 14 years ago
NPE #148864
jesseglick
as Jesse Glick
More... over 14 years ago
NPE #167812
jesseglick
as Jesse Glick
More... over 14 years ago
IAE #169497
jesseglick
as Jesse Glick
More... over 14 years ago
Typo.
jesseglick
as Jesse Glick
More... over 14 years ago
CCE #170585
jesseglick
as Jesse Glick
More... over 14 years ago
IAE #170684.
jesseglick
as Jesse Glick
More... over 14 years ago
NPE: #166598.
jesseglick
as Jesse Glick
More... over 14 years ago
Trying to prevent AE: #165935.
jesseglick
as Jesse Glick
More... over 14 years ago
Consolidating code and making more robust to try to fix #164215.
jesseglick
as Jesse Glick
More... over 14 years ago
Possible fix for #167811: NPE.
jesseglick
as Jesse Glick
More... over 14 years ago
Including Maven projects. (Mentioned in a comment to #167811.)
jesseglick
as Jesse Glick
More... over 14 years ago
Simplifying Options dialog panel registration.
jesseglick
as Jesse Glick
More... over 14 years ago
Bogus Options dialog keyword category.
jesseglick
as Jesse Glick
More... over 14 years ago
Folder ordering warnings.
jesseglick
as Jesse Glick
More... over 14 years ago
#151232: NPEs involving ElementHandle.
jesseglick
as Jesse Glick
More... over 14 years ago
Registering things more declaratively, with annotations where feasible.
jesseglick
as Jesse Glick
More... over 14 years ago
Fixed layer ordering conflict.
jesseglick
as Jesse Glick
More... over 14 years ago
Fixing remaining runtime warnings.
jesseglick
as Jesse Glick
More... over 14 years ago
Dependency cleanup. 'ant fix-dependencies' to remove all unused deps. Renewing dependencies that invoked moduleautodeps.
jesseglick
as Jesse Glick
More... over 14 years ago
Fixing remaining build-time deprecations.
jesseglick
as Jesse Glick
More... over 14 years ago