Export to GitHub

mono-soc-2008 - default

Source Commits


Commits

Author Date Commit Message
nestor.salceda Jul 11, 2008 264 This code passes the latest tests.
nestor.salceda Jul 11, 2008 263 Add test for AddValue with 3 parameters.
nestor.salceda Jul 11, 2008 262 Adjust the Confidence, a few false positives can be found, specially in the firs
nestor.salceda Jul 11, 2008 261 This code passes the tests.
nestor.salceda Jul 11, 2008 260 Added test for value type serialization.
nestor.salceda Jul 11, 2008 259 Add the code that passes the tests.
nestor.salceda Jul 11, 2008 258 Protect the rule against tricky results.
nestor.salceda Jul 11, 2008 257 I have seen this code in Mono some times, I think we should manage this case too
nestor.salceda Jul 11, 2008 256 Fixes false positive on static fields.
nestor.salceda Jul 11, 2008 255 Avoid some NRE when running against mono. Avoid the Invalid Cast exception when
nestor.salceda Jul 11, 2008 254 Add test for a serializable with overriden GetObjectData.
nestor.salceda Jul 11, 2008 253 Red, Green, Refactor ...
nestor.salceda Jul 11, 2008 252 This code passes all tests.
nestor.salceda Jul 11, 2008 251 Added tests for the second stage.
jeremie.laval Jul 11, 2008 250 Train work * Added correct support for task's parent (RespectCreatorCancellation
nestor.salceda Jul 11, 2008 249 Indentation fix.
nestor.salceda Jul 11, 2008 248 Added the problem and solution.
nestor.salceda Jul 11, 2008 247 Added a test for proving the correct number of warnings detected.
nestor.salceda Jul 11, 2008 246 Modify the Console.WriteLine for a more trickier test, we achieve more coverage
nestor.salceda Jul 10, 2008 245 Also check the declaring type of the method for avoid more tricks.
nestor.salceda Jul 10, 2008 244 Added code for check if the next instruction is a call to the AddValue method.
nestor.salceda Jul 10, 2008 243 Add a tricky implementation for breaking the existing code.
nestor.salceda Jul 10, 2008 242 Added a handy description.
nestor.salceda Jul 10, 2008 241 This code passes the tests.
nestor.salceda Jul 10, 2008 240 Added tests for the common cases.
nestor.salceda Jul 10, 2008 239 Added tests and code for the not applicable scenarios.
nestor.salceda Jul 10, 2008 238 Added stubs for the new rule.
igfgt1 Jul 10, 2008 237 Added configuration value class
nestor.salceda Jul 9, 2008 236 Update the equivalence file.
nestor.salceda Jul 9, 2008 235 Add tests for count the amount of failures.
nestor.salceda Jul 9, 2008 234 If a base call is found, exit from the method.
nestor.salceda Jul 9, 2008 233 Remove the type.BaseType call. It improves the readability.
nestor.salceda Jul 9, 2008 232 Exclude Mono.C5 assembly.
nestor.salceda Jul 9, 2008 231 I have checked the results and almost of them are true.
nestor.salceda Jul 9, 2008 230 This code passes the tests and fixes the false positive.
nestor.salceda Jul 9, 2008 229 Add test for more than one level of inheritance. See the case of ArgumentExcept
nestor.salceda Jul 9, 2008 228 Add the latest serialization rules.
nestor.salceda Jul 9, 2008 227 Added the problem and the solution.
nestor.salceda Jul 9, 2008 226 I forget to commit this makefile.
jeremie.laval Jul 8, 2008 225 * More Task API work. * Reverted to ConcurrentStack while I'm doing my debugging
jeremie.laval Jul 8, 2008 224 Merge branch 'OptimizedStack' Conflicts: System.Threading/System.Threading.Ta
jeremie.laval Jul 8, 2008 223 * Stupid MD's refactorer mistakes.
jeremie.laval Jul 8, 2008 222 * Some fixes discovered while coding in the other branch.
jeremie.laval Jul 8, 2008 221 * Updated TaskManagerPolicy API. * Fix for Completed event in Task. * Added a sp
Ed.Ropple Jul 7, 2008 220
igfgt1 Jul 7, 2008 219 Adding ReadTree in the index
igfgt1 Jul 7, 2008 218 Adding index header, this can be a good finding, since its very important to rea
igfgt1 Jul 7, 2008 217 Object base is done(if I need to add something I will), the filesystem read and
Ed.Ropple Jul 6, 2008 216 Feature adjustment - will open the remote site automatically in whatever the use
jeremie.laval Jul 6, 2008 215 * Refactored and fixed LazyInit. * Some more Parallel class implementation (Para
nestor.salceda Jul 5, 2008 214 Report the method name in the error message.
nestor.salceda Jul 5, 2008 213 Refactored the infernal string code.
nestor.salceda Jul 4, 2008 212 This code passes de tests... but it will need some refactoring magic.
nestor.salceda Jul 4, 2008 211 Fix a typo in the tests. Added the target selection logic.
nestor.salceda Jul 4, 2008 210 Added test for test the rule per-se.
nestor.salceda Jul 4, 2008 209 Add the code that passes the tests.
nestor.salceda Jul 4, 2008 208 Write tests for skipping.
nestor.salceda Jul 4, 2008 207 Added stubs.
nestor.salceda Jul 4, 2008 206 Fix all issues found in the reviewing.
nestor.salceda Jul 4, 2008 205 Remove the ugly word.
nestor.salceda Jul 4, 2008 204 Add tests for interfaces as type fields.
nestor.salceda Jul 4, 2008 203 A enum is serializable, I'm trimming down false positives. Although, perhaps I
nestor.salceda Jul 4, 2008 202 Use constants instead of create strings every time.
nestor.salceda Jul 4, 2008 201 Change the method test name.
nestor.salceda Jul 4, 2008 200 Adjust headers to Gendarme convention.
nestor.salceda Jul 4, 2008 199 Add the rule commit.
nestor.salceda Jul 3, 2008 198 Report the field name.
nestor.salceda Jul 3, 2008 197 Added the problem and solution text.
jeremie.laval Jul 3, 2008 196 * Added TaskTest.cs for Task unit-tests * Future and Future factories implemente
nestor.salceda Jul 3, 2008 195 Use DoesNotApply instead of success. Add the code that passes the tests.
nestor.salceda Jul 3, 2008 194 Add a test for custom serialization.
igfgt1 Jul 3, 2008 193 Moving some files from some place to another, its better since I was having prob
nestor.salceda Jul 3, 2008 192 Don't use the equality operator in the Equals (ValueType) method.
nestor.salceda Jul 3, 2008 191 Added more test: * One for a serializable class with serializable members * Ad
nestor.salceda Jul 2, 2008 190 This code passes the tests.
nestor.salceda Jul 2, 2008 189 Start writting tests for MarkAllNonSerializableFields rule.
nestor.salceda Jul 2, 2008 188 Added the Serialization category and stubs.
jeremie.laval Jul 2, 2008 187 * Parallel.For rework. * Task.WaitAll implementation and corresponding changes i
nestor.salceda Jul 2, 2008 186 Implemented some Equals and GetHashCode in the value type. Followed the warnings
nestor.salceda Jul 1, 2008 185 Report the call operand to the users, in order to avoid they visit the documenta
nestor.salceda Jul 1, 2008 184 Check the OpCode and then the cast doesn't need the type test.
nestor.salceda Jul 1, 2008 183 Rename Reliability with BadPractice.
nestor.salceda Jul 1, 2008 182 Put the rule in BadPractice namespace. A type test in order to avoid Invalid Ca
jeremie.laval Jul 1, 2008 181 * Little cleaning.
jeremie.laval Jul 1, 2008 180 * Removed ReadOnlyCollection wrapping. Not that necessary. * Fixed bug which end
jeremie.laval Jul 1, 2008 179 * Fixed semantic of DynamicDeque (EmptinessTest). * Fixed corruption problems in
nestor.salceda Jul 1, 2008 178 Implement the GetHashCode. Use BindingFlags instead of int in OperandIsNonPublic
jeremie.laval Jun 30, 2008 177 * Reworked EmptinessTest in Dynamic Deque and added necessary constructor bits.
igfgt1 Jun 29, 2008 176 Repository, tree and tree entry work, also a class to handle specific git's file
Ed.Ropple Jun 29, 2008 175 Basic XSP2 remote running support included. Multiple users won't run over each o
nestor.salceda Jun 27, 2008 174 Fix AvoidUnsealedUninheritedInternalClassesRule, found by Gendarme :)
nestor.salceda Jun 27, 2008 173 I'm repeating information in the error message.
nestor.salceda Jun 27, 2008 172 Removed Linq query, and replaced by a TryGetValue with a custom equality compare
nestor.salceda Jun 27, 2008 171 Use nullable types in order to avoid code duplicated.
nestor.salceda Jun 27, 2008 170 Create the string once.
nestor.salceda Jun 27, 2008 169 Check Ldc4 also. Put the mask readable.
nestor.salceda Jun 27, 2008 168 Test correctly the BindingFlags.
nestor.salceda Jun 27, 2008 167 Inline method. This call is enough readable.
nestor.salceda Jun 27, 2008 166 Now the method list is self-contained. It will be easy add or remove new method
nestor.salceda Jun 27, 2008 165 Cosmetic change