Clover icon

jalviewX

  1. Project Clover database Wed Oct 31 2018 15:13:58 GMT
  2. Package jalview.bin

File JalviewJS2.java

 

Coverage histogram

../../img/srcFileCovDistChart0.png
56% of files have more coverage

Code metrics

0
1
2
1
31
10
2
2
0.5
2
1

Classes

Class Line # Actions
JalviewJS2 11 1 2 3
0.00%
 

Contributing tests

No tests hitting this source file were found.

Source view

1    package jalview.bin;
2   
3    /**
4    * Entry point for JalviewJS development.
5    *
6    *
7    *
8    * @author RM
9    *
10    */
 
11    public class JalviewJS2
12    {
13   
 
14  0 toggle static {
15    /**
16    * @j2sNative
17    *
18    * thisApplet.__Info.args =
19    * ["open","http://www.jalview.org/builds/release/examples/uniref50.fa","features",
20    * "http://www.jalview.org/builds/release/examples/exampleFeatures.txt"];
21    */
22   
23    }
24   
 
25  0 toggle public static void main(String[] args) throws Exception
26    {
27  0 Jalview.main(args);
28    }
29   
30   
31    }