For this assignment, you will extract facts from a Java system of your choice. Your first task will be to select a system to work with. The only requirements are that the system should be larger than a few classes and it should be written in Java. You can look for open source systems of interest in the following sites:
Once you have selected a system, make sure you are able to build it locally. Then, extract facts from it using the javex extractor. Save the raw facts in a file called raw.ta.
Next, write a Grok script that produces RSF output and accomplishes the following things:
Call your Grok script fea.grok and its output file fea.rsf. Your Grok script must be carefully commented.
For the TAB2PS system, this is what the output should look like. Your output does not have to be exactly the same or in the same order as long as it has all the properties listed above.
You only need to submit the three files mentioned above. You can do this with the following command (assuming they are all in the current directory):
submit 6431 FE raw.ta fea.grok fea.rsf