Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 815 Bytes

File metadata and controls

13 lines (13 loc) · 815 Bytes

Keyword Arguments in Java

1st PAVA Project

Compilation

Using ant, you only need to run: ant

Execution

java -jar keyConstructors.jar <Test>

Note regarding Extension "Support repeated keywords in method calls with appropriate semantics."

Since the beggining of the project we thought about this extension, without really considering it as an extension.
So this feature was integrated in the original code. You can check it here (./src/ist/meic/pa/TemplateMaker.java).
A comment using "#extension" is used to be more easily identified.

Note regarding tests

To test our project we included the classes in our jar, since we could not point the classpath properly.