Skip to content

francisco-polaco/pava-keyword-arguments-java-2017-ist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages