Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-02This commit was manufactured by cvs2svn to create tag 'v201003022307'.v201003022307nitind163-28546/+0
2010-02-26[300443] Some CONSTANTS are not static final.nsandonato2-4/+6
2010-02-23[303673] Deadlock while running JSP UI unit testsnsandonato1-5/+1
2010-02-23[300434] [performance] Some inner classes should be static inner classesnitind3-13/+14
2010-02-22[300430] [performance] String concatination using + in Loops.nsandonato4-16/+32
2010-02-22[274858] ModelHandlerRegistry.getHandlerFor(IFile) might call IFile.getConten...nitind1-1/+1
2010-02-18[300109] SSE should protect itself from exceptions in foreign codenitind1-7/+15
2010-02-17[253222] org.eclipse.wst.sse.core.internal.provisional.AbstractNotifier not t...nsandonato1-2/+2
2010-01-25[nobug] guard against NPE in document replacensandonato1-1/+2
2010-01-25[203539] [content assist] Content assist is unavailable if invoked after EL J...nsandonato1-9/+23
2010-01-20[203539] [content assist] Content assist is unavailable if invoked after EL J...nsandonato1-22/+30
2010-01-08[265775] [performance] The XML editor uses a lot of memorynsandonato1-0/+2
2009-12-15[293575] [validation] NPE and BadLocation exception occur when we edit a pagensandonato1-1/+1
2009-12-15[296555] JSP and CSS syntax highlighting disappears after NoChangeEventnsandonato1-1/+2
2009-12-01[296624] IExecutionDelegate should be using ISafeRunnablensandonato2-175/+62
2009-11-24[nobug] docnitind1-17/+19
2009-11-23[279146] AbstractNotifier's getAdapterFor method may return inconsistent resultsnsandonato1-37/+37
2009-10-20[245028] [formatting] long comments (totally) break XML formatternsandonato1-12/+4
2009-10-12[290059] StructuredTextEditor validates file buffer changes to documentsnsandonato4-131/+27
2009-10-09[291402] JSP include directives do not handle non-JSP content typesnsandonato1-3/+19
2009-09-17[288196] Deadlock in ModelManagerImpl after IOExceptionnitind1-9/+15
2009-09-09[288877] Support for low memory events in TaglibIndexnitind1-0/+205
2009-09-09[288216] PropertyTester org.eclipse.core.resources.contentTypeId should test ...nitind1-0/+3
2009-09-04[nobug] docnitind4-5/+37
2009-08-24[nobug] docnitind2-2/+9
2009-08-24[nobug] more docnitind1-36/+134
2009-08-24[287326] XML editor hangs the Eclipse UInsandonato1-10/+24
2009-08-24[286989] FileBufferModelManager.getInstance is not thread-safenitind1-26/+36
2009-08-03[285070] BasicStructuredDocument should only acquireLock in a try/finallynsandonato1-1/+2
2009-07-17[nobug] docnitind1-41/+190
2009-07-17[nobug] fix typonitind1-2/+2
2009-06-16[nobug] docnitind3-11/+13
2009-06-16[nobug] improve sanity checksnitind1-5/+13
2009-06-16[279540] EmbeddedTypeHandler requires JSPCapableParsernitind1-9/+12
2009-06-01[204153] Assert statement failed - expecting thread to be nullnsandonato4-27/+127
2009-05-14[276197] BasicStructuredDocument implementation of stopRewriteSession inconsi...nsandonato1-1/+1
2009-05-08[256174] Open a very large XML file in the XML editor, and it fails to open.nsandonato1-34/+56
2009-04-22[nobug] trim log outputsnitind1-34/+33
2009-04-22[nobug] fall back to getExisting*(IDocument) before throwing assertion failurenitind1-1/+7
2009-04-22[nobug] fix typonitind1-3/+3
2009-04-21[nobug] cleanupnitind1-1/+1
2009-04-12[nobug] fix lack of support for debug severitiesnitind1-1/+15
2009-04-10[102840] Dynamic Web Project Cannot be deleted if there are taglibs in jars t...nitind1-1/+10
2009-04-10[102840] Dynamic Web Project Cannot be deleted if there are taglibs in jars t...nitind1-30/+129
2009-03-12revertnitind1-5/+3
2009-03-12[nobug] don't copy the factory list when releasing the factoriesnitind1-3/+5
2009-03-12[nobug] slight optimizationnitind1-2/+1
2009-03-10[265899] FileBufferModelManager can create memory leaks for rapidly closed ed...nsandonato1-3/+20
2009-02-25[nobug] avoid possible NPEnitind2-6/+15
2009-02-17[227018] Further optimize text region implementationsnitind1-2/+8

Back to the top