forked from tntim96/JSCover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bookmarks.html
51 lines (40 loc) · 3.4 KB
/
bookmarks.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html>
<head>
<title>JSCover Bookmarks</title>
</head>
<body>
<h1>General</h1>
<a href="doc/index.html" target="_blank">JSCover WebSite Documentation</a><br/>
<a href="http://tntim96.github.com/JSCover/" target="_blank">JSCover WebSite Online</a><br/>
<h1>Test Reports</h1>
<a href="target/reports/test/index.html" target="_blank">Unit Tests</a><br/>
<a href="target/reports/coverage/int/index.html" target="_blank">Cobertura Coverage - Unit+Integration</a><br/>
<a href="target/reports/coverage/all/index.html" target="_blank">Cobertura Coverage - All</a><br/>
<h1>Examples</h1>
<a href="doc/example-qunit/out/jscoverage.html?test/index.html" target="_top">QUnit example</a><br/>
<h1>Useful Links</h1>
<a href="http://siliconforks.com/jscoverage/" target="_blank">JSCoverage</a><br/>
<a href="http://groups.google.com/group/mozilla-rhino" target="_blank">Mozilla-Rhino Google Groups</a><br/>
<a href="http://en.wikipedia.org/wiki/JavaScript#Versions" target="_blank">JavaScript Versions Table</a><br/>
<h1>Related Rhino Bugs</h1>
<h2>Open</h2>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=798642" target="_blank">AST toSource on getter/setter inserting 'function' keyword</a><br/>
<h2>Open-patched internally</h2>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=800616" target="_blank">AST toSource on Hex string literal removes '0x'</a><br/>
<h2>Fixed in 1.7R4</h2>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=684131" target="_blank">AstNode missing operator name "^=" (ASSIGN_BITXOR) - patch included</a><br/>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=686822" target="_blank">ArrayComprehensionLoop.toSource missing each keyword - patch included</a><br/>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=687669" target="_blank">Calling toSource on a parsed script omits any empty expression - sample attached</a><br/>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=688018" target="_blank">Calling toSource on a parsed script containing 'void' throws exception - sample attached</a><br/>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=688021" target="_blank">Calling toSource on a parsed script containing debugger omits semi-colon - sample attached</a><br/>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=688023" target="_blank">Calling toSource on a parsed script containing if without braces not indented - sample attached</a><br/>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=689308" target="_blank">Calling toSource on a parsed script containing array of undefined elements returns smaller array - sample attached</a><br/>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=689314" target="_blank">Calling toSource on a parsed script containing lambda returns extra return and semi-colon - sample attached</a><br/>
<h2>Raised in Error</h2>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=784651" target="_blank">AstNode empty statement replacement failing within non-bracketed while loop</a><br/>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=788070" target="_blank">AstNode addition within switch-case failing</a><br/>
<h1>Related Rhino Threads</h1>
<a href="http://groups.google.com/group/mozilla-rhino/t/be5d9f03aac49fa1" target="_blank">Rhino AST and JSCoverage</a><br/>
<a href="http://groups.google.com/group/mozilla-rhino/t/90ee1dbbaee21fc8" target="_blank">Rhino and MozillaSuiteTest</a><br/>
</body>
</html>