Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
DrJavaAtRice
/
CodeCoverage
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
codecoverage
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 9, 2015
Merge branch 'master' of https://github.com/DrJavaAtRice/drjava into codecoverage
Show description for b488e25
rebeccasmith
committed
b488e25
View commit details
Copy full SHA for b488e25
Browse repository at this point
comment out the getLastJunitResult() code, since it's broken
rebeccasmith
committed
39bd975
View commit details
Copy full SHA for 39bd975
Browse repository at this point
a few style changes to hopefully minimize merge conflicts
rebeccasmith
committed
0894983
View commit details
Copy full SHA for 0894983
Browse repository at this point
fixed JUnitErrorModelTest; JaCoCo now passes all tests.
rebeccasmith
committed
f614df7
View commit details
Copy full SHA for f614df7
Browse repository at this point
Commits on Oct 6, 2015
This revision cleans up a failing unit test (involving predictive input and javadoc) and incorporates Jonathan's code cleanup based on Eclipse (not IntelliJ)
Show description for 272a565
ponderosaTX
committed
272a565
View commit details
Copy full SHA for 272a565
Browse repository at this point
Merge branch 'master' of https://github.com/jonathansharman/drjava into jonathansharman-master
Show description for 613501a
ponderosaTX
committed
613501a
View commit details
Copy full SHA for 613501a
Browse repository at this point
This revision updates the default compiler (when no JDK is found) to the Eclipse Compiler 4.5.1. It also comments out debugging output that should not appear in a release and deletes some obsolete…
Show description for 5a4dc27
ponderosaTX
committed
5a4dc27
View commit details
Copy full SHA for 5a4dc27
Browse repository at this point
Commits on Oct 3, 2015
Cleaned up files to eliminate most compiler warnings as reported by Eclipse.
jonathansharman
committed
a37294e
View commit details
Copy full SHA for a37294e
Browse repository at this point
Commits on Sep 30, 2015
work towards getting the testing result (flag, lineColors) asynchronously rather than passing it back. TODO: debug getLastJUnitResult(); fix one error in unit tests
rebeccasmith
committed
3212757
View commit details
Copy full SHA for 3212757
Browse repository at this point
pass the desired JaCoCo report outdir through to the tester
rebeccasmith
committed
7576b7f
View commit details
Copy full SHA for 7576b7f
Browse repository at this point
Commits on Sep 29, 2015
This revision eliminates loading the compiler from the runtime class
Show description for 99a07c4
ponderosaTX
committed
99a07c4
View commit details
Copy full SHA for 99a07c4
Browse repository at this point
more comments & cleanup
rebeccasmith
committed
edbbbc9
View commit details
Copy full SHA for edbbbc9
Browse repository at this point
Commits on Sep 28, 2015
minor ui/model reorg
rebeccasmith
committed
6afd6d1
View commit details
Copy full SHA for 6afd6d1
Browse repository at this point
cleanup & commenting in ReportGenerator.java
rebeccasmith
committed
48d563d
View commit details
Copy full SHA for 48d563d
Browse repository at this point
open JaCoCo report asynchronously when JUnit finishes
rebeccasmith
committed
8a223a0
View commit details
Copy full SHA for 8a223a0
Browse repository at this point
(conditionally) use custom class loader in JUnitTestManager to use instrumented class files & generate coverage report
rebeccasmith
committed
d8032e4
View commit details
Copy full SHA for d8032e4
Browse repository at this point
Commits on Sep 25, 2015
This revision patches one line in InteractionsModel that was
Show description for 7980b06
ponderosaTX
committed
7980b06
View commit details
Copy full SHA for 7980b06
Browse repository at this point
Commits on Sep 24, 2015
This revision reverses a change to history recording that I made in
Show description for 1ef994b
ponderosaTX
committed
1ef994b
View commit details
Copy full SHA for 1ef994b
Browse repository at this point
This revision commits several third-party "look-and-feel" jar files most notably the "Plastic" look-and-feels that are explicitly referenced in drjava.
Show description for 3948c7b
ponderosaTX
committed
3948c7b
View commit details
Copy full SHA for 3948c7b
Browse repository at this point
This revision cleans up build.xml by removing references to svn. We
Show description for b759ad8
ponderosaTX
committed
b759ad8
View commit details
Copy full SHA for b759ad8
Browse repository at this point
Commits on Sep 23, 2015
This revision patches an omission in the previous commit: Toolbar => ToolBar
Show description for 69ecb5d
ponderosaTX
committed
69ecb5d
View commit details
Copy full SHA for 69ecb5d
Browse repository at this point
This revision changes all occurrences of "Toolbar" to "ToolBar"
Show description for b47dcfd
ponderosaTX
committed
b47dcfd
View commit details
Copy full SHA for b47dcfd
Browse repository at this point
This revision includes minor cleanups of the code base.
Show description for e94a01f
ponderosaTX
committed
e94a01f
View commit details
Copy full SHA for e94a01f
Browse repository at this point
Commits on Sep 17, 2015
attempt to conditionally integrate JaCoCo into JUnit; currently, JUnit runs (does not hang) and reports correct results, but coverage is reported as 0% due to issues with instrumentation.
rebeccasmith
committed
e648fef
View commit details
Copy full SHA for e648fef
Browse repository at this point
Commits on Sep 14, 2015
more formatting + minor changes
rebeccasmith
committed
5fe29f9
View commit details
Copy full SHA for 5fe29f9
Browse repository at this point
all coverage-related files should go in the coverage sub-directory
rebeccasmith
committed
b59b7c4
View commit details
Copy full SHA for b59b7c4
Browse repository at this point
make formatting / spacing consistent
rebeccasmith
committed
545be1f
View commit details
Copy full SHA for 545be1f
Browse repository at this point
Commits on Dec 17, 2014
remove highlighting upon recompile
sockcreature
committed
a24ffb7
View commit details
Copy full SHA for a24ffb7
Browse repository at this point
Commits on Dec 16, 2014
coverage highlighting
sockcreature
committed
b6f7d94
View commit details
Copy full SHA for b6f7d94
Browse repository at this point
syntax highlighting for all open documents
sockcreature
committed
b41fc73
View commit details
Copy full SHA for b41fc73
Browse repository at this point
Commits on Dec 12, 2014
1.build.xml:class/base 2.do not delete jacoco.exec
YTC
committed
4811de7
View commit details
Copy full SHA for 4811de7
Browse repository at this point
jar & .gitignore
YTC
committed
683bf62
View commit details
Copy full SHA for 683bf62
Browse repository at this point
Commits on Dec 7, 2014
This revision updates the javalanglevels-base.jar file in drjava/lib
Show description for a3e3f4c
ponderosaTX
committed
a3e3f4c
View commit details
Copy full SHA for a3e3f4c
Browse repository at this point
Commits on Dec 6, 2014
generate report for junit test
YTC
committed
8c74da4
View commit details
Copy full SHA for 8c74da4
Browse repository at this point
Commits on Dec 5, 2014
This revision comments out a print statement in TypeChecker.java that I missed
Show description for deff803
ponderosaTX
committed
deff803
View commit details
Copy full SHA for deff803
Browse repository at this point
Previous
Next
You can’t perform that action at this time.