java - Sample Programs for Design Pattern Recover Tool -


i'm developing design pattern recovery tool final year project. java based system can used in identifying, implemented design patterns in particular java program. when input java program (source code) design pattern recovery tool, analyzes static , dynamic features of java program , identify implemented design patterns.

so far, have been using dummy projects test functionality of tool. but, need sample programs proper documentations implemented design patterns test tool. want know, can find such programs (with source code) can test system properly.

i know bit of broad question. need sample java programs test tool. in order ensure accuracy of results, programs should have proper documentation implementations details specially design patterns used.

i open source java projects. must many out there.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -