Gitiles
Code Review
Sign In
git.eclipse.org
/
dltk
/
org.eclipse.dltk.core
/
963daadbc60c434552320d3edf04217eb32cdab6
/
core
/
plugins
/
org.eclipse.dltk.validators.core
a76c4b8
remove Incubation keyword
by apanchenk
· 16 years ago
147703b
use correct parameter for ListenerList constructor
by apanchenk
· 16 years ago
c1f9b90
use ListenerList from core.runtime
by apanchenk
· 16 years ago
9aa21ba
merge reset() and endBuild() methods
by apanchenk
· 16 years ago
9ccd13f
merge back to HEAD
by apanchenk
· 16 years ago
e69ffa4
- pulled up 'workflow' from external checker implementation for all to use
by jgangemi
· 16 years ago
56255a9
getAttribute(String) method added
by apanchenk
· 16 years ago
88f117e
java 1.5
by apanchenk
· 16 years ago
v20090301
3139b9d
validator.id attribute added
by apanchenk
· 16 years ago
cb4a435
change getAllValidators() signature
by apanchenk
· 16 years ago
v20090227
acf10a6
multiple checker configs
by apanchenk
· 16 years ago
d053c66
EMF model for validators configuration
by apanchenk
· 16 years ago
216d7fb
run with different configs
by apanchenk
· 16 years ago
6b94bcf
allow isAutomatic to be configured per-project
by apanchenk
· 16 years ago
285e8f0
removed @Override for interface methods
by apanchenk
· 16 years ago
a4a672f
action to show tcl checker command line
by apanchenk
· 16 years ago
89be069
javadoc for toString()
by apanchenk
· 16 years ago
2b36f1a
Corrected testing icons to not reference Java, corrected string quoting.
by ssanders
· 16 years ago
4561db7
added report* methods with additional Map parameter
by apanchenk
· 16 years ago
7774c06
IValidatorOutput.close() method introduced
by apanchenk
· 16 years ago
5e12cd0
move builder to the core
by apanchenk
· 16 years ago
f82b6ce
fix validator list reinitialisation on preference changes
by apanchenk
· 16 years ago
v20081001-1922
efe108b
* some additional builder monitor cancel checks
by asobolev
· 16 years ago
c339b13
- added AbstractTodoTaskBuildParticipantType to assist with adding task tag support
by jgangemi
· 16 years ago
2a6864c
IBuildParticipant parameter type
by apanchenk
· 16 years ago
0d15219
DEBUG=false
by apanchenk
· 16 years ago
2106f21
use only new TCL parser in builder
by apanchenk
· 16 years ago
bc75b4d
delete DLTK markers on resources
by apanchenk
· 16 years ago
d474b8d
report endBuild() progress
by apanchenk
· 16 years ago
63e15b9
report build progress
by apanchenk
· 16 years ago
d022ec6
javadoc correction
by apanchenk
· 16 years ago
81a4a0e
separate extension point for build participants
by apanchenk
· 16 years ago
f634522
- builder extension so builders can process external modules
by apanchenk
· 16 years ago
0b1116f
- builder improvements - buildParticipants are queried about dependencies
by apanchenk
· 16 years ago
e1a619b
interface changed
by apanchenk
· 16 years ago
ef77794
add(String[] parts) fixed toString() implemented
by apanchenk
· 16 years ago
v20080815-1547
1eb9e0a
default implementation of the isConfigurable() to return false
by apanchenk
· 16 years ago
2f863d8
version number changed to 1.0
by apanchenk
· 16 years ago
c7d83ae
if single pass - flush reporter else add to list
by apanchenk
· 16 years ago
17188b6
* some builder improvements * fixed build participant activation state save/load
by asobolev
· 16 years ago
2ef6a62
Added script builder lifecycle methods to ensure reusability of instances, and corrected minor parameter issues in ScriptBuilder.
by ssanders
· 16 years ago
792bace
*fix
by asobolev
· 16 years ago
d434acc
progress reporting
by apanchenk
· 16 years ago
96746b1
join message into one file
by apanchenk
· 16 years ago
77bcd1f
StandardVMType/J2SE-1.4
by apanchenk
· 16 years ago
3d69b18
call validators during reconcile()
by apanchenk
· 16 years ago
d7ffa54
common base class ProblemCollector extracted
by apanchenk
· 16 years ago
4bd5af7
TODO task parsing via new API
by apanchenk
· 16 years ago
bbe376b
abstract class to implement checkers
by apanchenk
· 16 years ago
90b19ee
builder extension
by apanchenk
· 16 years ago
93609d9
one more
by apanchenk
· 16 years ago
ba2fcee
typo fixed
by apanchenk
· 16 years ago
b73fbb6
typo fixed
by apanchenk
· 16 years ago
1da9535
do not load name for builtin validators
by apanchenk
· 16 years ago
cc839b5
validators extending
by apanchenk
· 16 years ago
0b8d058
formatting
by apanchenk
· 16 years ago
9a0d340
formatting
by apanchenk
· 16 years ago
d5c7c5a
formatting
by apanchenk
· 16 years ago
fd45be6
log as warn
by apanchenk
· 16 years ago
74362a5
log warning if unknown validator type
by apanchenk
· 16 years ago
b07d256
warning logging method
by apanchenk
· 16 years ago
3d6d788
error logging methods
by apanchenk
· 16 years ago
c47b8cd
not used
by apanchenk
· 16 years ago
4a64190
validators XML is parsed/serialized directly from/to string, without byte arrays and UTF8 conversion
by apanchenk
· 16 years ago
cadfe4e
method renamed to saveValidatorConfiguration()
by apanchenk
· 16 years ago
b31bf80
1) initializeValidators() is called only once
by apanchenk
· 16 years ago
02d3219
s/fireInterpreterRemoved/fireValidatorRemoved/
by apanchenk
· 16 years ago
ee55fb4
s/fireInterpreterAdded/fireValidatorAdded/
by apanchenk
· 16 years ago
bbfb123
version increased to 0.95.1
by apanchenk
· 16 years ago
0264691
new methods - executeValidator(), cleanValidator()
by apanchenk
· 16 years ago
0c1b374
* RSE lazy loading code
by asobolev
· 17 years ago
4d2df49
* version 1.0 to 0.95 down grade
by asobolev
· 17 years ago
ec9fb6e
updating about files
by aplatov
· 17 years ago
2748516
* adding language toolkit to some search operations
by asobolev
· 17 years ago
c34b2e6
*fixs
by asobolev
· 17 years ago
ad6146f
* fixes
by asobolev
· 17 years ago
5b58eef
*fixes
by asobolev
· 17 years ago
7b319ef
- DLTKLanguageManager - removed unused exception declarations
by asobolev
· 17 years ago
6cd9d74
Corrected all externalization warnings in DLTK Core and Ruby in order to enable a localized release.
by ssanders
· 17 years ago
ed4ccc6
Corrected all externalization warnings in DLTK Core and Ruby in order to enable a localized release.
by ssanders
· 17 years ago
15acdc9
* tcl package managmenet improvements
by asobolev
· 17 years ago
8213dce
* new tcl packages logic
by asobolev
· 17 years ago
v20080213-2045
2159e9e
*fixes
by asobolev
· 17 years ago
14c61ab
progress monitor rework
by aplatov
· 17 years ago
23b52d6
* fixes
by asobolev
· 17 years ago
8672f33
initial progress monitor rework
by aplatov
· 17 years ago
c476433
*fixes
by asobolev
· 17 years ago
v20080130-1328
1095e45
* tcl checker fixed.
by asobolev
· 17 years ago
7a29654
* bug 213568 patch applied
by asobolev
· 17 years ago
93fe6f2
*fix
by asobolev
· 17 years ago
6bb1bad
* version replace
by asobolev
· 17 years ago
90f08fc
Removed unused plugin dependencies
by dkovalev
· 17 years ago
f561ca6
* Added correct minimal environment to plugin manifests.
by asobolev
· 17 years ago
b8dbe93
* Using of JavaSE-1.4 for all projects
by asobolev
· 17 years ago
5c81af2
Debugging updated. Partly added possibility to handle script language specific types during debugging.
by dkovalev
· 17 years ago
46456e3
Rename of DLTKProject -> ScriptProject
by dkovalev
· 18 years ago
6553e95
* validator external checker hyperlinks support
by asobolev
· 18 years ago
3d873d5
* validator improvements
by asobolev
· 18 years ago
a67bd3a
* fixes
by asobolev
· 18 years ago
2174efe
* fixes * some validator refactorings
by asobolev
· 18 years ago
Next »