Added test for completable path
44 lines of code changed in:
Updated with new jdom version
1 lines of code changed in:
Optimize by using StringBuffer for inner string conncatenation
20 lines of code changed in:
Implemented #6: Popup menu on the selected table to create an insert script
203 lines of code changed in:
Add lib jars to compile classpath
22 lines of code changed in:
Added completable path with tests
76 lines of code changed in:
Include the sahits jar in the classes
5 lines of code changed in:
Use the new plug-ins for ch.sahits.util and org.jdom
13 lines of code changed in:
Fix the javadoc
2 lines of code changed in:
fixed the compile classpath
8 lines of code changed in:
Mode the junit resolution in the PluginResolver
1 lines of code changed in:
Refactoring by moving classes to the jdom and sahits util package
37 lines of code changed in:
Add junit4 to the classpath as savety
1 lines of code changed in:
Made the project an eclipse plug-in
2 lines of code changed in:
Use english description text instead of german
2 lines of code changed in:
Fixed the problems in the generation of jetemplates and java artefacts arrisen with the implementation of #43
26 lines of code changed in:
Process the improved extension point for generators
34 lines of code changed in:
Process the improved extension point for generators
42 lines of code changed in:
Improved the java generator extension point to conform to the generator extension point
43 lines of code changed in:
Make the class public
16 lines of code changed in:
Improved the java generator extension point to conform to the generator extension point
27 lines of code changed in:
Added display messages
8 lines of code changed in:
Use different form of displaying jetemplates
49 lines of code changed in:
Added the file name to the location
1 lines of code changed in:
Process the improved extension point
57 lines of code changed in:
Improved the jetemplate extension point to conform to the generator extension point
142 lines of code changed in:
Improved depricated message
1 lines of code changed in:
Use more user frendly description for the field
2 lines of code changed in:
Added display strings for all generators
21 lines of code changed in:
Make display string translatable
6 lines of code changed in:
Fixed long standing spelling error
0 lines of code changed in:
Fixed some initialisation problems
7 lines of code changed in:
Added the implementation for the display of the generator description. Part of #43.
25 lines of code changed in:
Removed unused throws declaration in the signature
11 lines of code changed in:
Refactor the plugin dependency resolution into its own class
301 lines of code changed in:
Compleeted the rest of the tests
76 lines of code changed in:
Added constructor test and fixed som errors
135 lines of code changed in:
Remove annotation fom incompleet tests
0 lines of code changed in:
Include BuildFileGenerator in the coverage report
1 lines of code changed in:
Added test class with properties for build file generator (implementation incompleete)
136 lines of code changed in:
Add plugins that have domain specific implementation (e.g. org.eclipse.swt)
36 lines of code changed in:
started with the implementation to display the display name of #43
52 lines of code changed in:
Collect the display information
30 lines of code changed in:
Added descriptive attribute to the extension point. This is part of #43.
22 lines of code changed in:
Add plugins that are dependent from plugins that are in the hudson workspace to the classpath
72 lines of code changed in:
Do not export org.eclipse.emf.codegen in ch.sahits.codegen
3 lines of code changed in:
Do not reexport the plugins org.eclipse.ui and org.eclipse.help in ch.sahits.codegen.help
4 lines of code changed in:
Define the source build
0 lines of code changed in:
fail on error in the javac task set to true
1 lines of code changed in:
Füge vollständigen Pfad hinzu
4 lines of code changed in:
If the dependent plugin is a directory the relevant code is within the jar files in the directory
27 lines of code changed in:
Removed debug information
0 lines of code changed in:
Use parent directory for job home
1 lines of code changed in:
Added debug information
1 lines of code changed in:
Removed debug information
0 lines of code changed in:
Added debug information
15 lines of code changed in:
Added debug output
3 lines of code changed in:
Inhibit the version number beeing interpreted as plugins
1 lines of code changed in:
Fixed extraction of dependent builds, so that they are looked up in the hudson working directory and not in the eclipse plugin dir
21 lines of code changed in:
Print out the job directory
2 lines of code changed in:
Fix problem when plugin is unpacked (Manifest could not be read because path was plugin directory instead of manifest file)
1 lines of code changed in:
Removed printline
0 lines of code changed in:
Make @dot directory for jar plugins
1 lines of code changed in:
removed crap4j
0 lines of code changed in:
Create needed directory befor acessing it
5 lines of code changed in:
Removed Todo
0 lines of code changed in:
Formatting issues
3 lines of code changed in:
Build source zip for jar project
8 lines of code changed in:
Fixed the generation of jar file projects
4 lines of code changed in:
Improve the checks in the constructor
4 lines of code changed in:
Include sop for debugging
1 lines of code changed in:
Checking if the project is based on classes or a jar
39 lines of code changed in:
Use the build.properties path for the BuildPropertiesParser
1 lines of code changed in:
Added parameter to main and constructor to pass build.properties path
20 lines of code changed in:
Improve handling of build property file path
8 lines of code changed in:
Fixed the build properties
3 lines of code changed in:
Retrieve the build properties relative to the manifest file (lies in the parent directory)
3 lines of code changed in:
Fix the crap task
8 lines of code changed in:
Added crap4j to the build file
121 lines of code changed in:
Fixed the exclude filesets when sipping the sources
1 lines of code changed in:
Don't include the buildfilegenerator in the coverage report (don't know how to test this class)
1 lines of code changed in:
Fixed main method to work both ways
11 lines of code changed in:
Fixed the endless loop in extracting dependencies
21 lines of code changed in:
Improved manifest resolfing with jars
12 lines of code changed in:
Added constructor so the class could be run outside of Hudson
28 lines of code changed in:
Use the ManifestParser for dependen plugin parsing
7 lines of code changed in:
Added possibility to parse manifest file from input stream
47 lines of code changed in:
Added functionality to read from an input stream
92 lines of code changed in:
Pass out the values to the keys
1 lines of code changed in:
Fixed up the correct output
11 lines of code changed in:
Only pass out the plugin-path and not the contents of the manifest file
10 lines of code changed in:
Added todo
1 lines of code changed in:
sop for the path of the plug-in
1 lines of code changed in:
Walk through the map
4 lines of code changed in:
Print out of all attributes
3 lines of code changed in:
Pass the resulting set of plug-in through the set to avoid adding the same plugin at different levels of the call hierarchy
5 lines of code changed in:
Pass through all dependent plug-ins
20 lines of code changed in:
Refactoring to use a set instead of a list to ensure that entrys are only contained once
44 lines of code changed in:
Added todos for required plug-ins of required plug-ins
2 lines of code changed in:
Changed the computation of the plug-ins
79 lines of code changed in:
Fix the for counter to decrease instead of increase
1 lines of code changed in:
reverse the passing through the build directories (start with the most current) (the alphabetically last one
4 lines of code changed in:
Removed the echo task
0 lines of code changed in:
Improved Method computePlugins
41 lines of code changed in:
Mark class as depricated
2 lines of code changed in:
Use new manifest parser
2 lines of code changed in:
Added new ManifestParser and corresponding test
238 lines of code changed in:
Added Manifest parser interface to represent the funcionality needed as an API
29 lines of code changed in:
fix spelling of correct name
3 lines of code changed in:
Extract the workspace from the env variables
5 lines of code changed in:
Iterate over all env variables
5 lines of code changed in:
Added second method to extract the environment variable
2 lines of code changed in:
Print out the workspace environment variable
2 lines of code changed in:
Added a constructor test
15 lines of code changed in:
Improved error message
1 lines of code changed in:
Added Default constructor
21 lines of code changed in:
Print out the current system environment variables
39 lines of code changed in:
Changed Test echo
1 lines of code changed in:
Added Test echo
1 lines of code changed in:
Exclude the jar files
3 lines of code changed in:
Don't put the jdom classes in the bin dir this confuses the coverage report
3 lines of code changed in:
unzip the jdom.jar to include the classes
2 lines of code changed in:
Clean up import warnings
0 lines of code changed in:
Removed check that is already implicitly there
0 lines of code changed in:
changed the building of the bin jar
3 lines of code changed in:
Added completable zip
95 lines of code changed in:
Set up the project
5 lines of code changed in:
Added functionality to the delete task so a fileset can be added
50 lines of code changed in:
Added todo
1 lines of code changed in:
Remove unused method
0 lines of code changed in:
Use the completable project to add the tasks
45 lines of code changed in:
Added Completable Project
89 lines of code changed in:
Added a task interface and defined extended in the appropiate interfaces
22 lines of code changed in:
Use the completable target for compiling
9 lines of code changed in:
Add classpath nested element with test
95 lines of code changed in:
Improved the compilation by using the completable javac
4 lines of code changed in:
Refactoring to use the ISrc instead of the wrongly used IFileset
84 lines of code changed in:
Added ISrc Element
135 lines of code changed in:
Add Test for completable javac
75 lines of code changed in:
Removed commented out code that is verified to work
3 lines of code changed in:
Added Test for compiler arguments and fixed found loops
197 lines of code changed in:
Use INestedJavac instead of IAntElement
1 lines of code changed in:
Don't extend IAntElement so this interface can only be added where appropriate
9 lines of code changed in:
Added Compilerargs element
120 lines of code changed in:
Added completable javac task
99 lines of code changed in:
Added Javac Task with test
354 lines of code changed in:
Add check if the attribute is set
3 lines of code changed in:
Added the jar target to the build
46 lines of code changed in:
Added jar target
143 lines of code changed in:
Use completable target instead of static factory method to generate the init target
10 lines of code changed in:
Extending IAntElement
1 lines of code changed in:
Additional testing for condtional targets
12 lines of code changed in:
Added constructor test
10 lines of code changed in:
Added Test for fileset path
7 lines of code changed in:
extend IAntElement
1 lines of code changed in:
Refactor to use add to the model instead of the element itself
112 lines of code changed in:
Add extendeble antcall
97 lines of code changed in:
Fix the test (NPE)
1 lines of code changed in:
Yet another try to include the jdom classes in the jar
0 lines of code changed in:
Added Test
5 lines of code changed in:
Added test with project without the default
4 lines of code changed in:
Remove assert that is assured by condition
0 lines of code changed in:
Added jdom.jar to binary jar
14 lines of code changed in:
changed the building of the jar to create a jar that can be executed
3 lines of code changed in:
Added missing refactoring that broke the build
3 lines of code changed in:
Renamed the interface to prohibit name shadowing of an interface with the same name in another package
17 lines of code changed in:
unpack and repack the libraries
10 lines of code changed in:
Fix up the jar to include the appropriate ressources
17 lines of code changed in:
Use different basedir for jars
13 lines of code changed in:
Create manifest for other jars as well
13 lines of code changed in:
Added manifest to dev jar
1 lines of code changed in:
Create the manifest in the according directory
4 lines of code changed in:
initialize today
1 lines of code changed in:
Added new Target interface for expandable targets
144 lines of code changed in:
Added manifest
15 lines of code changed in:
Make this interface public so it can be reverenced from outside this package
1 lines of code changed in:
Make use of IZip
6 lines of code changed in:
Fixed warnings
2 lines of code changed in:
Add zip element
248 lines of code changed in:
Refactoring to use more available methods
47 lines of code changed in:
Added copy element
256 lines of code changed in:
Added new target
31 lines of code changed in:
Added new target
10 lines of code changed in:
Added new targets
46 lines of code changed in:
Added new target
1 lines of code changed in:
Added new target
50 lines of code changed in:
Add Available element
221 lines of code changed in:
Added new target
15 lines of code changed in:
Added new target
66 lines of code changed in:
Added new target
16 lines of code changed in:
Add ant parameter
98 lines of code changed in:
Extend IAntElement
1 lines of code changed in:
Add the antcall element
101 lines of code changed in:
Added delete element
116 lines of code changed in:
Add mkdir Element
117 lines of code changed in:
Added new properties target
59 lines of code changed in:
Add init target
9 lines of code changed in:
Add isset condition and corresponding test
41 lines of code changed in:
Added factory for eclipse plugins
13 lines of code changed in:
Added further code
6 lines of code changed in:
Added Reference property
129 lines of code changed in:
Added tests for constructor
15 lines of code changed in:
Added test for constructor and fixed missing check
18 lines of code changed in:
Added functionallity to create a path element based on a fileset
217 lines of code changed in:
Added missed file
36 lines of code changed in:
Add a condition
95 lines of code changed in:
Use bin and source dir from build properties
11 lines of code changed in:
Use explicit tests instead of asserts
22 lines of code changed in:
Add Test for the constructor
5 lines of code changed in:
Mark the method as Test
1 lines of code changed in:
Use explicit tests instead of asserts
44 lines of code changed in:
Use explicit tests instead of asserts
21 lines of code changed in:
Added Test class
103 lines of code changed in:
Fixed serious bug warning for potential null pointer access
6 lines of code changed in:
use property findbugs.home that should be passed as a parameter to the ant call
1 lines of code changed in:
Use static access for JDomUnit
12 lines of code changed in:
Added build properties for testing
31 lines of code changed in:
Added Buld property file parser
107 lines of code changed in:
Added init target
2 lines of code changed in:
Formatting
1 lines of code changed in:
Added init target
46 lines of code changed in:
Add clean target
3 lines of code changed in:
Create JavaDoc only up to level protected (not private or package private stuff)
6 lines of code changed in:
Added clean target inclusive test (Added missing artifact)
49 lines of code changed in:
Added clean target inclusive test
73 lines of code changed in:
Use StringBuilder instread of String conncatination
4 lines of code changed in:
Remove unused enumeration
0 lines of code changed in:
Added toElement method and test class
76 lines of code changed in:
Added Test for IProject
55 lines of code changed in:
Added additional tests for complete code coverage
70 lines of code changed in:
Added additional tests for complete code coverage
53 lines of code changed in:
Removed test that tested the wrong thing and filed with an exception
0 lines of code changed in:
Added additional tests for complete code coverage
12 lines of code changed in:
merged the cobertura and test classpath
11 lines of code changed in:
Added cobertura to the test suite
64 lines of code changed in:
Improve test efficiency and remove unused code
1 lines of code changed in:
Added Test for proerty and cleanup
40 lines of code changed in:
Fix the test: IPath does not resolve the plug-ins, since IPath is immutable the Element represents exactly the parameters with which it was created.
2 lines of code changed in:
Added test package
67 lines of code changed in:
Added test for IPath
4 lines of code changed in:
Change visibility to public and make the methods static
2 lines of code changed in:
Added JDom comparison methods inclusive test
2 lines of code changed in:
Added property file loader and testclass
0 lines of code changed in:
Close the output stream in a finally clause
14 lines of code changed in:
Use the bin directory for findbugs instead of the jar which includes the jdom.jar which is therefore also analyzed.
2 lines of code changed in:
Exclude the jars from the findebugs target
1 lines of code changed in:
Let the interface IASTGeneratorInitializer implement the IASTGenerator Interface
1 lines of code changed in:
Added findbugs target
11 lines of code changed in:
put the generated file into a jar so it can be archived
6 lines of code changed in:
Initialized the main method so that it can be executed by main and ant
8 lines of code changed in:
Reverted method to extract required plugins to more efficient extraction
12 lines of code changed in:
Fixed the main method and used in build
18 lines of code changed in:
Refactor the listing of the files
8 lines of code changed in:
Add Script generator
154 lines of code changed in:
Add toElement Method
21 lines of code changed in:
return a value
1 lines of code changed in:
Add toElement Method
43 lines of code changed in:
Ant elements and their implementations
285 lines of code changed in:
Cleaned up warnings
0 lines of code changed in:
Fix the output path for the javadoc
1 lines of code changed in:
Added build script
127 lines of code changed in:
Fixed some bogus code in the classes
8 lines of code changed in:
Added TextFileTokenizer and test class
3 lines of code changed in:
Fixed the class to run all the tests
17 lines of code changed in:
Refactored to use StringTokenizer
the Parsing now loops
102 lines of code changed in:
Documented the way to refactor this class
6 lines of code changed in:
Try to fix parser
53 lines of code changed in:
Fixed the parse order
3 lines of code changed in:
Added an additionally needed library
3 lines of code changed in:
Completed the implementation
129 lines of code changed in:
Added all the ressources
205 lines of code changed in:
Added javadoc
6 lines of code changed in:
Return with true after deserializing the model
1 lines of code changed in:
Described this test as an integration test
2 lines of code changed in:
Added test method for deserialization
29 lines of code changed in:
Started on the implementation of the serialisation test
72 lines of code changed in:
Comment the friend check out
2 lines of code changed in:
Include the posibility of serialisation instead of generation
20 lines of code changed in:
Fix initialisation problem. Don't initialize the parser with the input file which is not existent in the case of serialisation
2 lines of code changed in:
Refactor to use admin counter
16 lines of code changed in:
Completed succesfull test of sqls.sql generation
39 lines of code changed in:
Since refactoring is complete the UML diagram is obsolete
0 lines of code changed in:
Small updates to conclude test successfully
117 lines of code changed in: