177943: use the project's spec level to decide the dtd that will be used for the doctype of a GlassFish descriptor created with 'File->New File... Glassfish/Glassfish deployment descriptor'
(detail / hgweb)
generate default sun DD for J2EE 1.4. Java EE 5 and Java EE 6 projects.
(detail / hgweb)
Automated merge with http://hg.netbeans.org/cnd-main
(detail / hgweb)
#112571 support for CPPUnit or CUnit Prototype: working on unmanaged projects
(detail / hgweb)
Merge of http://hg.netbeans.org/web-main/
(detail / hgweb)
Merge of http://hg.netbeans.org/core-main/
(detail / hgweb)
Unreproducible ISE "Cannot generate build scripts from a modified project". http://statistics.netbeans.org/exceptions/messageslog?id=333033
(detail / hgweb)
Nested stack traces were being swallowed. Produced junk exceptions as in http://statistics.netbeans.org/exceptions/messageslog?id=330803: java.io.IOException: String index out of range: -1 at org.netbeans.modules.project.uiapi.DefaultProjectOperationsImplementation$4$2.run(DefaultProjectOperationsImplementation.java:379)
(detail / hgweb)
Automated merge with http://hg.netbeans.org/core-main/
(detail / hgweb)
dlipin found a memory leak in org.netbeans.nbbuild.XMLUtil.parse. (Does not affect org.openide.xml.XMLUtil which has since been rewritten to use a different parser caching technique.) Not clear if it adds up to a significant amount; I could only reproduce a leak of one task.
(detail / hgweb)
Merge of http://hg.netbeans.org/core-main/
(detail / hgweb)
Making sure all known modules are registered to the OSGi container, so transitive dependencies, like those that mylyn sample at http://source.apidesign.org/hg/netbinox-mylyn-sample/ has are satisfied.
(detail / hgweb)
Automated merge with http://hg.netbeans.org/jet-main
(detail / hgweb)
Preventing infinite loop while indexing class which superclass is defined in the same compilation unit (see e.g. TestBug123850d in java.hints).
(detail / hgweb)
Automated merge with http://hg.netbeans.org/jet-main/
(detail / hgweb)
Automated merge with http://hg.netbeans.org/main-golden
(detail / hgweb)
#179515: duplicated code found by introduce method is not longer required to be under a BlockTree.
(detail / hgweb)
Issue #180079: AssertionError: LetExpr is not part of a public API - fixed.
(detail / hgweb)
Merge of http://hg.netbeans.org/core-main/
(detail / hgweb)
Improved fix for #159093: over-strict logging of bad Class-Path declarations. Discovered as part of diagnosis of problems in dotfx module (#180259).
(detail / hgweb)
CompilationDependencyTest failure with ergonomics cluster built revealed a serious regression in recent OSGi-related work.
(detail / hgweb)
Automated merge with http://hg.netbeans.org/core-main/
(detail / hgweb)
profiling session startup fixed - do it according to NetBeansProfiler - initiate instrumentation before startTargetVM(); use runner.initiateSession(1,..) and use runner.attachToTargetVMOnStartup()
(detail / hgweb)
178776: prevent NPE when the url doesn't map to a 'known' driver class.
(detail / hgweb)
Automated merge with http://hg.netbeans.org/web-main/
(detail / hgweb)
Better naming of indentation properties.
(detail / hgweb)
issue #176224 - wrong formatting in multiline arrays inside function calls
(detail / hgweb)
Fix for: java.lang.IllegalStateException: Caller of TokenSequence forgot to call moveNext/Previous() or it returned false (no more tokens)
(detail / hgweb)
#180257 - CSS refactoring doesn't work in PHP project
(detail / hgweb)
Automated merge with http://hg.netbeans.org/web-main
(detail / hgweb)
css where used query - not functional yet
(detail / hgweb)
#180257 hotfix - CSS refactoring doesn't work in PHP project
(detail / hgweb)
Automated merge with http://hg.netbeans.org/web-main
(detail / hgweb)
fixing inacessible OpenDocument class
(detail / hgweb)
Automated merge with http://hg.netbeans.org/jet-main
(detail / hgweb)
Using the hints module classloader. Issue #179072 - [68cat] NoClassDefFoundError: Could not initialize class org.netbeans.modules.java.hints.jackpot.impl.RulesManager
(detail / hgweb)
Automated merge with http://hg.netbeans.org/jet-main
(detail / hgweb)
#180165: override is supported only if the source level > 1.5, and java.lang.Override is available on the classpath.
(detail / hgweb)
Attempting to fix recent test failures.
(detail / hgweb)
Automated merge with http://hg.netbeans.org/jet-main/
(detail / hgweb)
#177573: check for concurrent modifications in TokenSequence that is being rendered
(detail / hgweb)
#179532: use HashMap to keep the contents of MockMimeLookup available wihout requiring callers to explicitely hold a reference to the MimePath instance
(detail / hgweb)
Automated merge with http://hg.netbeans.org/jet-main
(detail / hgweb)
#172884: attempting to fix BadLocationExceptions thrown from highlighting layers; also adding more consistency checks for cache update boundaries
(detail / hgweb)
fixing the handwritten URL parser; the quote character (") is not part of URLs
(detail / hgweb)
slightely more efficient URL highlighting layer
(detail / hgweb)
#180111: create element fix should work for any expression (e.g. ((Cast)object).unknownMethod()).
(detail / hgweb)
#180107: OverridableMethodCallInConstructor and LeakingThisInConstructor should not call getScope.
(detail / hgweb)
#180107: adding logging to allow evaluation of hints performance.
(detail / hgweb)
#180048, #180033, #180034: improving the build-impl.xml (and related parts) to handle processorpath with spaces, run APs in tests that are defined in src folders, etc.
(detail / hgweb)
Automated merge with http://hg.netbeans.org/core-main/
(detail / hgweb)
#180154: do not duplicate comments after an incremental build.
(detail / hgweb)
NbModuleProjectType no longer needs to exist, was just a placeholder for constants.
(detail / hgweb)
#179986: Test to show that name of DataFolder's node contains dots
(detail / hgweb)
#179859: Treating linkage errors are CNFE
(detail / hgweb)
#179662: Sending output to /dev/null, instead of using grep -q
(detail / hgweb)
#179113: More intricate way to get 'lo'
(detail / hgweb)
Automated merge with http://hg.netbeans.org/core-main
(detail / hgweb)
Polishing names and descriptions of file templates under Module Development category.
(detail / hgweb)
Reordering file templates under Module Development category to make more sense for RCP developers.
(detail / hgweb)
#179727: Don't start the code completion self profiling when 'scanning in progress...'. It is known that currently no (java) completion is shown while the scanning is running and it is useless to gather more information about such case. As it is hard to find out from editor.completion module that parsing.api is scanning, the actual method relies on 'polite wait message' being provided by the completion provider.
(detail / hgweb)
Automated merge with http://hg.netbeans.org/core-main
(detail / hgweb)
Automated merge with http://hg.netbeans.org/core-main
(detail / hgweb)
Automated merge with http://hg.netbeans.org/core-main
(detail / hgweb)
#178592 - clear 'dispatcher' field in opened Frames to remove potential references to editor windows
(detail / hgweb)
Automated merge with file:///home/mkleint/src/hg-incoming/core-main
(detail / hgweb)
#179622 prevent deadlock by cutting the stack and reacting to change in different thread.
(detail / hgweb)
Merge of http://hg.netbeans.org/ergonomics/
(detail / hgweb)
Merge of new allowed whitelist classes
(detail / hgweb)
Adjusting list to recent refactorings. Reporting bug #179838 for databases
(detail / hgweb)
Merge of http://hg.netbeans.org/cnd-main/
(detail / hgweb)
#180175: confusing when create and try to start Qt project
(detail / hgweb)
Memory limit was increased for ant
(detail / hgweb)
Merge of http://hg.netbeans.org/cdev/
(detail / hgweb)
Automated merge with http://hg.netbeans.org/cdev
(detail / hgweb)
Issue #177587 - Issues are doubled in newly saved query
(detail / hgweb)
Issue #179933 - NullPointerException at org.netbeans.modules.bugzilla.Bugzilla.addRepository
(detail / hgweb)
Issue #177491 - archived issue is visible in issue table if they were new or changed before archived
(detail / hgweb)
Automated merge with http://hg.netbeans.org/cdev
(detail / hgweb)
skip init query only if query already saved Issue #180076 - modify & save quey duplicates the recent changes and seen columns
(detail / hgweb)
Automated merge with http://hg.netbeans.org/cdev
(detail / hgweb)
Issue #178002 - Find Issues (QueryPanel) should not use hard-coded fonts
(detail / hgweb)
After commit in svnhook should close issue if selected even if commit inof is not supposed to be added to the issue. The side effect of this bug was that the issuecache wasn't properly initialized and the exception as reported in issue #{id} was thrown. Issue #179887 - NullPointerException at org.netbeans.modules.bugtracking.ui.issue.cache.IssueCache.setSeen
(detail / hgweb)
minor cleanup Issue #176677 - Number of bugs above the query is not correct after modification
(detail / hgweb)
Automated merge with http://hg.netbeans.org/cnd-main
(detail / hgweb)
trying to fix BZ#179861: unstable test RepositoryValidation
(detail / hgweb)
fixed BZ#180153 - build fails after "Change Method Parameters..." on public method if "Use New Parameter Default Value Only In Declaration" is equal "true"
(detail / hgweb)
fixed BZ#180119 Replace PasswordManager with Keyring API
(detail / hgweb)
Merge of http://hg.netbeans.org/cdev/
(detail / hgweb)
Replacing StringBuffer by StringBuilder.
(detail / hgweb)
Automated merge with http://hg.netbeans.org/cdev
(detail / hgweb)
Merge of http://hg.netbeans.org/cdev/
(detail / hgweb)
Issue #179051 - NullPointerException at org.netbeans.modules.subversion.ui.history.SearchExecutor.getCommonPostfixLength
(detail / hgweb)
Issue #180143 - AssertionError at org.netbeans.modules.bugzilla.issue.BugzillaIssueProvider.notifyKenaiLogin getKenai returns null for just removed kenai instances
(detail / hgweb)
Issue #180138 - NullPointerException at org.netbeans.modules.bugtracking.util.BugtrackingOwnerSupport$DefaultImpl.getKenaiBugtrackingRepository
(detail / hgweb)
Automated merge with http://hg.netbeans.org/cdev
(detail / hgweb)
Issue #180128 - Files in versioning view are not annotated after restart refreshing node labels after a change of colors in Options and initialization of the annotator
(detail / hgweb)
refreshing node labels after a change of colors in Options
(detail / hgweb)
Issue #180128 - Files in versioning view are not annotated after restart refreshing node labels after a change of colors in Options
(detail / hgweb)
Make macros inside shell are lexed
(detail / hgweb)
Merge of http://hg.netbeans.org/main/
(detail / hgweb)
#179925 - search window is difficult to use with many searches open
(detail / hgweb)
Merge of http://hg.netbeans.org/core-main/
(detail / hgweb)
Making findChild(String) work without waiting. Needed for apisupport.project.ui.LibrariesNodeTest. Again would be simpler if rewritten to use (asynch) ChildFactory.
(detail / hgweb)
Automated merge with http://hg.netbeans.org/web-main/
(detail / hgweb)
#178428 - updating the AsyncRequest sample to the latest snapshot from the glassfish-samples repository.
(detail / hgweb)
Automated merge with http://hg.netbeans.org/web-main
(detail / hgweb)
Automated merge with http://hg.netbeans.org/web-main
(detail / hgweb)
ee2.1 - now step with pu is required for new entity wizard (if create pu is selected)
(detail / hgweb)
Automated merge with http://hg.netbeans.org/web-main
(detail / hgweb)
#179960: When Generating Skeleton Test Cases, Bootstrap is not used
(detail / hgweb)
#180096: PHPUnit test is not generated correctly if XML config exists
(detail / hgweb)
Automated merge with http://hg.netbeans.org/web-main
(detail / hgweb)
removing accidentally copied piece of layer
(detail / hgweb)
removed "..." from create pu checkbox, removed unused key
(detail / hgweb)
update the memory consumption boundary to value reported by continual builder (5226). it used to be 4 thousands something and on my local jvm it is 16 hundred something. let's ignore memory saving and report only higher consuption as warning. change probably related to JDK changes
(detail / hgweb)
Automated merge with http://hg.netbeans.org/web-main/
(detail / hgweb)
temporarily patching test files to get more debug info
(detail / hgweb)
Automated merge with http://hg.netbeans.org/web-main/
(detail / hgweb)